Uses of Class
opennlp.tools.formats.Conll03NameSampleStream.LANGUAGE

Packages that use Conll03NameSampleStream.LANGUAGE
opennlp.tools.formats Experimental package related to converting various corpora to OpenNLP Format. 
 

Uses of Conll03NameSampleStream.LANGUAGE in opennlp.tools.formats
 

Methods in opennlp.tools.formats that return Conll03NameSampleStream.LANGUAGE
static Conll03NameSampleStream.LANGUAGE Conll03NameSampleStream.LANGUAGE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Conll03NameSampleStream.LANGUAGE[] Conll03NameSampleStream.LANGUAGE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in opennlp.tools.formats with parameters of type Conll03NameSampleStream.LANGUAGE
Conll03NameSampleStream(Conll03NameSampleStream.LANGUAGE lang, java.io.InputStream in, int types)
           
Conll03NameSampleStream(Conll03NameSampleStream.LANGUAGE lang, ObjectStream<java.lang.String> lineStream, int types)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.