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

jzemerick 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 2a972e30 OPENNLP-1344 Broken link (404) for Leipzig corpora in OpenNLP 
Manual (#454)
2a972e30 is described below

commit 2a972e30b2fc21ab4ed75c9ade3a9700b60a3bac
Author: Martin Wiesner <[email protected]>
AuthorDate: Sat Dec 10 15:21:01 2022 +0100

    OPENNLP-1344 Broken link (404) for Leipzig corpora in OpenNLP Manual (#454)
    
    - adjusts URL to Leipzig corpora in corresponding `langdetect.xml`, as 
proposed by reporter 'P. Rhodes'
    - verified the new URL works as expected
---
 opennlp-docs/src/docbkx/langdetect.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opennlp-docs/src/docbkx/langdetect.xml 
b/opennlp-docs/src/docbkx/langdetect.xml
index a5ca6087..aef1fd41 100644
--- a/opennlp-docs/src/docbkx/langdetect.xml
+++ b/opennlp-docs/src/docbkx/langdetect.xml
@@ -164,7 +164,7 @@ $ bin/opennlp LanguageDetectorTrainer[.leipzig] -model 
modelFile [-params params
                                of individual sentences collected from the web 
and newspapers. The Corpora is available as plain text
                                and as MySQL database tables. The OpenNLP 
integration can only use the plain text version.
                                The     individual plain text packages can be 
downloaded here:
-                               <ulink 
url="http://corpora.uni-leipzig.de/download.html";>http://corpora.uni-leipzig.de/download.html</ulink>
+                               <ulink 
url="https://wortschatz.uni-leipzig.de/en/download";>https://wortschatz.uni-leipzig.de/en/download</ulink>
                        </para>
                        <para>
                                This corpora is specially good to train 
Language Detector and a converter is provided. First, you need to

Reply via email to