mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Add missing symbols
This commit is contained in:
parent
9b0de9fb43
commit
147448b65b
|
@ -1,7 +1,8 @@
|
||||||
# encoding: utf8
|
# encoding: utf8
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from ...symbols import ORTH, LEMMA, NORM, POS
|
from ...symbols import POS, DET, ADP, CCONJ, ADV, NOUN, X, AUX
|
||||||
|
from ...symbols import ORTH, LEMMA, NORM
|
||||||
|
|
||||||
|
|
||||||
_exc = {
|
_exc = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user