JPH11110378A - Device and method for kana/kanji conversion and recording medium recording kana/kanji converting program - Google Patents

Device and method for kana/kanji conversion and recording medium recording kana/kanji converting program

Info

Publication number
JPH11110378A
JPH11110378A JP9265586A JP26558697A JPH11110378A JP H11110378 A JPH11110378 A JP H11110378A JP 9265586 A JP9265586 A JP 9265586A JP 26558697 A JP26558697 A JP 26558697A JP H11110378 A JPH11110378 A JP H11110378A
Authority
JP
Japan
Prior art keywords
kana
buffer
kanji
character string
learning
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.)
Pending
Application number
JP9265586A
Other languages
Japanese (ja)
Inventor
Toshio Kadoguchi
利雄 門口
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.)
NEC IC Microcomputer Systems Co Ltd
Original Assignee
NEC IC Microcomputer Systems Co Ltd
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 NEC IC Microcomputer Systems Co Ltd filed Critical NEC IC Microcomputer Systems Co Ltd
Priority to JP9265586A priority Critical patent/JPH11110378A/en
Publication of JPH11110378A publication Critical patent/JPH11110378A/en
Pending legal-status Critical Current

Links

Landscapes

  • Machine Translation (AREA)
  • Document Processing Apparatus (AREA)

Abstract

PROBLEM TO BE SOLVED: To enable efficient Japanese syllabary (KANA)/Chinese character (KANJI) conversion to a long sentence by providing a learning buffer for continuously storing plural KANA and correspondent KANA/KANJI CONVERTED RESULTS. SOLUTION: A 1st converting processing part 12 converts a KANA string to KANJI. A KANJI buffer 13 stores the KANA/KANJI converted result. A long sentence KANA buffer 14 can store the contents of plural character strings in the KANA buffer 11 inputted to the 1st converting processing part 12. A long sentence KANJI buffer 15 continuously stores the contents of plural outputs in a KANJI buffer 13 at the 1st converting processing part 12 just for character strings corresponding to the number of character strings in the long sentence KANA buffer 14. The learning buffer is composed of a KANA learning buffer 16 and a KANJI learning buffer 17 for coupling the character strings in the long sentence KANA buffer 14 and the long sentence KANJI buffer 15 as one pair and storing the contents of these character strings. A 2nd converting processing part 18 refers to the character strings in the KANA learning buffer 16, retrieves the KANJI learning buffer 17 corresponding to the character string in the KANA learning buffer 16 and outputs the result as a converted character string.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、仮名漢字変換装
置、仮名漢字変換方式および仮名漢字変換プログラムを
記録した記録媒体に関し、特に少ない文字数の仮名入力
での長文変換を実現する仮名漢字変換装置、仮名漢字変
換方式および仮名漢字変換プログラムを記録した記録媒
体に関する。
The present invention relates to a kana-kanji conversion apparatus, a kana-kanji conversion method, and a recording medium on which a kana-kanji conversion program is recorded. The present invention relates to a kana-kanji conversion method and a recording medium on which a kana-kanji conversion program is recorded.

【0002】[0002]

【従来の技術】日本語で文章を作成する場合、一般的に
仮名漢字変換装置が使用される。この従来例について図
面を参照して説明する。図4は従来のパソコン(パーソ
ナルコンピュータ)、ワープロ(ワードプロセッサ)等
の仮名漢字変換装置の機能ブロック図である。
2. Description of the Related Art When a sentence is prepared in Japanese, a kana-kanji conversion device is generally used. This conventional example will be described with reference to the drawings. FIG. 4 is a functional block diagram of a kana-kanji conversion device such as a conventional personal computer (personal computer) and word processor (word processor).

【0003】まず、入力装置から入力された仮名文字列
は一文字列ずつ仮名バッファ11に格納される。次に変
換キー入力もしくはそれに類する操作によって仮名漢字
変換処理部12にて適切な漢字に変換され、変換結果は
漢字バッファ13に格納される。
First, the kana character string input from the input device is stored in the kana buffer 11 one character string at a time. Next, the kana-kanji conversion processing unit 12 converts the character into an appropriate kanji by a conversion key input or an operation similar thereto, and the conversion result is stored in the kanji buffer 13.

【0004】この一連の動作の流れをキーボードから文
字列が入力されたケースを例に図5を参照して説明す
る。
The flow of this series of operations will be described with reference to FIG. 5 taking a case where a character string is input from a keyboard as an example.

