开发者

Stemming library/plugin for Ruby on Rails

开发者 https://www.devze.com 2023-03-12 07:43 出处:网络
Looking for开发者_JS百科 a stemming library in Ruby which will allow me to create such mappings as:

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

精彩评论

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