Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cenv(7) [debian man page]

CENV(7) 						 Miscellaneous Information Manual						   CENV(7)

NAME
cenv - cWnn Environment Operation Functions. DESCRIPTION
The followings are the operation functions available in every environment. The user may update his environment by using these functions. For example, he may need to add another dictionary, or need to change the values for certain conversion parameter. When function key PF6 is pressed, a menu will be displayed. Move the cursor to the particular option and press the return key. The corre- sponding function will then be carried out. OPTIONS
1. Add dictionary To add a dictionary to the current environment. 2. View dictionary To view all the dictionaries in the current environment, as well as their current states. 3. Word/Character add To add a word into a dynamic dictionary. 4. Word/Character search To check if a word/character exists in the dictionary under the current environment. If it exists, the system will show the informa- tion of word/character. 5. Parameter update To enquire or change the parameters for the Pinyin-Hanzi conversion under the current environment. Different environments will have different parameters. 6. Save usage frequency Save all the usage frequency files under the current environment. 7. Dictionary information To inquire the information of the dictionaries under the current environment. For example the dictionary name, type and priority etc. 8. Grammar change To change the grammar file used in the environment. 9. Exit To exit the environment operation function. NOTE
PF6 is the default keyboard definition in cWnn, it may be redefined. 13 May 1992 CENV(7)

Check Out this Related Man Page

CWNN(7) 						 Miscellaneous Information Manual						   CWNN(7)

NAME
cWnn - A Chinese Input System Running on Unix Workstations. DESCRIPTION
cWnn provides a wide range of input methods, satisfying the needs of Chinese users all over the world, including P.R.China and Taiwan. Besides, it is capable of converting an arbitrary sequence of Pinyin/Zhuyin into the expected Hanzi and caters for error tolerance in the four tones. cWnn has standardized Pinyin and Zhuyin and it provides an ideal input environment for all users. COMMANDS AVAILABLE IN MAN FILE
1. Startup of the server - cserver 2. Startup of the front-end processor - cuum 3. Current usage status of the server - cwnnstat 4. Termination of the server - cwnnkill 5. Rewrite of dictionary header - cwnntouch UTILITIES AVAILABLE IN MAN FILE
1. Creation of binary format dictionary - catod 2. Restoration of text format dictionary - cdtoa 3. Creation of binary format grammar file - catof 4. Registration of characters/words into a - cwdreg specified dictionary 5. Deletion of characters/words from a specified - cwddel dictionary 6. Sorting of a specified text format dictionary - cdicsort MISCELLANEOUS INFORMATION
1. cWnn installation - cinstall 2. cWnn startup and termination - cstartend 3. cWnn function keys - ckey 4. cWnn environment operation function - cenv 13 May 1992 CWNN(7)
Man Page

11 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

search and Replace

hello, How to search a Word in a shell file and if that exists echo that the word exists and stop that operation and if that doesn't exists then echo word not found. Thanks in advance. Bye (4 Replies)
Discussion started by: mukeshannamalai
4 Replies

2. UNIX for Dummies Questions & Answers

XTerm Word Selection Divider Characters

I do a lot of copy and pasting via the mouse between rxvts, and one continual annoyance is that the ":" character isn't considered a word divider. Is there an X resource I can set to change this behaviour? The reason for this, is that I have PS1 set to "\u@\h:\w \\$ " (aka user@host:/full/path... (0 Replies)
Discussion started by: vertigo23
0 Replies

3. Shell Programming and Scripting

add a word in the middle

I have a file where in I need to add gctunit1/gtdivcompebb1/ after the = sign for example: gtfix31/gctunit_gtdivcompebb1/csclkswcompbypassstepgnnnh = gctunit1/gtdivcompebb1/csclkswcompbypassstepgnnnh (3 Replies)
Discussion started by: pitagi
3 Replies

4. Shell Programming and Scripting

Want to add a word in front a of each line of a file

Hi, Can anybody help me how to add a word in front of a line in a file.Actually it is bit tricky to add a word. i will give a sample for this: Input : 1110001 ABC DEF 1110001 EFG HIJ 1110001 KLM NOP 1110002 QRS RST 1110002 UVW XYZ Output: %HD% 1110001 ABC DEF %DT% 1110001 EFG HIJ... (4 Replies)
Discussion started by: apjneeraj
4 Replies

5. Shell Programming and Scripting

Change last Character

Hi, Someone can help me please, i have text in file like this: (a,b,c,d,e), (f,g,h,i,j), (k,l,m,n,o), and i want to change the last character to like this: (a,b,c,d,e), (f,g,h,i,j), (k,l,m,n,o); last array character "," i want change to ";" anyone can help me please,, thanks (2 Replies)
Discussion started by: ryo
2 Replies

6. Shell Programming and Scripting

word frequency counter - awk solution?

Dear all, i need your help on this. There is a text file, i need to count word frequency for each word with frequency >40 in each line of file and output it into another file with columns like this: word1,word2,word3, ...wordn 0,0,1 1,2,0 3,2,0 etc -- each raw represents... (13 Replies)
Discussion started by: irrevocabile
13 Replies

7. Shell Programming and Scripting

Word Frequency Sort

hello, Here is a program for creating a word-frequency # wf.gk --- program to generate word frequencies from a file { # remove punctuation: This will remove all punctuations from the file gsub(/_]/, "", $0) #Start frequency analysis for (i = 1; i <= NF; i++) freq++ } END #Print output... (11 Replies)
Discussion started by: gimley
11 Replies

8. Homework & Coursework Questions

How to create a dictionary using cygwin

1. The problem statement, all variables and given/known data: Create a dictionary using cygwin. Display the following menu at the start of execution 1-add a word in the dictionary # specify the meaning 2-search a word # if word exists, show the meaning of the word 2-delete a word... (2 Replies)
Discussion started by: kpopfreakghecky
2 Replies

9. Shell Programming and Scripting

Word change in a document

I have a bunch of documents where I need to change the word pi to pisignage. No big deal there: sed -i -e 's/pi/spisignage/g' /path/to/file However it is finding things like the word stopping and making the word stoppisignageng. Any suggestions to just find the work pi and change it? ... (0 Replies)
Discussion started by: wspgpete
0 Replies

10. Shell Programming and Scripting

Word change in a document

I have a bunch of documents where I need to change the word pi to pisignage. No big deal there: sed -i -e 's/pi/spisignage/g' /path/to/file However it is finding things like the word stopping and making the word stoppisignageng. Any suggestions to just find the word pi and change it? ... (3 Replies)
Discussion started by: wspgpete
3 Replies

11. Shell Programming and Scripting

How to iterate a function untill last argument with any order of input?

HI I need to get the function "kick" to get executed in any way the parameters are passed in to the function. The parameters are first stored in a dictionary self.otherlist = {} print self.otherlist self.populateTestList(self.system_type) print... (1 Reply)
Discussion started by: Priya Amaresh
1 Replies