Closeable
, AutoCloseable
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 | Description |
---|---|
ICUFoldingFilter(TokenStream input) |
Create a new ICUFoldingFilter on the specified input
|
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString
incrementToken
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
close, end, reset
public ICUFoldingFilter(TokenStream input)
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.