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