Package com.yahoo.language.simple
Class SimpleNormalizer
java.lang.Object
com.yahoo.language.simple.SimpleNormalizer
- All Implemented Interfaces:
Normalizer
- Author:
- Simon Thoresen Hult
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleNormalizer
public SimpleNormalizer()
-
-
Method Details
-
normalize
Description copied from interface:NormalizerNFKC normalizes a String.- Specified by:
normalizein interfaceNormalizer- Parameters:
input- the string to normalize- Returns:
- the normalized string
-