| Package | Description |
|---|---|
| io.redlink.nlp.regex.ner | |
| io.redlink.nlp.regex.ner.vocab |
| Modifier and Type | Method and Description |
|---|---|
protected RegexNerProcessor.NamedEntity |
RegexNerDetector.createNamedEntity(String patternName,
MatchResult match) |
protected RegexNerProcessor.NamedEntity |
NamedRegexDetector.createNamedEntity(String name,
MatchResult match) |
protected abstract RegexNerProcessor.NamedEntity |
RegexNamedEntityFactory.createNamedEntity(String patternName,
MatchResult match)
Creates a token for the parsed
MatchResult originating from the
RegexNamedEntityFactory.NamedPattern with the parsed name |
| Modifier and Type | Method and Description |
|---|---|
int |
RegexNerProcessor.NamedEntity.compareTo(RegexNerProcessor.NamedEntity o) |
| Modifier and Type | Method and Description |
|---|---|
void |
RegexNamedEntityFactory.process(SpanCollection section,
String lang,
List<RegexNerProcessor.NamedEntity> namedEntities) |
| Modifier and Type | Method and Description |
|---|---|
protected RegexNerProcessor.NamedEntity |
VocabularyDetector.createNamedEntity(String patternName,
MatchResult match) |
Copyright © 2016–2017 Redlink GmbH. All rights reserved.