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

marisa-build - A tool to build a dictionary from a set of key

Description

marisa-build  is  a  tool  to  build  a  dictionary  from  a  set  of  keys.  This  tool  takes  as input
       newline-delimited keys and writes the dictionary to the standard output.

       Users can specify parameters through command line options. See marisa-build-h for the list of options.

       If an input line contains horizontal tabs, the last one serves as the delimiter between  a  key  and  its
       weight  which  is  used  to  optimize  the order of nodes.  Estimated frequency of each key, given as the
       weight, may improve the search performance.

Name

       marisa-build - A tool to build a dictionary from a set of key

See Also

       The programs are generated from /usr/share/doc/libmarisa-dev/readme.en.html in libmarisa-dev package.

                                                    AUG 2013                                     MARISA-BUILD(1)

Synopsis

marisa-build [options]

See Also