【0005】まず、仮名バッファ11の内容がクリアさ
れる(ステップS2)。次にキー入力が変換キーである
か否かを判定し(ステップS4)、キー入力が変換キー
でなければ、キー入力された文字列が仮名文字列である
か否かを判定し(ステップS13)、仮名文字列であれ
ば、仮名バッファ11に追加(ステップS14)し、次
のキー入力を待つ。入力された文字列が仮名文字列であ
る限りこの動作を繰り返し、変換キーが入力されるまで
待つ。変換キーが入力されると仮名バッファ11がNu
ll(無効)でないことを判定すると仮名漢字変換処理
(ステップS6)を行い、続いて文節単位での学習(ス
テップS7)を行って、処理の始めに戻る。
First, the contents of the kana buffer 11 are cleared (step S2). Next, it is determined whether the key input is a conversion key (step S4). If the key input is not a conversion key, it is determined whether the keyed-in character string is a kana character string (step S13). ), If it is a kana character string, it is added to the kana buffer 11 (step S14) and waits for the next key input. This operation is repeated as long as the input character string is a kana character string, and waits until a conversion key is input. When the conversion key is input, the kana buffer 11
If it is determined that it is not 11 (invalid), a kana-kanji conversion process (step S6) is performed, and then learning is performed on a phrase basis (step S7), and the process returns to the beginning.

【0006】[0006]

【発明が解決しようとする課題】上記の従来技術におけ
る文章の変換効率は、連文節変換方法の採用によりかな
り向上しているが、同じ内容の文章が頻発する場合で
も、変換対象の文章のすべての読み仮名を入力しなけれ
ばならないという欠点があった。
The conversion efficiency of a sentence in the prior art described above has been considerably improved by adopting a continuous phrase conversion method. However, even when sentences having the same content occur frequently, all of the sentences to be converted are converted. There was a drawback that you had to enter the reading kana.

【0007】これを解決するための方法として、あらか
じめ決められた仮名に対応する漢字を登録しておくユー
ザ辞書登録機能(例えば、特開平05−2578号公報
等で開示)や、文字列をソフトキーにあらかじめ割り付
けておきソフトキーを押すことにより登録された文字列
を得るという方法があった。
As a method for solving this problem, a user dictionary registration function for registering a kanji corresponding to a predetermined kana (for example, disclosed in Japanese Patent Laid-Open No. 05-2578, etc.) There is a method in which a registered character string is obtained by assigning a key to a key in advance and pressing a soft key.

【0008】しかし、これらのいずれの方法においても
事前に登録作業を必要とするので、登録作業無しに同じ
内容の長文を変換させるためには、対応する仮名文字列
をすべて入力する必要があった。
However, any of these methods requires a registration operation in advance, and in order to convert a long sentence of the same content without the registration operation, it is necessary to input all the corresponding kana character strings. .

【0009】上記の事前登録作業を省いた改良方法とし
ては、決定後の複数の文字列をバッファに記憶してお
き、その文字列の頭から数文字列分を入力しソフトキー
等の司令キーを押すことにより、バッファから入力文字
列分だけ一致した文字列を選び出すエイリアス機能を使
用した仮名漢字変換方法が開示されているが、この技術
においても仮名漢字変換機能を使用中はエイリアス機能
は使用できず、決定後でないと使えないという課題があ
った。
As an improved method in which the above-mentioned pre-registration work is omitted, a plurality of character strings after determination are stored in a buffer, a few character strings are inputted from the beginning of the character string, and a command key such as a soft key is input. A kana-kanji conversion method using an alias function that selects a character string that matches the input character string from the buffer by pressing is disclosed.Also, in this technology, the alias function is used while the kana-kanji conversion function is used. There was a problem that it could not be used unless it was decided.

【0010】本発明は、上記の従来技術の問題点を解決
し、特に少ない文字列数の仮名入力で長文変換を実現し
た仮名漢字変換装置および仮名漢字変換方法を提供する
ことを目的とする。
SUMMARY OF THE INVENTION It is an object of the present invention to provide a kana-kanji conversion apparatus and a kana-kanji conversion method which solve the above-mentioned problems of the prior art, and in particular, realize long sentence conversion by inputting kana with a small number of character strings.

【0011】[0011]

【課題を解決するための手段】本発明の仮名漢字変換装
置は、入力手段から入力された仮名文字列が格納される
仮名バッファと、前記仮名文字列を漢字に変換する第1
の変換処理部と、その仮名漢字変換結果を格納する漢字
バッファと、前記第1の変換処理部へ入力される前記仮
名バッファの文字列の内容を複数記憶出来る長文仮名バ
ッファと、前記第1の変換処理部の前記漢字バッファの
出力内容を前記長文仮名バッファの文字列数に対応した
文字列分だけ複数続けて記憶する長文漢字バッファと、
前記長文仮名バッファと前記長文漢字バッファの文字列
を一組とし、これらの複数組の文字列の内容を格納する
仮名学習バッファと漢字学習バッファからなる学習バッ
ファと、前記仮名学習バッファの文字列を参照し、前記
仮名学習バッファの文字列に対応する前記漢字学習バッ
ファの文字列を検索し変換文字列として出力する機能を
有する第2の変換処理部とから構成される。
A kana-kanji conversion device according to the present invention comprises a kana buffer for storing a kana character string input from an input means, and a first kana buffer for converting the kana character string into kanji.
A kanji buffer for storing the kana kanji conversion result, a long sentence kana buffer capable of storing a plurality of contents of the character string of the kana buffer inputted to the first conversion processing unit, A long kanji buffer that continuously stores a plurality of output contents of the kanji buffer of the conversion processing unit by a character string corresponding to the number of character strings of the long sentence kana buffer;
A character buffer of the long sentence kana buffer and the character string of the long sentence kanji buffer are set as a set, and a learning buffer including a kana learning buffer and a kanji learning buffer for storing the contents of the plural sets of character strings; and a character string of the kana learning buffer. A second conversion processing unit having a function of referring to and searching for a character string in the kanji learning buffer corresponding to the character string in the kana learning buffer and outputting it as a converted character string.

