README file for the UDCREATE - Utility to create a User Dictionary from a wordlist file. Program version 1.2, RECAPI version 11.0, Copyright ScanSoft, Inc., 2000-2002. Usage: UDCREATE where: wordlst_file: Input file containing the words to be added codepage: Code Page to be applied during the conversion, in quotes dict_file: Output dictionary file E.g. UDCREATE mywords.txt "Windows ANSI" myUD.dic ------------------------------------------------------------------------------- This utility program can be used to create a User Dictionary file compatible with ScanSoft Capture Development System v11.0 product. Since its running requires other ScanSoft DLL files as well, you should place this executable into the ENGine Binary directory, i.e. where other executables and DLLs reside. The utility program - reads the lines of the input file one after other: each line must contain only one word, - ignores all lines of the input file which contains the SPACE, TAB characters or characters not supported by the Code Page specified, - ignores all words longer than 64 characters, - ignores all duplicated words, - do not check thoroughly the correctness of the words in the input file, - converts the words to their lowercase equivalent. The INPUTs to this program are - a file containing the words which should appear in the User Dictionary. - a string in quotes which identifies a ScanSoft Code Page (see: the list enumerated with the RecGetFirstCodePage, RecGetNextCodePage functions.) E.g. "Windows Baltic" The OUTPUT of this program is - a User dictionary file, which can be used in any subsequent recognition. Code Pages supported by ScanSoft "Unicode" "Windows ANSI" "Windows Baltic" "Windows Cyrillic" "Windows Eastern" "Windows Greek" "Windows Turkish" "Windows Esperant" "Windows E13B" "Code Page 437" "Windows OCR/MICR" "Greek-ELOT" "Greek-MEMOTEK" "Code Page 850" "Code Page 852" "Code Page 860" "Code Page 863" "Code Page 865" "CWI Magyar" "Magyar Ventura" "IVKAM C-S" "Mazowia Polish" "Sloven & Croat" "Turkish" "Icelandic" "Maltese" "Code Page 866" "WordPerfect" "Roman 8" Please note that the exact list may vary from the list above. See the "Code Page List" in the electronic documentation.