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?
_https://github.com/adityasarvaiya/Automatic_Question_Generation/blob/master/procedure.txt
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?
In instructions, I've read it as .env, and changed it's name to .env. as per setup procedure
What should be made in question_formation.py? Are we supposed to run the file?
What is implied here?
"and many changes in it ", what does many changes in it means?
Where is 'debug' present?