【0012】上記本発明の仮名漢字変換装置において
は、長文仮名バッファの代わりに学習バッファの仮名学
習バッファを使用し、長文漢字バッファの代わりに学習
バッファの漢字学習バッファを使用したバッファの個数
を減らした構成とすることでき、また、学習バッファの
代わりにユーザ辞書を使用することもできる。
In the kana-kanji conversion device of the present invention, the kana learning buffer of the learning buffer is used instead of the long kana buffer, and the number of buffers using the kanji learning buffer of the learning buffer instead of the long kanji buffer is reduced. In addition, a user dictionary can be used instead of the learning buffer.

【0013】上記の仮名漢字変換装置を使用した仮名漢
字変換方法は、長文仮名バッファと長文漢字バッファお
よび仮名バッファの内容をクリアするステップと、ター
ミネータから次のターミネータまでの前記仮名バッファ
の文字列を前記長文仮名バッファへ順次各文字列の後尾
に追加するように格納するとともに、前記第1の変換処
理部による仮名漢字変換結果の文字列を前記長文漢字バ
ッファへ順次各文字列の後尾に追加するように格納する
ステップと、前記長文仮名バッファの文字列とそれに対
応する前記長文漢字バッファの文字列を一組として学習
バッファの仮名学習バッファと漢字学習バッファにそれ
ぞれ対応させて格納するステップと、前記第2の変換処
理部により前記仮名学習バッファの文字列の内容を参照
し、前記仮名バッファの文字列に対応する前記漢字学習
バッファの文字列の内容を検索し仮名漢字変換文字列と
して出力する変換処理ステップとから構成される。
The kana-kanji conversion method using the above-described kana-kanji conversion device includes a step of clearing the contents of a long kana buffer, a long kana-kanji buffer and a kana buffer, and a step of clearing a character string of the kana buffer from a terminator to the next terminator. The character string of the result of the kana-kanji conversion by the first conversion processing unit is sequentially added to the end of each character string in the long sentence kana buffer, while being stored in the long sentence kana buffer so as to be sequentially added to the end of each character string. And storing the character string of the long sentence kana buffer and the corresponding character string of the long sentence kanji buffer as a set corresponding to the kana learning buffer and the kanji learning buffer of the learning buffer, respectively. The second conversion processing unit refers to the contents of the character string in the kana learning buffer, and Search the contents of a character string of the kanji learning buffer corresponding to the character string of § composed of a conversion step of outputting as a kana-kanji conversion string.

【0014】上記のように本発明では、仮名とそれに対
応する仮名漢字変換結果を、複数続けて記憶する学習バ
ッファを持っているので、長文を効率よく仮名漢字変換
することが出来る。
As described above, the present invention has a learning buffer for storing a plurality of kana and the corresponding kana-kanji conversion results in succession, so that long sentences can be efficiently converted to kana-kanji.

【0015】[0015]

【発明の実施の形態】本発明の実施の形態について図面
を参照して説明する。
Embodiments of the present invention will be described with reference to the drawings.

【0016】図1は、本発明の第1の実施形態である仮
名漢字変換装置の機能ブロック図である。本仮名漢字変
換装置は、キーボード等の入力手段10から入力された
仮名文字列が格納される仮名バッファ11と、前記仮名
文字列を漢字等に変換する第1の変換処理部12と、仮
名漢字変換結果を格納する漢字バッファ13と、第1の
変換処理部12へ入力される仮名バッファ11の内容を
複数記憶する長文仮名バッファ14と、第1の変換処理
部12からの漢字バッファ13の出力内容を長文仮名バ
ッファ14の文字列数に対応した文字列分だけ複数続け
て記憶する長文漢字バッファ15と、長文仮名バッファ
14と長文漢字バッファ15の文字列とを一組とし、複
数組の内容を格納する仮名学習バッファ16および漢字
学習バッファ17からなる学習バッファと、仮名学習バ
ッファ16の内容を参照し、仮名バッファ11の文字列
に対応する漢字部分を検索し変換文字列として出力する
機能を有する第2の変換処理部18と、CRT等の出力
部19から構成される。
FIG. 1 is a functional block diagram of a kana-kanji conversion apparatus according to a first embodiment of the present invention. The kana-kanji conversion device includes a kana buffer 11 for storing a kana character string input from input means 10 such as a keyboard, a first conversion processing unit 12 for converting the kana character string into kanji, and the like, A kanji buffer 13 for storing the conversion result, a long kana buffer 14 for storing a plurality of contents of the kana buffer 11 inputted to the first conversion processing unit 12, and an output of the kanji buffer 13 from the first conversion processing unit 12. A long sentence kanji buffer 15 for continuously storing a plurality of contents by the number of character strings corresponding to the number of character strings in the long sentence kana buffer 14, and a set of the long sentence kana buffer 14 and the character string of the long sentence kanji buffer 15. A learning buffer consisting of a kana learning buffer 16 and a kanji learning buffer 17 for storing A second conversion processing section 18 having a function of outputting a kanji parts as search converts string, and an output unit 19 such as a CRT.

