We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6f6cfd + e0c419f commit 2498a76Copy full SHA for 2498a76
language/spec/language_samples_spec.rb
@@ -45,7 +45,7 @@ def capture &block
45
46
example "sentiment from text" do
47
positive_text = "Matz is nice so we are nice"
48
- negative_text = "I am angry. I hate things."
+ negative_text = "I don't like you. I hate things."
49
50
expect {
51
sentiment_from_text project_id: @project_id, text_content: positive_text
@@ -58,7 +58,7 @@ def capture &block
58
59
example "sentiment from a file stored in Google Cloud Storage" do
60
upload "positive_text.txt", "Matz is nice so we are nice"
61
- upload "negative_text.txt", "I am angry. I hate things."
+ upload "negative_text.txt", "I don't like you. I hate things."
62
63
64
sentiment_from_cloud_storage_file(
0 commit comments