From 8ee741b589482a6ec936a34b4b09f05c25a8a995 Mon Sep 17 00:00:00 2001 From: Chris Park Date: Wed, 5 Oct 2016 14:00:25 -0400 Subject: [PATCH] Updated examples --- examples/relationships.curl | 2 +- examples/syntax_dependencies.curl | 2 +- examples/text_embedding.curl | 2 +- run-examples.sh | 0 4 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 run-examples.sh diff --git a/examples/relationships.curl b/examples/relationships.curl index aad8b5f..701f364 100644 --- a/examples/relationships.curl +++ b/examples/relationships.curl @@ -3,5 +3,5 @@ curl -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Cache-Control: no-cache" \ - -d '{"content": "The Ghostbusters movie was filmed in Boston."}' \ + -d '{"content": "Bill Gates, Microsoft\u0027s former CEO, is a philanthropist."}' \ "https://api.rosette.com/rest/v1/relationships/" diff --git a/examples/syntax_dependencies.curl b/examples/syntax_dependencies.curl index 8fd147f..5ce29f8 100644 --- a/examples/syntax_dependencies.curl +++ b/examples/syntax_dependencies.curl @@ -3,5 +3,5 @@ curl -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Cache-Control: no-cache" \ - -d '{"content": "Sony Pictures is planning to shoot a good portion of the new Ghostbusters in Boston as well.", "genre": "social-media" }' \ + -d '{"content": "Yoshinori Ohsumi, a Japanese cell biologist, was awarded the Nobel Prize in Physiology or Medicine on Monday.", "genre": "social-media" }' \ "https://api.rosette.com/rest/v1/syntax/dependencies" diff --git a/examples/text_embedding.curl b/examples/text_embedding.curl index a9b077b..c1df1c5 100644 --- a/examples/text_embedding.curl +++ b/examples/text_embedding.curl @@ -3,5 +3,5 @@ curl -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Cache-Control: no-cache" \ - -d '{"content": "Cambridge, Massachusetts" }' \ + -d '{"content": null }' \ "https://api.rosette.com/rest/v1/text-embedding" diff --git a/run-examples.sh b/run-examples.sh old mode 100644 new mode 100755