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