Mansi Gupta
Results
1
comments of
Mansi Gupta
If you have put the path to stanford-corenlp in CLASSPATH, you can remove classpath (-cp) option altogether. This works for me - ``` java -Xmx4g edu.stanford.nlp.pipeline.StanfordCoreNLP -file input.txt ``` In...