Package opennlp.tools.postag
Interface TagDictionary
-
- All Known Subinterfaces:
MutableTagDictionary
- All Known Implementing Classes:
POSDictionary
public interface TagDictionaryInterface to determine which tags are valid for a particular word based on a tag dictionary.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getTags(String word)Returns a list of valid tags for the specified word.
-