From 8b6542dc91bfe8979e670b21dac7fe7dc52f7411 Mon Sep 17 00:00:00 2001 From: lostecho Date: Sun, 6 Jul 2025 18:56:57 +0800 Subject: [PATCH] add kubernetes deployment files --- app/templates/error.html | 0 app/templates/index.html | 150 ++++++++++++++++++++++++++++++++++++++ app/templates/result.html | 143 ++++++++++++++++++++++++++++++++++++ 3 files changed, 293 insertions(+) create mode 100644 app/templates/error.html create mode 100644 app/templates/index.html create mode 100644 app/templates/result.html diff --git a/app/templates/error.html b/app/templates/error.html new file mode 100644 index 0000000..e69de29 diff --git a/app/templates/index.html b/app/templates/index.html new file mode 100644 index 0000000..97d067c --- /dev/null +++ b/app/templates/index.html @@ -0,0 +1,150 @@ + + + + + + 词性标注工具 + + + +
+

词性标注工具

+ + +
+ + +
+ + +
+
+ + +
+ +
+
+
+ + +
+
+ + +
+ +
+
+
+
+ + + + diff --git a/app/templates/result.html b/app/templates/result.html new file mode 100644 index 0000000..15a5c1d --- /dev/null +++ b/app/templates/result.html @@ -0,0 +1,143 @@ + + + + + + 标注结果 + + + +

标注结果

+ + + 返回 + + +
+ 词性显示控制: + + + + + +
+ + +
+ {{ content | safe }} +
+ +
+ 导出结果: + + + +
+ + + + + +