| Package | Description |
|---|---|
| com.workfusion.vds.sdk.nlp.component.fe | |
| com.workfusion.vds.sdk.nlp.component.fe.ner |
| Modifier and Type | Class and Description |
|---|---|
class |
FocusElementKeywordsFE<SEARCH extends Element,FOCUS extends Element>
Produce a feature if search element that covered(or covering) current focus element contains at least one of the keywords.
|
class |
FocusElementKeywordsFrequencyFE<SEARCH extends Element,FOCUS extends Element>
Finds count of keywords inside search element that covered(or covering) current focus element.
|
class |
LowerCaseWordshapeFE<FOCUS extends Element>
Finds wordshape of covered text, removing leading/trailing whitespace and making all characters lower case and digits '1'.
|
class |
PositionInCoveringFE<SEARCH extends Element,FOCUS extends Element>
Gets the index of the focus Element in the covering search Element.
|
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.
|
class |
SimilarityToKeywordsFE<T extends Element>
Gets similarity of focus Element to provided keywords.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AreFollowingTokensCapitalizedBeforeNerFE<FOCUS 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 © 2019. All rights reserved.