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 POSDictionary
POSDictionary. create(InputStream in)
Creates a newPOSDictionary
from anInputStream
.POSDictionary
POSTaggerFactory.POSDictionarySerializer. create(InputStream in)
Methods in opennlp.tools.postag with parameters of type POSDictionary Modifier and Type Method Description void
POSTaggerFactory.POSDictionarySerializer. serialize(POSDictionary artifact, OutputStream out)
protected void
POSTaggerFactory. validatePOSDictionary(POSDictionary posDict, AbstractModel posModel)
-