X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fyaz-icu-man.xml;h=bf93672576ce4fb85e6e5b0b4766e3f73513602f;hb=c1264a20ea15e9383d72063fa3c41e16afb611a8;hp=5248b7321c1156ffd1797300cb671f07f8394d3c;hpb=a85807bde8a4a08706d266bd7dd089fb6778e281;p=yaz-moved-to-github.git diff --git a/doc/yaz-icu-man.xml b/doc/yaz-icu-man.xml index 5248b73..bf93672 100644 --- a/doc/yaz-icu-man.xml +++ b/doc/yaz-icu-man.xml @@ -14,13 +14,13 @@ &version; Index Data - + yaz-icu 1 Commands - + yaz-icu YAZ ICU utility @@ -29,19 +29,30 @@ yaz-icu - commands -c config -p opt -s -x + infile - + DESCRIPTION - yaz-icu is utility which demonstrates + yaz-icu is utility which demonstrates the ICU chain module of yaz. (yaz/icu.h). + + The utility can be used in two ways. It may read some text + using an XML configuration for configuring ICU and show text analysis. + This mode is triggered by option -c which specififies + the configuration to be used. The input file is read from standard + input or from a file if infile is specified. + + + The utility may also show ICU information. This is triggered by + option -p. + OPTIONS @@ -59,7 +70,7 @@ Specifies extra information to be printed about the ICU system. If type is c - then ICU converters are printed. + then ICU converters are printed. If type is l available locales are printed. If type is t @@ -105,7 +116,7 @@ The following conversion elements are available: - + casemap @@ -126,7 +137,7 @@ Upper case using ICU function u_strToUpper. - + t @@ -140,7 +151,7 @@ Fold case using ICU function u_strFoldCase. - + @@ -153,7 +164,7 @@ using function icu_chain_token_display (yaz/icu.h). - + transform @@ -164,7 +175,7 @@ more information. - + transliterate @@ -174,7 +185,7 @@ more information. - + tokenize @@ -195,7 +206,7 @@ Sentence. ICU: UBRK_SENTENCE. - + w @@ -220,9 +231,9 @@ - + - + EXAMPLES