curl to do post test

example

curl -H "Content-Type:application/json" -X POST -d '{"type": "nlp","content": "刘德华和张学友创作了很多流行歌曲"}' http://127.0.0.1:93000/tokenizer
  • post
  • json
  • parameter
    {
          
          "type": "nlp","content": "刘德华和张学友创作了很多流行歌曲"}
    

Guess you like

Origin blog.csdn.net/zengNLP/article/details/129136977