【0017】本発明の第2の実施形態の上記第1の実施
形態の仮名漢字変換装置を使用した仮名漢字変換方法に
ついて説明する。
A kana-kanji conversion method using the kana-kanji conversion apparatus of the first embodiment of the second embodiment of the present invention will be described.

【0018】図2は、図1の仮名漢字変換装置を使用し
た場合の仮名漢字変換フロー図である。
FIG. 2 is a kana-kanji conversion flowchart when the kana-kanji conversion device of FIG. 1 is used.

【0019】まず、イニシャライズ処理として、長文仮
名バッファ14と長文漢字バッファ15の内容を空にす
るために、クリア処理をする(ステップS1)。
First, as initialization processing, clear processing is performed to empty the contents of the long sentence kana buffer 14 and the long sentence kanji buffer 15 (step S1).

【0020】次に仮名バッファ11をクリアする(ステ
ップS2)。キー入力された文字列が通常の仮名である
か否かをステップS3で判定し、ステップ13でこれが
仮名であると仮名バッファ11に入力文字列が追加され
続ける(ステップS14)。ステップS4で変換キーが
キー入力された時点(ステップS5)で仮名漢字変換処
理部12で仮名漢字変換処理(ステップS6)を行い、
仮名バッファ11の内容を長文仮名バッファ14へ追加
する(ステップS8)とともに、漢字バッファ13の内
容を長文漢字バッファ15へ追加(ステップS9)す
る。この一連の処理をターミネータが認識されるまで
(ステップS10)繰り返す。ターミネータは句読点、
タブ記号、改行記号を用いる事が望ましいが、これに限
定する必要はない。またユーザにターミネータを設定さ
せる機能を付加する事も出来る。
Next, the kana buffer 11 is cleared (step S2). In step S3, it is determined whether or not the character string input by the key is a normal kana. If the character string is a kana in step 13, the input character string is continuously added to the kana buffer 11 (step S14). At the time when the conversion key is input in step S4 (step S5), the kana-kanji conversion processing unit 12 performs the kana-kanji conversion processing (step S6),
The contents of the kana buffer 11 are added to the long kana buffer 14 (step S8), and the contents of the kanji buffer 13 are added to the long kanji buffer 15 (step S9). This series of processing is repeated until the terminator is recognized (step S10). Terminator is punctuation,
Although it is desirable to use a tab symbol and a line feed symbol, it is not necessary to limit to these. In addition, a function that allows the user to set a terminator can be added.

【0021】次に、ターミネータが認識されたら(ステ
ップS10)、長文仮名バッファ14と長文漢字バッフ
ァ15の内容を学習バッファ16,17へ格納(ステッ
プS11)する。
Next, when the terminator is recognized (step S10), the contents of the long sentence kana buffer 14 and the long sentence kanji buffer 15 are stored in the learning buffers 16 and 17 (step S11).

【0022】この処理を繰り返すことにより長文仮名バ
ッファ14と長文漢字バッファ15の内容を一組とした
文字列が学習バッファ16,17へ追加されていき、学
習バッファ16,17には複数個の長文仮名と長文漢字
の組合せの文字列が格納されることとなる。
By repeating this process, a character string having the contents of the long sentence kana buffer 14 and the long sentence kanji buffer 15 as a set is added to the learning buffers 16 and 17. A character string of a combination of a kana and a long kanji will be stored.

【0023】上記のように学習バッファ16,17に長
文仮名と長文漢字の複数個の組み合わせの文字列が格納
された後、仮名入力の数文字列が仮名バッファ11に格
納される。
After the character strings of a plurality of combinations of long sentence kana and long sentence kanji are stored in the learning buffers 16 and 17 as described above, several character strings of kana input are stored in the kana buffer 11.

【0024】次いで第2の変換処理部18の変換キーが
入力され(ステップS3)、仮名バッファ11の内容と
仮名学習バッファ16の内容の一部とを照合し、一致し
た漢字学習バッファ17の文字列を出力する変換処理
(ステップS12)を行い、数文字列の少ない文字列入
力により長文の変換結果を得る事が出来る。
Next, the conversion key of the second conversion processing unit 18 is input (step S3), and the contents of the kana buffer 11 and a part of the contents of the kana learning buffer 16 are collated. A conversion process of outputting a sequence (step S12) is performed, and a long sentence conversion result can be obtained by inputting a character string with a small number of character strings.

