You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by ko...@apache.org on 2018/08/30 00:40:49 UTC

[opennlp] branch master updated: OPENNLP-1215: ParserTrainer's option -head-rules in the document should be -headRules (#330)

This is an automated email from the ASF dual-hosted git repository.

koji pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp.git


The following commit(s) were added to refs/heads/master by this push:
     new 5fca8fb  OPENNLP-1215: ParserTrainer's option -head-rules in the document should be -headRules (#330)
5fca8fb is described below

commit 5fca8fb2913023eaf9dc4201fd9d2a578ad7ca3d
Author: Koji Sekiguchi <ko...@rondhuit.com>
AuthorDate: Thu Aug 30 09:40:46 2018 +0900

    OPENNLP-1215: ParserTrainer's option -head-rules in the document should be -headRules (#330)
---
 opennlp-docs/src/docbkx/parser.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opennlp-docs/src/docbkx/parser.xml b/opennlp-docs/src/docbkx/parser.xml
index 8db92e6..5433fa8 100644
--- a/opennlp-docs/src/docbkx/parser.xml
+++ b/opennlp-docs/src/docbkx/parser.xml
@@ -182,7 +182,7 @@ Arguments description:
 		<screen>
 		<![CDATA[
 $ opennlp ParserTrainer -model en-parser-chunking.bin -parserType CHUNKING \
-                        -head-rules head_rules \
+                        -headRules head_rules \
                         -lang en -data train.all -encoding ISO-8859-1
     ]]>
 		</screen>