Uses of Interface
opennlp.tools.postag.MutableTagDictionary
Packages that use MutableTagDictionary
-
Uses of MutableTagDictionary in opennlp.tools.postag
Classes in opennlp.tools.postag that implement MutableTagDictionaryModifier and TypeClassDescriptionclass
Provides a means of determining which tags are valid for a particular word based on aTagDictionary
read from a file.Methods in opennlp.tools.postag with parameters of type MutableTagDictionaryModifier and TypeMethodDescriptionstatic void
POSTaggerME.populatePOSDictionary
(ObjectStream<POSSample> samples, MutableTagDictionary dict, int cutoff) Populates aPOSDictionary
from anObjectStream
of samples.