mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-29 13:23:40 +03:00
Remove unused imports
This commit is contained in:
parent
8d6b544632
commit
5d9212c44c
|
@ -1,8 +1,8 @@
|
||||||
# coding: utf8
|
# coding: utf8
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from ...symbols import POS, PUNCT, SYM, ADJ, CCONJ, NUM, DET, ADV, ADP, X, VERB
|
from ...symbols import POS, PUNCT, ADJ, CCONJ, NUM, DET, ADV, ADP, X, VERB
|
||||||
from ...symbols import NOUN, PROPN, PART, INTJ, SPACE, PRON, AUX, SCONJ
|
from ...symbols import NOUN, PRON, AUX, SCONJ
|
||||||
|
|
||||||
|
|
||||||
# POS explanations for indonesian available from https://www.aclweb.org/anthology/Y12-1014
|
# POS explanations for indonesian available from https://www.aclweb.org/anthology/Y12-1014
|
||||||
|
|
Loading…
Reference in New Issue
Block a user