Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Properties configuration = new Properties();
  2. configuration.put("annotators", "tokenize,ssplit,pos,lemma,ner");
  3. configuration.put("ner.model", "english.all.3class.distsim.crf.ser.gz");
  4. StanfordCoreNLP coreNLP = new StanfordCoreNLP(configuration);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement