Skip to content

Commit 7733847

Browse files
committed
don't default use openie
1 parent db7b552 commit 7733847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/edu/stanford/nlp/pipeline/demo/corenlp-brat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<option value="regexner" > named entities (regexner) </option>
5656
<option value="parse" > constituency parse </option>
5757
<option value="depparse" selected > dependency parse </option>
58-
<option value="openie" selected > openie </option>
58+
<option value="openie" > openie </option>
5959
<option value="coref" > coreference </option>
6060
<!--<option value="entitylink" > wikipedia entities </option>--> <!-- TODO this regularly crashes corenlp.run -->
6161
<option value="kbp" > relations </option>

0 commit comments

Comments
 (0)