【0025】次に、本発明の第3の実施の形態である仮
名漢字変換処理をコンピュータに実行させるためのプロ
グラムを記録した記録媒体について説明する。
Next, a description will be given of a recording medium in which a program for causing a computer to execute a kana-kanji conversion process according to a third embodiment of the present invention is recorded.

【0026】本記録媒体には、上記の本発明の第2の実
施形態の仮名漢字変換方法で説明した仮名漢字変換プロ
グラムが記録される。本記録媒体としては磁気デイス
ク、半導体メモリやその他の記録媒体が使用される。
In the present recording medium, the kana-kanji conversion program described in the kana-kanji conversion method of the second embodiment of the present invention is recorded. As the recording medium, a magnetic disk, a semiconductor memory, or another recording medium is used.

【0027】[0027]

【実施例】次に、本発明の仮名漢字変換方法の第1の実
施例について図1および図3の仮名バッファ、漢字バッ
ファ、長文仮名バッファ、長文漢字バッファ、学習バッ
ファに入る文字列を例示した具体例を参照して詳細に説
明する。
Next, a first embodiment of the kana-kanji conversion method of the present invention will be described with reference to FIG. 1 and FIG. 3, which illustrate character strings to be entered in a kana buffer, a kanji buffer, a long sentence kana buffer, a long sentence kanji buffer, and a learning buffer. This will be described in detail with reference to specific examples.

【0028】まず仮名バッファ11に「とうきょうと」
という仮名バッファ文字列20が入力され、変換キーが
押されることにより、仮名漢字変換を行う第1の変換処
理部12の作用ににより漢字バッファ13に「東京都」
という変換結果の漢字バッファ文字列21が格納され
る。
First, “Tokyo” is stored in the kana buffer 11.
Is input, and the conversion key is pressed, and the first conversion processing unit 12 that performs kana-kanji conversion performs the operation of the first conversion processing unit 12 so that “Tokyo” is stored in the kanji buffer 13.
Is stored.

【0029】次に「とうきょうと」という仮名バッファ
文字列20は長文仮名バッファ14に格納され、「東京
都」という変換結果文字列は長文漢字バッファ15に格
納される。
Next, the kana buffer character string 20 of "Tokyo" is stored in the long sentence kana buffer 14, and the conversion result character string of "Tokyo" is stored in the long kanji buffer 15.

【0030】次に仮名バッファ11に「せたがやく」と
いう仮名バッファ文字列22が入力されると、変換キー
が押されることにより、漢字バッファ13に「世田谷
区」という変換結果の漢字バッファ文字列23が格納さ
れる。次に「せたがやく」という仮名バッファ文字列2
2は長文仮名バッファ14の「とうきょうと」の文字列
の次に追加され、結果として「とうきょうとせたがや
く」となる。「世田谷区」という変換結果の漢字バッフ
ァ文字列23は長文漢字バッファ15の「東京都」の文
字列の次に追加され、結果として「東京都世田谷区」と
なる。
Next, when the kana buffer character string 22 of "Setagayaku" is input to the kana buffer 11, the conversion key is pressed, and the kanji buffer character string 23 of the conversion result "Setagaya-ku" is entered in the kanji buffer 13. Is stored. Next, the kana buffer character string 2 "Setagayaku"
2 is added after the character string of "Tokyo" in the long sentence kana buffer 14, and as a result, it becomes "Tokyo toyakuyaku". The kanji buffer character string 23 of the conversion result "Setagaya-ku" is added after the character string "Tokyo" in the long kanji buffer 15, resulting in "Setagaya-ku, Tokyo".

【0031】次に仮名バッファ11に「さんげんぢゃ
や」という仮名バッファ文字列24が入力されると、変
換キーが押されることにより、漢字バッファ13に「三
軒茶屋」という変換結果の漢字バッファ文字列25が格
納される。次に「さんげんぢゃや」という仮名バッファ
文字列24は長文仮名バッファ14の「とうきょうとせ
たがやく」の文字列の次に追加され、結果として「とう
きょうとせたがやくさんげんぢゃや」という長文仮名バ
ッファ文字列26となる。「三軒茶屋」という変換結果
の漢字バッファ文字列25は長文漢字バッファ15の
「東京都世田谷区」の文字列の次に追加され、結果とし
て「東京都世田谷区三軒茶屋」という長文漢字バッファ
文字列27となる。
Next, when the kana buffer character string 24 of "Sangenpoya" is input to the kana buffer 11, the conversion key is pressed, and the kanji buffer character of the conversion result of "Sangenjaya" is stored in the kanji buffer 13. Column 25 is stored. Next, the kana buffer character string 24 of “Sangempoya” is added to the long sentence Kana buffer 14 next to the character string of “Tokyo to Sagayakuya”, and as a result, a long sentence to “Tokyo and Sayagaya Sangakuya” It becomes a kana buffer character string 26. The kanji buffer character string 25 of the conversion result "Sangenjaya" is added to the long kanji buffer 15 after the character string of "Setagaya-ku, Tokyo". As a result, a long-character kanji buffer character string 27 of "Sangenjaya, Setagaya-ku, Tokyo" is obtained. Become.

