HazyResearch / deepdive

DeepDive
deepdive.stanford.edu
1.95k stars 543 forks source link

Snorkel 2.0 seems to cause some problems #659

Closed yayitswei closed 6 years ago

yayitswei commented 6 years ago
---------------------------------------------------------------------------
Exception                                 Traceback (most recent call last)
<ipython-input-2-dd528794d4e5> in <module>()
----> 1 from snorkel.parser import TSVDocPreprocessor
      2 
      3 doc_preprocessor = TSVDocPreprocessor('data/articles.tsv', max_docs=n_docs)

/Users/wei/code/snorkel/snorkel/parser/__init__.py in <module>()
      3 from .doc_preprocessors import *
      4 from .parser import *
----> 5 from .spacy_parser import *
      6 from .rule_parser import *

/Users/wei/code/snorkel/snorkel/parser/spacy_parser.py in <module>()
      9     from spacy.deprecated import resolve_model_name
     10 except:
---> 11     raise Exception("spaCy not installed. Use `pip install spacy`.")
     12 
     13 

Exception: spaCy not installed. Use `pip install spacy`.
yayitswei commented 6 years ago

whops wrong repo, closing