Skip to content

Instantly share code, notes, and snippets.

@willprice76
Last active August 27, 2020 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willprice76/3dbb5fdca9e502ab9172dbf4a97fd942 to your computer and use it in GitHub Desktop.
Save willprice76/3dbb5fdca9e502ab9172dbf4a97fd942 to your computer and use it in GitHub Desktop.
Example post request for scoring text data
curl -X POST -H "Content-Type: application/json"
--data "[\"I love Spark NLP\",\"I hate using Scala objects in Java\"]"
http://localhost:8080/sentiment/score
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment