| Package | Description |
|---|---|
| de.datexis.ner.reader |
| Modifier and Type | Method and Description |
|---|---|
static CoNLLDatasetReader.Charset |
CoNLLDatasetReader.Charset.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoNLLDatasetReader.Charset[] |
CoNLLDatasetReader.Charset.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Dataset |
CoNLLDatasetReader.read(Resource path,
CoNLLDatasetReader.Charset charset)
Read a Dataset from CoNLL file
|
static Dataset |
CoNLLDatasetReader.readDataset(Resource path,
String name,
CoNLLDatasetReader.Charset charset)
Read a Dataset from CoNLL file (static version with default reader)
|
Copyright © 2020. All rights reserved.