未验证 提交 7fe85365 编写于 作者: D Daniel Yang 提交者: GitHub

Update README.md

上级 37ba7598
...@@ -136,6 +136,7 @@ results = lac.cut(text=test_text, use_gpu=False, batch_size=1, return_tag=True) ...@@ -136,6 +136,7 @@ results = lac.cut(text=test_text, use_gpu=False, batch_size=1, return_tag=True)
print(results) print(results)
#{'word': ['今天', '是', '个', '好天气', '。'], 'tag': ['TIME', 'v', 'q', 'n', 'w']} #{'word': ['今天', '是', '个', '好天气', '。'], 'tag': ['TIME', 'v', 'q', 'n', 'w']}
``` ```
More API for transfer learning, please refer [Tutorial](https://paddlehub.readthedocs.io/en/release-v2.1/transfer_learning_index.html)
<a name="License"></a> <a name="License"></a>
## License ## License
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册