Uses of Interface
opennlp.tools.commons.Sample
Packages that use Sample
Package
Description
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
Package for classifying a document into a category.
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 Sample in opennlp.tools.chunker
Classes in opennlp.tools.chunker that implement SampleModifier and TypeClassDescriptionclass
Class for holding chunks for a single unit of text. -
Uses of Sample in opennlp.tools.doccat
Classes in opennlp.tools.doccat that implement SampleModifier and TypeClassDescriptionclass
Class which holds a classified document and its category. -
Uses of Sample in opennlp.tools.lemmatizer
Classes in opennlp.tools.lemmatizer that implement Sample -
Uses of Sample in opennlp.tools.namefind
Classes in opennlp.tools.namefind that implement Sample -
Uses of Sample in opennlp.tools.postag
Classes in opennlp.tools.postag that implement Sample -
Uses of Sample in opennlp.tools.sentdetect
Classes in opennlp.tools.sentdetect that implement SampleModifier and TypeClassDescriptionclass
ASentenceSample
contains a document with begin indexes of the individual sentences. -
Uses of Sample in opennlp.tools.tokenize
Classes in opennlp.tools.tokenize that implement Sample