| Class | Description |
|---|---|
| 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. |
| RegexNamedEntityFactory |
Extract patterns based on regexes.
|
| RegexNamedEntityFactory.NamedPattern |
A regex
Pattern with an assigned Name. |
| 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. |
| RegexNerProcessor |
Extract Tokens based on Regex
|
| RegexNerProcessor.NamedEntity |
Copyright © 2016–2017 Redlink GmbH. All rights reserved.