Uses of Class
opennlp.tools.postag.POSDictionary
Packages that use POSDictionary
-
Uses of POSDictionary in opennlp.tools.postag
Methods in opennlp.tools.postag that return POSDictionaryModifier and TypeMethodDescriptionstatic POSDictionary
POSDictionary.create
(InputStream in) Creates a newPOSDictionary
from anInputStream
.POSTaggerFactory.POSDictionarySerializer.create
(InputStream in) Methods in opennlp.tools.postag with parameters of type POSDictionaryModifier and TypeMethodDescriptionvoid
POSTaggerFactory.POSDictionarySerializer.serialize
(POSDictionary artifact, OutputStream out) protected void
POSTaggerFactory.validatePOSDictionary
(POSDictionary posDict, AbstractModel posModel)