Uses of Interface
opennlp.tools.postag.MutableTagDictionary
-
Packages that use MutableTagDictionary Package Description opennlp.tools.postag Package related to part-of-speech tagging. -
-
Uses of MutableTagDictionary in opennlp.tools.postag
Classes in opennlp.tools.postag that implement MutableTagDictionary Modifier and Type Class Description class
POSDictionary
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 MutableTagDictionary Modifier and Type Method Description static void
POSTaggerME. populatePOSDictionary(ObjectStream<POSSample> samples, MutableTagDictionary dict, int cutoff)
Populates aPOSDictionary
from anObjectStream
of samples.
-