fix thai tag_map

This commit is contained in:
Wannaphong Phatthiyaphaibun 2017-09-26 22:28:57 +07:00
parent 2ea27d07f4
commit a63f790b8c

View File

@ -2,7 +2,7 @@
# data from Korakot Chaovavanich (https://www.facebook.com/photo.php?fbid=390564854695031&set=p.390564854695031&type=3&permPage=1&ifg=1)
from __future__ import unicode_literals
from ..symbols import *
from ...symbols import *
TAG_MAP = {
#NOUN
@ -78,4 +78,4 @@ TAG_MAP = {
# PUNCT
"PUNCT": {POS: PUNCT},
"PUNC": {POS: PUNCT}
}
}