mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
* Add tree_arc_eager to setup.py
This commit is contained in:
parent
5da5cf7084
commit
a5ae98a543
1
setup.py
1
setup.py
|
@ -156,6 +156,7 @@ MOD_NAMES = ['spacy.parts_of_speech', 'spacy.strings',
|
||||||
'spacy.syntax.transition_system',
|
'spacy.syntax.transition_system',
|
||||||
'spacy.syntax.arc_eager',
|
'spacy.syntax.arc_eager',
|
||||||
'spacy.syntax.orig_arc_eager',
|
'spacy.syntax.orig_arc_eager',
|
||||||
|
'spacy.syntax.tree_arc_eager',
|
||||||
'spacy.syntax._parse_features',
|
'spacy.syntax._parse_features',
|
||||||
'spacy.gold', 'spacy.orth',
|
'spacy.gold', 'spacy.orth',
|
||||||
'spacy.syntax.ner']
|
'spacy.syntax.ner']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user