statsmaths / cleanNLP

R package providing annotators and a normalized data model for natural language processing
GNU Lesser General Public License v2.1
209 stars 36 forks source link

Does it support quote attribution? #65

Closed mirfan899 closed 3 years ago

mirfan899 commented 4 years ago

I'm trying to get quote attribute for documents but I think it does not support it yet https://stanfordnlp.github.io/CoreNLP/quote.html#quote-attribution

BvdM0 commented 4 years ago

Bump! This is also my issue right now

statsmaths commented 4 years ago

No, I don't think the quote annotation is available yet in the Python backend. I just opened an issue to see what there plans are for supporting this:

statsmaths commented 4 years ago

Okay, from the post on the CoreNLP page it seems that NER will be supported soon but coreferences and quote attribution is not in the current workplan. It seems like this Python library, which is built on top of spacy, offers quote attribution in addition to some other high-level tasks:

 https://github.com/chartbeat-labs/textacy

It is also quite popular. Any experience with this @mirfan899 and @BvdM0 ? I would really like to support more high-level NLP tasks through Python.