sentiment-analysis

Twitter Sentiments Analysis useful features

◇◆丶佛笑我妖孽 提交于 2021-02-05 20:39:11
问题 I'm trying to implement Sentiments Analysis functionality and looking for useful features which can be extracted from tweet messages.The features which I have in my mind for now are: Sentiment words Emotion icons Exclamation marks Negation words Intensity words(very,really etc) Is there any other useful features for this task? My goal is not only detect that tweet is positive or negative but also I need to detect level of positivity or negativity(let say in a scale from 0 to 100). Any inputs

Sentiment analysis of non-English texts

痴心易碎 提交于 2021-01-21 09:25:41
问题 I want to analyze sentiment of texts that are written in German. I found a lot of tutorials on how to do this with English, but I found none on how to apply it to different languages. I have an idea to use the TextBlob Python library to first translate the sentences into English and then to do sentiment analysis, but I am not sure whether or not it is the best way to solve this task. Or are there any other possible ways to solve this task? 回答1: As Andy has pointed about above, the best

Sentiment analysis of non-English texts

▼魔方 西西 提交于 2021-01-21 09:21:06
问题 I want to analyze sentiment of texts that are written in German. I found a lot of tutorials on how to do this with English, but I found none on how to apply it to different languages. I have an idea to use the TextBlob Python library to first translate the sentences into English and then to do sentiment analysis, but I am not sure whether or not it is the best way to solve this task. Or are there any other possible ways to solve this task? 回答1: As Andy has pointed about above, the best

How to know if an application is using Cloud Foundry?

試著忘記壹切 提交于 2020-12-26 12:08:49
问题 I am working on a .NET application that uses IBM Watson for sentiment analysis. I am new to this project and don't know the proper working of the IBM Watson. Recently, sentiment Analysis stopped working and we sent an email to IBM about it and they said that it might because we have not yet migrated it from Cloud Foundry to Resource Group. I don't know whether we are using Cloud Foundary or not. How can I check it? People who have worked on this project before are currently not available and

How to know if an application is using Cloud Foundry?

落花浮王杯 提交于 2020-12-26 12:05:33
问题 I am working on a .NET application that uses IBM Watson for sentiment analysis. I am new to this project and don't know the proper working of the IBM Watson. Recently, sentiment Analysis stopped working and we sent an email to IBM about it and they said that it might because we have not yet migrated it from Cloud Foundry to Resource Group. I don't know whether we are using Cloud Foundary or not. How can I check it? People who have worked on this project before are currently not available and