comparison cWnn/man/6.jutil/cwddel.man @ 0:bbc77ca4def5

initial import
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 13 Dec 2007 04:30:14 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:bbc77ca4def5
1 .\"
2 .\" $Id: cwddel.man,v 1.3 2001/06/14 18:08:35 ura Exp $
3 .\"
4 .\"
5 .\" FreeWnn is a network-extensible Kana-to-Kanji conversion system.
6 .\" This file is part of FreeWnn.
7 .\"
8 .\" Copyright Kyoto University Research Institute for Mathematical Sciences
9 .\" 1987, 1988, 1989, 1990, 1991, 1992
10 .\" Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
11 .\" Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992
12 .\" Copyright FreeWnn Project 1999, 2000
13 .\"
14 .\" Maintainer: FreeWnn Project <freewnn@tomo.gr.jp>
15 .\"
16 .\" This program is free software; you can redistribute it and/or modify
17 .\" it under the terms of the GNU General Public License as published by
18 .\" the Free Software Foundation; either version 2 of the License, or
19 .\" (at your option) any later version.
20 .\"
21 .\" This program is distributed in the hope that it will be useful,
22 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
23 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 .\" GNU General Public License for more details.
25 .\"
26 .\" You should have received a copy of the GNU General Public License
27 .\" along with this program; if not, write to the Free Software
28 .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
29 .\"
30 .TH CWDDEL \ "13 May 1992"
31 .SH NAME
32 cwddel \- To delete characters/words from the binary format
33 dictionary.
34 .SH SYNOPSIS
35 cwddel [
36 .I server
37 ]
38 .I envname
39 .I dicno <
40 .I textdic
41 .SH DEFAULT PATH
42 /usr/local/bin/cWnn4/cwddel
43 .ad
44 .SH DESCRIPTION
45 This function allows user to delete characters/words from the specified
46 binary dictionary, with the dictionary number
47 .I dicno
48 specified.
49
50 .I server
51 is the machine name of the server. If this is not specified,
52 the default cserver indicated by the environment variable CSERVER
53 will be taken.
54
55 .I envname
56 must be specified. It is the environment name. You may execute
57 "cwnnstat -E" to see the current environment name.
58
59 .I dicno
60 also must be specified. This is the dictionary number.
61
62 "<" means to pipe the
63 .I textdic
64 as an input to "cwddel" command.
65
66 .I textdic
67 is the user text file which contains the serial number of the
68 characters/words to be deleted from the binary dictionary. The serial
69 number of the characters/words can be found by using environment
70 operation "Word/character search".
71
72 By using "cwddel", all the characters/words with serial number specified
73 in
74 .I textdic
75 will be deleted from the specified binary dictionary
76 permanently.
77 .SH NOTE
78 .IP 1.
79 The parts in [ ] are options. They may be omitted.