add test project
This commit is contained in:
parent
47a97f2b0e
commit
a3684d1737
|
@ -1,3 +1,7 @@
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
be/.idea
|
be/.idea
|
||||||
|
/be/app/projects/*
|
||||||
|
|
||||||
|
|
||||||
|
__pycache__
|
|
@ -1,6 +1,6 @@
|
||||||
.idea
|
.idea
|
||||||
__pycache__
|
__pycache__
|
||||||
app/projects/*
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
[{"fileName": "first.txt", "annoDetails": [{"name": "是一个测", "type": "test1", "start": 1, "end": 5, "isSmall": false}, {"name": "测", "type": "test2", "start": 4, "end": 5, "isSmall": true}, {"name": "文", "type": "test2", "start": 6, "end": 7}], "isAnno": true}]
|
|
@ -0,0 +1 @@
|
||||||
|
{"projectName": "test", "projectType": "命名实体识别", "entityTypes": "[{\"type\":\"test1\",\"color\":\"#6fe22c\"},{\"type\":\"test2\",\"color\":\"#3fab31\"},{\"type\":\"test3\",\"color\":\"#b9e36d\"}]"}
|
|
@ -0,0 +1 @@
|
||||||
|
这是一个测试文本
|
|
@ -0,0 +1 @@
|
||||||
|
开源点亮世界
|
|
@ -0,0 +1 @@
|
||||||
|
开源是一种信仰
|
Loading…
Reference in New Issue