开发者

Stemming library/plugin for Ruby on Rails

Looking for开发者_JS百科 a stemming library in Ruby which will allow me to create such mappings as:

maps_to["dogs"] = "dog"
maps_to["puppies"] = "dog"
maps_to["doggies"] = "dog"
etc 


Try this : https://rubygems.org/gems/stemmer4r/

Stemming may not work the way most people think stemming works though.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