Uses of Interface
opennlp.tools.ml.Probabilistic
Packages that use Probabilistic
Package
Description
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
Package related to the lemmatizer functionality.
Package related to finding proper names and numeric amounts.
Package related to part-of-speech tagging.
Package related to identifying sentence boundaries.
Contains classes related to finding token or words in a string.
-
Uses of Probabilistic in opennlp.tools.chunker
Classes in opennlp.tools.chunker that implement Probabilistic -
Uses of Probabilistic in opennlp.tools.lemmatizer
Classes in opennlp.tools.lemmatizer that implement ProbabilisticModifier and TypeClassDescriptionclass
A probabilisticLemmatizer
implementation.class
A thread-safe version of theLemmatizerME
. -
Uses of Probabilistic in opennlp.tools.namefind
Classes in opennlp.tools.namefind that implement ProbabilisticModifier and TypeClassDescriptionclass
A maximum-entropy-basedname finder
implementation.class
A thread-safe version ofNameFinderME
. -
Uses of Probabilistic in opennlp.tools.postag
Classes in opennlp.tools.postag that implement ProbabilisticModifier and TypeClassDescriptionclass
Apart-of-speech tagger
implementation that uses maximum entropy.class
A thread-safe version of thePOSTaggerME
. -
Uses of Probabilistic in opennlp.tools.sentdetect
Classes in opennlp.tools.sentdetect that implement ProbabilisticModifier and TypeClassDescriptionclass
A sentence detector for splitting up raw text into sentences.class
A thread-safe version ofSentenceDetectorME
. -
Uses of Probabilistic in opennlp.tools.tokenize
Classes in opennlp.tools.tokenize that implement ProbabilisticModifier and TypeClassDescriptionclass
A thread-safe version ofTokenizerME
.class
ATokenizer
for converting raw text into separated tokens.