templates.SpacyOverlapTemplateSchema
- class templates.SpacyOverlapTemplateSchema(*args, **kwargs)
Spacy Overlap template
Parameters
Parameters
Name Type Default Info field_1 str
Field 1. field_2 str
Field 2. field_denominator str
Field denominator. operator {"=", "!=", "<", "<=", ">", ">="}
Operator. value float
Value. case_sensitive bool
False
Case sensitive or not. lemmatization bool
True
Lemmatize or not. unique_values bool, True
Deduplicate words or not. spacy_tag_include List[str]
[]
List of spacy tags to include.