Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ctow(1) [debian man page]

CTOW(1) 						      General Commands Manual							   CTOW(1)

NAME
ctow - Convert Canna text-form dictionary into Wnn text-form dictionary SYNOPSIS
ctow [-f hinshidata] [cannajisho] [wnnjisho] DESCRIPTION
ctow converts the Canna text-form dictionary file into the Wnn text-form dictionary. If all dictionary files are omitted, this dictionary is input through the standard input. In this case, the Wnn dictionary is output to the standard output. If only one dictionary file is specified, it is regarded as the one of the Japanes Input System. In this case, the Wnn dictionary is output from the standard output. OPTIONS
-f hinshidata The user can add new information about word-type correspondence between Wnn and Canna. The following word-type correspondence information must be described in the hinshidata file. Within one line, describe the Wnn word type name and the Canna word type while delimiting by a space(s) or tab. Wnn word type Canna word type Adverb #F04 SEE ALSO
wtoc(1) CTOW(1)

Check Out this Related Man Page

DPBINDIC(1)						      General Commands Manual						       DPBINDIC(1)

NAME
dpbindic - Convert a binary-form dictionary into a text-form dictionary SYNOPSYS
dpbindic [ -xiu [ frequency ] ] binary-file [ text-file ] DESCRIPTION
dpbindic outputs the file information of the binary-form dictionary file specified in binary-file . At this time, the word information of the dictionary can be output in text form to the standard output. To do so, use test-file to specify the text-form dictionary used as the source of binary-form dictionary file. If this specification is omitted, the text dictionary file information in the binary dictionary file will be output. The standard grammar file name is /usr/local/canna/lib/dic/hyoujun.gram. It will be used if the grammar file name specification is omitted. The output format of word information data is specified using an option. OPTIONS
-x Outputs the data without using omission symbol @, which is used when the initial word represents the reading. -i Replaces the reading and word for output. -u Outputs the candidates used in conversion. Outputs all candidates having frequency or more. If frequency is omitted, all candi- dates having frequency 1 will be output. EXAMPLES
(1) If the text-form dictionary file name is omitted: %dibindic iroha.cbd (Text dictionary file name = Directory size + Word size, packed) iroha.swd = 2985 + 5306 pak a4 iroha.mwd = 36276 + 113139 pak a4 (2) If the text-form dictionary file name iroha.mwd is specified: %dpbindic iroha.cbd iroha.mwd (Text dictionary file name = Directory size + Word size, packed) iroha.mwd = 36276 + 113139 pak a4 SEE ALSO
mkbindic(1), dicar(1) DPBINDIC(1)
Man Page