mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
* 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
|
||||
from spacy.strings import StringStore
|
||||
from spacy.attrs import ORTH
|
||||
from spacy.tokenizer import Tokenizer
|
||||
from spacy.vocab import Vocab
|
||||
|
||||
|
||||
def iter_comments(loc):
|
||||
|
|
Loading…
Reference in New Issue
Block a user