| Package | Description |
|---|---|
| io.redlink.nlp.regex.ner | |
| io.redlink.nlp.regex.ner.csv | |
| io.redlink.nlp.regex.ner.vocab | |
| io.redlink.nlp.regex.ner.wordlist |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedRegexDetector
Simplifies the Implementation of a
RegexNamedEntityFactory in cases where
all created NamedEntities do use a single Token.Type
the created NamedEntities do use the NamedPattern#getName() as Token#getValue()
Subclasses just need to implement the NamedRegexDetector.loadPatterns() Method that
is called once and is expected to provide the list of Regex patterns. |
class |
RegexNerDetector
Simplifies the Implementation of a
RegexNamedEntityFactory in cases where
all created NamedEntities do use a single NerTag
the created NamedEntities do use MatchResult.group() as Token#getValue()
Subclasses just need to implement the RegexNerDetector.initPatterns() Method that
is called once and is expected to provide the list of Regex patterns. |
| Constructor and Description |
|---|
RegexNerProcessor(List<RegexNamedEntityFactory> tokenFactories) |
| Modifier and Type | Class and Description |
|---|---|
class |
CsvNamedPatternNerDetector
Variant of the
VocabularyDetector that reads a Vocabulary from a
CSV file where the first column is the name and all further columns are
synonyms |
class |
CsvVocabularyNerDetector
Variant of the
VocabularyDetector that reads a Vocabulary from a
CSV file where the first column is the name and all further columns are
synonyms |
| Modifier and Type | Class and Description |
|---|---|
class |
VocabularyDetector
Regex-Based detection of trains
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinebasedRegexListNerDetector
Variant of the
RegexDetector that reads from a Reader
expecting one regex pattern per line. |
class |
LinebasedWordListNerDetector
Variant of the
WordListDetector that reads from a Reader
expecting one word per line. |
class |
WordListDetector
Regex-Based detection of trains
|
Copyright © 2016–2017 Redlink GmbH. All rights reserved.