JPH04268952A - Document preparing device - Google Patents

Document preparing device

Info

Publication number
JPH04268952A
JPH04268952A JP3030238A JP3023891A JPH04268952A JP H04268952 A JPH04268952 A JP H04268952A JP 3030238 A JP3030238 A JP 3030238A JP 3023891 A JP3023891 A JP 3023891A JP H04268952 A JPH04268952 A JP H04268952A
Authority
JP
Japan
Prior art keywords
candidate
character string
conversion
displayed
length
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
JP3030238A
Other languages
Japanese (ja)
Inventor
Hidekata Adachi
足立 秀鋼
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP3030238A priority Critical patent/JPH04268952A/en
Publication of JPH04268952A publication Critical patent/JPH04268952A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To prevent the display of an unnecessary character and to prevent the misrecognition of a document by adding a space required for the lacking length of a character string when the length of the succeeding candidate character string is shorter than that of a precedently displayed conversion candidate and displaying the whole length of the succeeding candidate. CONSTITUTION:The length of a conversion candidate character string specified by a cursor is found out of a document stored in a document memory 7 in a RAM 5 and the succeeding candidate to be displayed next correspondingly to the specified conversion candidate whose homophone is stored in a homophone buffer 8 is extracted to find out the length of the character string. The length of the conversion candidate characters string is compared with that of the candidate character string stored in a document memory 7 and precedently displayed, and when the succeeding candidate character string is longer, the succeeding candidate character string extracted from the buffer 8 is displayed as a substitute for the precedently displayed conversion candidate. When the length of the succeeding candidate character string is shorter than that of the current candidate character string, a space corresponding to the difference between the length values of both conversion candidates is added and displayed.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、かな漢字変換によって
文書を作成する文書作成装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a document creation device that creates documents by converting kana to kanji.

【0002】0002

【従来の技術】一般に、日本語用の文書作成装置は、入
力された読みをかな漢字混じり文に変換するかな漢字変
換により文書の作成を行なう。この種、文書作成装置で
は、かな漢字変換によって、入力された一つの読みに対
して、同音異義語や送りがなが異なるだけで意味が同一
の単語など、複数の変換候補が得られる場合がある。こ
のような場合には、複数の変換候補から、順次次候補を
表示させて任意に選択することができるようになってい
る。この変換候補の選択は、一通りの文の読みを入力し
てかな漢字変換により文書を作成した後、変換候補があ
る変換結果についてまとめて行なうことができる。
2. Description of the Related Art In general, document creation devices for Japanese use kana-kanji conversion to convert input pronunciations into sentences containing kana-kanji. In this type of document creation device, a plurality of conversion candidates may be obtained by kana-kanji conversion for one input reading, such as homophones or words with the same meaning but with different okigana. In such a case, a plurality of conversion candidates can be displayed one after another and an arbitrary selection can be made. This selection of conversion candidates can be performed all at once for the conversion results for which there are conversion candidates, after inputting the pronunciation of one sentence and creating a document through kana-kanji conversion.

【0003】かな漢字変換によって作成された文書のデ
ータは、文書メモリに格納される。変換候補の選択を行
なう際には、文書メモリに格納された既に表示されてい
る変換候補のデータと次候補のデータを置き換え、文書
メモリの内容を再表示することにより次候補を順次表示
する方式がある。
[0003] Document data created by kana-kanji conversion is stored in a document memory. When selecting a conversion candidate, the data of the conversion candidate stored in the document memory that is already displayed is replaced with the data of the next candidate, and the contents of the document memory are redisplayed to sequentially display the next candidate. There is.

【0004】この方式では、変換候補を選択するために
次候補を表示させる毎に、文書メモリを書換える必要が
あり、また再表示する範囲も場合によっては表示エリア
全てという可能性があるため処理時間を多く必要とする
問題があった。
[0004] In this method, it is necessary to rewrite the document memory each time the next candidate is displayed in order to select a conversion candidate, and the range to be redisplayed may be the entire display area depending on the case. There was a problem that required a lot of time.

