mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
* Don't compile the orig_arc_eager and tree_arc_eager modules used for the EMNLP paper
This commit is contained in:
parent
59e9f9153c
commit
34c0ef2ee8
|
@ -17,8 +17,6 @@ import spacy.util
|
|||
from spacy.en import English
|
||||
from spacy.en.pos import POS_TEMPLATES, POS_TAGS, setup_model_dir
|
||||
|
||||
from spacy.syntax.orig_arc_eager import OrigArcEager
|
||||
from spacy.syntax.tree_arc_eager import TreeArcEager
|
||||
from spacy.syntax.util import Config
|
||||
from spacy.gold import read_json_file
|
||||
from spacy.gold import GoldParse
|
||||
|
|
2
setup.py
2
setup.py
|
@ -155,8 +155,6 @@ MOD_NAMES = ['spacy.parts_of_speech', 'spacy.strings',
|
|||
'spacy.en.pos', 'spacy.syntax.parser',
|
||||
'spacy.syntax.transition_system',
|
||||
'spacy.syntax.arc_eager',
|
||||
'spacy.syntax.orig_arc_eager',
|
||||
'spacy.syntax.tree_arc_eager',
|
||||
'spacy.syntax._parse_features',
|
||||
'spacy.gold', 'spacy.orth',
|
||||
'spacy.syntax.ner']
|
||||
|
|
Loading…
Reference in New Issue
Block a user