diff --git a/chi_annotator/webui/static/index.html b/chi_annotator/webui/static/index.html index de696ac..958a12e 100755 --- a/chi_annotator/webui/static/index.html +++ b/chi_annotator/webui/static/index.html @@ -36,15 +36,15 @@

中文文本标注工具

- + diff --git a/chi_annotator/webui/static/named_entity_label.html b/chi_annotator/webui/static/named_entity_label.html new file mode 100644 index 0000000..ed34918 --- /dev/null +++ b/chi_annotator/webui/static/named_entity_label.html @@ -0,0 +1,169 @@ + + + + + + anatine - a free css template + + + + + + + +
+ +
+ +
+ +

Named Entity Labeling

+ +
+

Labeled Text

+ +

仿YEDDA,实现了在当前页面内对文本做标志。目前键盘按键a,b,c分别映射为PEOPLE, ORGANIZATION, LOCATION。

+

任意选取一段文字,按键盘a,b,c,测试效果。

+ +

深圳今天天气怎么样。

+

给我放一首周杰伦的歌曲。

+

TCL集团的股价多少。

+ + + +

我不是很懂,没有这句话,页面就崩坏了。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。

+

.

+

.

+

.

+

Javascript代码初学者。。我先抛砖引玉实现功能。后续,希望有人帮忙优化代码. :)

+ + + right + wrong +    + undo + cancel +
+
+

History

+ + + + + + + + + + + + + + + + + + + + + + + +
IDTextStatus
1John Smith28
2Fred James49
3Rachel Johnson19
+

 

+ +
+ + + + +
+ +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/chi_annotator/webui/static/text_classification.html b/chi_annotator/webui/static/text_classification.html index d86940b..56b33ac 100755 --- a/chi_annotator/webui/static/text_classification.html +++ b/chi_annotator/webui/static/text_classification.html @@ -32,23 +32,12 @@

中文文本标注工具