el-cms / Open-trivia-database

Open database of questions and answers
67 stars 16 forks source link

Append a function that automatically adds other incorrect options. #4

Closed wotchin closed 6 years ago

wotchin commented 6 years ago

This function was implemented by NLP(Natural Language Processing) module. This can greatly reduce labor costs and enjoy the benefits of artificial intelligence(AI).

mtancoigne commented 6 years ago

Hi ! Thanks for your PR, i'll test it as soon as possible :)

wotchin commented 6 years ago

Thank you. And by the way,there is a few syntax errors from json file in the folder named 'todo',such as losing '[' or ']' ,and appending extra ',' in the end. So before your test,you could fix the files or the program would product parsing errors. :)

wotchin commented 6 years ago

Ok,see.I will try.

wotchin commented 6 years ago

Hello,I have done.

mtancoigne commented 6 years ago

I'm looking at it today. By the way, i'm searching for people interested into doing something useful with those data: a website to submit and validate the questions and answers. Are you interested to jump in ? There is still no language or tools defined, so the discussion is open...

mtancoigne commented 6 years ago

I tested your script and I got some issues with it, so i'll merge the PR in a feature/nlp branch so we can work on it and adapt it before merging in the master branch.