Goal: incorporate CoreNLP into an environment that we can use. What you probably need: [CoreNLP Server](https://stanfordnlp.github.io/CoreNLP/corenlp-server.html), and the python code that connects to and calls the server (see [`sentiment_env.py`](https://github.com/settinghead/rl-chat/blob/master/sentiment_env.py) as an example).