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 classPOSDictionaryProvides a means of determining which tags are valid for a particular word based on aTagDictionaryread from a file.Methods in opennlp.tools.postag with parameters of type MutableTagDictionary Modifier and Type Method Description static voidPOSTaggerME. populatePOSDictionary(ObjectStream<POSSample> samples, MutableTagDictionary dict, int cutoff)Populates aPOSDictionaryfrom anObjectStreamof samples.
-