mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
* Import io in get_freqs
This commit is contained in:
parent
d51579ffe6
commit
0ce12e4548
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user