edsnlp.matchers.utils
ListOrStr = Union[List[str], str]
module-attribute
DictOrPattern = Union[Dict[str, ListOrStr], ListOrStr]
module-attribute
Patterns = Dict[str, DictOrPattern]
module-attribute
ATTRIBUTES = {'LOWER': 'lower_', 'TEXT': 'text', 'NORM': 'norm_', 'SHAPE': 'shape_'}
module-attribute
Back to top