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

rzo1 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 63f714ab OPENNLP-1363 : Documentation update from lemmatizer split by 
tabs and not spaces.
63f714ab is described below

commit 63f714abdf5180fe49e6840ea36faa0ac0f27060
Author: atita arora <[email protected]>
AuthorDate: Mon Dec 19 15:00:55 2022 +0100

    OPENNLP-1363 : Documentation update from lemmatizer split by tabs and not 
spaces.
---
 opennlp-docs/src/docbkx/lemmatizer.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opennlp-docs/src/docbkx/lemmatizer.xml 
b/opennlp-docs/src/docbkx/lemmatizer.xml
index 60fba8f7..8be62423 100644
--- a/opennlp-docs/src/docbkx/lemmatizer.xml
+++ b/opennlp-docs/src/docbkx/lemmatizer.xml
@@ -205,7 +205,7 @@ String[] lemmas = lemmatizer.lemmatize(tokens, postags);
                <section id="tools.lemmatizer.training">
                        <title>Lemmatizer Training</title>
                        <para>
-                               The training data consist of three columns 
separated by spaces. Each
+                               The training data consist of three columns 
separated by tabs. Each
                                word has been put on a
                                separate line and there is an empty line after 
each sentence. The first
                                column contains

Reply via email to