【0005】このため、次候補を表示する際に、既に表
示されている変換候補の上から、図6に示すように、重
ね書きのようにして次候補を表示することによって、表
示エリアの全てを書換える必要をなくして処理時間を短
縮する方式がある。なお、図6では、「取り消し」とい
う変換候補が表示された状態から次候補の表示が指示さ
れて「取消し」を表示した状態を示している。
[0005] For this reason, when displaying the next candidate, the next candidate is displayed over the conversion candidates already displayed, as shown in FIG. 6, thereby covering the entire display area. There is a method that reduces the processing time by eliminating the need to rewrite the . Note that FIG. 6 shows a state in which the conversion candidate "Cancel" is displayed, and then the display of the next candidate is instructed and "Cancel" is displayed.

【0006】[0006]

【発明が解決しようとする課題】このように、次候補を
表示する際に、先に表示された変換候補の上に上書きす
る方式では、処理時間を短縮することができる。しかし
ながら、図6に示すように、次候補の文字列が先に表示
されている変換候補の文字列より短くなった場合には、
変換候補の一部(図中「し」)が次候補の文字列に続い
て表示されることになり、余分な文字列があるように見
誤ることがあった。本発明は前記のような点に鑑みてな
されたもので、次候補を表示させた際に、文字列を見誤
ることのない文書作成装置を提供することを目的とする
As described above, the processing time can be shortened by the method of overwriting the previously displayed conversion candidate when displaying the next candidate. However, as shown in Figure 6, if the next candidate character string is shorter than the previously displayed conversion candidate character string,
A part of the conversion candidates ("shi" in the figure) was displayed following the next candidate character string, and it was sometimes mistaken as if there were an extra character string. The present invention has been made in view of the above-mentioned points, and an object of the present invention is to provide a document creation device that does not misread character strings when displaying next candidates.

【0007】[0007]

【課題を解決するための手段】本発明は、かな漢字変換
によって得られた変換候補に替えて次候補を表示して変
換結果を選択させる文書作成装置において、先に表示さ
れた変換候補の文字列長と次に表示すべき次候補の文字
列長とを比較する比較手段と、前記比較手段による比較
結果に応じて、先に表示された変換候補より前記次候補
の文字列長が短い場合にスペースを補って前記次候補を
表示する次候補表示手段とを具備し、先に表示されてい
た変換候補の文字が現れないように次候補を表示するも
のである。
[Means for Solving the Problems] The present invention provides a document creation device that displays a next candidate in place of a conversion candidate obtained by kana-kanji conversion and selects a conversion result. a comparison means for comparing the character string length of the next candidate to be displayed next; and a comparison means for comparing the character string length of the next candidate to be displayed next; and a next candidate display means for displaying the next candidate by filling up a space, and displays the next candidate so that the character of the conversion candidate that was previously displayed does not appear.

【0008】[0008]

【作用】このような構成によれば、先に表示されている
変換候補の文字列長が次候補の文字列長より長い場合に
は、長い部分にスペースが補われて文字が現れないよう
に表示される。
[Operation] According to this configuration, if the character string length of the conversion candidate displayed first is longer than the character string length of the next candidate, spaces are added to the long part to prevent characters from appearing. Is displayed.

【0009】[0009]

【実施例】以下、図面を参照して本発明の一実施例を説
明する。図1は同実施例に係わる文書作成装置の構成を
示すブロック図である。図1において、4 はマイクロ
プロセッサ(MPU)、5 及び6 は同マイクロプロ
セッサ4 によりアクセスされるメモリ(RAM,RO
M)である。
DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing the configuration of a document creation device according to the same embodiment. In FIG. 1, 4 is a microprocessor (MPU), and 5 and 6 are memories (RAM, RO, etc.) accessed by the microprocessor 4.
M).

【0010】マイクロプロセッサ(以下、MPUと称す
る)4 は、装置全体の制御を行なうもので、RAM5
 、ROM6 をアクセスして、入力指示に従うプログ
ラムの起動で、文書を作成するためのかな漢字変換処理
や、かな漢字変換の結果に対する次候補処理(図2のフ
ローチャートに処理手順を示す)等を実行するものであ
る。
A microprocessor (hereinafter referred to as MPU) 4 controls the entire device, and a RAM 5
, which accesses ROM6 and starts a program that follows input instructions to perform kana-kanji conversion processing to create a document, next candidate processing for the results of kana-kanji conversion (the processing procedure is shown in the flowchart in Figure 2), etc. It is.

