adityasarvaiya / Automatic_Question_Generation

MIT License
158 stars 45 forks source link

procedure.txt is ambiguous or have some mistakes #8

Open JeevaTM opened 5 years ago

JeevaTM commented 5 years ago

_https://github.com/adityasarvaiya/Automatic_Question_Generation/blob/master/procedure.txt

3) change in app.py -- Change the code to take the inbuilt value rather then taking values from command line

There is no app.py file, there is only app1.py file. I navigated to the file and found it had a class, what should be changed there?

4) .eve file - Variation of selection can be handled by variable SENTENCE_RATIO (we set in env variable). more close to 1 more sentences will be selected. For the development purpose it is recommended to keep it lower to reduce the process time.

In instructions, I've read it as .env, and changed it's name to .env. as per setup procedure

6) Now make utils/question_formation.py for the generation of the proper questions.

What should be made in question_formation.py? Are we supposed to run the file?

9) gap_selection.py all environment

10) feature_construction.py all environment

What is implied here?

11) to load every environments from the file -> change the python27\Lib\site-packages\dotenv\main.py line 97 os.environ[k] = v --- to ----> os.environ[k] = str(v) and many changes in it 12) change debug = True to nothing

"and many changes in it ", what does many changes in it means?

Where is 'debug' present?

santma commented 4 years ago

I second all these questions. Let me know if you have any answers. Thanks! 😁