mirror of https://github.com/explosion/spaCy.git
* Comple senses.pyx
This commit is contained in:
parent
62cfcd76fe
commit
1e8dd0e2c5
1
setup.py
1
setup.py
|
@ -157,6 +157,7 @@ MOD_NAMES = ['spacy.parts_of_speech', 'spacy.strings',
|
||||||
'spacy.syntax.arc_eager',
|
'spacy.syntax.arc_eager',
|
||||||
'spacy.syntax._parse_features',
|
'spacy.syntax._parse_features',
|
||||||
'spacy.gold', 'spacy.orth',
|
'spacy.gold', 'spacy.orth',
|
||||||
|
'spacy.senses',
|
||||||
'spacy.syntax.ner']
|
'spacy.syntax.ner']
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue