adityasarvaiya / Automatic_Question_Generation

MIT License
157 stars 44 forks source link

Error in readme #4

Open RisingOrange opened 5 years ago

RisingOrange commented 5 years ago

There is an typo in the readme file. It says nltk.download("averaged_perceptron_taggepython r") instead of nltk.download("averaged_perceptron_tagger")

It's generally not that easy to set this program up. The instructions in procedure.txt are not very clear and you have to find this file to begin with.

But besides that this projects is very interesting, thanks for sharing!

Edit: I also had to download these: nltk.download('maxent_ne_chunker') nltk.download('words')

pidugusundeep commented 5 years ago

@RisingOrange It would be great if you could add a PR for the necessary changes and merge it into the master, it would be useful for others.