【0011】RAM5 には、作成された文書データ(
かな漢字変換結果)を記憶するための文書メモリ7 、
次候補処理の際に参照される変換候補を保持するための
同音語バッファ8 等が設けられる。
The RAM 5 stores created document data (
document memory 7 for storing (kana-kanji conversion results);
A homophone buffer 8 and the like are provided for holding conversion candidates to be referred to during next candidate processing.

【0012】ROM6 には、文書作成装置の全ての動
作を規定する制御プログラムを記憶するための制御プロ
グラム記憶領域10、かな漢字変換処理において参照さ
れる辞書データを記憶するための辞書領域11、フォン
トデ―タが格納された文字パターン領域12等が設けら
れている。制御プログラム記憶領域10には、かな漢字
変換プログラムを記憶するためのかな漢字変換プログラ
ム領域13、次候補処理を行なうための次候補処理プロ
グラムを記憶するための次候補処理プログラム領域14
をはじめ、文字等の表示制御を行なう表示制御プログラ
ム等を格納するための領域が設けられている。
The ROM 6 includes a control program storage area 10 for storing control programs that define all operations of the document creation device, a dictionary area 11 for storing dictionary data referred to in the kana-kanji conversion process, and a font data storage area 11 for storing dictionary data referred to in the kana-kanji conversion process. A character pattern area 12 in which data is stored is provided. The control program storage area 10 includes a kana-kanji conversion program area 13 for storing a kana-kanji conversion program, and a next candidate processing program area 14 for storing a next candidate processing program for performing next candidate processing.
An area is provided for storing display control programs and the like that control the display of characters and the like.

【0013】また、16はキーボード(KB)、17は
キーボードインターフェイス(KB−IF)、18は表
示器、19は表示コントローラ(表示−CNT)、20
は表示用RAM、21はフロッピ―ディスク装置(FD
D)、22はFDDインターフェイス(FDD−IF)
、23はプリンタ装置(PRT)、24はプリンタイン
ターフェイス(PRT−IF)である。
Further, 16 is a keyboard (KB), 17 is a keyboard interface (KB-IF), 18 is a display device, 19 is a display controller (display-CNT), and 20
21 is a display RAM, and 21 is a floppy disk device (FD).
D), 22 is FDD interface (FDD-IF)
, 23 is a printer device (PRT), and 24 is a printer interface (PRT-IF).

【0014】キーボード(KB)16は、文書作成等に
必要な入力情報をキーボードインターフェイス(KB−
IF)17を介してMPU4 へ出力する。このキーボ
ード16には、文字キー、カーソルキー等に加えて、「
かな」から漢字への変換の指示や次候補処理の実行を指
示するための「変換/次候補」キー、各種設定の確定を
指示するための「選択/実行」キー、処理の中断や確定
前の入力文字の取り消し等を指示するための「取消」キ
ー、文書の作成,編集・校正等に用いられる「削除」,
「挿入」キー、モード切替を指示するための「モード切
替」キー等を含む各種のファンクションキーが設けられ
ている。
The keyboard (KB) 16 inputs information necessary for document creation etc. using a keyboard interface (KB-16).
IF) 17 to the MPU 4. In addition to character keys, cursor keys, etc., this keyboard 16 includes
"Conversion/Next Candidate" key to instruct conversion from "Kana" to Kanji or execution of next candidate process, "Select/Execute" key to instruct to confirm various settings, interrupt processing or before confirming. ``Cancel'' key to cancel input characters, ``Delete'' key used for document creation, editing, proofreading, etc.
Various function keys are provided, including an "insert" key, a "mode switch" key for instructing mode switching, and the like.

【0015】表示器18は、例えば20行表示の液晶デ
ィスプレイからなり、最下行(第20行目)をガイド表
示専用の領域(ガイド行)に設定している。なお、ガイ
ド行は、必要に応じて複数行設けられる。表示−CNT
19は、MPU4 の制御の下に表示用RAM20を用
いて、表示器18の表示制御を行なう。
The display 18 is composed of a liquid crystal display displaying, for example, 20 lines, and the bottom line (20th line) is set as an area exclusively for guide display (guide line). Note that a plurality of guide lines may be provided as necessary. Display-CNT
19 controls the display of the display 18 using the display RAM 20 under the control of the MPU 4.

