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

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

Uses of Conll02NameSampleStream.LANGUAGE in opennlp.tools.formats
 

Methods in opennlp.tools.formats that return Conll02NameSampleStream.LANGUAGE
static Conll02NameSampleStream.LANGUAGE Conll02NameSampleStream.LANGUAGE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Conll02NameSampleStream.LANGUAGE[] Conll02NameSampleStream.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 Conll02NameSampleStream.LANGUAGE
Conll02NameSampleStream(Conll02NameSampleStream.LANGUAGE lang, java.io.InputStream in, int types)
           
Conll02NameSampleStream(Conll02NameSampleStream.LANGUAGE lang, ObjectStream<java.lang.String> lineStream, int types)
           
 



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