/EECS-337-NLP-Project-01

Repository for projects undertaken in the course ' Natural Language Processing ' at Northwestern University

Primary LanguageJupyter Notebook

EECS-371-NLP

Repository for projects undertaken in the course ' Natural Language Processing ' at Northwestern University

Team Members:

  1. Amit Adate @amitadate
  2. Omkar Satpute @omkarstpt
  3. Mayank Malik @mayankmalik01
  4. Aditya Kumar @adijays17

How to run:

  1. To run the code, clone the repo and navigate to src folder
  2. Create a virtual environment if needed and activate the environment
  3. $ pip install -r requirements.txt
  4. Put "ggYYYY.json" files in the root directory, such as gg2013.json or gg2015.json
  5. Run gg_api.py (to get a menu interface and choose option 11 to output json files)
  6. Run autograder.py to get completeness and spelling scores

Note - In the menu, scroll up to see results displayed or use terminal in fullscreen mode

References

  1. rmacedo1/EECS337_GG2015
  2. surabhiiyer/GoldenGlobes
  3. isaacrlee/twitterlab
  4. philipslan/goldenglobes
  5. estettin/EECS337_Project1