templates.KeywordLocationSchema
- class templates.KeywordLocationSchema(*args, **kwargs)
Keyword Location template
Parameters
Parameters
Name Type Default Info field strField. pattern strPattern. unit {"chars", "words", "lines", "sentences", "paragraphs"}Unit. start int0Start index. end intsys.maxsizeEnd index. operator str">="Operator. frequency int1Number of occurences. case_sensitive boolFalseCase sensitive or not. regex boolFalseIf True, the pattern is treated as a regex. tokenize boolFalseTokenize or not.