You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
.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
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?
gap_selection.py all environment
feature_construction.py all environment
What is implied here?
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
change debug = True to nothing
"and many changes in it ", what does many changes in it means?
Where is 'debug' present?
The text was updated successfully, but these errors were encountered:
_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?
The text was updated successfully, but these errors were encountered: