- main(String[]) - Static method in class de.datexis.ner.exec.RunMentionAnnotator
-
- main(String[]) - Static method in class de.datexis.ner.exec.TrainMentionAnnotatorCoNLL
-
- main(String[]) - Static method in class de.datexis.ner.exec.TrainMentionAnnotatorSeedList
-
- MatchingAnnotator - Class in de.datexis.ner
-
An Annotator that creates MentionAnnotations based on a term list for String matching.
- MatchingAnnotator() - Constructor for class de.datexis.ner.MatchingAnnotator
-
- MatchingAnnotator(MatchingAnnotator.MatchingStrategy) - Constructor for class de.datexis.ner.MatchingAnnotator
-
- MatchingAnnotator(MatchingAnnotator.MatchingStrategy, Annotation.Source) - Constructor for class de.datexis.ner.MatchingAnnotator
-
- MatchingAnnotator(MatchingAnnotator.MatchingStrategy, Annotation.Source, String) - Constructor for class de.datexis.ner.MatchingAnnotator
-
- MatchingAnnotator(MatchingAnnotator.MatchingStrategy, Annotation.Source, String, int) - Constructor for class de.datexis.ner.MatchingAnnotator
-
- MatchingAnnotator.MatchingStrategy - Enum in de.datexis.ner
-
- matchingStrategy - Variable in class de.datexis.ner.MatchingAnnotator
-
- MentionAnnotation - Class in de.datexis.ner
-
Annotation of a named entity mention.
- MentionAnnotation(Annotation.Source, int, int, String, List<Token>) - Constructor for class de.datexis.ner.MentionAnnotation
-
Creates a Typed MentionAnnotation using manual Span offsets.
- MentionAnnotation(Annotation.Source, String, int, int) - Constructor for class de.datexis.ner.MentionAnnotation
-
Creates a GENERIC MentionAnnotation using manual Text and Span offsets.
- MentionAnnotation(Annotation.Source, List<Token>) - Constructor for class de.datexis.ner.MentionAnnotation
-
Creates a GENERIC MentionAnnotation using Span offsets from given Tokens.
- MentionAnnotation(Annotation.Source, List<Token>, double) - Constructor for class de.datexis.ner.MentionAnnotation
-
Creates a GENERIC MentionAnnotation using Span offsets from given Tokens.
- MentionAnnotation(Document, Annotation.Source, List<Token>, String, double) - Constructor for class de.datexis.ner.MentionAnnotation
-
Creates a GENERIC MentionAnnotation using Span offsets from given Tokens.
- MentionAnnotation() - Constructor for class de.datexis.ner.MentionAnnotation
-
- MentionAnnotation.Type - Class in de.datexis.ner
-
- MentionAnnotator - Class in de.datexis.ner
-
A simple NER Annotator that returns a Dataset with Named Entity mentions
- MentionAnnotator() - Constructor for class de.datexis.ner.MentionAnnotator
-
- MentionAnnotator(Tagger) - Constructor for class de.datexis.ner.MentionAnnotator
-
- MentionAnnotator.Builder - Class in de.datexis.ner
-
- MentionAnnotatorEval - Class in de.datexis.ner.eval
-
Deprecated.
- MentionAnnotatorEval(String) - Constructor for class de.datexis.ner.eval.MentionAnnotatorEval
-
Deprecated.
- MentionAnnotatorEval(String, Annotation.Source, Annotation.Source) - Constructor for class de.datexis.ner.eval.MentionAnnotatorEval
-
Deprecated.
- MentionAnnotatorEval(String, Dataset, Dataset) - Constructor for class de.datexis.ner.eval.MentionAnnotatorEval
-
Deprecated.
- MentionAnnotatorEvaluation - Class in de.datexis.ner.eval
-
Evaluates Precision/Recall/F1 for Annotation Matching.
- MentionAnnotatorEvaluation(String, Annotation.Match) - Constructor for class de.datexis.ner.eval.MentionAnnotatorEvaluation
-
- MentionAnnotatorEvaluation(String, Annotation.Source, Annotation.Source, Annotation.Match) - Constructor for class de.datexis.ner.eval.MentionAnnotatorEvaluation
-
- MentionTagger - Class in de.datexis.ner.tagger
-
Assigns BIO2 or BIOES Labels to every Token in a Document.
- MentionTagger() - Constructor for class de.datexis.ner.tagger.MentionTagger
-
- MentionTagger(String) - Constructor for class de.datexis.ner.tagger.MentionTagger
-
- MentionTagger(AbstractIterator, int, int, int, double) - Constructor for class de.datexis.ner.tagger.MentionTagger
-
- MentionTaggerEval - Class in de.datexis.ner.eval
-
Evaluates Precision/Recall/F1 for token-based labeling (e.g.
- MentionTaggerEval(String) - Constructor for class de.datexis.ner.eval.MentionTaggerEval
-
- MentionTaggerEval(String, Class) - Constructor for class de.datexis.ner.eval.MentionTaggerEval
-
- MentionTaggerEval(String, Class, Annotation.Source, Annotation.Source) - Constructor for class de.datexis.ner.eval.MentionTaggerEval
-
- MentionTaggerIterator - Class in de.datexis.ner.tagger
-
Iterates through a Document, one Sentence per Example.
- MentionTaggerIterator(Collection<Document>, String, EncoderSet, Class, Annotation.Source, int, int, boolean) - Constructor for class de.datexis.ner.tagger.MentionTaggerIterator
-
Create an Iterator for training.
- MentionTaggerIterator(Collection<Document>, String, EncoderSet, Class, int, int, boolean) - Constructor for class de.datexis.ner.tagger.MentionTaggerIterator
-
- minimumWordLength - Variable in class de.datexis.ner.MatchingAnnotator
-