Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

procedure.txt is ambiguous or have some mistakes #8

Open
JeevaTM opened this issue Jul 31, 2019 · 1 comment
Open

procedure.txt is ambiguous or have some mistakes #8

JeevaTM opened this issue Jul 31, 2019 · 1 comment

Comments

@JeevaTM
Copy link

JeevaTM commented Jul 31, 2019

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

  1. 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?

  1. .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

  1. 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?

  1. gap_selection.py all environment
  1. feature_construction.py all environment

What is implied here?

  1. 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
  2. change debug = True to nothing

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

Where is 'debug' present?

@santma
Copy link

santma commented Oct 22, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants