From f56ce8121f15e6b135ad03c3111c58d991be3369 Mon Sep 17 00:00:00 2001 From: Mike Bennett Date: Thu, 21 Apr 2022 01:45:40 +0100 Subject: [PATCH] Update Web interface form --- templates/form.html | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/templates/form.html b/templates/form.html index 1296019..f6f4af4 100644 --- a/templates/form.html +++ b/templates/form.html @@ -4,7 +4,7 @@ - + NLP Server @@ -13,9 +13,9 @@
-
NLP Server - API Console
+
NLP Serverwith FastText - API Console
Status
@@ -59,7 +59,7 @@
NLP Server - API Console
-

Language Detection

+

Language Detection - langid

GET/POST - /langid {text}

@@ -72,6 +72,26 @@

Language Detection

+
+
+
+

Language Detection - FastText

+
+
+

GET/POST - /fasttext {text} {predictions}

+
+
+ +
+
+ + +
+ +
+
+
+
@@ -239,7 +259,7 @@

Summarize

Github
@@ -249,6 +269,9 @@
Github
About