From 2e6aab539ac2cb3dcd68fd3959f90148cf16e874 Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Mon, 30 Mar 2020 20:55:44 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94ba688a..ef75f751 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ curl -H "Content-Type:application/json" -X POST -d '{"words": "我爱北京天 ``` - **Request result**: ``` shell -{"word_seg":"我|爱|北京|天安门"} +{"word_seg":"我|爱|北京|天安门" or {"word_seg":"\u6211|\u7231|\u5317\u4eac|\u5929\u5b89\u95e8"} if Chinese Dataset is not installed} ```

Image Classification

-- GitLab