找回密码
 注册
查看: 440|回复: 0

R语言 sentiment包 subjectivity()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 01:09:28 | 显示全部楼层 |阅读模式
subjectivity(sentiment)
subjectivity()所属R语言包:sentiment

                                         a dataset containing a list of positive and negative subjective words.
                                         含的数据集列表的正和负的主观词语。

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

A dataset containing  a list of positive and negative subjective words parsed from Janyce Wiebe's subjectivity lexicon.
数据集包含一个列表解析,距离Janyce韦博的主体性词汇的正面和负面的主观字。


用法----------Usage----------


data(subjectivity)



格式----------Format----------

A data.frame containing three columns.
Adata.frame包含三个列。

1. word - A word from Janyce Wiebe's subjectivity lexicon.
1。 word -  A字,距离Janyce韦博的主体性词汇。

2. subjectivity - A string indicating whether the word is strongly or weakly subjective.
2。 subjectivity“ - 一个字符串,指示其是否是强或弱主观。

3. polarity - A string indicating whether the word expresses a positive or negative sentiment.
3。 polarity“ - 一个字符串,指示是否这个词表达积极或消极的情绪。


源----------Source----------

Riloff and Wiebe (2003). Learning extraction patterns for subjective expressions. EMNLP-2003. http://www.cs.pitt.edu/mpqa/#subj_lexicon
Riloff和韦博(2003年)。学习提取模式的主观表达。 EMNLP-2003。 http://www.cs.pitt.edu/mpqa/#subj_lexicon


实例----------Examples----------


# READ THE CSV[读取CSV]
data <- read.csv(system.file("data/subjectivity.csv.gz",package="sentiment"))
# ALTERNATIVELY, USE THE data() FUNCTION[另外,使用data()函数]
data(subjectivity)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-5-19 20:53 , Processed in 0.021692 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表