【0016】FDD21は、MPU4 の制御の下に、
FDD−IF22を介して、作成された文書を保存した
り外字(JIS第1水準文字及び第2水準文字以外の文
字や記号・マーク等をいう)及び第2水準文字等をFD
に記録する。
[0016] The FDD 21 is under the control of the MPU 4.
Via the FDD-IF22, you can save the created document and save external characters (characters, symbols, marks, etc. other than JIS 1st level characters and 2nd level characters) and 2nd level characters etc. to the FD.
to be recorded.

【0017】PRT23は、PRT−IF24を介して
、文書領域7に格納された文書、あるいはFDD21か
ら本体内に読込まれて文書領域7 に格納された文書情
報をもとに印字を行なう。次に、同実施例の次候補処理
の動作について、図2に示すフローチャートを参照しな
がら説明する。
The PRT 23 performs printing based on the document stored in the document area 7 via the PRT-IF 24 or the document information read into the main body from the FDD 21 and stored in the document area 7. Next, the operation of the next candidate process in this embodiment will be explained with reference to the flowchart shown in FIG.

【0018】なお、文書メモリ7 には、かな漢字変換
によって作成された文書が格納されているものとする。 かな漢字変換の際には、入力された読みに対応する変換
候補が複数ある場合には、同音語バッファ8 に次候補
として格納する。ここでは、図3に示すように、「取り
消しするには」という文書中の「取り消し」の文字列に
ついての次候補処理を行なうものとする。かな漢字変換
の結果について次候補が存在する場合には、図3に示す
ように、カーソルが移動された際に下線を表示し、次候
補の選択可能状態であることを示すものとする。また、
かな漢字変換の際に、入力された「とりけし」の読みに
ついて、図4に示すような変換候補が得られて同音語バ
ッファ8 に格納されているものとする。
It is assumed that the document memory 7 stores a document created by kana-kanji conversion. During kana-kanji conversion, if there are multiple conversion candidates corresponding to the input reading, they are stored in the homophone buffer 8 as the next candidate. Here, as shown in FIG. 3, it is assumed that the next candidate process is performed on the character string "cancel" in the document "To cancel." If there is a next candidate as a result of the kana-kanji conversion, as shown in FIG. 3, an underline is displayed when the cursor is moved to indicate that the next candidate can be selected. Also,
It is assumed that conversion candidates as shown in FIG. 4 are obtained and stored in the homophone buffer 8 for the input pronunciation of "Torikeshi" during kana-kanji conversion.

【0019】次候補処理を行なう場合には、キーボード
16のカーソルキーの操作によって、次候補を選択しよ
うとする文字列にカーソルが移動される(図3に示す状
態)。そこで、「変換/次候補」キーが押下されると、
次候補処理プログラムを起動し次候補処理を実行する。
When performing next candidate processing, the cursor is moved to the character string for which the next candidate is to be selected by operating the cursor keys on the keyboard 16 (the state shown in FIG. 3). Therefore, when the "Convert/Next candidate" key is pressed,
Start the next candidate processing program and execute the next candidate processing.

【0020】まず、RAM5 の文書メモリ7 に格納
された文書データから、カーソルによって指定された変
換候補の文字列の長さを求める(ステップS1)。また
、同音語バッファ8 に格納された、指定された変換候
補に対応する次に表示すべき変換候補(次候補)を取出
し(ここでの次候補を「取消し」とする)、文字列の長
さを求める(ステップS2)。
First, the length of the conversion candidate character string specified by the cursor is determined from the document data stored in the document memory 7 of the RAM 5 (step S1). In addition, the conversion candidate (next candidate) to be displayed next corresponding to the specified conversion candidate stored in the homophone buffer 8 is retrieved (the next candidate here is "cancel"), and the length of the character string is (Step S2).

