stopwords.html
来自「R-Project是一个开源的统计软件,专门有一个R语言,类似S语言,这个包里面」· HTML 代码 · 共 59 行
HTML
59 行
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Multilingual Stopwords</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="../../R.css">
</head><body>
<table width="100%" summary="page for stopwords {tm}"><tr><td>stopwords {tm}</td><td align="right">R Documentation</td></tr></table>
<h2>Multilingual Stopwords</h2>
<h3>Description</h3>
<p>
Return stopwords in different languages.
</p>
<h3>Usage</h3>
<pre>
stopwords(language = "en")
</pre>
<h3>Arguments</h3>
<table summary="R argblock">
<tr valign="top"><td><code>language</code></td>
<td>
a <code>character</code> giving the desired language.</td></tr>
</table>
<h3>Details</h3>
<p>
At the moment supported languages are <code>danish</code>,
<code>dutch</code>, <code>english</code>, <code>finnish</code>, <code>french</code>,
<code>german</code>, <code>hungarian</code>, <code>italian</code>, <code>norwegian</code>,
<code>portuguese</code>, <code>russian</code>, <code>spanish</code>, and <code>swedish</code>.
</p>
<h3>Value</h3>
<p>
A character vector containing the requested stopwords.</p>
<h3>Examples</h3>
<pre>
stopwords("english")
</pre>
<hr><div align="center">[Package <em>tm</em> version 0.3 <a href="00Index.html">Index]</a></div>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?