Auto-format

This commit is contained in:
Ines Montani 2019-04-01 11:45:43 +02:00
parent 6567f27849
commit 8d6b544632
1 changed files with 26 additions and 29 deletions

View File

@ -1,5 +1,4 @@
# 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, 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 # POS explanations for indonesian available from https://www.aclweb.org/anthology/Y12-1014
TAG_MAP = { TAG_MAP = {
"NSD": {POS: NOUN}, "NSD": {POS: NOUN},
"Z": {POS: PUNCT}, "Z": {POS: PUNCT},