org.knowceans.util
Class AccentRemover

java.lang.Object
  extended by org.knowceans.util.AccentRemover

public class AccentRemover
extends java.lang.Object

AccentRemover removes accents from unicode strings.

Author:
gregor

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

AccentRemover

public AccentRemover()
Method Detail

replaceAccents

public static void replaceAccents(char[] termBuffer,
                                  int termLength)
replaces unicode accents by their unaccented counterparts

Parameters:
termBuffer -
termLength -