snorkel-team / snorkel

A system for quickly generating training data with weak supervision
https://snorkel.org
Apache License 2.0
5.81k stars 857 forks source link

Extract candidates in 0.9.3 version #1527

Closed maciejbiesek closed 4 years ago

maciejbiesek commented 4 years ago

Issue description

I am wondering how can I extract candidates that are not full sentences. In the previous version there was an ability to create the session to database and use predefined extractors (n-grams, nlp, regex based). Is there any option to do it now?

ajratner commented 4 years ago

Hi @maciejbiesek we moved the relation extraction-specific functionality to snorkel-extraction. It's not up to date or being actively maintained, but it is available there. Also see our notes on v0.9 here.