Make sure symbols are unicode strings

This commit is contained in:
Matthew Honnibal 2016-09-30 20:02:19 +02:00
parent f5a6aac906
commit 23b7244842

View File

@ -1,3 +1,5 @@
from __future__ import unicode_literals
IDS = {
"": NIL,
"IS_ALPHA": IS_ALPHA,