Reuters21578Document(tm)
Reuters21578Document()所属R语言包:tm
Reuters-21578 Text Document
路透社-21578文本文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Construct an object representing a Reuters-21578 XML text document with meta information.
构造一个对象,表示路透社-21578 XML文本文档的元数据信息。
用法----------Usage----------
Reuters21578Document(x, author = character(0),
datetimestamp = as.POSIXlt(Sys.time(), tz = "GMT"),
description = character(0), heading = character(0),
id = character(0), origin = character(0),
language = character(0), localmetadata = list())
参数----------Arguments----------
参数:x
Object of class list containing the content.
对象类list包含的内容。
参数:author
Object of class character containing the author names.
对象类character包含作者姓名。
参数:datetimestamp
Object of class POSIXlt containing the date and time when the document was written.
类的对象POSIXlt包含文件时,写入的日期和时间。
参数:description
Object of class character containing additional text information.
类character含附加文本信息的对象。
参数:heading
Object of class character containing the title or a short heading.
类的对象character包含标题或短标题。
参数:id
Object of class character containing an identifier.
类的对象character包含一个标识符。
参数:origin
Object of class character containing information on the source and origin of the text.
对象类character包含的信息的来源和原产地的文字。
参数:language
Object of class character containing the language of the text (preferably as <acronym>IETF</acronym> language tags).
类的对象character包含语言的文本(最好为<acronym> IETF </首字母缩写>语言标签)。
参数:localmetadata
Object of class list containing local meta data in form of tag-value pairs.
对象的类list含本地元数据的标记值对的形式。
(作者)----------Author(s)----------
Ingo Feinerer
参考文献----------References----------
http://kdd.ics.uci.edu/databases/reuters21578/reuters21578.html
http://modnlp.berlios.de/reuters21578.html
参见----------See Also----------
PlainTextDocument and RCV1Document
PlainTextDocument和RCV1Document
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|