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 TypSchnittstelleBeschreibunginterfaceInterface that allowsTagDictionaryentries to be added and removed.Klassen in opennlp.tools.postag, die TagDictionary implementierenModifizierer und TypKlasseBeschreibungclassProvides a means of determining which tags are valid for a particular word based on aTagDictionaryread from a file.Felder in opennlp.tools.postag, die deklariert sind als TagDictionaryModifizierer und TypFeldBeschreibungprotected TagDictionaryPOSTaggerFactory.posDictionaryprotected final TagDictionaryPOSTaggerME.tagDictionaryTagDictionaryused 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 aTagDictionaryfrom adictionary file.POSTaggerFactory.createTagDictionary(InputStream in) Initializes aTagDictionaryfrom adictionary stream.POSTaggerFactory.getTagDictionary()Methoden in opennlp.tools.postag mit Parametern vom Typ TagDictionaryModifizierer und TypMethodeBeschreibungstatic 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) Konstruktoren in opennlp.tools.postag mit Parametern vom Typ TagDictionaryModifiziererKonstruktorBeschreibungDefaultPOSSequenceValidator(TagDictionary tagDictionary) POSTaggerFactory(byte[] featureGeneratorBytes, Map<String, Object> resources, TagDictionary posDictionary) Initializes aPOSTaggerFactoryfrom a given set of the resources.