关于“使用 Google API 分析语音和语言:实验室挑战赛”的评价

31611 条评价

Rahul j. · 已于 about 1 year前审核

sagar n. · 已于 about 1 year前审核

Roopa S. · 已于 about 1 year前审核

Thusitha P. · 已于 about 1 year前审核

Rudranil C. · 已于 about 1 year前审核

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. · 已于 about 1 year前审核

Aman C. · 已于 about 1 year前审核

Kunal P. · 已于 about 1 year前审核

Ariel R. · 已于 about 1 year前审核

bubg p. · 已于 about 1 year前审核

urmi p. · 已于 about 1 year前审核

Lekesh M. · 已于 about 1 year前审核

Renesa G. · 已于 about 1 year前审核

Mohammed N. · 已于 about 1 year前审核

Durniban M. · 已于 about 1 year前审核

Dipankur S. · 已于 about 1 year前审核

Devendra P. · 已于 about 1 year前审核

Shreyash C. · 已于 about 1 year前审核

Ayasha k. · 已于 about 1 year前审核

Alarnath B. · 已于 about 1 year前审核

Akash v. · 已于 about 1 year前审核

Shikha B. · 已于 about 1 year前审核

meehir G. · 已于 about 1 year前审核

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

Edison L. · 已于 about 1 year前审核

Kanad c. · 已于 about 1 year前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。