Package org.apache.accumulo.examples.wikisearch.normalizer

Interface Summary
Normalizer  
 

Class Summary
LcNoDiacriticsNormalizer An Normalizer which performs the following steps: Unicode canonical decomposition (Normalizer.Form.NFD) Removal of diacritical marks Unicode canonical composition (Normalizer.Form.NFC) lower casing in the English local
NoOpNormalizer  
NumberNormalizer  
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.