Compile updated parser

This commit is contained in:
Matthew Honnibal 2018-05-07 15:54:27 +02:00
parent 7f163442e6
commit 3e3771c010

View File

@ -28,9 +28,9 @@ MOD_NAMES = [
'spacy.pipeline',
'spacy.syntax.stateclass',
'spacy.syntax._state',
'spacy.syntax._beam_utils',
'spacy.tokenizer',
'spacy.syntax.nn_parser',
'spacy.syntax._parser_model',
'spacy.syntax.nonproj',
'spacy.syntax.transition_system',
'spacy.syntax.arc_eager',