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.
|
close
public ISOLatin1AccentFilter(TokenStream input)
public final Token next() throws IOException
TokenStream
next
in class TokenStream
IOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.