* Add tree_arc_eager to setup.py

This commit is contained in:
Matthew Honnibal 2015-06-15 08:22:59 +02:00
parent 5da5cf7084
commit a5ae98a543

View File

@ -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']