Uses of Enum Class
opennlp.tools.formats.Conll02NameSampleStream.LANGUAGE
Packages that use Conll02NameSampleStream.LANGUAGE
Package
Description
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.LANGUAGEModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Conll02NameSampleStream.LANGUAGE[]
Conll02NameSampleStream.LANGUAGE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in opennlp.tools.formats with parameters of type Conll02NameSampleStream.LANGUAGEModifierConstructorDescriptionConll02NameSampleStream
(Conll02NameSampleStream.LANGUAGE lang, InputStreamFactory in, int types) Initializes aConll02NameSampleStream
.Conll02NameSampleStream
(Conll02NameSampleStream.LANGUAGE lang, ObjectStream<String> lineStream, int types) Initializes aConll02NameSampleStream
.