opennlp.tools.postag
Interface ExtendedTagDictionary

All Superinterfaces:
FeatureDictionary, opennlp.tools.postag.TagDictionary
All Known Implementing Classes:
ExtendedPOSDictionary

public interface ExtendedTagDictionary
extends opennlp.tools.postag.TagDictionary, FeatureDictionary


Method Summary
 String[] getCompleteTag(String word)
           
 String[] getFeatureTag(String word)
           
 String getLemma(String word, String tag)
           
 
Methods inherited from interface opennlp.tools.postag.TagDictionary
getTags
 
Methods inherited from interface org.cogroo.dictionary.FeatureDictionary
getFeatures
 

Method Detail

getCompleteTag

String[] getCompleteTag(String word)

getFeatureTag

String[] getFeatureTag(String word)

getLemma

String getLemma(String word,
                String tag)


Copyright © 2012-2013 CoGrOO. All Rights Reserved.