【0032】次に改行コード等のターミネータ文字列が
入力されることにより、長文仮名バッファの内容である
「とうきょうとせたがやくさんげんぢゃや」という長文
仮名バッファ文字列26が仮名学習バッファ16の1行
目へ転送され、長文漢字バッファの内容である「東京都
世田谷区三軒茶屋」という長文漢字バッファ文字列27
が漢字学習バッファ17の1行目へ転送される。
Next, when a terminator character string such as a line feed code is input, the contents of the long sentence kana buffer, that is, a long sentence kana buffer character string 26 of "Tokyo Toseta Gayakusangenya" is stored in one of the kana learning buffers 16. The long sentence kanji buffer character string 27 "Sangenjaya, Setagaya-ku, Tokyo" which is transferred to the line and is the contents of the long sentence kanji buffer
Is transferred to the first line of the kanji learning buffer 17.

【0033】前述の動作が繰り返されることにより、仮
名学習バッファには「とうきょとせたがやくきぬた」が
格納され、それと対応する漢字学習バッファには「東京
都世田谷区砧」が格納される。「とうきょうとせたがや
くせいじょう」と「東京都世田谷区成城」も同様に格納
される。
By repeating the above-described operation, "Tokyo saga toyaku kinuta" is stored in the kana learning buffer, and "Kinuta, Setagaya-ku, Tokyo" is stored in the corresponding kanji learning buffer. "Tokyo Setagaya Seiji" and "Seijo, Setagaya-ku, Tokyo" are also stored.

【0034】次にユーザが再度「東京都世田谷区砧」と
いう変換結果を得たいと欲したとき、ユーザは「とう」
とだけ入力し特殊変換キーを押す。第2の変換処理部は
まず「とう」が2文字列であることを確認し、仮名学習
バッファを参照し、頭の2文字列が「とう」と一致する
文字列に対応する漢字学習バッファを1行目の1桁目か
ら検索し変換結果として出力する。
Next, when the user wants to obtain the conversion result "Kinata, Setagaya-ku, Tokyo" again,
And press the special conversion key. The second conversion processing unit first confirms that "to" is a two-character string, refers to the kana learning buffer, and sets the kanji learning buffer corresponding to the character string whose first two character strings match "to". Search from the first digit of the first line and output as a conversion result.

【0035】図3の例の場合は「東京都世田谷区三軒茶
屋」が出力される。ユーザは目的とする「東京都世田谷
区砧」とは異なることを感知し、次候補キーを押す。次
候補キーが押されたことを感知した第2の変換処理部は
次の検索結果である2行目の「東京都世田谷区砧」を出
力する。かくしてユーザが欲した変換結果が得られる。
In the case of the example shown in FIG. 3, "Sangenjaya, Setagaya-ku, Tokyo" is output. The user senses that it is different from the target “Kinuta, Setagaya-ku, Tokyo” and presses the next candidate key. Upon detecting that the next candidate key has been pressed, the second conversion processing unit outputs the next search result, “Kinuta, Setagaya-ku, Tokyo” on the second line. Thus, the conversion result desired by the user is obtained.

【0036】次に第2の実施例に付いて説明する。学習
バッファに文字列を格納するところまでは第1の実施例
と同じである。まず、ユーザが「東京都世田谷区砧」と
いう変換結果を得たいと欲したとき、ユーザは「きぬ
た」とだけ入力し特殊変換キーを押す。第2の変換処理
部はまず「きぬた」と一致する文字列が学習バッファ仮
名部分に存在するかどうか行頭に限らず検索し、一致し
たらそれに対応する漢字学習バッファの文字列を変換結
果として出力する。この例の場合「きぬた」に合致する
文字列は2行目にのみ存在するので、一発で「東京都世
田谷区砧」という目的の文字列を得ることが出来る。
Next, a second embodiment will be described. The process up to the point where the character string is stored in the learning buffer is the same as in the first embodiment. First, when the user desires to obtain a conversion result of "Kinuta, Setagaya-ku, Tokyo", the user inputs only "Kinuta" and presses a special conversion key. The second conversion processing unit first searches whether a character string that matches “Kinuta” exists in the learning buffer kana part, not only at the beginning of the line, and if it matches, outputs the corresponding character string in the kanji learning buffer as a conversion result. I do. In this example, since a character string matching "Kinuta" exists only in the second line, a target character string "Kinuta, Setagaya-ku, Tokyo" can be obtained with a single shot.

【0037】次に第3の実施例に付いて説明する。本発
明の第3の実施例は、ユーザ辞書に本発明の長文仮名バ
ッファと長文漢字バッファの内容を追加して、ユーザ辞
書を本発明の学習バッファとして流用する場合である。
Next, a third embodiment will be described. In the third embodiment of the present invention, the contents of the long sentence kana buffer and the long sentence kanji buffer of the present invention are added to the user dictionary, and the user dictionary is used as the learning buffer of the present invention.

