Uses of Interface
opennlp.tools.postag.TagDictionary
Packages that use TagDictionary
-
Uses of TagDictionary in opennlp.tools.postag
Subinterfaces of TagDictionary in opennlp.tools.postagModifier and TypeInterfaceDescriptioninterface
Interface that allowsTagDictionary
entries to be added and removed.Classes in opennlp.tools.postag that implement TagDictionaryModifier and TypeClassDescriptionclass
Provides a means of determining which tags are valid for a particular word based on aTagDictionary
read from a file.Fields in opennlp.tools.postag declared as TagDictionaryModifier and TypeFieldDescriptionprotected TagDictionary
POSTaggerFactory.posDictionary
protected TagDictionary
POSTaggerME.tagDictionary
TagDictionary
used for restricting words to a fixed set of tags.Methods in opennlp.tools.postag that return TagDictionaryModifier and TypeMethodDescriptionPOSTaggerFactory.createEmptyTagDictionary()
POSTaggerFactory.createTagDictionary
(File dictionary) Initializes aTagDictionary
from adictionary file
.POSTaggerFactory.createTagDictionary
(InputStream in) Initializes aTagDictionary
from adictionary stream
.POSTaggerFactory.getTagDictionary()
Methods in opennlp.tools.postag with parameters of type TagDictionaryModifier and TypeMethodDescriptionstatic POSTaggerFactory
POSTaggerFactory.create
(String subclassName, byte[] featureGeneratorBytes, Map<String, Object> resources, TagDictionary posDictionary) Instantiates aPOSTaggerFactory
via a givensubclassName
.protected void
POSTaggerFactory.init
(byte[] featureGeneratorBytes, Map<String, Object> resources, TagDictionary posDictionary) void
POSTaggerFactory.setTagDictionary
(TagDictionary dictionary) Constructors in opennlp.tools.postag with parameters of type TagDictionaryModifierConstructorDescriptionDefaultPOSSequenceValidator
(TagDictionary tagDictionary) POSTaggerFactory
(byte[] featureGeneratorBytes, Map<String, Object> resources, TagDictionary posDictionary) Initializes aPOSTaggerFactory
from a given set of the resources.