add a tokenfilter for icu transforms ------------------------------------ Key: LUCENE-2409 URL: https://issues.apache.org/jira/browse/LUCENE-2409 Project: Lucene - Java Issue Type: New Feature Components: contrib/* Affects Versions: 3.1 Reporter: Robert Muir Priority: Minor Fix For: 3.1
I pulled the ICUTransformFilter out of LUCENE-1488 and create an issue for it here. This is a tokenfilter that applies an ICU Transliterator, which is a context-sensitive way to transform text. These are typically rule-based and you can use ones included with ICU (such as Traditional-Simplified) or you can make your own from your own set of rules. User's Guide: http://userguide.icu-project.org/transforms/general Rule Tutorial: http://userguide.icu-project.org/transforms/general/rules -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org