X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fyaz-icu-man.xml;h=d0fd43c414425ad3986131fa60faf071f3f6b085;hb=02b4f0ab937b62d892d3e0918439da770fe720c2;hp=7c016bfb66bbe61ffe71e04841c1a362394c3e81;hpb=6cbdacfdeef5982e7d588aac5fabd5299732e78d;p=yaz-moved-to-github.git diff --git a/doc/yaz-icu-man.xml b/doc/yaz-icu-man.xml index 7c016bf..d0fd43c 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 @@ -36,16 +36,16 @@ infile - + DESCRIPTION - yaz-icu is utility which demonstrates + yaz-icu is a 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 + This mode is triggered by option -c which specifies the configuration to be used. The input file is read from standard input or from a file if infile is specified. @@ -70,11 +70,11 @@ Specifies extra information to be printed about the ICU system. If type is c - then ICU converters are printed. - If type is l - available locales are printed. - If type is t - available transliterators are printed. + then ICU converters are printed. + If type is l, + then available locales are printed. + If type is t, + then available transliterators are printed. @@ -98,7 +98,7 @@ ICU chain configuration - The ICU chain configuration speicifies one or more rules to convert + The ICU chain configuration specifies one or more rules to convert text data into tokens. The configuration format is XML based. @@ -116,18 +116,18 @@ The following conversion elements are available: - + casemap - Converts case and rule specifies how: + Converts case (and rule specifies how): l - Lowercase using ICU function u_strToLower. + Lower case using ICU function u_strToLower. @@ -137,11 +137,11 @@ Upper case using ICU function u_strToUpper. - + t - To title using UCU function u_strToTitle. + To title using ICU function u_strToTitle. @@ -151,7 +151,7 @@ Fold case using ICU function u_strFoldCase. - + @@ -164,7 +164,7 @@ using function icu_chain_token_display (yaz/icu.h). - + transform @@ -175,7 +175,7 @@ more information. - + transliterate @@ -185,7 +185,7 @@ more information. - + tokenize @@ -206,7 +206,7 @@ Sentence. ICU: UBRK_SENTENCE. - + w @@ -231,9 +231,19 @@ - + + + join + + + Joins tokens into one string. The rule attribute is the joining + string, which may be empty. The join conversion element was added + in YAZ 4.2.49. + + + - + EXAMPLES @@ -249,7 +259,7 @@ - + @@ -275,15 +285,7 @@