Java opennlp.tools.postag POSDictionary fields, constructors, methods, implement or subclass

Example usage for Java opennlp.tools.postag POSDictionary fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for opennlp.tools.postag POSDictionary.

The text is from its open source code.

Constructor

POSDictionary()
Initializes an empty case sensitive POSDictionary .

Method

POSDictionarycreate(InputStream in)
Creates a new POSDictionary from a provided InputStream .
String[]put(String word, String... tags)
voidserialize(OutputStream out)
Writes the POSDictionary to the given OutputStream ; After the serialization is finished the provided OutputStream remains open.