mirror of https://github.com/explosion/spaCy.git
Fix wildcard import
This commit is contained in:
parent
deed623864
commit
14a9c3ee7a
|
@ -1,7 +1,8 @@
|
|||
# coding: utf8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from ..symbols import *
|
||||
from ..symbols import POS, ADV, NOUN, ADP, PRON, SCONJ, PROPN, DET, SYM, INTJ
|
||||
from ..symbols import PUNCT, NUM, AUX, X, CONJ, ADJ, VERB, PART, SPACE
|
||||
|
||||
|
||||
TAG_MAP = {
|
||||
|
|
Loading…
Reference in New Issue