Enum: TransformationType
A controlled datamodels of the types of transformation that can be applied to
URI: TransformationType
Permissible Values
Value |
Meaning |
Description |
---|---|---|
Stemming |
None |
Removal of the last few characters of a word to yield a stem term for each wo… |
Lemmatization |
None |
Contextual reduction of a word to its base form for each word in the term |
WordOrderNormalization |
None |
reorder words in the term to a standard order such that comparisons are order… |
Depluralization |
None |
Transform plural form to singular form for each word in a term |
CaseNormalization |
None |
Transform term to a standard case, typically lowercase |
WhitespaceNormalization |
None |
Trim whitespace, condense whitespace runs, and transform all non-space whites… |
TermExpanson |
None |
Expand terms using a dictionary |
Synonymization |
None |
Applying synonymizer rules from matcher_rules |
Slots
Name |
Description |
---|---|
The type of transformation |
Identifier and Mapping Information
Schema Source
from schema: https://w3id.org/oak/lexical-index
LinkML Source
</details>