Uses of Interface
opennlp.tools.commons.Sample
-
Packages that use Sample Package Description opennlp.tools.chunker Package related to finding non-recursive syntactic annotation such as noun phrase chunks.opennlp.tools.doccat Package for classifying a document into a category.opennlp.tools.lemmatizer Package related to the lemmatizer functionality.opennlp.tools.namefind Package related to finding proper names and numeric amounts.opennlp.tools.postag Package related to part-of-speech tagging.opennlp.tools.sentdetect Package related to identifying sentence boundaries.opennlp.tools.tokenize 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 Sample Modifier and Type Class Description class
ChunkSample
Class for holding chunks for a single unit of text. -
Uses of Sample in opennlp.tools.doccat
Classes in opennlp.tools.doccat that implement Sample Modifier and Type Class Description class
DocumentSample
Class which holds a classified document and its category. -
Uses of Sample in opennlp.tools.lemmatizer
Classes in opennlp.tools.lemmatizer that implement Sample Modifier and Type Class Description class
LemmaSample
Represents a lemmatized sentence. -
Uses of Sample in opennlp.tools.namefind
Classes in opennlp.tools.namefind that implement Sample Modifier and Type Class Description class
NameSample
Encapsulates names for a single unit of text. -
Uses of Sample in opennlp.tools.postag
Classes in opennlp.tools.postag that implement Sample Modifier and Type Class Description class
POSSample
Represents an pos-taggedsentence
. -
Uses of Sample in opennlp.tools.sentdetect
Classes in opennlp.tools.sentdetect that implement Sample Modifier and Type Class Description class
SentenceSample
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 Modifier and Type Class Description class
TokenSample
ATokenSample
is text with token spans.
-