public final class ICUFoldingFilter extends ICUNormalizer2Filter
This filter applies the following foldings from the report to unicode text:
Additionally, Default Ignorables are removed, and text is normalized to NFKC. All foldings, case folding, and normalization mappings are applied recursively to ensure a fully folded and normalized result.
AttributeSource.AttributeFactory, AttributeSource.State
input
Constructor and Description |
---|
ICUFoldingFilter(TokenStream input)
Create a new ICUFoldingFilter on the specified input
|
incrementToken
close, end, reset
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString
public ICUFoldingFilter(TokenStream input)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.