Uses of Interface
opennlp.tools.postag.MutableTagDictionary

Packages that use MutableTagDictionary
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
 class POSDictionary
          Provides a means of determining which tags are valid for a particular word based on a tag dictionary read from a file.
 

Methods in opennlp.tools.postag with parameters of type MutableTagDictionary
static void POSTaggerME.populatePOSDictionary(ObjectStream<POSSample> samples, MutableTagDictionary dict, int cutoff)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.