【0038】仮名学習バッファおよび漢字学習バッファ
を独自なバッファとして設定せず、ユーザ辞書の仮名部
分およびユーザ辞書の漢字部分を流用することにより、
第2の変換処理部を独自に作らず既存のユーザ辞書変換
ルーチンで代用する事が可能となる。本実施例の仮名漢
字変換処理は、上記実施例と同様な処理により行うこと
ができるので詳細説明については省略する。
By not using the kana learning buffer and the kanji learning buffer as unique buffers, but using the kana part of the user dictionary and the kanji part of the user dictionary,
It is possible to substitute the existing user dictionary conversion routine without making the second conversion processing unit independently. Since the kana-kanji conversion process of this embodiment can be performed by the same process as in the above embodiment, detailed description will be omitted.

【0039】[0039]

【発明の効果】本発明の効果は、以前に入力したことが
ある文字列であれば、少ない仮名入力で長文の出力結果
を単語登録処理を行うこと無しに得ることが出来る事で
ある。その理由は、通常の仮名漢字変換処理を行う第1
の変換処理部とは別に学習バッファを検索する検索エン
ジン機能を有する第2の変換処理部を持つためである。
The effect of the present invention is that if a character string has been input before, a long sentence output result can be obtained with a small number of kana inputs without performing word registration processing. The reason is that the first kana-kanji conversion process
This is because a second conversion processing unit having a search engine function for searching the learning buffer is provided separately from the conversion processing unit.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の第1の実施形態である仮名漢字変換装
置の機能ブロック図である。
FIG. 1 is a functional block diagram of a kana-kanji conversion device according to a first embodiment of the present invention.

【図2】本発明の第2の実施形態の仮名漢字変換フロー
図である。
FIG. 2 is a kana-kanji conversion flow chart according to the second embodiment of the present invention.

【図3】本発明の実施例を具体的に説明する構成図であ
る。
FIG. 3 is a configuration diagram specifically illustrating an embodiment of the present invention.

【図4】従来の仮名漢字変換装置の機能ブロック図であ
る。
FIG. 4 is a functional block diagram of a conventional kana-kanji conversion device.

【図5】従来の仮名漢字変換装置による仮名漢字変換方
法例を説明する仮名漢字変換フロー図である。
FIG. 5 is a kana-kanji conversion flowchart illustrating an example of a kana-kanji conversion method by a conventional kana-kanji conversion device.

【符号の説明】[Explanation of symbols]

