Deprecated Constructors |
opennlp.tools.chunker.ChunkerME(MaxentModel)
|
opennlp.tools.chunker.ChunkerME(MaxentModel, ChunkerContextGenerator)
|
opennlp.tools.chunker.ChunkerME(MaxentModel, ChunkerContextGenerator, int)
|
opennlp.tools.doccat.DocumentCategorizerME(MaxentModel)
Use DocumentCategorizerME.DocumentCategorizerME(DoccatModel) instead. |
opennlp.tools.doccat.DocumentCategorizerME(MaxentModel, FeatureGenerator...)
Use DocumentCategorizerME.DocumentCategorizerME(DoccatModel, FeatureGenerator...) instead. |
opennlp.tools.parser.lang.en.HeadRules(String)
|
opennlp.tools.namefind.NameFinderME(MaxentModel)
|
opennlp.tools.namefind.NameFinderME(MaxentModel, NameContextGenerator)
|
opennlp.tools.namefind.NameFinderME(MaxentModel, NameContextGenerator, int)
|
opennlp.tools.parser.treeinsert.Parser(AbstractModel, AbstractModel, AbstractModel, POSTagger, Chunker, HeadRules)
|
opennlp.tools.parser.treeinsert.Parser(AbstractModel, AbstractModel, AbstractModel, POSTagger, Chunker, HeadRules, int, double)
|
opennlp.tools.parser.chunking.Parser(MaxentModel, MaxentModel, POSTagger, Chunker, HeadRules)
|
opennlp.tools.parser.chunking.Parser(MaxentModel, MaxentModel, POSTagger, Chunker, HeadRules, int, double)
|
opennlp.tools.postag.POSDictionary(BufferedReader, boolean)
Use POSDictionary.create(InputStream) instead, old format might removed. |
opennlp.tools.postag.POSDictionary(String)
Use POSDictionary.create(InputStream) instead, old format might removed. |
opennlp.tools.postag.POSDictionary(String, boolean)
Use POSDictionary.create(InputStream) instead, old format might removed. |
opennlp.tools.postag.POSDictionary(String, String, boolean)
Use POSDictionary.create(InputStream) instead, old format might removed. |
opennlp.tools.postag.POSTaggerME(AbstractModel, Dictionary)
|
opennlp.tools.postag.POSTaggerME(AbstractModel, Dictionary, TagDictionary)
|
opennlp.tools.postag.POSTaggerME(AbstractModel, POSContextGenerator)
|
opennlp.tools.postag.POSTaggerME(AbstractModel, POSContextGenerator, TagDictionary)
|
opennlp.tools.postag.POSTaggerME(AbstractModel, TagDictionary)
|
opennlp.tools.postag.POSTaggerME(int, AbstractModel, POSContextGenerator, TagDictionary)
|
opennlp.tools.tokenize.SimpleTokenizer()
Use INSTANCE field instead to obtain an instance, constructor
will be made private in the future. |