facebookresearch / DrQA

Reading Wikipedia to Answer Open-Domain Questions
Other
4.48k stars 898 forks source link

build_bm25.py #225

Closed guotong1988 closed 5 years ago

guotong1988 commented 5 years ago

Where is it? Thank you!

ajfisch commented 5 years ago

We didn't include the BM25 or cosine embedding retrievers in this repo. They are fairly easy to implement following the retriever API (BM25, especially).