Sallylearning

Results 4 issues of Sallylearning

右上角的面板,有每个结点的的颜色配置。如果不进行修改,该处的颜色都是白色。 ![image](https://user-images.githubusercontent.com/22535446/125556163-610772cf-515c-48ab-88db-6498817d111b.png) 我通过自定义定义了我每个节点的颜色,是否能够实现在最开始就把这款颜色变为当前颜色? 像这样: ![image](https://user-images.githubusercontent.com/22535446/125556287-bb52d456-3aa1-4118-a303-f7ff7d3c135a.png)

我看到有个InteractiveGraph-RDF后端,由于没有使用手册,我不太了解这个应该怎么用。 是需要自己把这个后端部署在服务器吗?然后前端用app.connect来连接么?

I push something like ``` { label: 'person', name: 'sally', id: 'sallylearning', group: 'user', unit: 'university', time: '2222-02-02 11:11:11', favorite: 'apple', type: 'teacher', } ``` into nodes array. After new...

BLSTM可以自动标注,但我看你测试数据集和训练数据集都是标注好的,最后用一段话来测试。不应该是用测试集来测试吗?我有点没有看懂