mirror of https://github.com/explosion/spaCy.git
* Update get_freqs.py script
This commit is contained in:
parent
e08a4b46a2
commit
a29fd79fbc
|
@ -15,6 +15,8 @@ from joblib import Parallel, delayed
|
||||||
import spacy.en
|
import spacy.en
|
||||||
from spacy.strings import StringStore
|
from spacy.strings import StringStore
|
||||||
from spacy.attrs import ORTH
|
from spacy.attrs import ORTH
|
||||||
|
from spacy.tokenizer import Tokenizer
|
||||||
|
from spacy.vocab import Vocab
|
||||||
|
|
||||||
|
|
||||||
def iter_comments(loc):
|
def iter_comments(loc):
|
||||||
|
|
Loading…
Reference in New Issue