man htfuzzy (Commandes) - creates indexes for different ``fuzzy'' search algorithms for the ht:://Dig search engine

NAME

htfuzzy - creates indexes for different ``fuzzy'' search algorithms for the ht:://Dig search engine

SYNOPSIS

htfuzzy [options] algorithm ...

DESCRIPTION

Htfuzzy creates indexes for different ``fuzzy'' search algorithms. These indexes can then be used by the htsearch program.

OPTIONS

-c configfile
Use the specified configfile instead of the default.
-v
Verbose mode. Used once will provide progress feedback, used more than once will overflow even the biggest buffers. :-)

ALGORITHMS

Indexes for the following search algorithms can currently be created:

soundex
Creates a slightly modified soundex key database. Differences with the standard soundex algorithm are: Keys are 6 digits and the first letter is also encoded.
metaphone
Creates a metaphone key database. This algorithm is more specific to English, but will get fewer "weird" matches than the soundex algorithm.
endings
Creates two databases which can be used to match common word endings. The creation of these databases requires a list of affix rules and a dictionary which uses those affix rules. The format of the affix rules and dictionary files are the ones used by the ispell program. Included with the distribution are the affix rules for English and a fairly small English dictionary. Other languages can be supported by getting the appropriate affix rules and dictionaries. These are available for many languages; check the ispell distribution for more details.
synonyms
Creates a database of synonyms for words. It reads a text database of synonyms and creates a database that htsearch can then use. Each line of the text database consists of words where the first word will have the other words on that line as synonyms.

FILES

/etc/htdig/htdig.conf
The default configuration file.

SEE ALSO

Please refer to the HTML pages (in the htdig-doc package) /usr/share/doc/htdig-doc/html/index.html and the manual pages htdig(1) , htmerge(1) , and htsearch(1) for a detailed description of ht://Dig and its commands.

AUTHOR

This manual page was written by Christian Schwarz, modified by Stijn de Bekker, based on the HTML documentation of ht://Dig.