* Don't compile the orig_arc_eager and tree_arc_eager modules used for the EMNLP paper

This commit is contained in:
Matthew Honnibal 2015-06-23 05:38:17 +02:00
parent 59e9f9153c
commit 34c0ef2ee8
2 changed files with 0 additions and 4 deletions

View File

@ -17,8 +17,6 @@ import spacy.util
from spacy.en import English from spacy.en import English
from spacy.en.pos import POS_TEMPLATES, POS_TAGS, setup_model_dir 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.syntax.util import Config
from spacy.gold import read_json_file from spacy.gold import read_json_file
from spacy.gold import GoldParse from spacy.gold import GoldParse

View File

@ -155,8 +155,6 @@ MOD_NAMES = ['spacy.parts_of_speech', 'spacy.strings',
'spacy.en.pos', 'spacy.syntax.parser', 'spacy.en.pos', 'spacy.syntax.parser',
'spacy.syntax.transition_system', 'spacy.syntax.transition_system',
'spacy.syntax.arc_eager', 'spacy.syntax.arc_eager',
'spacy.syntax.orig_arc_eager',
'spacy.syntax.tree_arc_eager',
'spacy.syntax._parse_features', 'spacy.syntax._parse_features',
'spacy.gold', 'spacy.orth', 'spacy.gold', 'spacy.orth',
'spacy.syntax.ner'] 'spacy.syntax.ner']