mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
symbols
This commit is contained in:
parent
834ba3c69a
commit
076a6fc60a
|
@ -1,6 +1,6 @@
|
||||||
# coding: utf8
|
# coding: utf8
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
from ...symbols import POS, ADJ, CCONJ, SCONJ, NUM, ADV, ADP, X, VERB, NOUN
|
||||||
|
|
||||||
TAG_MAP = {
|
TAG_MAP = {
|
||||||
"adja": {POS: ADJ},
|
"adja": {POS: ADJ},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user