[
https://issues.apache.org/jira/browse/OPENNLP-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16596960#comment-16596960
]
ASF GitHub Bot commented on OPENNLP-1217:
-----------------------------------------
kojisekig closed pull request #332: OPENNLP-1217: opennlp Parser can take only
one model file
URL: https://github.com/apache/opennlp/pull/332
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/opennlp-docs/src/docbkx/parser.xml
b/opennlp-docs/src/docbkx/parser.xml
index 8db92e6ec..951b68383 100644
--- a/opennlp-docs/src/docbkx/parser.xml
+++ b/opennlp-docs/src/docbkx/parser.xml
@@ -39,7 +39,7 @@ under the License.
Tool with the following command.
<screen>
<![CDATA[
-$ opennlp Parser en-parser.bin en-parser-chunking.bin]]>
+$ opennlp Parser en-parser-chunking.bin]]>
</screen>
Loading the big parser model can take several seconds, be
patient.
Copy this sample sentence to the console.
@@ -56,7 +56,7 @@ The quick brown fox jumps over the lazy dog .]]>
With the following command the input can be read from a file
and be written to an output file.
<screen>
<![CDATA[
-$ opennlp Parser en-parser.bin en-parser-chunking.bin < article-tokenized.txt
> article-parsed.txt.]]>
+$ opennlp Parser en-parser-chunking.bin < article-tokenized.txt >
article-parsed.txt.]]>
</screen>
The article-tokenized.txt file must contain one sentence per
line which is
tokenized with the English tokenizer model from our website.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> opennlp Parser can take only one model file
> -------------------------------------------
>
> Key: OPENNLP-1217
> URL: https://issues.apache.org/jira/browse/OPENNLP-1217
> Project: OpenNLP
> Issue Type: Documentation
> Affects Versions: 1.9.0
> Reporter: Koji Sekiguchi
> Priority: Trivial
> Fix For: 1.9.1
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)