Query the languages supported in this package
查询在此程序包支持的语言
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This dynamically determines the names of the languages for which stemming is supported by this package. This is controlled when the package is created (not installed) by downloading the stemming algorithms for the different languages.
这种动态确定,所产生的语言的支持,这个包的名字。这是控制包时被创建(未安装)下载不同语言的词干提取算法。
This language support requires more support for Unicode and more complex text than simple strings.
这种语言支持,需要更多的支持,不是简单的字符串的Unicode和更复杂的文本。
用法----------Usage----------
getStemLanguages()
Details
详细信息----------Details----------
This queries the C code for the list of languages that were compiled when the package was installed which in turn is determined by the code that was included in the distributed package itself.
该行查询列表中的C代码编译的语言,而这又是在分布式包本身包含的代码由安装包时。
值----------Value----------
A character vector giving the names of the languages.
给一个字符向量语言的名称。
(作者)----------Author(s)----------
Duncan Temple Lang <duncan@wald.ucdavis.edu>
参考文献----------References----------
参见----------See Also----------
wordStem inst/scripts/download in the source of the Rstem package.
wordSteminst/scripts/download在源的Rstem包。