mirror of https://github.com/explosion/spaCy.git
fix thai tag_map
This commit is contained in:
parent
2ea27d07f4
commit
a63f790b8c
|
@ -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)
|
# 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 __future__ import unicode_literals
|
||||||
|
|
||||||
from ..symbols import *
|
from ...symbols import *
|
||||||
|
|
||||||
TAG_MAP = {
|
TAG_MAP = {
|
||||||
#NOUN
|
#NOUN
|
||||||
|
|
Loading…
Reference in New Issue