Verwendungen von Schnittstelle
opennlp.tools.postag.TagDictionary
Packages, die TagDictionary verwenden
-
Verwendungen von TagDictionary in opennlp.tools.postag
Unterschnittstellen von TagDictionary in opennlp.tools.postagModifizierer und TypSchnittstelleBeschreibunginterface
Interface that allowsTagDictionary
entries to be added and removed.Klassen in opennlp.tools.postag, die TagDictionary implementierenModifizierer und TypKlasseBeschreibungclass
Provides a means of determining which tags are valid for a particular word based on aTagDictionary
read from a file.Felder in opennlp.tools.postag, die deklariert sind als TagDictionaryModifizierer und TypFeldBeschreibungprotected TagDictionary
POSTaggerFactory.posDictionary
protected final TagDictionary
POSTaggerME.tagDictionary
TagDictionary
used for restricting words to a fixed set of tags.Methoden in opennlp.tools.postag, die TagDictionary zurückgebenModifizierer und TypMethodeBeschreibungPOSTaggerFactory.createEmptyTagDictionary()
POSTaggerFactory.createTagDictionary
(File dictionary) Initializes aTagDictionary
from adictionary file
.POSTaggerFactory.createTagDictionary
(InputStream in) Initializes aTagDictionary
from adictionary stream
.POSTaggerFactory.getTagDictionary()
Methoden in opennlp.tools.postag mit Parametern vom Typ TagDictionaryModifizierer und TypMethodeBeschreibungstatic 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) Konstruktoren in opennlp.tools.postag mit Parametern vom Typ TagDictionaryModifiziererKonstruktorBeschreibungDefaultPOSSequenceValidator
(TagDictionary tagDictionary) POSTaggerFactory
(byte[] featureGeneratorBytes, Map<String, Object> resources, TagDictionary posDictionary) Initializes aPOSTaggerFactory
from a given set of the resources.