mirror of https://github.com/explosion/spaCy.git
Compile beam parser
This commit is contained in:
parent
d11f1a4ddf
commit
0ed2afde89
1
setup.py
1
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue