Skip to main content
Version: 25.1

templates.LexiconOverlapTemplateSchema

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

Lexicon Overlap template

Parameters

NameTypeDefaultInfo
field_1strField 1.
field_2strField 2.
denominator_fieldstrDenominator field.
operator{"=", "!=", "<", "<=", ">", ">="}Operator.
valuefloatValue.
lexicon_dict_pathstrPath to a file containing lexicons.
case_sensitiveboolFalseCase sensitive or not.

artifact_config_keys

static artifact_config_keys()

The names of the fields in the template schema pydantic model that represent paths to files or directories that contain data which back the LF template. For example, paths to a dictionary on disk that’s used within an LF.

Return type

List[str]