JPH0319580B2 - - Google Patents

Info

Publication number
JPH0319580B2
JPH0319580B2 JP56179518A JP17951881A JPH0319580B2 JP H0319580 B2 JPH0319580 B2 JP H0319580B2 JP 56179518 A JP56179518 A JP 56179518A JP 17951881 A JP17951881 A JP 17951881A JP H0319580 B2 JPH0319580 B2 JP H0319580B2
Authority
JP
Japan
Prior art keywords
prefix
kana
character string
input
kanji
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.)
Expired - Lifetime
Application number
JP56179518A
Other languages
Japanese (ja)
Other versions
JPS5880770A (en
Inventor
Katsuhide Morimoto
Sadao Asahi
Mitsuyuki Okada
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP56179518A priority Critical patent/JPS5880770A/en
Publication of JPS5880770A publication Critical patent/JPS5880770A/en
Publication of JPH0319580B2 publication Critical patent/JPH0319580B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/40Processing or translation of natural language
    • G06F40/53Processing of non-Latin text

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Document Processing Apparatus (AREA)

Description

【発明の詳細な説明】 この発明は、例えばカナキーボードの様な入力
装置から入力されたカナ文字列に対し、システム
の内蔵するカナ漢字辞書テーブルを参照し漢字か
な混り文に変換し出力するカナ漢字変換処理装置
において、接頭語を含むカナ文字列に対しては予
じめオペレータに接頭語キーを押下させることに
より、接頭語テーブルと入力された文字列の先頭
部分とを比較して入力文字列から接頭語部分を検
出し、これを除去した残余部分に対してカナ漢字
辞書テーブルとの検索検定を行なうようにしたカ
ナ漢字変換処理装置に関するものである。
[Detailed Description of the Invention] This invention converts a kana character string input from an input device such as a kana keyboard into a kanji-kana mixed sentence by referring to a kana-kanji dictionary table built into the system and outputs the result. In the kana-kanji conversion processing device, for kana character strings that include a prefix, the operator presses the prefix key in advance, and the prefix table is compared with the beginning of the input character string. The present invention relates to a kana-kanji conversion processing device that detects a prefix part from a character string and performs a search test on the remaining part after removing the prefix part with a kana-kanji dictionary table.

従来、この種のカナ漢字変換処理システムで行
われる処理フローの概略を第1図に示す。図にお
いて、S1は入力文字列全体をキーワードとする
ステツプ、S2は上記キーワードに対してカナ漢
字辞書を検索するステツプ、S3は上記検索が成
功したか否かを判定するステツプ、S4は全ての
キーワードに対し上記検索が終了したか否かを判
定するステツプ、S5は上記キーワードから最後
の1文字を削除したものを新しいキーワードとす
るステツプであり、上記ステツプS2〜S5により
カナ漢字変換を行うステツプS8を構成している。
そしてa,cおよびb,dはそれぞれカナ漢字変
換が成功あるいは失敗した時のステツプS8の出
口である。また、S6は上記入力文字列より接頭
語を抽出するステツプ、S7は上記接頭語が抽出
された残余部分を新たなキーワードとするステツ
プ、S9は接頭語テーブル内の全ての接頭語が参
照され処理が行われたか否かを判定するステツ
プ、S10は他の接頭語を抽出するステツプであ
る。なおAはカナ漢字変換終了後の待機状態、B
はカナ漢字変換失敗後に到達する状態である。
FIG. 1 shows an outline of the processing flow conventionally performed in this type of kana-kanji conversion processing system. In the figure, S1 is a step that uses the entire input string as a keyword, S2 is a step that searches the Kana-Kanji dictionary for the above keyword, S3 is a step that determines whether the above search was successful, and S4 is a step that uses all keywords. Step S5 is a step of determining whether the above search is completed or not, step S5 is a step of deleting the last character from the above keyword as a new keyword, and step S8 is of performing kana-kanji conversion according to steps S2 to S5 above. It consists of
A, c, b, and d are the exits of step S8 when the kana-kanji conversion is successful or unsuccessful, respectively. In addition, S6 is a step to extract a prefix from the above input character string, S7 is a step in which the remaining part from which the above prefix is extracted is used as a new keyword, and S9 is a step in which all prefixes in the prefix table are referred to and processed. Step S10 is a step of determining whether or not the prefix has been performed, and is a step of extracting other prefixes. Note that A is the standby state after kana-kanji conversion, and B is the standby state after the kana-kanji conversion is completed.
is the state reached after kana-kanji conversion fails.

次に動作について説明する。 Next, the operation will be explained.

まず、ステツプS1において、入力されたカナ
文字列全体をキーワードとし、次にステツプS2
においてカナ漢字辞書テーブルを検索する。そし
て、ステツプS3において検索に成功したと判断
されると、即ちカナ漢字変換が成功すると、本シ
ステムは出口aより出てカナ漢字変換成功後の待
機状態Aに到り、次のカナ文字列入力に備えて待
機する。逆に失敗に終つた場合は、ステツプS4
でキーワード全体に対して検索済みか否かを調べ
る。そして否であればステツプS5において検索
済みのキーワードとした文字列の最後部の1文字
を削つて残余部分を新たなキーワードとして再度
ステツプS2に戻り、カナ漢字辞書テーブルを検
索する。以下同様にキーワードとカナ漢字辞書の
検索を続ける。このような検索の結果、キーワー
ドとカナ漢字辞書の内容とが一致すると、その時
のカナ漢字辞書の内容と、入力文字列からその時
のキーワードを取り除いた残余部分とから構成さ
れる漢字かな混り文が得られる。
First, in step S1, the entire input kana character string is used as a keyword, and then in step S2
Search the kana-kanji dictionary table in . Then, if it is determined in step S3 that the search is successful, that is, if the kana-kanji conversion is successful, the system exits from exit a and reaches the standby state A after the successful kana-kanji conversion, and inputs the next kana character string. Wait in preparation. Conversely, if the result is failure, proceed to step S4.
Check whether the entire keyword has been searched. If not, in step S5, the last character of the searched keyword is deleted, and the remaining part is used as a new keyword, and the process returns to step S2 to search the kana-kanji dictionary table. Continue searching for keywords and kana-kanji dictionaries in the same way. As a result of such a search, if the keyword matches the contents of the Kana-Kanji dictionary, a kanji-kana mixed sentence consisting of the contents of the Kana-Kanji dictionary at that time and the remaining part after removing the keyword at that time from the input string is generated. is obtained.

ところで、入力文字列中に、文字列「全法曹界
の」中の「全」のような接頭語が含まれている
時、上記カナ漢字辞書検索はまず失敗する。なぜ
なら、通常カナ漢字辞書は接頭語部分を除いた語
彙、即ち自立語から構成されているためであり、
これは考えうる接頭語と自立語との組合わせの全
てをカナ漢字辞書に収納していたのでは、カナ漢
字辞書に膨大なメモリ容量を必要とし、経済的で
ないからである。
By the way, when the input character string contains a prefix such as ``zen'' in the character string ``Zen Baru Kai no'', the above-mentioned kana-kanji dictionary search will fail. This is because kana-kanji dictionaries usually consist of vocabulary excluding prefixes, that is, independent words.
This is because storing all possible combinations of prefixes and independent words in a kana-kanji dictionary would require a huge amount of memory capacity, which would be uneconomical.

さて、上記処理の結果、ステツプS4において
キーワード全体に対して検索済みであると判定さ
れ、カナ漢字変換に失敗したと判定されると、本
装置は出口bよりステツプS6の処理に移行し、
入力文字列の先頭部分に接頭語があるか否かをチ
エツクするため入力文字列より接頭語を抽出す
る。そして、ステツプS7において上記接頭語抽
出後の残余部分をキーワードとし、このキーワー
ドに対し再びステツプS8においてカナ漢字変換
を行う。そして、ここでも変換に成功すると本シ
ステムは出口cから出てその処理を終える。一方
変換に失敗すると、本システムはステツプS9に
おいて接頭語テーブル中のさらに別の接頭語が上
記キーワードに含まれているか否かを調べ、否で
あればステツプS10において、上記キーワードか
ら他の接頭語を抽出してステツプS7に戻り以下
同様の処理を繰り返す。そして、本システムはス
テツプS9において、すべての接頭語テーブルの
内容との照合にも失敗した時には状態Bに到り、
全てのカナ漢字変換に失敗した旨を出力する。
Now, as a result of the above processing, if it is determined in step S4 that the entire keyword has been searched, and it is determined that the kana-kanji conversion has failed, the device proceeds to step S6 from exit b.
A prefix is extracted from the input character string to check whether there is a prefix at the beginning of the input character string. Then, in step S7, the remaining portion after the prefix extraction is used as a keyword, and this keyword is again subjected to kana-kanji conversion in step S8. If the conversion is successful here as well, the system exits from exit c and finishes its processing. On the other hand, if the conversion fails, the system checks in step S9 whether another prefix in the prefix table is included in the above keyword, and if not, in step S10, converts another prefix from the above keyword. is extracted, the process returns to step S7, and the same process is repeated. Then, in step S9, when this system fails to match the contents of all prefix tables, it reaches state B.
Outputs that all kana-kanji conversions have failed.

従来のカナ漢字変換処理システムは以上の様な
処理を行つているので、接頭語を含む入力文字列
に対して、まず接頭語が含まれていないものとし
てカナ漢字変換を試み、全ての検索に失敗して初
めて入力文字列中より接頭語を抽出し、その残余
部分に対してカナ漢字変換を行つているため、正
しいカナ漢字変換を得るのに多大の時間を要する
欠点があつた。また、こうした欠点を回避するた
めにカナ漢字辞書に接頭語と自立語とを記憶させ
る場合は、膨大なメモリを必要とし不経済であつ
た。
Conventional kana-kanji conversion processing systems perform the above-mentioned processing, so for input character strings that include a prefix, first try converting them to kana-kanji as if they do not include the prefix, and then perform all searches. Since the prefix is extracted from the input character string only after a failure, and the remaining part is converted into kana-kanji, it has the disadvantage that it takes a lot of time to obtain the correct kana-kanji conversion. Furthermore, in order to avoid these drawbacks, storing prefixes and independent words in a kana-kanji dictionary would require a huge amount of memory, which would be uneconomical.

本発明は上記のような従来のものの欠点を除去
するためになされたもので、接頭語を含む入力文
字列をカナ漢字変換するときは、予じめ接頭語が
含まれていることを装置に対し示唆する接頭語キ
ーをオペレータに押下げさせ、カナ漢字変換処理
開始のトリガがあつたとき、まず入力文字列内に
接頭語が有るか否かを接頭語テーブルを用いて文
字列一致検出回路にてチエツクし、接頭語が抽出
されたときはその残余部分に対して、またそうで
ない時はその全体に対してカナ漢字変換を行うこ
とにより、カナ漢字変換に要する時間を従来のも
のよりも短縮でき、しかもカナ漢字辞書のサイズ
も小さいもので済むカナ漢字変換処理装置を提供
することを目的としている。
The present invention was made in order to eliminate the drawbacks of the conventional ones as described above, and when converting an input character string containing a prefix into kana-kanji, it is necessary to inform the device in advance that the prefix is included. When the operator presses the suggested prefix key and a trigger to start kana-kanji conversion processing is triggered, the string match detection circuit first uses a prefix table to determine whether or not there is a prefix in the input string. When the prefix is extracted, the remaining part is checked, and when it is not, the entire part is converted to kana-kanji. This reduces the time required for kana-kanji conversion compared to conventional methods. The purpose of the present invention is to provide a kana-kanji conversion processing device that can be shortened and the size of the kana-kanji dictionary can be small.

以下、本発明の一実施例を図について説明す
る。
Hereinafter, one embodiment of the present invention will be described with reference to the drawings.

第2図は本発明の一実施例によるカナ漢字変換
処理装置を示す。図において、10は文字列入力
手段としてのキーボード、11は接頭語処理優先
指令キー(以下接頭語キーと略す)であり、これ
は入力カナ文字列中に接頭語が含まれている時に
オペレータが押下するものである。また12は入
力文字列バツフア、13は接頭語抽出回路、14
は接頭語テーブル、15はカナ漢字変換部、16
は制御部であり、これは接頭語キー11の押下の
有無およびこの押下時における接頭語抽出回路1
3の接頭語抽出の有無に応じて上記入力カナ文字
列をそのままあるいは接頭語を除去して上記カナ
漢字変換部15に入力するものである。
FIG. 2 shows a kana-kanji conversion processing device according to an embodiment of the present invention. In the figure, 10 is a keyboard as a character string input means, and 11 is a prefix processing priority command key (hereinafter abbreviated as prefix key), which is used by the operator when a prefix is included in the input kana character string. It is something to press. Further, 12 is an input character string buffer, 13 is a prefix extraction circuit, and 14
is the prefix table, 15 is the kana-kanji conversion unit, 16
is a control unit, which controls whether or not the prefix key 11 is pressed and the prefix extraction circuit 1 at the time of pressing the prefix key 11.
The input kana character string is input to the kana-kanji converter 15 either as is or with the prefix removed, depending on whether the prefix is extracted or not.

第3図は上記実施例装置の行う処理をフローチ
ヤートとして示したものであり、図において、第
1図と同一符号は第1図と同一のものを示す。
S0は接頭語キー11の押下があるか否かを判定
するステツプである。尚接頭語テーブル14は一
つの接頭語の読みに対して少なくとも一つのカナ
漢字変換された候補を含む候補文字群が記憶され
ている。
FIG. 3 is a flowchart showing the processing performed by the apparatus of the above embodiment, and in the figure, the same reference numerals as in FIG. 1 indicate the same parts as in FIG. 1.
S0 is a step for determining whether or not the prefix key 11 has been pressed. The prefix table 14 stores a candidate character group including at least one kana-kanji converted candidate for the pronunciation of one prefix.

次に、第2図、第3図を参照して動作について
説明する。
Next, the operation will be explained with reference to FIGS. 2 and 3.

まず、キーボード10より入力されたカナ文字
列が入力文字列バツフア12に格納される。次に
ステツプS0において接頭語キー11が押下げら
れていないと判定されると本システムはステツプ
S1において入力文字列全体をキーワードとし、
ステツプS8においてただちにカナ漢字変換にと
りかかる。そして、カナ漢字変換に失敗した場合
はオペレータのミス、つまり入力文字列中に接頭
語が存在するのに接頭語キー11を押下しなかつ
たものとみなして、本システムはステツプS6〜
S10において接頭語の抽出を試み、かつ該抽出後
の残余部分に対してカナ漢字変換を試みる。
First, a kana character string input from the keyboard 10 is stored in the input character string buffer 12. Next, if it is determined in step S0 that the prefix key 11 is not pressed down, the system proceeds to step S0.
In S1, the entire input string is used as a keyword,
In step S8, kana-kanji conversion is immediately started. If the kana-kanji conversion fails, it is assumed that the operator made a mistake, that is, the prefix key 11 was not pressed even though a prefix existed in the input character string, and the system proceeds to steps S6 to S6.
In S10, a prefix is attempted to be extracted, and a kana-kanji conversion is attempted for the remaining part after the extraction.

一方、上記ステツプS0において接頭語キー1
1の押下があつたと判定されると、接頭語抽出指
令が制御部16から接頭語抽出回路13に送られ
る。すると、接頭語抽出回路13は接頭語テーブ
ル14のテーブルアドレスをリセツトし、第1番
目の接頭語を読み出す。次に接頭語抽出回路13
はこの読み出された接頭語と、ステツプS1にお
いてキーワードとなつた入力文字列バツフア12
の文字列とを両データの先頭文字について比較を
行ない、ここで同バツフア内のデータに上記読み
出された接頭語候補が存在していないときは接頭
語テーブル14より次の接頭語を読み出す。この
ようにして、接頭語抽出回路13は順次接頭語テ
ーブル14を検索してゆき、接頭語が発見された
時は発見した接頭語(文字列)とこれを発見した
旨の信号とを制御部16に送る。すると、制御部
16は入力文字列バツフア12から、発見された
接頭語部分の文字列を取除いた残余部分に対して
ステツプS8においてカナ漢字変換を行うようこ
れをカナ漢字変換部15に送る。また、万一入力
文字列中に接頭語が発見できなかつた時には、入
力文字列バツフア12のすべての文字列をカナ漢
字変換部15へ送る。
On the other hand, in step S0 above, prefix key 1
When it is determined that 1 has been pressed, a prefix extraction command is sent from the control unit 16 to the prefix extraction circuit 13. Then, the prefix extraction circuit 13 resets the table address of the prefix table 14 and reads out the first prefix. Next, the prefix extraction circuit 13
is the read prefix and the input character string buffer 12 that became the keyword in step S1.
The first character of both data is compared with the character string , and if the read prefix candidate does not exist in the data in the same buffer, the next prefix is read from the prefix table 14. In this way, the prefix extraction circuit 13 sequentially searches the prefix table 14, and when a prefix is found, the prefix extraction circuit 13 sends the found prefix (character string) and a signal indicating that it has been found to the control unit. Send to 16th. Then, the control unit 16 sends the input character string buffer 12 to the kana-kanji conversion unit 15 to perform kana-kanji conversion on the remaining part after removing the found prefix character string in step S8. Furthermore, in the unlikely event that no prefix is found in the input character string, all the character strings in the input character string buffer 12 are sent to the kana-kanji converter 15.

一方、接頭語キー11が押下されることなしに
図示しない漢字変換キーからのカナ漢字変換トリ
ガがあつた場合、即ち入力文字列中に接頭語が含
まれているにもかかわらずオペレータが接頭語キ
ー11を押下しなかつた場合は、制御部16によ
り入力文字列バツフア12の内容がそのままカナ
漢字変換部15に送られ、まず接頭語が存在しな
いものとしてカナ漢字変換が行われる。この場
合、万一カナ漢字変換に失敗した時は、以後、接
頭語キー11の押下があつたときと同様に制御部
16に処理を行わせることは容易である。
On the other hand, if a kana-kanji conversion trigger occurs from a kanji conversion key (not shown) without pressing the prefix key 11, in other words, if the operator inputs a prefix even though the input character string contains a prefix. If the key 11 is not pressed, the control section 16 sends the contents of the input character string buffer 12 as is to the kana-kanji conversion section 15, where the kana-kanji conversion is performed on the assumption that no prefix exists. In this case, if the kana-kanji conversion fails, it is easy to have the control unit 16 perform the same process as when the prefix key 11 is pressed.

このように、本実施例では、接頭語を含むカナ
文字列をカナ漢字変換したいときは、漢字変換キ
ーの代わりに接頭語キーを押すだけで、カナ漢字
変換がなされるので、操作的にキータツチ数は変
わらず、しかも辞書のサイズをほとんど増大させ
ることなく、接頭語を含むカナ文字列の変換速度
を飛躍的に向上できる効果がある。
In this way, in this embodiment, when you want to convert a kana character string that includes a prefix into kana-kanji, simply press the prefix key instead of the kanji conversion key, and the kana-kanji conversion is performed. This has the effect of dramatically improving the conversion speed of kana character strings that include prefixes, without changing the number or increasing the size of the dictionary.

また第4図は本発明の他の実施例によるカナ漢
字変換処理装置の行う処理のフローを示す。図に
おいてS11は抽出した接頭語を出力するステツ
プ、S12,S13はこの抽出した接頭語が所望する
接頭語であるか否かをオペレータが判定しその結
果に応じて接頭語確定キーあるいは次候補キーが
それぞれ押下されたときに該接頭語を確定しある
いは他の接頭語に変更するためのステツプであ
る。
Further, FIG. 4 shows a flow of processing performed by a kana-kanji conversion processing device according to another embodiment of the present invention. In the figure, S11 is a step to output the extracted prefix, and S12 and S13 are steps in which the operator determines whether the extracted prefix is the desired prefix or not, and depending on the result, the prefix confirmation key or the next candidate key is selected. This is a step for confirming the prefix or changing it to another prefix when each is pressed.

本実施例では接頭語次候補キーが押下されると
ステツプS10において他の接頭語を抽出し、また
ステツプS12において接頭語確定キーが押下され
た時、あるいは全ての接頭語検索に失敗した時
に、入力文字列の残余部分に対してカナ漢字変換
に移行する。
In this embodiment, when the prefix next candidate key is pressed, another prefix is extracted in step S10, and when the prefix confirmation key is pressed in step S12, or when all prefix searches fail, Shift to kana-kanji conversion for the remaining part of the input string.

以上のように、本発明に係るカナ漢字変換処理
装置によれば、接頭語を含む入力文字列のカナ漢
字変換においてオペレータに接頭語キーを押下さ
せることにより接頭語処理を優先的に行わせるよ
うにしたので、接頭語が含まれる入力文字列のカ
ナ漢字変換速度が早くなるばかりか、変換速度の
高速化を図るためにカナ漢字辞書として接頭語を
も含んだ言葉を自立語テーブルに持たせる必要が
なく、テーブルサイズが小さいもので済むという
効果がある。
As described above, according to the kana-kanji conversion processing device according to the present invention, in the kana-kanji conversion of an input character string including a prefix, the prefix processing can be performed preferentially by having the operator press the prefix key. This not only speeds up the conversion of input strings containing prefixes into kana-kanji, but also allows words that also include prefixes to be included in the independent word table as a kana-kanji dictionary to speed up the conversion. There is no need for this, and the table size can be small.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は従来のカナ漢字変換処理装置で行なわ
れているカナ漢字変換の処理手順を示すフローチ
ヤート図、第2図は本発明の一実施例によるカナ
漢字変換処理装置を示すブロツク図、第3図は第
2図の装置の処理手順を示すフローチヤート図、
第4図は本発明の他の実施例によるカナ漢字変換
処理装置の処理手順を示すフローチヤート図であ
る。 10……キーボード(文字列入力手段)、11
……接頭語キー、12……入力文字列バツフア、
13……接頭語抽出回路、14……接頭語テーブ
ル、15……カナ漢字変換部、16……制御部。
FIG. 1 is a flowchart showing the processing procedure for kana-kanji conversion performed by a conventional kana-kanji conversion processing device, FIG. 2 is a block diagram showing a kana-kanji conversion processing device according to an embodiment of the present invention, and FIG. Figure 3 is a flowchart showing the processing procedure of the device in Figure 2;
FIG. 4 is a flowchart showing the processing procedure of a kana-kanji conversion processing device according to another embodiment of the present invention. 10...Keyboard (character string input means), 11
...Prefix key, 12...Input string buffer,
13... Prefix extraction circuit, 14... Prefix table, 15... Kana-kanji conversion section, 16... Control section.

Claims (1)

【特許請求の範囲】 1 カナ文字列を入力するための文字列入力手段
と、入力カナ文字列中に接頭語が存在することを
指示するための接頭語キーと、上記入力されたカ
ナ文字列を記憶する入力文字列バツフアと、一つ
の接頭語の読みに対して少なくとも一つのカナ漢
字変換された候補を含む候補文字群が記憶された
接頭語テーブルと、上記接頭語キーの入力があつ
た時上記入力文字列バツフアに記憶されているカ
ナ文字列より接頭語を上記接頭語テーブルを参照
して抽出する接頭語抽出回路と、カナ文字列に対
しカナ漢字変換を行うカナ漢字変換部と、上記接
頭語キーの入力がないときは上記入力カナ文字列
をそのまま上記カナ漢字変換部に入力し上記接頭
語キーの入力があり上記接頭語抽出回路で接頭語
が抽出されたときは上記入力カナ文字列から該接
頭語を除去したものを、接頭語が抽出されなかつ
たときは上記入力カナ文字列をそのまま上記カナ
漢字変換部に入力する制御部とを備えたことを特
徴とするカナ漢字変換処理装置。 2 上記接頭語抽出回路が外部からの指示に応じ
て上記カナ文字列から他の接頭語を抽出できるも
のであることを特徴とする特許請求の範囲第1項
記載のカナ漢字変換処理装置。
[Scope of Claims] 1. A character string input means for inputting a kana character string, a prefix key for indicating the presence of a prefix in the input kana character string, and the above-mentioned input kana character string. An input character string buffer that stores , a prefix table that stores a candidate character group including at least one kana-kanji converted candidate for one prefix reading, and an input of the prefix key. a prefix extraction circuit that extracts a prefix from the kana character string stored in the input character string buffer by referring to the prefix table; and a kana-kanji converter that performs kana-kanji conversion on the kana character string; If the prefix key is not input, the input kana character string is input as is to the kana-kanji converter, and if the prefix key is input and the prefix is extracted by the prefix extraction circuit, the input kana character string is input as is to the kana-kanji converter. A control unit that removes the prefix from a character string and inputs the input kana character string as it is to the kana-kanji conversion unit when the prefix is not extracted. Processing equipment. 2. The kana-kanji conversion processing device according to claim 1, wherein the prefix extraction circuit is capable of extracting another prefix from the kana character string in response to an external instruction.
JP56179518A 1981-11-06 1981-11-06 Kana (japanese syllabary)-chinese character conversion processor Granted JPS5880770A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP56179518A JPS5880770A (en) 1981-11-06 1981-11-06 Kana (japanese syllabary)-chinese character conversion processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56179518A JPS5880770A (en) 1981-11-06 1981-11-06 Kana (japanese syllabary)-chinese character conversion processor

Publications (2)

Publication Number Publication Date
JPS5880770A JPS5880770A (en) 1983-05-14
JPH0319580B2 true JPH0319580B2 (en) 1991-03-15

Family

ID=16067181

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56179518A Granted JPS5880770A (en) 1981-11-06 1981-11-06 Kana (japanese syllabary)-chinese character conversion processor

Country Status (1)

Country Link
JP (1) JPS5880770A (en)

Also Published As

Publication number Publication date
JPS5880770A (en) 1983-05-14

Similar Documents

Publication Publication Date Title
JPH0567144A (en) Method and device for pre-edit supporting
JP2595934B2 (en) Kana-Kanji conversion processor
JPH0319580B2 (en)
JPH05282360A (en) Multilingual input device
JP4136055B2 (en) Similar character string search system and recording medium
JPS6057421A (en) Documentation device
JPS58192129A (en) Kana-Kanji conversion device
JPH0319579B2 (en)
JP2634596B2 (en) Kana-Kanji conversion device
JPH0695330B2 (en) Document creation device
JP2537991B2 (en) Character input device and method
JPH09153044A (en) Character processor and device for kana and english letter conversion
JP3137329B2 (en) Document editing device
JPS58225428A (en) Kana-kanji conversion processing method
JPH0444301B2 (en)
JPS62256069A (en) Document processor
JPS61156465A (en) Document preparing system
JPS607582A (en) Character reader
JPH1091627A (en) Automatic conversion method for kanji into equivalent kana and its system
JPS5827268A (en) Japanese word processing device
JPH0750487B2 (en) Information extraction device
JPS62296268A (en) Kana-kanji conversion device
JPH0128977B2 (en)
JPS6319068A (en) Kana/kanji converting device
JPS5887656A (en) Kana-kanji conversion processing method