Uses of Package
opennlp.tools.util.eval
Packages that use opennlp.tools.util.eval
Package
Description
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
Classes giving access to the opennlp.tools.lemmatizer functionalities.
Package for classifying a document into a category.
Package related to predicting languages from samples of text.
Package related to the lemmatizer functionality.
Package related to finding proper names and numeric amounts.
Package containing common code for performing full syntactic parsing.
Package related to part-of-speech tagging.
Package related to identifying sentence boundaries.
Contains classes related to finding token or words in a string.
-
Classes in opennlp.tools.util.eval used by opennlp.tools.chunkerClassDescriptionAn abstract base class for evaluators.The
FMeasure
is a utility class forevaluators
which measures precision, recall and the resulting f-measure. -
Classes in opennlp.tools.util.eval used by opennlp.tools.cmdline
-
Classes in opennlp.tools.util.eval used by opennlp.tools.cmdline.chunker
-
Classes in opennlp.tools.util.eval used by opennlp.tools.cmdline.doccat
-
Classes in opennlp.tools.util.eval used by opennlp.tools.cmdline.langdetect
-
Classes in opennlp.tools.util.eval used by opennlp.tools.cmdline.lemmatizer
-
Classes in opennlp.tools.util.eval used by opennlp.tools.cmdline.namefind
-
Classes in opennlp.tools.util.eval used by opennlp.tools.cmdline.postag
-
Classes in opennlp.tools.util.eval used by opennlp.tools.cmdline.sentdetect
-
Classes in opennlp.tools.util.eval used by opennlp.tools.cmdline.tokenizer
-
Classes in opennlp.tools.util.eval used by opennlp.tools.doccat
-
Classes in opennlp.tools.util.eval used by opennlp.tools.langdetect
-
Classes in opennlp.tools.util.eval used by opennlp.tools.lemmatizer
-
Classes in opennlp.tools.util.eval used by opennlp.tools.namefindClassDescriptionAn abstract base class for evaluators.The
FMeasure
is a utility class forevaluators
which measures precision, recall and the resulting f-measure. -
Classes in opennlp.tools.util.eval used by opennlp.tools.parserClassDescriptionAn abstract base class for evaluators.The
FMeasure
is a utility class forevaluators
which measures precision, recall and the resulting f-measure. -
Classes in opennlp.tools.util.eval used by opennlp.tools.postag
-
Classes in opennlp.tools.util.eval used by opennlp.tools.sentdetectClassDescriptionAn abstract base class for evaluators.The
FMeasure
is a utility class forevaluators
which measures precision, recall and the resulting f-measure. -
Classes in opennlp.tools.util.eval used by opennlp.tools.tokenizeClassDescriptionAn abstract base class for evaluators.The
FMeasure
is a utility class forevaluators
which measures precision, recall and the resulting f-measure. -
Classes in opennlp.tools.util.eval used by opennlp.tools.util.evalClassDescriptionThe
CrossValidationPartitioner.TrainingSampleStream
which iterates over all training elements.TheFMeasure
is a utility class forevaluators
which measures precision, recall and the resulting f-measure.