Uses of Class
opennlp.tools.formats.Conll03NameSampleStream.LANGUAGE
-
Packages that use Conll03NameSampleStream.LANGUAGE Package Description 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 Modifier and Type Method Description static Conll03NameSampleStream.LANGUAGE
Conll03NameSampleStream.LANGUAGE. valueOf(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 Constructor Description Conll03NameSampleStream(Conll03NameSampleStream.LANGUAGE lang, InputStreamFactory in, int types)
Conll03NameSampleStream(Conll03NameSampleStream.LANGUAGE lang, ObjectStream<String> lineStream, int types)
-