리뷰 Analyze Speech & Language with Google APIs: Challenge Lab개
리뷰 11705개
Manish Kumar Yadav G. · 17일 전에 리뷰됨
Abhijit B. · 17일 전에 리뷰됨
Teri B. · 17일 전에 리뷰됨
Chayan S. · 17일 전에 리뷰됨
Gourab S. · 17일 전에 리뷰됨
Deep S. · 17일 전에 리뷰됨
Hari y. · 17일 전에 리뷰됨
Kamlesh M. · 17일 전에 리뷰됨
Mesh G. · 17일 전에 리뷰됨
Nirmal K. · 17일 전에 리뷰됨
Neelabh M. · 17일 전에 리뷰됨
Sruthi B. · 17일 전에 리뷰됨
jhg
Biranchi B. · 17일 전에 리뷰됨
Smiriti K. · 17일 전에 리뷰됨
Rahul j. · 17일 전에 리뷰됨
sagar n. · 17일 전에 리뷰됨
Roopa S. · 18일 전에 리뷰됨
Thusitha P. · 18일 전에 리뷰됨
Rudranil C. · 18일 전에 리뷰됨
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. · 18일 전에 리뷰됨
Aman C. · 18일 전에 리뷰됨
Kunal P. · 18일 전에 리뷰됨
Ariel R. · 18일 전에 리뷰됨
bubg p. · 18일 전에 리뷰됨
urmi p. · 18일 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.