Snippets

Firoj Alam how to run stanford-nlp command line

Created by Firoj Alam last modified
1
2
3
4
http://nlp.stanford.edu/software/corenlp.shtml

java -cp "*" -Xmx2g edu.stanford.nlp.pipeline.StanfordCoreNLP -annotators tokenize,ssplit -file $path/text8 -outputFormat text -outputDirectory $path/

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.