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/25 05:46:04 UTC

svn commit: r1581229 - /opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/tokenize/SimpleTokenizer.java

Author: jkosin
Date: Tue Mar 25 04:46:03 2014
New Revision: 1581229

URL: http://svn.apache.org/r1581229
Log:
OPENNLP-669 Fixed <table> to have <caption> since every table needs a <caption> or <summary> section now.

Modified:
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/tokenize/SimpleTokenizer.java

Modified: opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/tokenize/SimpleTokenizer.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/tokenize/SimpleTokenizer.java?rev=1581229&r1=1581228&r2=1581229&view=diff
==============================================================================
--- opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/tokenize/SimpleTokenizer.java (original)
+++ opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/tokenize/SimpleTokenizer.java Tue Mar 25 04:46:03 2014
@@ -28,6 +28,7 @@ import org.apache.uima.cas.text.Annotati
  * <p>
  * Mandatory parameters
  * <table border=1>
+ *   <caption></caption>
  *   <tr><th>Type</th> <th>Name</th> <th>Description</th></tr>
  *   <tr><td>String</td> <td>opennlp.uima.SentenceType</td> <td>The full name of the sentence type</td></tr>
  *   <tr><td>String</td> <td>opennlp.uima.TokenType</td> <td>The full name of the token type</td></tr>