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 TypeClassDescriptionclassA probabilisticLemmatizerimplementation.classA thread-safe version of theLemmatizerME. -
Uses of Probabilistic in opennlp.tools.namefind
Classes in opennlp.tools.namefind that implement ProbabilisticModifier and TypeClassDescriptionclassA maximum-entropy-basedname finderimplementation.classA thread-safe version ofNameFinderME. -
Uses of Probabilistic in opennlp.tools.postag
Classes in opennlp.tools.postag that implement ProbabilisticModifier and TypeClassDescriptionclassApart-of-speech taggerimplementation that uses maximum entropy.classA thread-safe version of thePOSTaggerME. -
Uses of Probabilistic in opennlp.tools.sentdetect
Classes in opennlp.tools.sentdetect that implement ProbabilisticModifier and TypeClassDescriptionclassA sentence detector for splitting up raw text into sentences.classA thread-safe version ofSentenceDetectorME. -
Uses of Probabilistic in opennlp.tools.tokenize
Classes in opennlp.tools.tokenize that implement ProbabilisticModifier and TypeClassDescriptionclassA thread-safe version ofTokenizerME.classATokenizerfor converting raw text into separated tokens.