Guest User

Untitled

a guest
Oct 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. java -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLP
  2. -regexner.mapping jg-regexner.txt -annotators
  3. tokenize,ssplit,pos,lemma,ner,regexner -outputFormat json
  4.  
  5. java -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer
  6. -regexner.mapping jg-regexner.txt
Add Comment
Please, Sign In to add comment