mirror of https://github.com/explosion/spaCy.git
Auto-format
This commit is contained in:
parent
6567f27849
commit
8d6b544632
|
@ -1,5 +1,4 @@
|
|||
# coding: utf8
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from ...symbols import POS, PUNCT, SYM, ADJ, CCONJ, NUM, DET, ADV, ADP, X, VERB
|
||||
|
@ -7,8 +6,6 @@ from ...symbols import NOUN, PROPN, PART, INTJ, SPACE, PRON, AUX, SCONJ
|
|||
|
||||
|
||||
# POS explanations for indonesian available from https://www.aclweb.org/anthology/Y12-1014
|
||||
|
||||
|
||||
TAG_MAP = {
|
||||
"NSD": {POS: NOUN},
|
||||
"Z–": {POS: PUNCT},
|
||||
|
|
Loading…
Reference in New Issue