COMPLING_CS579

CS579: Filtered by Verb CS579v2: Filtered by Modal Verb

Instructions

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