| Package | Description |
|---|---|
| io.cortical.services |
| Modifier and Type | Method and Description |
|---|---|
static PosTag |
PosTag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PosTag[] |
PosTag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
Texts.getTokens(String text,
PosTag[] posTags)
Retrieve a list of lists of tokens for the input model: a list of sentences containing lists of
tokens.
|
Copyright © 2015. All rights reserved.