Snorkel 2.0 seems to cause some problems
yayitswei opened this issue · 1 comments
yayitswei commented
---------------------------------------------------------------------------
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
whops wrong repo, closing