Uses of Class
opennlp.tools.postag.POSDictionary
-
Packages that use POSDictionary Package Description opennlp.tools.postag Package related to part-of-speech tagging. -
-
Uses of POSDictionary in opennlp.tools.postag
Methods in opennlp.tools.postag that return POSDictionary Modifier and Type Method Description static POSDictionaryPOSDictionary. create(InputStream in)Creates a newPOSDictionaryfrom anInputStream.POSDictionaryPOSTaggerFactory.POSDictionarySerializer. create(InputStream in)Methods in opennlp.tools.postag with parameters of type POSDictionary Modifier and Type Method Description voidPOSTaggerFactory.POSDictionarySerializer. serialize(POSDictionary artifact, OutputStream out)protected voidPOSTaggerFactory. validatePOSDictionary(POSDictionary posDict, AbstractModel posModel)
-