Running the project:
- In corenlp folder:
java -mx4g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -annotators "tokenize,ssplit,pos,lemma,parse,sentiment" -port 9000 -timeout 30000 - In django server folder:
python manage.py runserver - Should be running in localhost:8000