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

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

[复制链接]
发表于 2012-9-28 20:21:29 | 显示全部楼层 |阅读模式
codingBySearch(RQDA)
codingBySearch()所属R语言包:RQDA

                                         Auto-coding by pattern matching
                                         通过模式匹配的自动编码

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

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

Applies the specified code to a specified file based on given text pattern.
适用于指定的代码到指定的文件的基础上给定的文本模式。


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


codingBySearch(pattern, fid = getFileIds(), cid, seperator="\n", ...)



参数----------Arguments----------

参数:pattern
a text string, to be matched to the text in the RQDA project file  
一个文本字符串,要匹配的RQDA项目文件中的文字


参数:fid
File id, in the GUI 'File' tab click on file to see its id  
文件ID,在GUI的“文件”选项卡中单击“文件,看看它的id


参数:cid
Code id, in the GUI 'Codes' tab click on code to see its id  
代码ID在GUI代码“选项卡中单击代码,看看它的id


参数:seperator
single character string, specifying the seperator of unit of analysis.  
单字符的字符串,指定分隔符的分析单位。


参数:...
arguments passed to gregexpr  
参数传递给gregexpr


Details

详细信息----------Details----------

The function can be used if on is interested in automatically applying a code to  paragraphs in a file based on certain words specified by 'pattern'.
该功能可用于自动代码段在一个文件中指定的“模式”的某些词的基础上,如果是有兴趣的。

It first splits the whole text into pieces which depends on the seperator, then match the pattern with each pieces. When a matche is found, tha piece is coded to the code specified by cid. The default seperator defines paragraph as unit of analysis. The seperator is passed to the pattern argument of gregexpr.
它首先分割成片上的分离器这取决于整个文本,然后与每个片的图案相匹配。当matche发现,THA片被编码为指定的代码由CID。默认的分隔符定义段为单位的分析。分隔符传递的模式参数的gregexpr的。

This function is also useful for keyword in context (KWIC) analysis.
此功能也可用于在上下文中的关键字(KWIC)分析。


值----------Value----------

The function is used for its side effect.
该函数被用于其副作用。


(作者)----------Author(s)----------



Ronggui Huang




参见----------See Also----------

getFileIds
getFileIds


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


## Not run: [#不运行:]
codingBySearch("internet",fid=1,cid=2)

codingBySearch("internet",fid=getFileIds(),cid=2)

codingBySearch("internet",fid=getFileIds(),cid=2, seperator="[.!?]")

## End(Not run)[#(不执行)]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-26 16:46 , Processed in 0.036515 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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