Having had no previous experience with NLP libraries, I was wondering why I couldn’t get your examples to work. Then I realized that I had to download CoreNLP first from https://stanfordnlp.github.io/CoreNLP/ and add stanford-corenlp-4.4.0/* to the classpath. Everything worked fine after that.
Is this what you are supposed to do? It wasn’t mentioned in the readme, so I was wondering if I did something wrong here or if it is more obvious to people who have already worked with CoreNLP.")
(deftest-sentence-one
"This is an example of correct language usage. I had an idea about using garlic butter with chicken, hence the food was burnt.")
(deftest-sentence-two
"This is an example of incorrect language usage. I had an idea about using garlic butter with chicken, hence why the food was burnt.")