|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knowceans.util.AccentRemover
public class AccentRemover
AccentRemover removes accents from unicode strings.
| Constructor Summary | |
|---|---|
AccentRemover()
|
|
| Method Summary | |
|---|---|
static void |
replaceAccents(char[] termBuffer,
int termLength)
replaces unicode accents by their unaccented counterparts |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccentRemover()
| Method Detail |
|---|
public static void replaceAccents(char[] termBuffer,
int termLength)
termBuffer - termLength -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||