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

joern 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 9dcd319  Fix documentation error (-type is name type override, not 
model type)
9dcd319 is described below

commit 9dcd3196a17c40789f21619fa9ce3f2941cd1b85
Author: Nat <[email protected]>
AuthorDate: Thu Oct 26 21:41:29 2017 -0500

    Fix documentation error (-type is name type override, not model type)
---
 opennlp-docs/src/docbkx/namefinder.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/opennlp-docs/src/docbkx/namefinder.xml 
b/opennlp-docs/src/docbkx/namefinder.xml
index cf12f48..394ddc9 100644
--- a/opennlp-docs/src/docbkx/namefinder.xml
+++ b/opennlp-docs/src/docbkx/namefinder.xml
@@ -191,7 +191,7 @@ Mr . <START:person> Vinken <END> is chairman of Elsevier 
N.V. , the Dutch publis
 $ opennlp TokenNameFinderTrainer
 Usage: opennlp 
TokenNameFinderTrainer[.evalita|.ad|.conll03|.bionlp2004|.conll02|.muc6|.ontonotes|.brat]
 \
 [-featuregen featuregenFile] [-nameTypes types] [-sequenceCodec codec] 
[-factory factoryName] \
-[-resources resourcesDir] [-type modelType] [-params paramsFile] -lang 
language \
+[-resources resourcesDir] [-type typeOverride] [-params paramsFile] -lang 
language \
 -model modelFile -data sampleData [-encoding charsetName]
 
 Arguments description:
@@ -205,8 +205,8 @@ Arguments description:
                 A sub-class of TokenNameFinderFactory
         -resources resourcesDir
                 The resources directory
-        -type modelType
-                The type of the token name finder model
+        -type typeOverride
+                Overrides the type parameter in the provided samples
         -params paramsFile
                 training parameters file.
         -lang language

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to