[go: up one dir, main page]

CN1196535A - The method of automatic labeling of pronunciation symbols - Google Patents

The method of automatic labeling of pronunciation symbols Download PDF

Info

Publication number
CN1196535A
CN1196535A CN97110364A CN97110364A CN1196535A CN 1196535 A CN1196535 A CN 1196535A CN 97110364 A CN97110364 A CN 97110364A CN 97110364 A CN97110364 A CN 97110364A CN 1196535 A CN1196535 A CN 1196535A
Authority
CN
China
Prior art keywords
code
phonetic
character
chinese character
index
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN97110364A
Other languages
Chinese (zh)
Other versions
CN100392640C (en
Inventor
张景嵩
林光信
赵海
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inventec Corp
Original Assignee
Inventec Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Inventec Corp filed Critical Inventec Corp
Priority to CNB97110364XA priority Critical patent/CN100392640C/en
Publication of CN1196535A publication Critical patent/CN1196535A/en
Application granted granted Critical
Publication of CN100392640C publication Critical patent/CN100392640C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

An automatic marking method for the pronunciation symbol of a character is disclosed, which automatically marks the pronunciation symbol of a character on a display device. First, the inner code of the word is read and the offset of the inner code in the index is generated. Reading a pronunciation code from the index according to the offset, and obtaining a pronunciation symbol according to the pronunciation code. Finally, the pronunciation symbol is displayed on the display device.

Description

The method of automatic marking pronunciation symbol
The present invention relates to a kind of automatic marking method of text pronunciation symbol, the automatic marking method of particularly a kind of phonetic annotation of Chinese characters symbol and Roman phonetic symbol.
Under the Chinese display environment of traditional computer, the demonstration of Chinese-character pronunciation symbol must be reached by the artificial method of keying in.Yet artificial key entry very easily causes input error; And when corresponding Chinese character had change, the pronunciation symbol of this key entry can't change, and must therefore, lack the dirigibility on using manually to key in again.
In addition, pronunciation symbol, for example phonetic symbol uses 42 keys altogether, and it is quite difficult to store its arrangement position; And different machine patterns may be used different arrangement modes, therefore cause the inconvenience in the use.In addition, usually on each slight button, all be printed on English, phonetic notation, Cangjie, symbol such as simple and easy, easier difficulty when causing artificial key entry.
In above-mentioned prior art, many shortcomings that traditional pronunciation symbol mask method is produced and inconvenience, fundamental purpose of the present invention are that the pronunciation symbol with literal is shown on the display device automatically.
Another object of the present invention is to avoid wait shortcoming slowly because of artificial key entry mistake and speed that pronunciation symbol caused; For polyphone, then show its most frequently used sound, and can mark its specific pronunciation symbol separately.
For achieving the above object, the invention provides a kind of method of automatic marking pronunciation symbol, it is that pronunciation symbol with a literal is shown on the display device automatically, this method comprises the following step: the ISN that obtains this literal; Produce the side-play amount that this ISN is arranged in an index; From this index, read a pronunciation sign indicating number according to this side-play amount; According to this pronunciation sign indicating number to produce this pronunciation symbol; And this pronunciation symbol is shown on this display device.
According to above-described purpose, the present invention also provides a kind of automatic marking method of Chinese-character pronunciation symbol, and it is the pronunciation symbol with a Chinese character, and for example phonetic symbol is shown on the display device automatically.At first, obtain the ISN of Chinese character, and whether include the special symbol of representing the multitone Chinese character after judging Chinese character by literal shelves.Produce the index offset amount of ISN, and from index, read a phonetic notation sign indicating number that comprises initial consonant, head vowel, simple or compound vowel of a Chinese syllable and tone according to side-play amount.Including special symbol after Chinese character, is the phonetic notation sign indicating number with most symbol transition that comprised after the special symbol then.At last,, and be shown on the display device producing phonetic symbol according to the phonetic notation sign indicating number.
Another aspect of the present invention provides a kind of pronunciation symbol with a Chinese character, and for example the Roman phonetic symbol is shown on the display device automatically.At first, obtain the ISN of Chinese character, and whether include the special symbol of representing the multitone Chinese character after judging Chinese character by literal shelves.Then, produce the index offset amount of ISN, and from index, read a Roman phonetic sign indicating number that comprises phonetic sign indicating number, tone locations number and sound tone mark according to side-play amount.Including special symbol after Chinese character, is the Roman phonetic sign indicating number with most symbol transition that comprised after the special symbol then.At last,, and be shown on the display device producing the Roman phonetic symbol according to the Roman phonetic sign indicating number.
Fig. 1 shows process flow diagram of the present invention.
Fig. 2 shows a demonstration example according to BIG_5 coding and the automatic mark of the use phonetic symbol that the present invention reached.
Fig. 3 shows a demonstration example according to GB2312 coding and the automatic mark of the use Roman phonetic symbol that the present invention reached.
Fig. 1 shows process flow diagram of the present invention.At first, in step 10, set up an index corresponding tables.The foundation of this index corresponding tables is by means of hanzi system, and for example the inside index code of BIG_5 and GB2312 system carries out inverse conversion to generate required corresponding concordance list to it; And the pronunciation sign indicating number in the index is to arrange with the order of Hanzi internal code usually.With the phonetic symbol is example, and the ISN of this Chinese character comprises initial consonant, head vowel, simple or compound vowel of a Chinese syllable and four parts of tone.As for the Roman phonetic symbol, then its ISN comprises phonetic sign indicating number, tone locations number and sound tone mark three parts.Have the Chinese character of multitone as for some, then in index, deposit a most frequently used person.Table one is listed initial consonant, head vowel, simple or compound vowel of a Chinese syllable and the tone part of 42 phonetic symbols.
Table one
Figure A9711036400071
Then, open a literal retaining that includes Chinese character in step 11, the Chinese character in the literal shelves obtains the ISN of Chinese character thus again.Obtaining of these Chinese characters also can be via keyboard shown in step 12.Step 13 is whether to include the special symbol of representing the multitone Chinese character after judging Chinese character, as ">".If do not comprise special symbol after the Chinese character, then enter step 14, produce the index offset amount of ISN according to ISN.With the BIG_5 Chinese character coding rule is example, and its phonetic notation sign indicating number comprises two bytes (bytes):
AAAAAABB CCCCDDDD, 6 wherein the highest AAAAAA deposit initial consonant, and the 7th to the 8th the highest BB deposits head vowel, and the 5th to the 8th minimum CCCC deposits simple or compound vowel of a Chinese syllable, and 4 minimum DDDD deposit tone.For example, the phonetic notation of " event " word be " , wherein " be the 9th symbol (seeing Table) of initial consonant part, so AAAAAA=9=001001;
Figure A9711036400082
Be second symbol of head vowel part, so BB=2=10; Owing to there is not therefore CCCC=0=0000 of simple or compound vowel of a Chinese syllable part;
Figure A9711036400083
Be the 4th symbol of tone part, so DDDD=4=0100; Therefore " event " word code becomes AAAAAABBCCCCDDDD=00100110 00000100.As follows as for its step that produces side-play amount: when the value of the low byte of ISN greater than 127, then the side-play amount computing formula is: the low byte-98 of 157 (high byte of ISN-164)+ISNs; Yet, when the value of the low byte of ISN less than, equal 127, the side-play amount computing formula is: 157 *The low byte-64 of (high byte of ISN-164)+ISN.
If use the GB2312 coded system, its Roman phonetic sign indicating number comprises seven bytes (bytes), and wherein the 1st to the 6th byte is deposited the phonetic sign indicating number, deposits tone locations number for high 4 of the 7th byte, and low 4 of the 7th byte deposit the sound tone mark.As for its side-play amount computing formula be: 94 *The low byte-161 of (high byte of ISN-164)+ISN.
In step 15, from index, read a phonetic notation sign indicating number or Roman phonetic sign indicating number according to side-play amount; Then, according to this pronunciation sign indicating number, table one and above-mentioned coding rule to obtain pronunciation symbol (step 16).
Yet, after Chinese character, including special symbol, most the pronunciation sign indicating numbers that symbol is formed with being comprised after this special symbol are converted into the phonetic notation sign indicating number according to this pronunciation sign indicating number, table one and above-mentioned coding rule.For example suppose to comprise in the literal shelves following literal:
Green hill Guo is outer tiltedly<and 141,012 14 represent the T of initial consonant according to table one, and on behalf of one, 01 of head vowel, 1 represent the Y of simple or compound vowel of a Chinese syllable, and 2 represent tone (second sound).
In step 17,, and it is stored in the storage device (step 18) obtaining pronunciation symbol according to the pronunciation sign indicating number, for example in the disk; Or pronunciation symbol mark is shown in device, for example on the terminating machine (step 19).Show Chinese character and the method for pronunciation symbol on terminating machine, be to use general display packing and cooperate self-built function and some to call module and reach.
Fig. 2 shows one according to the demonstration example that BIG_5 encodes and the use phonetic symbol that the present invention reached marks automatically, and Fig. 3 then shows a demonstration example according to GB2312 coding and the automatic mark of the use Roman phonetic symbol that the present invention reached.According to statistics and experience, in general literal shelves, the situation that needs specific mark polyphone is less than 3%.Therefore, almost most literal shelves can reach automatic mark pronunciation symbol.
The above is preferred embodiment of the present invention only, is not in order to limit the scope of claim of the present invention; All other do not break away from the equivalence of being finished under the disclosed spirit and changes or modification, all should be included in the described claim scope.For example, in the instructions be automatic mark with the Chinese-character pronunciation symbol as embodiment, yet other literal especially is the writing system of non-phonetic, all meets the spirit of the claimed scope of the present invention.In addition, embodiment adopts Chinese character BIG_5 and GB2312 coded system, yet other coded system equally goes in the present invention's scope required for protection.

Claims (39)

1.一种读音符号自动标注的方法,是将一文字的读音符号自动标示于一显示装置上,该方法包含下列步骤:1. A method for automatic labeling of pronunciation symbols is to automatically mark the pronunciation symbols of a word on a display device, and the method comprises the following steps: 得到该文字的内码;Get the internal code of the text; 产生该内码位于一索引中的偏移量;Generate the offset of the internal code located in an index; 依据该偏移量从该索引中读取一读音码;read a pronunciation code from the index according to the offset; 依据该读音码以产生该读音符号;及generate the phonetic symbol based on the phonetic code; and 将该读音符号显示于该显示装置上。The phonetic symbols are displayed on the display device. 2.如权利要求1的方法,其中所述索引中的读音码是以该文字内码的顺序排列。2. The method according to claim 1, wherein the pronunciation codes in the index are arranged in the order of the internal codes of the characters. 3.如权利要求1的方法,还包含将该读音符号储存于一存储装置内的步骤。3. The method of claim 1, further comprising the step of storing the phonetic symbols in a storage device. 4.如权利要求1的方法,其中所述的文字是由一文字档中读出。4. The method of claim 1, wherein said text is read from a text file. 5.如权利要求1的方法,其中所述的文字是由一键盘键入。5. The method of claim 1, wherein said text is entered by a keyboard. 6.如权利要求1的方法,其中所述的显示装置为一终端机。6. The method of claim 1, wherein said display device is a terminal. 7.如权利要求1的方法,还包含下列步骤:7. The method of claim 1, further comprising the steps of: 依据该文字的内码以储存与该文字内码相对应的该读音码于该索引中。According to the inner code of the character, the pronunciation code corresponding to the inner code of the character is stored in the index. 8.如权利要求7的方法,其中当该文字为一多音字,则存放该文字内码相对应的一最常用读音码于该索引中。8. The method according to claim 7, wherein when the character is a polyphonic character, storing a most commonly used pronunciation code corresponding to the inner code of the character in the index. 9.如权利要求1的方法,其中所述的文字为一汉字。9. The method of claim 1, wherein said character is a Chinese character. 10.如权利要求9的方法,其中所述汉字的内码是属于一BIG_5编码系统。10. The method of claim 9, wherein the inner code of said Chinese character belongs to a BIG_5 coding system. 11.如权利要求9的方法,其中所述汉字的内码是属于一GB2312编码系统。11. The method according to claim 9, wherein the inner code of said Chinese character belongs to a GB2312 coding system. 12.如权利要求1的方法,其中,在得到该文字的内码后,还包含判断该文字之后是否包含一特殊符号的步骤,该特殊符号是表示该文字为一多音文字。12. The method according to claim 1, wherein, after obtaining the internal code of the character, further comprising a step of judging whether a special symbol is included after the character, and the special symbol indicates that the character is a polyphonic character. 13.如权利要求12的方法,还包含将上述特殊符号后所包含的多数个符号转换为该读音码的步骤。13. The method according to claim 12, further comprising the step of converting a plurality of symbols included after the above-mentioned special symbols into the pronunciation code. 14.如权利要求1的方法,其中所述的读音码为一注音码。14. The method of claim 1, wherein said phonetic code is a Zhuyin code. 15.如权利要求14的方法,其中所述的注音码包含一声母、一介音、一韵母及一音调。15. The method of claim 14, wherein said phonetic code comprises a consonant, a medial, a final and a tone. 16.如权利要求15的方法,其中所述的注音码包含二个字节,其中最高的6位存放该声母,最高的第7至第8位存放该介音,最低的第5至第8位存放该韵母,及最低的4位存放该音调。16. The method as claimed in claim 15, wherein said phonetic notation code comprises two bytes, wherein the highest 6 bits store the initial consonant, the highest 7th to 8th bits store the medial sound, and the lowest 5th to 8th Place deposits this final vowel, and lowest 4 deposits this tone. 17.如权利要求1的方法,其中所述的读音码是为一罗马拼音码。17. The method according to claim 1, wherein said pronunciation code is a Roman phonetic code. 18.如权利要求17的方法,其中所述的罗马拼音码包含一拼音码、一音调位置号及一音调号。18. The method of claim 17, wherein said Roman phonetic code comprises a phonetic code, a tone position number and a tone number. 19.如权利要求18的方法,其中所述的罗马拼音码包含七个字节(bytes),其中第1至第6字节存放该拼音码,第七字节的高4位存放该音调位置号,及第七字节的低4位存放该音调号。19. The method as claimed in claim 18, wherein said Roman phonetic code comprises seven bytes (bytes), wherein the 1st to the 6th byte deposits the phonetic code, and the upper 4 bits of the seventh byte deposit the tone position number, and the lower 4 bits of the seventh byte store the tone number. 20.如权利要求10的方法,其中所述产生偏移量的步骤包含:20. The method of claim 10, wherein said step of generating an offset comprises: 当该内码的低字节的值大于127,则该偏移量等于:157*(该内码的高字节-164)+该内码的低字节-98;及When the value of the low byte of the internal code is greater than 127, the offset is equal to: 157 * (high byte of the internal code-164)+low byte of the internal code-98; and 当该内码的低字节的值小于、等于127,则该偏移量等于:157*(该内码的高字节-164)+该内码的低字节-64。When the value of the low byte of the internal code is less than or equal to 127, the offset is equal to: 157 * (high byte of the internal code-164)+low byte of the internal code-64. 21.如权利要求11的方法,其中所述的偏移量等于:94*(该内码的高字节-164)+该内码的低字节-161。21. The method according to claim 11, wherein said offset is equal to: 94 * (high byte of the inner code-164)+low byte of the inner code-161. 22.一种汉字注音符号自动标注的方法,是将该汉字的注音符号自动标示于一显示装置上,该方法包含下列步骤:22. A method for automatically labeling phonetic symbols of Chinese characters is to automatically mark the phonetic symbols of Chinese characters on a display device, the method comprising the following steps: 由一文字档得到该汉字的内码;Obtain the inner code of the Chinese character from a character file; 判断该汉字之后是否包含一特殊符号,该特殊符号是表示该汉字为一多音汉字;Determine whether a special symbol is included after the Chinese character, and the special symbol indicates that the Chinese character is a polyphonic Chinese character; 产生该内码位于一索引中的偏移量;Generate the offset of the internal code located in an index; 依据该偏移量从该索引中读取一注音码,该注音码包含一声母、一介音、一韵母及一音调;read a phonetic code from the index according to the offset, the phonetic code includes a consonant, a medial sound, a final and a tone; 当该汉字之后包含该特殊符号,则将该特殊符号后所包含的多数个符号转换为该注音码;When the special symbol is included after the Chinese character, the plurality of symbols included after the special symbol are converted into the phonetic code; 依据该注音码以产生该注音符号;及generate the phonetic symbol according to the phonetic code; and 将该注音符号显示于该显示装置上。The phonetic symbols are displayed on the display device. 23.如权利要求22的方法,其中所述索引中的注音码是以该汉字内码的顺序排列。23. The method according to claim 22, wherein the phonetic codes in the index are arranged in the order of the internal codes of the Chinese characters. 24.如权利要求22的方法,还包含将该注音符号储存于一存储装置内的步骤。24. The method of claim 22, further comprising the step of storing the phonetic symbols in a storage device. 25.如权利要求22的方法,其中所述的显示装置为一终端机。25. The method of claim 22, wherein said display device is a terminal. 26.如权利要求22的方法,还包含下列步骤:26. The method of claim 22, further comprising the steps of: 依据该汉字的内码以储存与该汉字内码相对应的该注音码于该索引中。The phonetic code corresponding to the inner code of the Chinese character is stored in the index according to the inner code of the Chinese character. 27.如权利要求26的方法,其中,当该文字为所述的多音字时,则存放该汉字内码相对应的一最常用注音码于该索引中。27. The method according to claim 26, wherein, when the character is said polyphonic character, a most commonly used phonetic code corresponding to the internal code of the Chinese character is stored in the index. 28.如权利要求22的方法,其中所述汉字的内码属于一BIG_5编码系统。28. The method of claim 22, wherein the inner code of said Chinese character belongs to a BIG_5 coding system. 29.如权利要求22的方法,其中所述的注音码包含二个字节,其中,最高的6位存放该声母,最高的第7至第8位存放该介音,最低的第5至第8位存放该韵母,及最低的4位存放该音调。29. The method as claimed in claim 22, wherein said phonetic notation code comprises two bytes, wherein, the highest 6 bits store the initial consonant, the highest 7th to 8th bits store the medial sound, the lowest 5th to the 8th bit 8 deposit the final, and the lowest 4 deposit the tone. 30.如权利要求28的方法,其中所述产生偏移量的步骤包含:30. The method of claim 28, wherein said step of generating an offset comprises: 当该内码的低字节的值大于127,则该偏移量等于:157*(该内码的高字节-164)+该内码的低字节-98;及When the value of the low byte of the internal code is greater than 127, the offset is equal to: 157 * (high byte of the internal code-164)+low byte of the internal code-98; and 当该内码的低字节的值小于、等于127,则该偏移量等于:157*(该内码的高字节-164)+该内码的低字节-64。When the value of the low byte of the internal code is less than or equal to 127, the offset is equal to: 157 * (high byte of the internal code-164)+low byte of the internal code-64. 31.一种汉字罗马拼音符号自动标注的方法,是将该汉字的罗马拼音符号自动标示于一显示装置上,该方法包含下列步骤:31. A method for automatically marking Chinese characters with Roman phonetic symbols is to automatically mark the Chinese characters with Roman phonetic symbols on a display device, the method comprising the following steps: 由一文字档得到该汉字的内码;Obtain the inner code of the Chinese character from a character file; 判断该汉字之后是否包含一特殊符号,该特殊符号是表示该汉字为一多音汉字;Determine whether a special symbol is included after the Chinese character, and the special symbol indicates that the Chinese character is a polyphonic Chinese character; 产生该内码位于一索引中的偏移量;Generate the offset of the internal code located in an index; 依据该偏移量从该索引中读取一罗马拼音码,该罗马拼音码包含一拼音码、一音调位置号及一音调号;read a Roman phonetic code from the index according to the offset, and the Roman phonetic code includes a phonetic code, a tone position number and a tone number; 当该汉字之后包含该特殊符号,则将该特殊符号后所包含的多数个符号转换为该罗马拼音码;When the special symbol is included after the Chinese character, the plurality of symbols included after the special symbol are converted into the Roman phonetic code; 依据该罗马拼音码以产生该罗马拼音符号;及generating the Roman phonetic symbol according to the Roman phonetic code; and 将该罗马拼音符号显示于该显示装置上。The Roman phonetic symbols are displayed on the display device. 32.如权利要求31的方法,其中所述索引中的罗马拼音码是以该汉字内码的顺序排列。32. The method according to claim 31, wherein the Roman pinyin codes in the index are arranged in the order of the internal codes of the Chinese characters. 33.如权利要求31的方法,还包含将该罗马拼音符号储存于一存储装置内的步骤。33. The method of claim 31, further comprising the step of storing the Roman alphabet symbols in a storage device. 34.如权利要求31的方法,其中所述的显示装置为一终端机。34. The method of claim 31, wherein said display device is a terminal. 35.如权利要求31的方法,还包含下列步骤:35. The method of claim 31, further comprising the steps of: 依据该汉字的内码以储存与该汉字内码相对应的该罗马拼音码于该索引中。According to the inner code of the Chinese character, the Roman pinyin code corresponding to the inner code of the Chinese character is stored in the index. 36.如权利要求35的方法,当该文字为所述的多音字,则存放该汉字内码相对应之一最常用罗马拼音码于该索引中。36. The method according to claim 35, when the character is said polyphonic character, storing one of the most commonly used Roman phonetic codes corresponding to the inner code of the Chinese character in the index. 37.如权利要求31的方法,其中所述汉字的内码是属于一GB2312编码系统。37. The method of claim 31, wherein the inner code of said Chinese character belongs to a GB2312 encoding system. 38.如权利要求31的方法,其中所述的罗马拼音码包含七个字节,其中第1至第6字节存放该拼音码,第七字节的高4位存放该音调位置号,及第七字节的低4位存放该音调号。38. the method for claim 31, wherein said Roman phonetic code comprises seven bytes, wherein the 1st to the 6th byte deposits this phonetic code, the upper 4 of the seventh byte deposits this tone position number, and The lower 4 bits of the seventh byte store the tone number. 39.如权利要求37的方法,其中所述的偏移量等于:94*(该内码的高字节-164)+该内码的低字节-161。39. The method according to claim 37, wherein said offset is equal to: 94 * (high byte of the inner code-164)+low byte of the inner code-161.
CNB97110364XA 1997-04-15 1997-04-15 method for automatically marking pronunciation symbol Expired - Fee Related CN100392640C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB97110364XA CN100392640C (en) 1997-04-15 1997-04-15 method for automatically marking pronunciation symbol

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB97110364XA CN100392640C (en) 1997-04-15 1997-04-15 method for automatically marking pronunciation symbol

Publications (2)

Publication Number Publication Date
CN1196535A true CN1196535A (en) 1998-10-21
CN100392640C CN100392640C (en) 2008-06-04

Family

ID=5171388

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB97110364XA Expired - Fee Related CN100392640C (en) 1997-04-15 1997-04-15 method for automatically marking pronunciation symbol

Country Status (1)

Country Link
CN (1) CN100392640C (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100440207C (en) * 2004-12-31 2008-12-03 北京中星微电子有限公司 Chinese dictionary search engine and method for quick positioning words in Chinese dictionary
CN101482867B (en) * 2008-01-09 2012-07-04 北大方正集团有限公司 Method and apparatus for automatically adding pinyin for Chinese character
CN102567296A (en) * 2011-01-04 2012-07-11 中国移动通信有限公司 Chinese character information processing method and Chinese character information processing device
WO2015169134A1 (en) * 2014-05-07 2015-11-12 Tencent Technology (Shenzhen) Company Limited Method and apparatus for phonetically annotating text
US11479693B2 (en) 2018-05-03 2022-10-25 Avery Dennison Corporation Adhesive laminates and method for making adhesive laminates

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100440207C (en) * 2004-12-31 2008-12-03 北京中星微电子有限公司 Chinese dictionary search engine and method for quick positioning words in Chinese dictionary
CN101482867B (en) * 2008-01-09 2012-07-04 北大方正集团有限公司 Method and apparatus for automatically adding pinyin for Chinese character
CN102567296A (en) * 2011-01-04 2012-07-11 中国移动通信有限公司 Chinese character information processing method and Chinese character information processing device
WO2012092845A1 (en) * 2011-01-04 2012-07-12 中国移动通信集团公司 Chinese character information processing method and chinese character information processing device
WO2015169134A1 (en) * 2014-05-07 2015-11-12 Tencent Technology (Shenzhen) Company Limited Method and apparatus for phonetically annotating text
US10114809B2 (en) 2014-05-07 2018-10-30 Tencent Technology (Shenzhen) Company Limited Method and apparatus for phonetically annotating text
US11479693B2 (en) 2018-05-03 2022-10-25 Avery Dennison Corporation Adhesive laminates and method for making adhesive laminates

Also Published As

Publication number Publication date
CN100392640C (en) 2008-06-04

Similar Documents

Publication Publication Date Title
CN1196535A (en) The method of automatic labeling of pronunciation symbols
CN100501656C (en) Tone and shape combination method for inputting Chinese character into electronic apparatus
CN108304083A (en) With the method and keyboard of two Chinese character of skeleton symbol Pinyin Input
CN87105564A (en) A Chinese character input method and its input keyboard
CN1111373A (en) Computer Chinese input scheme based on the Chinese Phonetic Alphabet
CN85100094A (en) Phonetic transcriptions of Chinese characters association coding and spelling keyboard
CN1079550C (en) Phonetic Chinese characters
CN1027839C (en) Chinese character encoding input method
CN107451105B (en) Bright braille conversion system based on novel Chinese character holographic coding rule
CN1257444C (en) Complete pronunciation Chinese input method for computer
CN1022350C (en) Chinese alphabet coding input method
CN1074146C (en) Scheme for inputting Chinese characters
CN1116336A (en) Substitution type Chinese phonetic character, word input coding method and keyboard thereof
CN1612095A (en) Double phonetic alphabet input method
CN1614539A (en) Initial consonant and vowel inputting method
CN1485716A (en) Mandarin Chinese phonetic alphabet Chinese input method and equipment thereof
CN1034030C (en) Simple key-in technique for Chinese characters
CN1388430A (en) Modern Chinese pronunciation input method
CN1304075A (en) Nanural phonetic configuration code computer Chiense character code input method
CN1609762A (en) Binary syllabification
CN87106019A (en) Method for encoding Chinese characters by pronunciation and keyboard
CN1470978A (en) Block word input scheme for displaying all Chinese character component and high-frequency individual character on one screen
CN103488309A (en) Chinese character input method combining simple spelling and component figures
CN1018774B (en) Chinese-character, symbol coding method by shape, pronunciation and symbol and its keyboard
CN85102847A (en) The input of computer Chinese-character dynamic coding

Legal Events

Date Code Title Description
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C06 Publication
PB01 Publication
C14 Grant of patent or utility model
GR01 Patent grant
C17 Cessation of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20080604

Termination date: 20110415