Skip to content

Commit 29d045a

Browse files
dizcologyJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
* update readme * keep entity sentiment in v1beta2 as well * update readme
1 parent 5131fad commit 29d045a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

samples/snippets/README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To run this sample:
7676
$ python snippets.py
7777
7878
usage: snippets.py [-h]
79-
{sentiment-text,sentiment-file,entities-text,entities-file,syntax-text,syntax-file}
79+
{sentiment-entities-text,sentiment-entities-file,sentiment-text,sentiment-file,entities-text,entities-file,syntax-text,syntax-file}
8080
...
8181
8282
This application demonstrates how to perform basic operations with the
@@ -86,7 +86,12 @@ To run this sample:
8686
https://cloud.google.com/natural-language/docs.
8787
8888
positional arguments:
89-
{sentiment-text,sentiment-file,entities-text,entities-file,syntax-text,syntax-file}
89+
{sentiment-entities-text,sentiment-entities-file,sentiment-text,sentiment-file,entities-text,entities-file,syntax-text,syntax-file}
90+
sentiment-entities-text
91+
Detects entity sentiment in the provided text.
92+
sentiment-entities-file
93+
Detects entity sentiment in a Google Cloud Storage
94+
file.
9095
sentiment-text Detects sentiment in the text.
9196
sentiment-file Detects sentiment in the file located in Google Cloud
9297
Storage.

0 commit comments

Comments
 (0)