Skip to content

procedure.txt is ambiguous or have some mistakes #8

@JeevaTM

Description

@JeevaTM

_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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions