Analyze Speech and Language with Google APIs: Challenge Lab Reviews
31610 reviews
sagar n. · Reviewed حوالي سنة ago
Roopa S. · Reviewed حوالي سنة ago
Thusitha P. · Reviewed حوالي سنة ago
Rudranil C. · Reviewed حوالي سنة 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 حوالي سنة ago
Aman C. · Reviewed حوالي سنة ago
Kunal P. · Reviewed حوالي سنة ago
Ariel R. · Reviewed حوالي سنة ago
bubg p. · Reviewed حوالي سنة ago
urmi p. · Reviewed حوالي سنة ago
Lekesh M. · Reviewed حوالي سنة ago
Renesa G. · Reviewed حوالي سنة ago
Mohammed N. · Reviewed حوالي سنة ago
Durniban M. · Reviewed حوالي سنة ago
Dipankur S. · Reviewed حوالي سنة ago
Devendra P. · Reviewed حوالي سنة ago
Shreyash C. · Reviewed حوالي سنة ago
Ayasha k. · Reviewed حوالي سنة ago
Alarnath B. · Reviewed حوالي سنة ago
Akash v. · Reviewed حوالي سنة ago
Shikha B. · Reviewed حوالي سنة ago
meehir G. · Reviewed حوالي سنة ago
the validation button didn't recognize my progress besides I got it. these button sucks.
Edison L. · Reviewed حوالي سنة ago
Kanad c. · Reviewed حوالي سنة ago
Pawan K. · Reviewed حوالي سنة ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.