Add linear parser

This commit is contained in:
Matthew Honnibal 2018-10-21 16:35:02 +02:00
parent f46b22879b
commit 617417b094

View File

@ -29,7 +29,7 @@ MOD_NAMES = [
'spacy.syntax._state', 'spacy.syntax._state',
'spacy.syntax._beam_utils', 'spacy.syntax._beam_utils',
'spacy.tokenizer', 'spacy.tokenizer',
'spacy.syntax.nn_parser', 'spacy.syntax.parser',
'spacy.syntax.nonproj', 'spacy.syntax.nonproj',
'spacy.syntax.transition_system', 'spacy.syntax.transition_system',
'spacy.syntax.arc_eager', 'spacy.syntax.arc_eager',