| Modifier and Type | Class and Description |
|---|---|
class |
EntityBoundaryAnnotator
Annotator to create
EntityBoundary elements in document. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseNerAnnotator
Abstract class for named entity annotators.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PreviousElementSameLineKeywordsMatchFE<SEARCH extends Element,FOCUS extends Element>
Determines if are keywords matches in the same line in the non-empty Element preceding the current Element covering the focus Line.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AreFollowingTokensCapitalizedBeforeNerFE<F extends Element>
Determines if tokens between the focus and the first following NER with the given type are an all uppercase on the first letter.
|
class |
IsFirstNerInFocusElementFE<SEARCH extends Element,FOCUS extends Element>
Determines if the first NER in the search class is in the user-defined focus.
|
class |
IsFocusElementExactSameToNerFE<SEARCH extends Element,FOCUS extends Element>
Determines if the covering focus Element (searchClass) has the same content with the covering NER.
|
class |
IsFocusElementWithNerFE<SEARCH extends Element,FOCUS extends Element>
Determines if the search Element covering focus Element contains NER/NERs.
|
class |
IsLastNerInFocusElementFE<SEARCH extends Element,FOCUS extends Element>
Determines if the last NER in the search class is in the user-defined focus.
|
Copyright © 2020. All rights reserved.