EVOLUTION-MANAGER
Edit File: nma_words.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: English negators, modals, and adverbs</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 nma_words {tidytext}"><tr><td>nma_words {tidytext}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>English negators, modals, and adverbs</h2> <h3>Description</h3> <p>English negators, modals, and adverbs, as a data frame. A few of these entries are two-word phrases instead of single words. </p> <h3>Usage</h3> <pre> nma_words </pre> <h3>Format</h3> <p>A data frame with 44 rows and 2 variables: </p> <dl> <dt>word</dt><dd><p>An English word or bigram</p> </dd> <dt>modifier</dt><dd><p>The modifier type for <code>word</code>, either "negator", "modal", or "adverb"</p> </dd> </dl> <h3>Source</h3> <p><a href="http://saifmohammad.com/WebPages/SCL.html#NMA">http://saifmohammad.com/WebPages/SCL.html#NMA</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>