We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179cf67 commit 5eede16Copy full SHA for 5eede16
1 file changed
src/zh/README.md
@@ -62,7 +62,7 @@ docker run -p 8088:8088 zhenghaoz/gorse-in-one --playground
62
63
Playground模式将从[GitRec]下载数据并导入到Gorse中。仪表板可以通过http://localhost:8088访问。
64
65
-在“任务”页面上完成“查找临近的物品”任务后,尝试向Gorse插入一些反馈。假设Bob是GitHub中几个前端仓库的前端开发人员。我们把他的star行为的反馈写入Gorse。
+在“任务”页面上完成“查找临近的物品”任务后,尝试向Gorse插入一些反馈。假设Bob是GitHub中几个人工智能仓库的开发人员。我们把他的star行为的反馈写入Gorse。
66
67
::: code-tabs#example
68
@@ -245,7 +245,7 @@ client.InsertFeedback(new Feedback[]
245
246
:::
247
248
-然后从Gorse中获取10个推荐的物品。我们可以发现,前端相关的仓库被推荐给了Bob。
+然后从Gorse中获取10个推荐的物品。我们可以发现,人工智能相关的仓库被推荐给了Bob。
249
250
251
@@ -323,4 +323,4 @@ client.GetRecommend("10");
323
> 最终的输出可能与示例不同,因为playground数据集会随时间而变化。
324
325
326
-[GitRec]: https://gitrec.gorse.io
+[GitRec]: https://gitrec.gorse.io
0 commit comments