Update to use transform step
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 12 Nov 2007 11:12:19 +0000 (11:12 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 12 Nov 2007 11:12:19 +0000 (11:12 +0000)
util/yaz-icu-example.xml

index b41ff56..537cc9b 100644 (file)
@@ -1,7 +1,7 @@
-<icu_chain id="en:word" locale="en">
-  <normalize rule="[:Control:] Any-Remove"/>
+<icu_chain locale="en">
+  <transform rule="[:Control:] Any-Remove"/>
   <tokenize rule="l"/>
-  <normalize rule="[[:WhiteSpace:][:Punctuation:]] Remove"/>
+  <transform rule="[[:WhiteSpace:][:Punctuation:]] Remove"/>
   <display/>
   <casemap rule="l"/>
 </icu_chain>