Author: joern
Date: Tue Oct 14 19:28:30 2014
New Revision: 1631849

URL: http://svn.apache.org/r1631849
Log:
OPENNLP-720 Fixed javadoc error

Modified:
    
opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/Conll03NameSampleStream.java

Modified: 
opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/Conll03NameSampleStream.java
URL: 
http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/Conll03NameSampleStream.java?rev=1631849&r1=1631848&r2=1631849&view=diff
==============================================================================
--- 
opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/Conll03NameSampleStream.java
 (original)
+++ 
opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/Conll03NameSampleStream.java
 Tue Oct 14 19:28:30 2014
@@ -48,9 +48,9 @@ public class Conll03NameSampleStream imp
 
   /**
    *
-   * @param lang
-   * @param lineStream
-   * @param types
+   * @param lang the language of the CONLL 03 data
+   * @param lineStream an Object Stream over the lines in the CONLL 03 data 
file
+   * @param types the entity types to include in the Name Sample object stream
    */
   public Conll03NameSampleStream(LANGUAGE lang, ObjectStream<String> 
lineStream, int types) {
     this.lang = lang;
@@ -73,9 +73,9 @@ public class Conll03NameSampleStream imp
 
   /**
    *
-   * @param lang
-   * @param in
-   * @param types
+   * @param lang the language of the CONLL 03 data
+   * @param in the Input Stream to read the data file
+   * @param types the entity types to include in the Name Sample object stream
    */
   @Deprecated
   public Conll03NameSampleStream(LANGUAGE lang, InputStream in, int types) {


Reply via email to