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:
d02429b
)
Use specific characters instead of punktuation. Makes a difference
author
Dennis Schafroth
<dennis@indexdata.com>
Tue, 22 May 2012 11:40:35 +0000
(11:40 +0000)
committer
Dennis Schafroth
<dennis@indexdata.com>
Tue, 22 May 2012 11:40:35 +0000
(11:40 +0000)
test/test_icu.4.xml
patch
|
blob
|
history
diff --git
a/test/test_icu.4.xml
b/test/test_icu.4.xml
index
cc97b3f
..
e5e5cdb
100644
(file)
--- a/
test/test_icu.4.xml
+++ b/
test/test_icu.4.xml
@@
-1,7
+1,7
@@
<icu_chain locale="en">
- <tokenize rule="s"/>
+<tokenize rule="s" />
<transliterate>
-[:punctuation:]* } [$] > ;
+[,. -]* } [$] > ;
</transliterate>
</icu_chain>