-
Hello,
I am working with Snorkel and trying to apply it on a large tabular dataset. Right now I have created the gold label records in the gold_labels.tsv file manually, and the code seems to work.…
-
How do I use the model I trained on Snorkel on a non-jupyter/non-snorkel environment?
For instance, the model would be the end relation extraction model at the end of Part III of the intro tutoria…
-
I ran the codes in Intro_Tutorial_1, When I am running the codes:
```python
from snorkel.parser import TSVDocPreprocessor
doc_preprocessor = TSVDocPreprocessor('data/articles.tsv', max_docs=n_doc…
-
hi all:
I have read the Intro_Tutorial_1-2-3,now I want extract relation from Chinese corpus ,the Intro_Tutorial_1 use spacy analysis corpus(tokensize,NER...) and save in database ,can i use ot…
-
-
For reference:
https://github.com/HazyResearch/snorkel/issues/830
-
Hello,
I am following the tutorial Advanced/Brat_annotations.
Running the following line:
`doc = session.query(Document).filter(Document.name==doc_name).one()`
Bring the error
`NoResultFound: No…
-
After trying to register a new package running:
python setup.py register -r pypi
I get:
running register
running egg_info
creating snorkel_ie.egg-info
writing requirements to snorkel…
-
Apologies if this is the wrong format to seek advice.
I am seeking advice on whether snorkel is a valid application/approach to extracting email signatures from a body of emails or whether this is …
-
Will snorkel support Chinese language? How to do it with Chinese?