getTermFilter(wordnet)
getTermFilter()所属R语言包:wordnet
Get a Term Filter
获取一个短期滤波器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Get a term filter.
获取一个术语的过滤器。
用法----------Usage----------
getTermFilter(type, word, ignoreCase)
参数----------Arguments----------
参数:type
Filter type. Available filters are "ContainsFilter", "EndsWithFilter", "ExactMatchFilter", "RegexFilter", "SoundFilter", "StartsWithFilter", and "WildcardFilter". Can also be a unique abbreviation of an available filter name.
过滤器类型。可用的过滤器"ContainsFilter","EndsWithFilter","ExactMatchFilter","RegexFilter","SoundFilter","StartsWithFilter"和"WildcardFilter"。也可以是唯一一个可用的过滤器名称的缩写。
参数:word
Term to be matched.
期限相匹配的。
参数:ignoreCase
Indicates whether lower and upper case are distinguished.
指示是否大写和小写的区别。
值----------Value----------
A term filter.
短期滤波器。
(作者)----------Author(s)----------
Ingo Feinerer
参考文献----------References----------
M. Wallace (2007). Jawbone Java WordNet API. http://mfwallace.googlepages.com/jawbone.html
实例----------Examples----------
if(initDict())
getTermFilter("StartsWithFilter", "car", TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|