facebookresearch / DrQA

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

The interactive.py doesn't work with the process arguments in the example. Why is it different? #252

Open shyamalschandra opened 4 years ago

shyamalschandra commented 4 years ago

The interactive.py doesn't work with the process arguments in the example. Why is it different?

It asks for the following information

process(document, question, candidates=None, top_n=1)

Why is the documentation incomplete?