【0021】そして、次候補の文字列の長さと文書メモ
リ7 に格納された先に表示されている候補文字列の長
さとの比較を行なう(ステップS3)。この結果、次候
補の文字列の方が長い場合(または同じ場合)には、同
音語バッファ8 から取出した次候補の文字列を、先に
表示されている変換候補に替えて表示する(ステップS
4)。この際、次候補の文字列の方が長い場合には、表
示されている文書の一部に上書きされるように表示され
る。
Then, the length of the next candidate character string is compared with the length of the previously displayed candidate character string stored in the document memory 7 (step S3). As a result, if the next candidate character string is longer (or the same), the next candidate character string retrieved from the homophone buffer 8 is displayed in place of the conversion candidate displayed earlier (step S
4). At this time, if the next candidate character string is longer, it is displayed so as to overwrite part of the displayed document.

【0022】また、ステップS3における比較の結果、
次候補の文字列の長さが、文書メモリ7 上にあって先
に表示されていた候補文字列の長さより短い場合には、
図5に示すように次候補の表示を行なう。
[0022] Furthermore, as a result of the comparison in step S3,
If the length of the next candidate character string is shorter than the length of the candidate character string that was displayed earlier in the document memory 7,
The next candidate is displayed as shown in FIG.

【0023】すなわち、次候補の文字列(ここでは「取
消し」)の後に、先に表示されていた変換候補の文字列
の長さの差(文字列長の短い分)だけスペースを補って
表示する(ステップS5)。これにより、先に表示され
ていた変換候補の一部がそのまま表示されているという
ことがなくなる。
[0023] In other words, after the next candidate character string (in this case, "cancel"), a space is added and displayed by the length difference (shorter character string length) of the conversion candidate character string that was displayed earlier. (Step S5). This prevents some of the conversion candidates that were previously displayed from being displayed as they are.

【0024】さらに、次候補処理を続ける場合には、再
度「変換/次候補」キーが押下され(ステップS6)、
ステップS2の処理に戻り、同音語バッファ8に格納さ
れた次に表示すべき次候補について、上述したように処
理を行なう。
Furthermore, if the next candidate processing is to be continued, the "conversion/next candidate" key is pressed again (step S6).
Returning to the process of step S2, the next candidate stored in the homophone buffer 8 to be displayed next is processed as described above.

【0025】また、次候補処理を終了する場合には「選
択/実行」キーが押下され(ステップS6)、これに応
じて先に表示された候補文字列と選択された変換候補(
次候補)の文字列とを文書メモリ7 上で置き換え、文
書メモリ7の内容を再表示して次候補変換処理を終了す
る(ステップS7)。
[0025] Furthermore, to end the next candidate processing, the "select/execute" key is pressed (step S6), and in response, the previously displayed candidate character string and the selected conversion candidate (
The next candidate) character string is replaced on the document memory 7, the contents of the document memory 7 are redisplayed, and the next candidate conversion process is completed (step S7).

【0026】このようにして、例えば先に表示されてい
た変換候補が「取り消し」であり、次候補が「取消し」
のように文字列長が短い場合には、次候補の文字列にス
ペースを補って表示することで、先の変換候補の文字列
が表示されることを防ぐことができる。
[0026] In this way, for example, the first conversion candidate displayed is "Cancel", and the next candidate is "Cancel".
When the character string length is short, as in , by displaying the next candidate character string with a space, it is possible to prevent the previous conversion candidate character string from being displayed.

【0027】[0027]

【発明の効果】以上のように本発明によれば、かな漢字
変換の結果、複数の変換候補が存在して、次候補を表示
する際に、文書メモリの内容を書き替えることなく、先
に表示されていた変換候補より次候補の文字列の長さが
短い場合には、文字列の長さの分だけスペースを補って
表示するので、不要な文字が表示されることがなく、文
書を見誤ることを防ぐことができるものである。
[Effects of the Invention] As described above, according to the present invention, when a plurality of conversion candidates exist as a result of Kana-Kanji conversion and the next candidate is displayed, the contents of the document memory are not rewritten and are displayed first. If the length of the next candidate character string is shorter than the previous conversion candidate, spaces will be added by the length of the character string and displayed, making it easier to view the document without unnecessary characters being displayed. It is possible to avoid making mistakes.

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

【図1】本発明の一実施例に係わる文書作成装置の構成
を示すブロック図。
FIG. 1 is a block diagram showing the configuration of a document creation device according to an embodiment of the present invention.

