org.apache.lucene.analysis
public class ISOLatin1AccentFilter extends TokenFilter
For instance, 'à' will be replaced by 'a'.
| Constructor Summary | |
|---|---|
| ISOLatin1AccentFilter(TokenStream input) | |
| Method Summary | |
|---|---|
| Token | next() |
| static String | removeAccents(String input)
To replace accented characters in a String by unaccented equivalents. |