1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-04-09 11:44:16 +03:00

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,