You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jk...@apache.org on 2014/03/22 03:14:59 UTC

svn commit: r1580124 - in /opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad: ADNameSampleStream.java ADPOSSampleStream.java ADSentenceSampleStream.java PortugueseContractionUtility.java

Author: jkosin
Date: Sat Mar 22 02:14:58 2014
New Revision: 1580124

URL: http://svn.apache.org/r1580124
Log:
OPENNLP-669 Replaced < and > with &lt; and &gt;

Modified:
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/ADNameSampleStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/ADPOSSampleStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/ADSentenceSampleStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/PortugueseContractionUtility.java

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/ADNameSampleStream.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/ADNameSampleStream.java?rev=1580124&r1=1580123&r2=1580124&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/ADNameSampleStream.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/ADNameSampleStream.java Sat Mar 22 02:14:58 2014
@@ -162,13 +162,13 @@ public class ADNameSampleStream implemen
   
   /**
    * Creates a new {@link NameSample} stream from a line stream, i.e.
-   * {@link ObjectStream}< {@link String}>, that could be a
+   * {@link ObjectStream}&lt;{@link String}&gt;, that could be a
    * {@link PlainTextByLineStream} object.
    * 
    * @param lineStream
    *          a stream of lines as {@link String}
    * @param splitHyphenatedTokens
-   *          if true hyphenated tokens will be separated: "carros-monstro" >
+   *          if true hyphenated tokens will be separated: "carros-monstro" &gt;
    *          "carros" "-" "monstro"
    */
   public ADNameSampleStream(ObjectStream<String> lineStream, boolean splitHyphenatedTokens) {
@@ -184,7 +184,7 @@ public class ADNameSampleStream implemen
    * @param charsetName
    *          the charset of the Arvores Deitadas Corpus
    * @param splitHyphenatedTokens
-   *          if true hyphenated tokens will be separated: "carros-monstro" >
+   *          if true hyphenated tokens will be separated: "carros-monstro" &gt;
    *          "carros" "-" "monstro"
    */
   @Deprecated
@@ -209,7 +209,7 @@ public class ADNameSampleStream implemen
    * @param charsetName
    *          the charset of the Arvores Deitadas Corpus
    * @param splitHyphenatedTokens
-   *          if true hyphenated tokens will be separated: "carros-monstro" >
+   *          if true hyphenated tokens will be separated: "carros-monstro" &gt;
    *          "carros" "-" "monstro"
    */
   @Deprecated

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/ADPOSSampleStream.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/ADPOSSampleStream.java?rev=1580124&r1=1580123&r2=1580124&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/ADPOSSampleStream.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/ADPOSSampleStream.java Sat Mar 22 02:14:58 2014
@@ -44,7 +44,7 @@ public class ADPOSSampleStream implement
 
   /**
    * Creates a new {@link POSSample} stream from a line stream, i.e.
-   * {@link ObjectStream}< {@link String}>, that could be a
+   * {@link ObjectStream}&lt;{@link String}&ft;, that could be a
    * {@link PlainTextByLineStream} object.
    * 
    * @param lineStream

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/ADSentenceSampleStream.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/ADSentenceSampleStream.java?rev=1580124&r1=1580123&r2=1580124&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/ADSentenceSampleStream.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/ADSentenceSampleStream.java Sat Mar 22 02:14:58 2014
@@ -53,7 +53,7 @@ public class ADSentenceSampleStream impl
 
   /**
    * Creates a new {@link SentenceSample} stream from a line stream, i.e.
-   * {@link ObjectStream}< {@link String}>, that could be a
+   * {@link ObjectStream}&lt;{@link String}&gt;, that could be a
    * {@link PlainTextByLineStream} object.
    * 
    * @param lineStream

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/PortugueseContractionUtility.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/PortugueseContractionUtility.java?rev=1580124&r1=1580123&r2=1580124&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/PortugueseContractionUtility.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/ad/PortugueseContractionUtility.java Sat Mar 22 02:14:58 2014
@@ -26,7 +26,7 @@ import opennlp.tools.util.StringUtil;
 /**
  * Utility class to handle Portuguese contractions.
  * <p>
- * Some Corpora splits contractions in its parts, for example, "da" > "de" +
+ * Some Corpora splits contractions in its parts, for example, "da" &gt; "de" +
  * "a", but according to the fase of language processing, NER for instance, we
  * can't decide if to split a contraction or not, specially because contractions
  * inside names are not separated, but outside are.