Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zqhZY authored Sep 8, 2018
1 parent e57e91d commit 638d771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sh train.sh
### test rasa nlu
```
$ python httpserver.py
$ curl -X POST localhost:1235/parse -d '{"q":"我的流量还剩多少"}' | python -m json.tool | python -m json.tool
$ curl -X POST localhost:1235/parse -d '{"q":"我的流量还剩多少"}' | python -m json.tool
{
'q': '我的流量还剩多少',
'intent': 'request_search',
Expand Down

0 comments on commit 638d771

Please sign in to comment.