Author: ragerri
Date: Wed Oct  1 08:47:32 2014
New Revision: 1628643

URL: http://svn.apache.org/r1628643
Log:
OPENNLP-690 fixing small bug introduced while wriinting doc for parser

Modified:
    opennlp/trunk/opennlp-docs/src/docbkx/parser.xml

Modified: opennlp/trunk/opennlp-docs/src/docbkx/parser.xml
URL: 
http://svn.apache.org/viewvc/opennlp/trunk/opennlp-docs/src/docbkx/parser.xml?rev=1628643&r1=1628642&r2=1628643&view=diff
==============================================================================
--- opennlp/trunk/opennlp-docs/src/docbkx/parser.xml (original)
+++ opennlp/trunk/opennlp-docs/src/docbkx/parser.xml Wed Oct  1 08:47:32 2014
@@ -244,7 +244,7 @@ F-Measure: 0.8985815184245214]]>
                        <para>
                                The Parser Evaluation tool reimplements the 
PARSEVAL scoring method
                                as implemented by the
-                               <ulink url=http://nlp.cs.nyu.edu/evalb 
/>EVALB</ulink>
+                               <ulink 
url="http://nlp.cs.nyu.edu/evalb/";>EVALB</ulink>
                                script, which is the most widely used evaluation
                                tool for constituent parsing. Note however that 
currently the Parser
                                Evaluation tool does not allow
@@ -253,8 +253,8 @@ F-Measure: 0.8985815184245214]]>
                                contributions are very welcome. If you want to 
contribute please contact us on
                                the mailing list or comment
                                on the jira issue
-                               <ulink 
url="https://issues.apache.org/jira/browse/OPENNLP-688";>OPENNLP-688</ulink>
+                               <ulink 
url="https://issues.apache.org/jira/browse/OPENNLP-688";>OPENNLP-688</ulink>.
                        </para>
                </section>
        </section>
-</chapter>
\ No newline at end of file
+</chapter>


Reply via email to