fixed memory violation in ICU chain code, restructuring tokenizer to allow for non...
[yaz-moved-to-github.git] / util / yaz-icu-example.xml
1 <icu_chain id="en:word" locale="en">
2   <normalize rule="[:Control:] Any-Remove"/>
3   <tokenize rule="l"/>
4   <normalize rule="[[:WhiteSpace:][:Punctuation:]] Remove"/>
5   <display/>
6   <casemap rule="l"/>
7   <index/>
8   <sortkey/>
9 </icu_chain>