【図2】次候補処理の処理手順を説明するためのフロー
チャート。
FIG. 2 is a flowchart for explaining the processing procedure of next candidate processing.

【図3】次候補処理の対象とする文書の一例を示す図。FIG. 3 is a diagram showing an example of a document to be subjected to next candidate processing.

【図4】同音語バッファ8 に格納された内容を示す図
FIG. 4 is a diagram showing the contents stored in the homophone buffer 8.

【図5】次候補処理による結果得られた次候補の表示例
を示す図。
FIG. 5 is a diagram showing an example of displaying next candidates obtained as a result of next candidate processing.

【図6】従来の次候補処理による結果得られた次候補の
表示例を示す図。
FIG. 6 is a diagram showing an example of displaying next candidates obtained as a result of conventional next candidate processing.

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

4 …MPU、5 …RAM、6 …ROM、7 …文
書領域、8 …同音語バッファ、10…制御プログラム
領域、11…辞書領域、12…文字パターン領域、13
…かな漢字変換プログラム領域、14…次候補処理プロ
グラム領域、18…表示器。
4...MPU, 5...RAM, 6...ROM, 7...document area, 8...homophone buffer, 10...control program area, 11...dictionary area, 12...character pattern area, 13
...Kana-kanji conversion program area, 14...Next candidate processing program area, 18...Display device.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  かな漢字変換によって得られた変換候
補に替えて次候補を表示して変換結果を選択させる文書
作成装置において、先に表示された変換候補の文字列長
と次に表示すべき次候補の文字列長とを比較する比較手
段と、前記比較手段による比較結果に応じて、先に表示
された変換候補より前記次候補の文字列長が短い場合に
スペースを補って前記次候補を表示する次候補表示手段
と、を具備し、先に表示されていた変換候補の文字が現
れないように次候補を表示することを特徴とする文書作
成装置。
[Claim 1] In a document creation device that displays a next candidate in place of a conversion candidate obtained by kana-kanji conversion and selects a conversion result, the character string length of the previously displayed conversion candidate and the next candidate to be displayed next are displayed. a comparison means for comparing the character string lengths of the candidates; and a comparison means for comparing the character string lengths of the candidates; and in accordance with the comparison result by the comparison means, if the character string length of the next candidate is shorter than the previously displayed conversion candidate, the next candidate is replaced with spaces. A document creation device comprising: next candidate display means for displaying the next candidate, and displaying the next candidate so that the character of the previously displayed conversion candidate does not appear.
JP3030238A 1991-02-25 1991-02-25 Document preparing device Pending JPH04268952A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3030238A JPH04268952A (en) 1991-02-25 1991-02-25 Document preparing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3030238A JPH04268952A (en) 1991-02-25 1991-02-25 Document preparing device

Publications (1)

Publication Number Publication Date
JPH04268952A true JPH04268952A (en) 1992-09-24

Family

ID=12298139

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3030238A Pending JPH04268952A (en) 1991-02-25 1991-02-25 Document preparing device

Country Status (1)

Country Link
JP (1) JPH04268952A (en)

Similar Documents

Publication Publication Date Title
JPH024938B2 (en)
JPS59132029A (en) Kana-kanji converting device
JPH0227701B2 (en)
JPH04268952A (en) Document preparing device
JPH0375912B2 (en)
JP2786260B2 (en) Kana-Kanji conversion device
JPH0869351A (en) Pen input device and pen input method
JP2944666B2 (en) Character processor
JPH0572270B2 (en)
JPH0778791B2 (en) Character processor
JP2979201B2 (en) How to display a character string after rephrasing
JPH05204917A (en) Document preparing device
JPH06119314A (en) Document preparing device
JPH04268940A (en) Document preparing device
JPH0749851A (en) Document shaping device
JPH0666065B2 (en) Document processor with furigana addition function
JPH04282747A (en) Document preparing device
JPH04282754A (en) Word processor
JPH04282755A (en) Word processor
JPH06236375A (en) Word processor and document proofreading method
JPH07152734A (en) Document information processor
JPH04268961A (en) Document preparing device
JPS6263366A (en) Searching system for unwritten part in word processor
JPH0793303A (en) Document creation device and character modification control method
JPH01217553A (en) Display control system at time of homonym candidate switching