You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Classifies input text to argument structure (Essays model, fasttext - big dataset)
103
+
Classifies input text to argument structure (WebD model, GloVe embeddings)
104
104
---
105
105
consumes:
106
106
- text/plain
@@ -132,7 +132,7 @@ def post(self):
132
132
classClassifyNewPE(Resource):
133
133
defpost(self):
134
134
"""
135
-
Classifies input text to argument structure (Essays model, fasttext embeddings)
135
+
Classifies input text to argument structure (Essays model, GloVe embeddings)
136
136
137
137
---
138
138
consumes:
@@ -165,7 +165,7 @@ def post(self):
165
165
classClassifyES(Resource):
166
166
defpost(self):
167
167
"""
168
-
Classifies input text to argument structure (Essays model, fasttext embeddings)
168
+
Classifies input text to argument structure (Essays model, fastText embeddings)
169
169
---
170
170
consumes:
171
171
- text/plain
@@ -197,7 +197,7 @@ def post(self):
197
197
classClassifyWD(Resource):
198
198
defpost(self):
199
199
"""
200
-
Classifies input text to argument structure (WebD model, fasttext - big dataset)
200
+
Classifies input text to argument structure (WebD model, fastText embeddings)
201
201
---
202
202
consumes:
203
203
- text/plain
@@ -229,7 +229,7 @@ def post(self):
229
229
classClassifyES_dep(Resource):
230
230
defpost(self):
231
231
"""
232
-
Classifies input text to argument structure (Essays model, dependencybased)
232
+
Classifies input text to argument structure (Essays model, dependency-based embeddings)
233
233
---
234
234
consumes:
235
235
- text/plain
@@ -261,7 +261,7 @@ def post(self):
261
261
classClassifyWD_dep(Resource):
262
262
defpost(self):
263
263
"""
264
-
Classifies input text to argument structure (WebD model, dependencybased)
264
+
Classifies input text to argument structure (WebD model, dependency-based embeddings)
265
265
---
266
266
consumes:
267
267
- text/plain
@@ -293,7 +293,7 @@ def post(self):
293
293
classClassifyIBM(Resource):
294
294
defpost(self):
295
295
"""
296
-
Classifies input text to argument structure (IBM model, fasttext - big dataset)
296
+
Classifies input text to argument structure (IBM model, fastText embeddings)
297
297
---
298
298
consumes:
299
299
- text/plain
@@ -325,7 +325,7 @@ def post(self):
325
325
classClassifyCombo(Resource):
326
326
defpost(self):
327
327
"""
328
-
Classifies input text to argument structure (Combo model - big dataset)
328
+
Classifies input text to argument structure (Combo model from <a href="https://github.com/uhh-lt/targer/blob/a2a89ebfb366bc723a38dae963f8cb8b130f7e81/backend/backend.py#L305">Universität Hamburg</a>)
0 commit comments