From cafff77058faf9f3bb8884728bc315656a0d98a8 Mon Sep 17 00:00:00 2001 From: Dong Daxiang <35550832+guru4elephant@users.noreply.github.com> Date: Thu, 19 Mar 2020 10:14:31 +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 bec0ba67..cf068b65 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ python lac_web_service.py jieba_server_model/ lac_workdir 9292 ``` - **Request sample**: ``` shell -curl -H "Content-Type:application/json" -X POST -d '{"words": "我爱北京天安门", "fetch":["crf_decode"]}' http://127.0.0.1:9292/lac/prediction +curl -H "Content-Type:application/json" -X POST -d '{"words": "我爱北京天安门", "fetch":["word_seg"]}' http://127.0.0.1:9292/lac/prediction ``` - **Request result**: ``` shell -- GitLab