Package opennlp.tools.stopword
package opennlp.tools.stopword
-
ClassesClassDescriptionAn immutable, thread-safe
StopwordFilterbacked by an OpenNLPDictionary.Fluent builder forDictionaryStopwordFilter.ATokenizerdecorator which delegates tokenization to a wrappedTokenizerand then removes any tokens identified as stopwords by the suppliedStopwordFilter.AFilterObjectStreamwhich removes stopwords from eachString[]sample produced by an underlyingObjectStream<String[]>.Static factory forStopwordFilterinstances backed by bundled language-specific stopword resources or caller-supplied input streams.