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 04:31:09 UTC

svn commit: r1580142 - /opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/AbstractContextGenerator.java

Author: jkosin
Date: Sat Mar 22 03:31:08 2014
New Revision: 1580142

URL: http://svn.apache.org/r1580142
Log:
OPENNLP-669 Replaced > with >

Modified:
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/AbstractContextGenerator.java

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/AbstractContextGenerator.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/AbstractContextGenerator.java?rev=1580142&r1=1580141&r2=1580142&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/AbstractContextGenerator.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/AbstractContextGenerator.java Sat Mar 22 03:31:08 2014
@@ -93,7 +93,7 @@ public abstract class AbstractContextGen
 
   /**
    * Generates a string representing the grammar rule production that the specified parse
-   * is starting.  The rule is of the form p.type -> c.children[0..n].type.
+   * is starting.  The rule is of the form p.type -> c.children[0..n].type.
    * @param p The parse which stats teh production.
    * @param includePunctuation Whether punctuation should be included in the production.
    * @return a string representing the grammar rule production that the specified parse