Nick Burch created OPENNLP-1237:
-----------------------------------
Summary: Document Categorizer example references non-existant
method signature
Key: OPENNLP-1237
URL: https://issues.apache.org/jira/browse/OPENNLP-1237
Project: OpenNLP
Issue Type: Documentation
Components: Documentation
Affects Versions: 1.9.1
Reporter: Nick Burch
In the Document Categorizer section of the manual
https://opennlp.apache.org/docs/1.9.1/manual/opennlp.html#tools.doccat there is
a code snippet in the training section:
{code}
model = DocumentCategorizerME.train("en", sampleStream);
{code}
However, no matching method is present in the javadocs at
https://opennlp.apache.org/docs/1.9.1/apidocs/opennlp-tools/opennlp/tools/doccat/DocumentCategorizerME.html
. The nearest seems to be one that takes two additional required parameters:
https://opennlp.apache.org/docs/1.9.1/apidocs/opennlp-tools/opennlp/tools/doccat/DocumentCategorizerME.html#train-java.lang.String-opennlp.tools.util.ObjectStream-opennlp.tools.util.TrainingParameters-opennlp.tools.doccat.DoccatFactory-
It looks like the code snippet is out of date, and needs updating to cover the
API changes that seem to have happened
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)