EVOLUTION-MANAGER
Edit File: sentiments.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Sentiment lexicon from Bing Liu and collaborators</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for sentiments {tidytext}"><tr><td>sentiments {tidytext}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Sentiment lexicon from Bing Liu and collaborators</h2> <h3>Description</h3> <p>Lexicon for opinion and sentiment analysis in a tidy data frame. This dataset is included in this package with permission of the creators, and may be used in research, commercial, etc. contexts with attribution, using either the paper or URL below. </p> <h3>Usage</h3> <pre> sentiments </pre> <h3>Format</h3> <p>A data frame with 6,786 rows and 2 variables: </p> <dl> <dt>word</dt><dd><p>An English word</p> </dd> <dt>sentiment</dt><dd><p>A sentiment for that word, either positive or negative.</p> </dd> </dl> <h3>Details</h3> <p>This lexicon was first published in: </p> <p>Minqing Hu and Bing Liu, “Mining and summarizing customer reviews.”, Proceedings of the ACM SIGKDD International Conference on Knowledge Discovery & Data Mining (KDD-2004), Seattle, Washington, USA, Aug 22-25, 2004. </p> <p>Words with non-ASCII characters were removed. </p> <h3>Source</h3> <p><a href="https://www.cs.uic.edu/~liub/FBS/sentiment-analysis.html">https://www.cs.uic.edu/~liub/FBS/sentiment-analysis.html</a> </p> <hr /><div style="text-align: center;">[Package <em>tidytext</em> version 0.3.4 <a href="00Index.html">Index</a>]</div> </body></html>