logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dawgdic-build - build a DAWG-based dictionary

Description

dawgdic-build  reads sorted list of words from lexicon-file (or standard input), builds a DAWG dictionary
       and saves it to dictionary-file (or to standard output).

Name

       dawgdic-build - build a DAWG-based dictionary

Options

-h     Display help and exit.

       -t     Handle tab as separator.

       -g     Build dictionary with guide.

       -r     Build dictionary with ranked guide.

See Also

dawgdic-find(1)

dawgdic 0.4.5                                      2013-05-05                                   DAWGDIC-BUILD(1)

Usage

dawgdic-build [options] [lexicon-file [dictionary-file]]

See Also