10 入力手段 11 仮名バッファ 12 仮名漢字変換処理部 13 漢字バッファ 14 長文仮名バッファ 15 長文漢字バッファ 16 仮名学習バッファ 17 漢字学習バッファ 18 第2の変換処理部 19 出力部 20,22,24 仮名バッファ文字列 21,23,25 漢字バッファ文字列 26 長文仮名バッファ文字列 27 長文漢字バッファ文字列 28 仮名学習バッファ文字列 29 漢字学習バッファ文字列 Reference Signs List 10 Input means 11 Kana buffer 12 Kana-kanji conversion processing unit 13 Kanji buffer 14 Long sentence kana buffer 15 Long sentence kanji buffer 16 Kana learning buffer 17 Kanji learning buffer 18 Second conversion processing unit 19 Output unit 20, 22, 24 Kana buffer character string 21, 23, 25 Kanji buffer character string 26 Long sentence Kana buffer character string 27 Long sentence Kanji buffer character string 28 Kana learning buffer character string 29 Kanji learning buffer character string

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 入力手段から入力された仮名文字列が格
納される仮名バッファと、前記仮名文字列を漢字に変換
する第1の変換処理部と、その仮名漢字変換結果を格納
する漢字バッファと、前記第1の変換処理部へ入力され
る前記仮名バッファの文字列の内容を複数記憶出来る長
文仮名バッファと、前記第1の変換処理部の前記漢字バ
ッファの出力内容を前記長文仮名バッファの文字列数に
対応した文字列分だけ複数続けて記憶する長文漢字バッ
ファと、前記長文仮名バッファと前記長文漢字バッファ
の文字列を一組とし、これらの複数組の文字列の内容を
仮名文字列およびこれに対応する漢字文字列として仮名
学習バッファおよび漢字学習バッファに格納する学習バ
ッファと、前記仮名学習バッファの文字列を参照し、こ
の仮名学習バッファの文字列に対応する前記漢字学習バ
ッファの文字列を検索し変換文字列として出力する第2
の変換処理部とから構成されることを特徴とする仮名漢
字変換装置。
1. A kana buffer for storing a kana character string input from an input means, a first conversion processing unit for converting the kana character string into kanji, and a kanji buffer for storing the kana kanji conversion result. A long sentence kana buffer capable of storing a plurality of contents of the character string of the kana buffer input to the first conversion processing unit, and an output content of the kanji buffer of the first conversion processing unit, A long kanji buffer that continuously stores a plurality of character strings corresponding to the number of columns, a string of the long sentence kana buffer and the character string of the long kanji buffer, and sets the contents of the plural sets of character strings as a kana character string and a kana character string. The kana learning buffer is stored in the kana learning buffer and the kanji learning buffer as a corresponding kanji character string, and the character string in the kana learning buffer is referred to. A character string in the kanji learning buffer corresponding to the character string of
And a conversion processing unit.
【請求項2】 長文仮名バッファと長文漢字バッファお
よび仮名バッファの内容をクリアするステップと、ター
ミネータから次のターミネータまでの前記仮名バッファ
の文字列を前記長文仮名バッファへ順次各文字列の後尾
に追加するように格納するとともに、前記第1の変換処
理部による仮名漢字変換結果の文字列を前記長文漢字バ
ッファへ順次各文字列の後尾に追加するように格納する
ステップと、前記長文仮名バッファの文字列とそれに対
応する前記長文漢字バッファの文字列を一組として学習
バッファの仮名学習バッファと漢字学習バッファにそれ
ぞれ対応させて格納するステップと、前記第2の変換処
理部により前記仮名学習バッファの文字列の内容を参照
し、前記仮名バッファの文字列に対応する前記漢字学習
バッファの文字列の内容を検索し仮名漢字変換文字列と
して出力する変換処理ステップとからなることを特徴と
する請求項1記載の仮名漢字変換装置を使用した仮名漢
字変換方法。
2. A step of clearing the contents of a long kana buffer, a long kanji buffer and a kana buffer, and sequentially adding a character string of the kana buffer from a terminator to the next terminator to the long sentence kana buffer to the end of each character string. Storing the character string of the result of the kana-kanji conversion by the first conversion processing unit in the long kanji buffer sequentially so as to be added to the end of each character string; Storing a string and a corresponding character string in the long kanji buffer as a set in a kana learning buffer and a kanji learning buffer of a learning buffer, respectively, and storing the character string in the kana learning buffer by the second conversion processing unit. Referring to the contents of the column, the character string of the Kanji learning buffer corresponding to the character string of the Kana buffer 2. A kana-kanji conversion method using the kana-kanji conversion device according to claim 1, further comprising a conversion processing step of retrieving the contents and outputting as a kana-kanji conversion character string.
【請求項3】 請求項2記載の仮名漢字変換方法におけ
る仮名漢字変換処理をコンピュータに実行させるための
プログラムを記録したことを特徴とする記録媒体。
3. A recording medium on which a program for causing a computer to execute a kana-kanji conversion process in the kana-kanji conversion method according to claim 2 is recorded.
JP9265586A 1997-09-30 1997-09-30 Device and method for kana/kanji conversion and recording medium recording kana/kanji converting program Pending JPH11110378A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9265586A JPH11110378A (en) 1997-09-30 1997-09-30 Device and method for kana/kanji conversion and recording medium recording kana/kanji converting program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9265586A JPH11110378A (en) 1997-09-30 1997-09-30 Device and method for kana/kanji conversion and recording medium recording kana/kanji converting program

Publications (1)

Publication Number Publication Date
JPH11110378A true JPH11110378A (en) 1999-04-23

Family

ID=17419187

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9265586A Pending JPH11110378A (en) 1997-09-30 1997-09-30 Device and method for kana/kanji conversion and recording medium recording kana/kanji converting program

Country Status (1)

Country Link
JP (1) JPH11110378A (en)

Similar Documents

Publication Publication Date Title
JPH07114558A (en) Chinese character conversion correcting process system
JPS5821287B2 (en) Kana-Kanji conversion device
JP2595934B2 (en) Kana-Kanji conversion processor
JPH07287716A (en) Device for retrieving dictionary
JPH11110378A (en) Device and method for kana/kanji conversion and recording medium recording kana/kanji converting program
JPH05233600A (en) Word processor
JP2995783B2 (en) Katakana translation word estimator
JPH09153044A (en) Character processor and device for kana and english letter conversion
JP3070932B2 (en) Document processing device
JPS62212877A (en) Kanji/kana converter
JP2629946B2 (en) Document processing device
JP2537991B2 (en) Character input device and method
JP2634596B2 (en) Kana-Kanji conversion device
JPH04372047A (en) Kana/kanji converter
JPS60207948A (en) "kana"/"kanji" conversion processor
JPH0217568A (en) Kana-kanji conversion system for clause including katakana word
JPS62140165A (en) Kana-kanji conversion system
JPH04205051A (en) Document preparing device
JPH08335217A (en) Reading converting method and document preparation device
JPH0727526B2 (en) Kana-Kanji converter
JPH0816572A (en) Automatic recognition system of alphanumerics/kana character
JPS6312065A (en) Extending system for kana-kanji
JPH096762A (en) Device and method for converting kanji for chinese
JPH06119320A (en) Kana/kanji converter
JPH0512251A (en) Document processor

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20000711