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 <[email protected]>
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>

Reply via email to