This is an automated email from the ASF dual-hosted git repository.
smarthi 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 544ffb0 OPENNLP-1147: fix missing URLs in doc (#278)
544ffb0 is described below
commit 544ffb0cbc67fe84f9117b5aac8bb36108ac5810
Author: Koji Sekiguchi <[email protected]>
AuthorDate: Tue Oct 24 00:36:53 2017 +0900
OPENNLP-1147: fix missing URLs in doc (#278)
---
opennlp-docs/src/docbkx/corpora.xml | 2 +-
opennlp-docs/src/docbkx/namefinder.xml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opennlp-docs/src/docbkx/corpora.xml
b/opennlp-docs/src/docbkx/corpora.xml
index aa97dc2..aeef36c 100644
--- a/opennlp-docs/src/docbkx/corpora.xml
+++ b/opennlp-docs/src/docbkx/corpora.xml
@@ -50,7 +50,7 @@ under the License.
(211727 tokens) and section 20 as test data (47377 tokens). The
annotation of the
data has been derived from the WSJ corpus by a program written
by Sabine Buchholz
from Tilburg University, The Netherlands. Both training and
test data can be
- obtained from <ulink
url="http://www.cnts.ua.ac.be/conll2000/chunking">http://www.cnts.ua.ac.be/conll2000/chunking</ulink>.
+ obtained from <ulink
url="https://www.clips.uantwerpen.be/conll2000/chunking/">https://www.clips.uantwerpen.be/conll2000/chunking/</ulink>.
</para>
</section>
<section id="tools.corpora.conll.2000.converting">
diff --git a/opennlp-docs/src/docbkx/namefinder.xml
b/opennlp-docs/src/docbkx/namefinder.xml
index abcd094..76261f7 100644
--- a/opennlp-docs/src/docbkx/namefinder.xml
+++ b/opennlp-docs/src/docbkx/namefinder.xml
@@ -560,21 +560,21 @@ System.out.println(result.toString());]]>
</listitem>
<listitem>
<para>
- <ulink
url="http://projects.ldc.upenn.edu/ace/docs/English-Entities-Guidelines_v5.6.1.pdf">
+ <ulink
url="https://www.ldc.upenn.edu/sites/www.ldc.upenn.edu/files/english-entities-guidelines-v6.6.pdf">
ACE
</ulink>
</para>
</listitem>
<listitem>
<para>
- <ulink url="http://www.cnts.ua.ac.be/conll2002/ner/">
+ <ulink
url="https://www.clips.uantwerpen.be/conll2002/ner/">
CONLL 2002
</ulink>
</para>
</listitem>
<listitem>
<para>
- <ulink
url="http://www.cnts.ua.ac.be/conll2003/ner/annotation.txt">
+ <ulink
url="https://www.clips.uantwerpen.be/conll2003/ner/">
CONLL 2003
</ulink>
</para>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].