COMPLING_CS579
CS579: Filtered by Verb CS579v2: Filtered by Modal Verb
Instructions
- Download Stanford CoreNLP from http://nlp.stanford.edu/software/stanford-corenlp-full-2018-10-05.zip and unzip.
- Open terminal and CD into folder containing above.
- Start CoreNLP server: java -mx4g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -port 9000 -timeout 15000
- Run CS579v2.py