sentiws | R Documentation |
SentimentWortschatz, or SentiWS for short, is a publicly available German-language resource for sentiment analysis, opinion mining etc. It lists positive and negative polarity bearing words weighted within the interval of [-1; 1] plus their part of speech tag, and if applicable, their inflections. The current version of SentiWS contains 1,650 positive and 1,818 negative words, which sum up to 15,649 positive and 15,632 negative word forms incl. their inflections, respectively. It not only contains adjectives and adverbs explicitly expressing a sentiment, but also nouns and verbs implicitly containing one.
data(sentiws)
A data frame containing 3468 rows and 4 variables
Chr. Whether the polarity is negative or positive
Chr. Name of the word
Num. Sentiment value
Chr. Inflections
R. Remus, U. Quasthoff & G. Heyer: SentiWS - a Publicly Available German-language Resource for Sentiment Analysis. In: Proceedings of the 7th International Language Ressources and Evaluation (LREC'10), pp. 1168-1171, 2010, see http://wortschatz.uni-leipzig.de/en/download/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.