search for: portugueseanalyzer

Displaying 2 results from an estimated 2 matches for "portugueseanalyzer".

2007 May 23
6
Accented characters
Hello, I want to clean up accented characters in my index, using acts_as_ferret in a Rails project. I searched this forum, and found the best solution is to use an analyser. I created somthing like this: class PortugueseAnalyzer include Ferret::Analysis MAPPING = { [''?'',''?'',''?'',''?'',''?'',''?'',''?'',''?''] => ''a'', ''?''...
2006 Aug 18
1
Portuguese Stemming
Today while compiling ferret I noticed there was a Portuguese stemmer being compiled. How do I enable it''s use for my index? Pedro.