Skip to content

Commit 9570885

Browse files
merla18lesv
authored andcommitted
add missing instructions for NL v1.1beta (#635)
missing instructions to run the new method entity sentiment analysis
1 parent 6de96d8 commit 9570885

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

language/analysis/README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,15 @@ java -cp target/language-entities-1.0-jar-with-dependencies.jar \
6868
"The quick brown fox jumped over the lazy dog."
6969
```
7070

71-
Analyze sentiment Beta
71+
Analyze sentiment with Beta Languages such as German
7272
```
7373
java -cp target/language-entities-1.0-jar-with-dependencies.jar \
7474
com.google.cloud.language.samples.AnalyzeBeta sentiment "Ich habe eine wundervolle Zeit." "DE"
7575
```
76-
76+
Analyze entity sentiment - Beta
77+
```
78+
java -cp target/language-entities-1.0-jar-with-dependencies.jar com.google.cloud.language.samples.AnalyzeBeta entities-sentiment "The quick brown fox jumped over the lazy dog."
79+
```
7780

7881
Included with the sample are `demo.sh` and `demo.bat` which show additional
7982
examples of usage.

0 commit comments

Comments
 (0)