Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial explorations w/ PySpark and spaCy #17

Open
lintool opened this issue Sep 27, 2019 · 0 comments
Open

Initial explorations w/ PySpark and spaCy #17

lintool opened this issue Sep 27, 2019 · 0 comments
Assignees

Comments

@lintool
Copy link
Member

lintool commented Sep 27, 2019

from @r-clancy

The ecosystem of Python-based NLP tools is much greater than what's available on the JVM - we want to look into changing DSTLR to be written in Python using PySpark and having our own extractors (e.g., BERT based NER, entity linking, relation extraction, etc.).

Let's start some initial exploration into this and see how it works? One of the biggest issues is that BERT is slow, but what about spaCy? It recently added entity linking in version 2.2 (unreleased) and has NER already. Can we look into training/adding a relational extractor?

https://github.com/explosion/spaCy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants