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

svn commit: r1580133 - /opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/eval/CrossValidationPartitioner.java

Author: jkosin
Date: Sat Mar 22 02:51:50 2014
New Revision: 1580133

URL: http://svn.apache.org/r1580133
Log:
OPENNLP-669 Fixed double </code> tags.

Modified:
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/eval/CrossValidationPartitioner.java

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/eval/CrossValidationPartitioner.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/eval/CrossValidationPartitioner.java?rev=1580133&r1=1580132&r2=1580133&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/eval/CrossValidationPartitioner.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/eval/CrossValidationPartitioner.java Sat Mar 22 02:51:50 2014
@@ -34,7 +34,7 @@ import opennlp.tools.util.ObjectStream;
  * The training partition always consists of n -1 parts and one part is used for testing.
  * <p>
  * To use the <code>CrossValidationPartioner</code> a client iterates over the n
- * <code>TrainingSampleStream</code>s. Each </code>TrainingSampleStream</code> represents
+ * <code>TrainingSampleStream</code>s. Each <code>TrainingSampleStream</code> represents
  * one partition and is used first for training and afterwards for testing.
  * The <code>TestSampleStream</code> can be obtained from the <code>TrainingSampleStream</code>
  * with the <code>getTestSampleStream</code> method.
@@ -107,7 +107,7 @@ public class CrossValidationPartitioner<
    * anymore, otherwise a {@link IllegalStateException}
    * is thrown.
    * 
-   * The <code>ObjectStream></code>s must not be used anymore after the
+   * The <code>ObjectStream</code>s must not be used anymore after the
    * <code>CrossValidationPartitioner</code> was moved
    * to one of next partitions. If they are called anyway
    * a {@link IllegalStateException} is thrown.