mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-14 13:47:13 +03:00
* Compile spacy.wsd module
This commit is contained in:
parent
5ec2ce4dcb
commit
a916f6a109
2
setup.py
2
setup.py
|
@ -158,7 +158,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.sense_tagger',
|
'spacy.wsd.supersenses', 'spacy.wsd.supersense_tagger',
|
||||||
'spacy.syntax.ner']
|
'spacy.syntax.ner']
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user