public class ISOLatin1AccentFilter extends TokenFilter
For instance, 'à' will be replaced by 'a'.
input| Constructor and Description |
|---|
ISOLatin1AccentFilter(TokenStream input) |
| Modifier and Type | Method and Description |
|---|---|
Token |
next()
Returns the next token in the stream, or null at EOS.
|
static String |
removeAccents(String input)
To replace accented characters in a String by unaccented equivalents.
|
closepublic ISOLatin1AccentFilter(TokenStream input)
public final Token next() throws IOException
TokenStreamnext in class TokenStreamIOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.