Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ This manual is tested under Ubuntu 14.04!
```
* Send a POST request to "localhost:5000/extraction" with a body containing JSON.
For example:

```shell
{ "text" : "The paaring season is normally between May to August."}
curl -XPOST -d '{ "text" : "The paaring season is normally between May to August."}' -H 'Content-Type: application/json' localhost:5000/extraction
```

Result:

```shell
Expand Down