mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 01:04:34 +03:00
Explicitly import TOKEN_MATCH
This commit is contained in:
parent
50b7ec03ca
commit
4930f0fa8f
|
@ -1,4 +1,4 @@
|
||||||
from .punctuation import *
|
from .punctuation import *
|
||||||
from .tag_map import TAG_MAP
|
from .tag_map import TAG_MAP
|
||||||
from .entity_rules import ENTITY_RULES
|
from .entity_rules import ENTITY_RULES
|
||||||
from .tokenizer_exceptions import BASE_EXCEPTIONS
|
from .tokenizer_exceptions import BASE_EXCEPTIONS, TOKEN_MATCH
|
||||||
|
|
Loading…
Reference in New Issue
Block a user