Analyze Speech and Language with Google APIs: Challenge Lab Reviews

31610 reviews

sagar n. · Reviewed about 1 year ago

Roopa S. · Reviewed about 1 year ago

Thusitha P. · Reviewed about 1 year ago

Rudranil C. · Reviewed about 1 year ago

I was able to get the sentiment through python code. Not sure why it was not recognized. I have made the following change to code: def analyze(movie_review_filename): client = language_v1.LanguageServiceClient() file = open(movie_review_filename, "r") fcontent = file.read() document = language_v1.Document( content=fcontent, type_=language_v1.Document.Type.PLAIN_TEXT ) response = client.analyze_sentiment(request={'document': document}) sentiment = response.document_sentiment print(f"Text: {fcontent}") print(f"Sentiment: {sentiment.score}, {sentiment.magnitude}") Output for Sentiment: Sentiment: 0.20000000298023224, 4.599999904632568

Augustine P. · Reviewed about 1 year ago

Aman C. · Reviewed about 1 year ago

Kunal P. · Reviewed about 1 year ago

Ariel R. · Reviewed about 1 year ago

bubg p. · Reviewed about 1 year ago

urmi p. · Reviewed about 1 year ago

Lekesh M. · Reviewed about 1 year ago

Renesa G. · Reviewed about 1 year ago

Mohammed N. · Reviewed about 1 year ago

Durniban M. · Reviewed about 1 year ago

Dipankur S. · Reviewed about 1 year ago

Devendra P. · Reviewed about 1 year ago

Shreyash C. · Reviewed about 1 year ago

Ayasha k. · Reviewed about 1 year ago

Alarnath B. · Reviewed about 1 year ago

Akash v. · Reviewed about 1 year ago

Shikha B. · Reviewed about 1 year ago

meehir G. · Reviewed about 1 year ago

the validation button didn't recognize my progress besides I got it. these button sucks.

Edison L. · Reviewed about 1 year ago

Kanad c. · Reviewed about 1 year ago

Pawan K. · Reviewed about 1 year ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.