Package | Description |
---|---|
opennlp.tools.formats |
Experimental package related to converting various corpora to OpenNLP Format.
|
Modifier and Type | Method and Description |
---|---|
static Conll02NameSampleStream.LANGUAGE |
Conll02NameSampleStream.LANGUAGE.valueOf(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.
|
Constructor and Description |
---|
Conll02NameSampleStream(Conll02NameSampleStream.LANGUAGE lang,
InputStreamFactory in,
int types) |
Conll02NameSampleStream(Conll02NameSampleStream.LANGUAGE lang,
ObjectStream<String> lineStream,
int types) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.