sumehta / question-generation

Given a sentence automatically generate reading comprehension style factual questions from that sentence, such that the sentence contains answers to those questions.
MIT License
114 stars 30 forks source link

I am getting [] #9

Closed isaacho0 closed 4 years ago

isaacho0 commented 4 years ago

python question.py -s 'Handheld devices find ways to bolster U.S. homeland defense and response' []

isaacho0 commented 4 years ago

Works now. The PATH environment variable for java may be the issue for Windows 10. Would still like to know

I just did a clean install with Alpine docker (apk --update add openjdk7-jre) and it fixed the issue.

python question.py -s 'Handheld devices find ways to bolster U.S. homeland defense an d response' [{'Q': 'What find ways to bolster U. S. homeland defense and response?', 'A': 'Handheld devices find ways to bolster U. S. homeland defense and response'}, {'Q': 'What do handheld devices find?', 'A': 'Handheld devices find ways to bolster U. S. homeland defense and response'}]