Uses of Enum Class
opennlp.tools.formats.Conll03NameSampleStream.LANGUAGE
Packages that use Conll03NameSampleStream.LANGUAGE
-
Uses of Conll03NameSampleStream.LANGUAGE in opennlp.tools.formats
Subclasses with type arguments of type Conll03NameSampleStream.LANGUAGE in opennlp.tools.formatsMethods in opennlp.tools.formats that return Conll03NameSampleStream.LANGUAGEModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Conll03NameSampleStream.LANGUAGE[]Conll03NameSampleStream.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 Conll03NameSampleStream.LANGUAGEModifierConstructorDescriptionConll03NameSampleStream(Conll03NameSampleStream.LANGUAGE lang, opennlp.tools.util.InputStreamFactory in, int types) Initializes aConll03NameSampleStream.Conll03NameSampleStream(Conll03NameSampleStream.LANGUAGE lang, opennlp.tools.util.ObjectStream<String> lineStream, int types) Initializes aConll03NameSampleStream.