mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-11 00:50:33 +03:00
Compile new modules
This commit is contained in:
parent
04569c0b3e
commit
a20ac36bb7
2
setup.py
2
setup.py
|
@ -23,6 +23,8 @@ Options.docstrings = True
|
||||||
|
|
||||||
PACKAGES = find_packages()
|
PACKAGES = find_packages()
|
||||||
MOD_NAMES = [
|
MOD_NAMES = [
|
||||||
|
"spacy.gold.align",
|
||||||
|
"spacy.gold.new_example",
|
||||||
"spacy.parts_of_speech",
|
"spacy.parts_of_speech",
|
||||||
"spacy.strings",
|
"spacy.strings",
|
||||||
"spacy.lexeme",
|
"spacy.lexeme",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user