seominjoon / denspi

Real-Time Open-Domain Question Answering with Dense-Sparse Phrase Index (DenSPI)

Home Page:https://nlp.cs.washington.edu/denspi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Q: Does DenSPI depend on CoreNLP?

waalge opened this issue · comments

Its in the installer here

but its commented out in the Dockerfile.

I haven't seen any other reference to it.

Hi @waalge , the DrQA installation requires the CoreNLP installation. You might not need that if you don't want to use the CoreNLP tokenizer in DrQA.

Thanks for your reply,
Ok. Yeah, I understood that its interchangeable with spacy.
Although its not immediate whether this gives comparable results.