Currently, I need to setup the environment variables such that NLTK can find the relevant file path to my downloaded Stanford module package automatically.
Windows 8.1, I go to System properties > Advanced > environment variables, but I'm not sure what I'm doing here is correct. I have the needed Stanford files downloaded in a folder on my desktop, and tried to setup the environment variables to go to its path, but it doesn't work.
An image of the environment variables is here: What I have right now
Anyone know how to set this up correctly and then test if it is working? Been following this guide to little success: Stanford Parser and NLTK