Weka_stemmers(RWeka)
Weka_stemmers()所属R语言包:RWeka
R/Weka Stemmers
R / Weka中干分析器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
R interfaces to Weka stemmers.
R接口Weka中的词干。
用法----------Usage----------
IteratedLovinsStemmer(x, control = NULL)
LovinsStemmer(x, control = NULL)
参数----------Arguments----------
参数:x
a character vector with words to be stemmed.
字符向量的话被遏制。
参数:control
an object of class Weka_control, or a character vector of control options, or NULL (default). Available options can be obtained on-line using the Weka Option Wizard WOW, or the Weka documentation.
对象的类Weka_control,或一个字符矢量控制选项,或NULL(默认)。可用的选项可以使用在WEKA选项向导WOW,或在WEKA文档上线。
Details
详细信息----------Details----------
The R interface to Weka's Snowball stemmers is available as function SnowballStemmer in package Snowball (as it requires a jar with the Java version of the Snowball stemmers which cannot be included in package RWeka due to license restrictions).
WEKA的雪球词干是R接口提供的功能SnowballStemmer包Snowball(雪球词干不能RWeka由于在产品包中的Java版本,因为它需要一个jar许可证限制)。
值----------Value----------
A character vector with the stemmed words.
字符向量与词根的单词。
参考文献----------References----------
Development of a stemming algorithm. Mechanical Translation and Computational Linguistics 11, 22–31.
参见----------See Also----------
SnowballStemmer
SnowballStemmer
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|