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
Methods inherited from interface opennlp.tools.postag.TagDictionary |
getTags |
getCompleteTag
String[] getCompleteTag(String word)
getFeatureTag
String[] getFeatureTag(String word)
getLemma
String getLemma(String word,
String tag)
Copyright © 2012-2013 CoGrOO. All Rights Reserved.