You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jz...@apache.org on 2018/05/18 10:37:15 UTC

[opennlp] branch master updated: OPENNLP-1188: Updating Penn Treebank URLs. (#306)

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 b7e375b  OPENNLP-1188: Updating Penn Treebank URLs. (#306)
b7e375b is described below

commit b7e375bf3b51e69dc562da77db54c4cfdd29d241
Author: Jeff Zemerick <je...@mtnfog.com>
AuthorDate: Fri May 18 06:37:12 2018 -0400

    OPENNLP-1188: Updating Penn Treebank URLs. (#306)
---
 opennlp-docs/src/docbkx/chunker.xml   | 4 ++--
 opennlp-docs/src/docbkx/parser.xml    | 2 +-
 opennlp-docs/src/docbkx/postagger.xml | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/opennlp-docs/src/docbkx/chunker.xml b/opennlp-docs/src/docbkx/chunker.xml
index b67a7fd..95f3b75 100644
--- a/opennlp-docs/src/docbkx/chunker.xml
+++ b/opennlp-docs/src/docbkx/chunker.xml
@@ -67,7 +67,7 @@ Rockwell_NNP said_VBD the_DT agreement_NN calls_VBZ for_IN it_PRP to_TO supply_V
     [NP it_PRP ] [VP to_TO supply_VB ] [NP 200_CD additional_JJ so-called_JJ shipsets_NNS ]
     [PP for_IN ] [NP the_DT planes_NNS ] ._.]]>
 		</screen>
-		The tag set used by the english pos model is the <ulink url="http://www.cis.upenn.edu/~treebank/">Penn Treebank tag set</ulink>.
+		The tag set used by the english pos model is the <ulink url="https://www.ling.upenn.edu/courses/Fall_2003/ling001/penn_treebank_pos.html">Penn Treebank tag set</ulink>.
 		</para>
 		</section>
 		<section id="tools.parser.chunking.api">
@@ -315,4 +315,4 @@ $ opennlp ChunkerCrossValidator -lang pt -data en-chunker.cross -encoding UTF-8]
 		</para>
 		</section>
 	</section>
-</chapter>
\ No newline at end of file
+</chapter>
diff --git a/opennlp-docs/src/docbkx/parser.xml b/opennlp-docs/src/docbkx/parser.xml
index 12de5fb..8db92e6 100644
--- a/opennlp-docs/src/docbkx/parser.xml
+++ b/opennlp-docs/src/docbkx/parser.xml
@@ -131,7 +131,7 @@ Parse topParses[] = ParserTool.parseLine(sentence, parser, 1);]]>
 (TOP (S (NP-SBJ (PRP I) )(VP (VBP say) (NP (CD 1992) ))(. .) ('' '') ))]]>
 		</programlisting>
 		Penn Treebank annotation guidelines can be found on the
-            <ulink url="http://www.cis.upenn.edu/~treebank/">Penn Treebank home page</ulink>.
+            <ulink url="https://www.ling.upenn.edu/courses/Fall_2003/ling001/penn_treebank_pos.html">Penn Treebank home page</ulink>.
 		A parser model also contains a pos tagger model, depending on the amount of available
 		training data it is recommend to switch the tagger model against a tagger model which
 		was trained on a larger corpus. The pre-trained parser model provided on the website
diff --git a/opennlp-docs/src/docbkx/postagger.xml b/opennlp-docs/src/docbkx/postagger.xml
index b623d2e..046e5ed 100644
--- a/opennlp-docs/src/docbkx/postagger.xml
+++ b/opennlp-docs/src/docbkx/postagger.xml
@@ -57,7 +57,7 @@ Pierre_NNP Vinken_NNP ,_, 61_CD years_NNS old_JJ ,_, will_MD join_VB the_DT boar
     a_DT nonexecutive_JJ director_NN Nov._NNP 29_CD ._.
 Mr._NNP Vinken_NNP is_VBZ chairman_NN of_IN Elsevier_NNP N.V._NNP ,_, the_DT Dutch_NNP publishing_VBG group_NN]]>
 		 </screen>
-		 The tag set used by the english pos model is the <ulink url="http://www.cis.upenn.edu/~treebank/">Penn Treebank tag set</ulink>.
+		 The tag set used by the english pos model is the <ulink url="https://www.ling.upenn.edu/courses/Fall_2003/ling001/penn_treebank_pos.html">Penn Treebank tag set</ulink>.
 		</para>
       </section>
       
@@ -282,4 +282,4 @@ Accuracy: 0.9659110277825124]]>
 
 		</section>
 		</section>
-</chapter>
\ No newline at end of file
+</chapter>

-- 
To stop receiving notification emails like this one, please contact
jzemerick@apache.org.