1SPELLDUMP(1)                     Sphinxsearch                     SPELLDUMP(1)
2
3
4

NAME

6       spelldump - Sphinxsearch tool for extract the contents of a dictionary
7       file.
8

SYNOPSIS

10       spelldump [OPTIONS] dictionary affix [result] [locale-name]
11

DESCRIPTION

13       Sphinx is a collection of programs that aim to provide high quality
14       fulltext search.
15
16       spelldump is used to extract the contents of a dictionary file that
17       uses ispell or MySpell format, which can help build word lists for
18       wordforms - all of the possible forms are pre-built for you.
19
20       The two main parameters are the dictionary's main file and its affix
21       file; usually these are named as [language-prefix].dict and
22       [language-prefix].aff and will be available with most common Linux
23       distributions, as well as various places online.  [result] specifies
24       where the dictionary data should be output to, and [locale-name]
25       additionally specifies the locale details you wish to use.
26
27       Examples of its usage are:
28
29           spelldump en.dict en.aff
30           spelldump ru.dict ru.aff ru.txt ru_RU.CP1251
31           spelldump ru.dict ru.aff ru.txt .1251
32
33       The results file will contain a list of all the words in the dictionary
34       in alphabetical order, output in the format of a wordforms file, which
35       you can use to customise for your specific circumstances.
36
37       An example of the result file:
38
39           zone > zone
40           zoned > zoned
41           zoning > zoning
42

OPTIONS

44       -c [FILE]
45           specifies a file for case conversion details.
46

AUTHOR

48       Andrey Aksenoff (shodan@sphinxsearch.com). This manual page is written
49       by Alexey Vinogradov (klirichek@sphinxsearch.com). Permission is
50       granted to copy, distribute and/or modify this document under the terms
51       of the GNU General Public License, Version 2 any later version
52       published by the Free Software Foundation.
53
54       On Debian systems, the complete text of the GNU General Public License
55       can be found in /usr/share/common-licenses/GPL.
56

SEE ALSO

58       indexer(1), indextool(1).
59
60       Sphinx and it's programs are documented fully by the Sphinx reference
61       manual available in /usr/share/doc/sphinxsearch.
62
63
64
652.2.11-release                    07/19/2016                      SPELLDUMP(1)
Impressum