Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
chewing-cl...it-database(1) General Commands Manualchewing-cl...it-database(1)

NAME
       chewing-cli-init-database - Create a new	dictionary file

SYNOPSIS
       chewing-cli  init-database  [-t|--db-type] [-n|--name] [-c|--copyright]
       [-l|--license] [-r|--version] [-k|--keep-word-freq] [-s|--skip-invalid]
       [--csv] [-h|--help] <TSI_SRC> <OUTPUT>

DESCRIPTION
       Create a	new dictionary file

OPTIONS
       -t, --db-type=DB_TYPE [default: trie]
	      Choose the underlying database implementation

	      [possible	values:	trie, sqlite]

       -n, --name=NAME [default: ]
	      Name of the phrase dictionary

       -c, --copyright=COPYRIGHT [default: Unknown]
	      Copyright	information of the dictionary

       -l, --license=LICENSE [default: Unknown]
	      License information of the dictionary

       -r, --version=VERSION [default: 1.0.0]
	      Version of the dictionary

       -k, --keep-word-freq
	      Keep single word frequency

       -s, --skip-invalid
	      Skip invalid lines

       --csv  Read the dictionary source as CSV	with header

       -h, --help
	      Print help

       <TSI_SRC>
	      Path to the dictionary source file

       <OUTPUT>
	      Path to the output file

				init-database	   chewing-cl...it-database(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=chewing-cli-init-database&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help