We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17502c1 commit cdc30adCopy full SHA for cdc30ad
examples/text_to_knowledge/wordtag/README.md
@@ -59,6 +59,9 @@ from paddlenlp.taskflow import TaskFlow
59
task = TaskFlow("text2knowledge", model="wordtag")
60
task(["热梅茶是一道以梅子为主要原料制作的茶饮",
61
"《孤女》是2010年九州出版社出版的小说,作者是余兼羽"])
62
+# Support the input text directly
63
+task("热梅茶是一道以梅子为主要原料制作的茶饮")
64
+
65
```
66
下面是运行WordTag工具后的知识链接的预测结果
67
0 commit comments