X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fyaz-icu-man.xml;fp=doc%2Fyaz-icu-man.xml;h=d0fd43c414425ad3986131fa60faf071f3f6b085;hp=a32826f9c2181d6c2e6c2b6af4ca579f606fe99f;hb=323805b6779bcf1befdc7cdd7f10c23b06885e0d;hpb=0ec12c344e05f3637af9f48e6aa28a54d99f8343 diff --git a/doc/yaz-icu-man.xml b/doc/yaz-icu-man.xml index a32826f..d0fd43c 100644 --- a/doc/yaz-icu-man.xml +++ b/doc/yaz-icu-man.xml @@ -39,13 +39,13 @@ 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. @@ -71,10 +71,10 @@ 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. + 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. @@ -121,13 +121,13 @@ 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. @@ -141,7 +141,7 @@ t - To title using UCU function u_strToTitle. + To title using ICU function u_strToTitle.