; Edit this section as desired to customize the character sets and sort orders to work with. ; > > > Ensure... ; - strict parallelism among the entries ; - each entry fits on a single line (turn "word wrap" off under Format menu if necessary) ; - each character string entry is preceded and followed by " ; A backup copy of this section is in the file "kfNgram.cfg.save" ; Lines can be commented out by preceding the entry with ; [Customize] ; These characters will be retained when the text is indexed; ; all other characters are mapped onto space (ASCII 32) ; Edited to include all upper-ASCII 1-25-07 whf ;KeepChars="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" ; Edited to include all upper-ASCII 5-2-07 whf KeepChars="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" ua="" ; For the non-case-sensitive option, the "Keepchars" are mapped onto these "lcMapchars". ; > > > It is essential that the two sets of characters be identical in length. ; Edited to include all upper-ASCII 5-2-07 whf lcMapchars="0123456789abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz" ; For the case-sensitive option, the "Keepchars" are mapped onto these "csMapchars". ; > > > It is essential that the two sets of characters be identical in length. ; Edited to include all upper-ASCII 1-25-07 whf ;csMapChars="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" ; Edited to include all upper-ASCII 5-2-07 whf csMapChars="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" ;"0123456789abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzߪ" ;"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz،ݟߪ" ;"0123456789AaBbCcDdEeFfGgHhIiJjKkLlMmNnO،oPpQqRrSsߚTtUuVvWwXxYݟyZz" ; These characters are treated as tokens, i.e. separate words, when the "Treat as tokens" option is selected TreatAsToken=".:;!?" ; Specify relative order in which characters will be sorted ; > > > ALL characters in lcMapchars and csMapchars must appear in this list. ; This line may be commented out for ANSI sort order as in KeepChars above, i.e. ; - all UPPER CASE precede lower case ; - "special characters" follow "plain" alphabetic characters 148 149 150 157 ;SortOrder="#',-.0123456789AaBbCcDdEeFfGgHhIiJjKkLlMmNnO،oPpQqRrSsߚTtUuVvWwXxYݟyZz" SortOrder="#',-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" ; Approximate number of items to sort in one pass. The tentative value of 10,000 was established on a ; system with 128 MB Ram. It can be decreased if sorting large files causes the system to slow excessively, ; or else increased on a system with more memory or for relative small files (under 100,000 tokens). rangesize= 80000 ; Edit font name and size for file display as desired DisplayFontFace= Arial DisplayFontSize= 11 ;========================================================================================================= ; This section is maintained by the application. ; Editing it directly may have unintended consequences! [Runtime] optCase= 1 optPunc= 3 optSort= 1 sortLength= 1 subsortLength= 0 lastpath= showResults= 1 floor=1 nGramRange=1-3 optCombine= 0 optRemapNum= 2 optSortByFreq= 0 optSortlength= 0 optShowResults= 0 targetpath= Advanced=1 ForceReindex=0 UseDictionary=0 Recurse=0 cgColumn=1 cgSingle=1 cgTotal=1 cgFinal=1 cgHigh=5 cgInitial=1 cgMedial=1 cgWhich=Both cgAlpha=0 UseStopwords=1 ShowRank=0 IndexOnly=0