spaCy/spacy/matcher/__init__.py

7 lines
221 B
Python
Raw Normal View History

# coding: utf8
from __future__ import unicode_literals
2019-02-08 16:14:49 +03:00
from .matcher import Matcher # noqa: F401
from .phrasematcher import PhraseMatcher # noqa: F401
from .dependencymatcher import DependencyTreeMatcher # noqa: F401