From: Caleb Jones Date: 2006-10-25T01:44:37+09:00 Subject: Re: Text Tim Fletcher wrote: > Version 1.1.0 now includes the Porter Stemmer. Thanks for the > suggestion Alex! Sorry for the dumb question, but I couldn't find ANY documentation in the Text gem directories so I'll ask here. How do you include and use this libarary? I think that "require_gem 'Text'" works but how do I then use it? When I try: Text::Levenshtein(str1, str2) or Text.Levenshtein(str1, str2) ...I get a "undefined method `Levenshtein' for Text:Module" Thanks for the help. -- Posted via http://www.ruby-forum.com/.