| Package | Description |
|---|---|
| io.redlink.nlp.regex.ner.csv | |
| io.redlink.nlp.regex.ner.vocab |
| Constructor and Description |
|---|
CsvVocabularyNerDetector(String name,
NerTag type,
Locale lang,
VocabularyDetector.CaseSensitivity cs) |
CsvVocabularyNerDetector(String name,
NerTag type,
Locale lang,
VocabularyDetector.CaseSensitivity cs,
org.apache.commons.csv.CSVFormat csvFormat) |
| Modifier and Type | Field and Description |
|---|---|
static VocabularyDetector.CaseSensitivity |
VocabularyDetector.CaseSensitivity.DEFAULT
By default
VocabularyDetector.CaseSensitivity is set to off |
| Modifier and Type | Method and Description |
|---|---|
VocabularyDetector.CaseSensitivity |
VocabularyDetector.getCaseSensitivity() |
static VocabularyDetector.CaseSensitivity |
VocabularyDetector.CaseSensitivity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VocabularyDetector.CaseSensitivity[] |
VocabularyDetector.CaseSensitivity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
VocabularyDetector(String name,
NerTag type,
Locale lang,
VocabularyDetector.CaseSensitivity caseSensitivity) |
Copyright © 2016–2017 Redlink GmbH. All rights reserved.