* Add _stack to mod_names

This commit is contained in:
Matthew Honnibal 2016-02-01 03:00:53 +01:00
parent 28e5ad62bc
commit 9c34ca9e5d

View File

@ -44,6 +44,7 @@ MOD_NAMES = [
'spacy.morphology',
'spacy.tagger',
'spacy.syntax.stateclass',
'spacy.syntax._state',
'spacy.tokenizer',
'spacy.syntax.parser',
'spacy.syntax.transition_system',