mahsa asadi
Results
1
comments of
mahsa asadi
you need to run CoreNLPServer on 127.0.0.1:9000 you can download stanford core nlp [here](https://stanfordnlp.github.io/CoreNLP/download.html) and run `java -mx4g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -port 9000 -timeout 15000` code in command line. read...