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:24:24 UTC

svn commit: r1581223 - /opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/namefind/NameFinder.java

Author: jkosin
Date: Tue Mar 25 04:24:23 2014
New Revision: 1581223

URL: http://svn.apache.org/r1581223
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/namefind/NameFinder.java

Modified: opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/namefind/NameFinder.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/namefind/NameFinder.java?rev=1581223&r1=1581222&r2=1581223&view=diff
==============================================================================
--- opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/namefind/NameFinder.java (original)
+++ opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/namefind/NameFinder.java Tue Mar 25 04:24:23 2014
@@ -40,6 +40,7 @@ import org.apache.uima.resource.Resource
  * <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.ModelName</td> <td>The name of the model file</td></tr>
  *   <tr><td>String</td> <td>opennlp.uima.SentenceType</td> <td>The full name of the sentence type</td></tr>
@@ -49,6 +50,7 @@ import org.apache.uima.resource.Resource
  * <p>
  * Optional parameters
  * <table border=1>
+ *   <caption></caption>
  *   <tr><th>Type</th> <th>Name</th> <th>Description</th></tr>
  *   <tr><td>String</td> <td>opennlp.uima.ProbabilityFeature</td> <td>The name of the double 
  *       probability feature (not set by default)</td></tr>