Slide 24
Slide 24 text
CALL FROM CURL
$ curl -X POST http://localhost:8080/
verbatim -d "text=Hello+world+how+are
+things+with+you?"
{"tagged":[["Hello","UH"],["world","NN"],
["how","WRB"],["are","VBP"],
["things","NNS"],["with","IN"],
["you","PRP"],["?","."]]}