Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
code updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gkiril committed Sep 13, 2017
1 parent a4764d6 commit 5b89191
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public class Demo {
StanfordCoreNLP parser = CoreNLPUtils.StanfordDepNNParser();

// Input sentence
String sentence = "The Joker believes that the hero Batman was not actually born in foggy Gotham City.";
String sentence = "The Joker believes that the hero Batman was not actually born in
foggy Gotham City.";

// Generate the extractions (With SAFE mode)
MinIE minie = new MinIE(sentence, parser, MinIE.Mode.SAFE);
Expand Down

0 comments on commit 5b89191

Please sign in to comment.