Uses of Interface
opennlp.tools.postag.TagDictionary
-
Packages that use TagDictionary Package Description opennlp.tools.postag Package related to part-of-speech tagging. -
-
Uses of TagDictionary in opennlp.tools.postag
Subinterfaces of TagDictionary in opennlp.tools.postag Modifier and Type Interface Description interfaceMutableTagDictionaryInterface that allowsTagDictionaryentries to be added and removed.Classes in opennlp.tools.postag that implement TagDictionary Modifier and Type Class Description classPOSDictionaryProvides a means of determining which tags are valid for a particular word based on aTagDictionaryread from a file.Fields in opennlp.tools.postag declared as TagDictionary Modifier and Type Field Description protected TagDictionaryPOSTaggerFactory. posDictionaryprotected TagDictionaryPOSTaggerME. tagDictionaryTagDictionaryused for restricting words to a fixed set of tags.Methods in opennlp.tools.postag that return TagDictionary Modifier and Type Method Description TagDictionaryPOSTaggerFactory. createEmptyTagDictionary()TagDictionaryPOSTaggerFactory. createTagDictionary(File dictionary)Initializes aTagDictionaryfrom adictionary file.TagDictionaryPOSTaggerFactory. createTagDictionary(InputStream in)Initializes aTagDictionaryfrom adictionary stream.TagDictionaryPOSTaggerFactory. getTagDictionary()Methods in opennlp.tools.postag with parameters of type TagDictionary Modifier and Type Method Description static POSTaggerFactoryPOSTaggerFactory. create(String subclassName, byte[] featureGeneratorBytes, Map<String,Object> resources, TagDictionary posDictionary)Instantiates aPOSTaggerFactoryvia a givensubclassName.protected voidPOSTaggerFactory. init(byte[] featureGeneratorBytes, Map<String,Object> resources, TagDictionary posDictionary)voidPOSTaggerFactory. setTagDictionary(TagDictionary dictionary)Constructors in opennlp.tools.postag with parameters of type TagDictionary Constructor Description DefaultPOSSequenceValidator(TagDictionary tagDictionary)POSTaggerFactory(byte[] featureGeneratorBytes, Map<String,Object> resources, TagDictionary posDictionary)Initializes aPOSTaggerFactoryfrom a given set of the resources.
-