Spaces:
Sleeping
Sleeping
add event arguments and All relations
Browse files- static/index.html +3 -1
static/index.html
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html>
|
| 3 |
<head>
|
| 4 |
-
<title>Arabic IE System (NER + RE)</title>
|
| 5 |
<link rel="stylesheet" href="/static/style.css">
|
| 6 |
</head>
|
| 7 |
|
|
@@ -16,6 +16,8 @@
|
|
| 16 |
<div class="buttons">
|
| 17 |
<button class="ner" onclick="runNER()">Extract NER</button>
|
| 18 |
<button class="re" onclick="runRE()">Extract Relations</button>
|
|
|
|
|
|
|
| 19 |
</div>
|
| 20 |
|
| 21 |
<div class="output-box">
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html>
|
| 3 |
<head>
|
| 4 |
+
<title>Arabic IE System (NER + RE + EAE)</title>
|
| 5 |
<link rel="stylesheet" href="/static/style.css">
|
| 6 |
</head>
|
| 7 |
|
|
|
|
| 16 |
<div class="buttons">
|
| 17 |
<button class="ner" onclick="runNER()">Extract NER</button>
|
| 18 |
<button class="re" onclick="runRE()">Extract Relations</button>
|
| 19 |
+
<button class="event" onclick="runEAE()">Extract Event Arguments</button>
|
| 20 |
+
<button class="all" onclick="runAllRelations()">Extract All Relations</button>
|
| 21 |
</div>
|
| 22 |
|
| 23 |
<div class="output-box">
|