Open bhairavmehta95 opened 7 years ago
Resolved: June 1, 2017
Solution (Make common case fast):
try:
return find_context() # using index_of
except:
pass
try:
return find_context() # using string search
except:
pass
catch: #TODO
context = word # only use word
Resolved: May 30, 2017
Resolved: May 30, 2017
Less important:
Initial values should be int, not float.
https://www.wordsapi.com/ for synonyms
https://github.com/DataTeaser/textteaser for Summarization (Best Answer default)
Hints feature - Dropdown (Manually enter, Missed Keywords, None)
Using this area for Question Builder Issues / Progress