Compile beam parser

This commit is contained in:
Matthew Honnibal 2017-03-10 11:22:22 -06:00
parent d11f1a4ddf
commit 0ed2afde89
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ MOD_NAMES = [
'spacy.syntax._state', 'spacy.syntax._state',
'spacy.tokenizer', 'spacy.tokenizer',
'spacy.syntax.parser', 'spacy.syntax.parser',
'spacy.syntax.beam_parser',
'spacy.syntax.nonproj', 'spacy.syntax.nonproj',
'spacy.syntax.transition_system', 'spacy.syntax.transition_system',
'spacy.syntax.arc_eager', 'spacy.syntax.arc_eager',