리뷰 Google API를 사용한 음성 및 언어 분석: 챌린지 실습개
리뷰 31610개
sagar n. · 대략 1년 전에 리뷰됨
Roopa S. · 대략 1년 전에 리뷰됨
Thusitha P. · 대략 1년 전에 리뷰됨
Rudranil C. · 대략 1년 전에 리뷰됨
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. · 대략 1년 전에 리뷰됨
Aman C. · 대략 1년 전에 리뷰됨
Kunal P. · 대략 1년 전에 리뷰됨
Ariel R. · 대략 1년 전에 리뷰됨
bubg p. · 대략 1년 전에 리뷰됨
urmi p. · 대략 1년 전에 리뷰됨
Lekesh M. · 대략 1년 전에 리뷰됨
Renesa G. · 대략 1년 전에 리뷰됨
Mohammed N. · 대략 1년 전에 리뷰됨
Durniban M. · 대략 1년 전에 리뷰됨
Dipankur S. · 대략 1년 전에 리뷰됨
Devendra P. · 대략 1년 전에 리뷰됨
Shreyash C. · 대략 1년 전에 리뷰됨
Ayasha k. · 대략 1년 전에 리뷰됨
Alarnath B. · 대략 1년 전에 리뷰됨
Akash v. · 대략 1년 전에 리뷰됨
Shikha B. · 대략 1년 전에 리뷰됨
meehir G. · 대략 1년 전에 리뷰됨
the validation button didn't recognize my progress besides I got it. these button sucks.
Edison L. · 대략 1년 전에 리뷰됨
Kanad c. · 대략 1년 전에 리뷰됨
Pawan K. · 대략 1년 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.