Skip to main content
Version: 25.3

templates.SpacyOverlapTemplateSchema

class templates.SpacyOverlapTemplateSchema(*args, **kwargs)

Spacy Overlap template

Parameters

NameTypeDefaultInfo
field_1strField 1.
field_2strField 2.
field_denominatorstrField denominator.
operator{"=", "!=", "<", "<=", ">", ">="}Operator.
valuefloatValue.
case_sensitiveboolFalseCase sensitive or not.
lemmatizationboolTrueLemmatize or not.
unique_valuesbool, TrueDeduplicate words or not.
spacy_tag_includeList[str][]List of spacy tags to include.