projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecd6d03
)
Update to use transform step
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 12 Nov 2007 11:12:19 +0000
(11:12 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 12 Nov 2007 11:12:19 +0000
(11:12 +0000)
util/yaz-icu-example.xml
patch
|
blob
|
history
diff --git
a/util/yaz-icu-example.xml
b/util/yaz-icu-example.xml
index
b41ff56
..
537cc9b
100644
(file)
--- a/
util/yaz-icu-example.xml
+++ b/
util/yaz-icu-example.xml
@@
-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>