* Import io in get_freqs

This commit is contained in:
Matthew Honnibal 2015-10-19 12:56:18 +11:00
parent d51579ffe6
commit 0ce12e4548

View File

@ -11,6 +11,7 @@ import ujson
import codecs
from preshed.counter import PreshCounter
from joblib import Parallel, delayed
import io
from spacy.en import English
from spacy.strings import StringStore