Skip to content

edsnlp.pipelines.core.normalizer

excluded_or_space_getter(t)

Source code in edsnlp/pipelines/core/normalizer/__init__.py
14
15
def excluded_or_space_getter(t):
    return t.is_space or t.tag_ == "EXCLUDED"