JPH061470B2 - Text processor - Google Patents

Text processor

Info

Publication number
JPH061470B2
JPH061470B2 JP61221154A JP22115486A JPH061470B2 JP H061470 B2 JPH061470 B2 JP H061470B2 JP 61221154 A JP61221154 A JP 61221154A JP 22115486 A JP22115486 A JP 22115486A JP H061470 B2 JPH061470 B2 JP H061470B2
Authority
JP
Japan
Prior art keywords
search
cursor
key
text
character
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
JP61221154A
Other languages
Japanese (ja)
Other versions
JPS6375872A (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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP61221154A priority Critical patent/JPH061470B2/en
Publication of JPS6375872A publication Critical patent/JPS6375872A/en
Publication of JPH061470B2 publication Critical patent/JPH061470B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)
  • Machine Translation (AREA)
  • Document Processing Apparatus (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

【発明の詳細な説明】 〈産業上の利用分野〉 本発明は入力された文章を編集し、この編集された文章
を所定のフォーマットに従って印字して、目的とする形
式の文章作成を行なう文章処理装置に関する。
DETAILED DESCRIPTION OF THE INVENTION <Industrial Application Field> The present invention edits input text, prints the edited text according to a predetermined format, and creates text in a desired format. Regarding the device.

〈従来の技術〉 一般に、文章処理装置は第6図に示す様に入力装置1に
よって入力された文字データが中央処理装置(以下CP
Uと称す)2によって文章メモリ3と表示用バッファ4
に格納され、表示用バッファ4の内容が表示装置5に表
示される構成となっている。また、カーソルはCPU2
からの出力に応じてカーソルアドレスカウンタ6を介し
表示用バッファ4に入力され表示装置5に表示される。
<Prior Art> Generally, in a text processing device, character data input by an input device 1 as shown in FIG.
(Referred to as U) 2 by a text memory 3 and a display buffer 4
And the contents of the display buffer 4 are displayed on the display device 5. The cursor is CPU2
In response to the output from the display device 4, the data is input to the display buffer 4 via the cursor address counter 6 and displayed on the display device 5.

従来、上述の文章処理装置で検索を行なう場合、検索を
指示するキーを押圧し、検索したい文字を入力した後、
検索を開始するキー操作していた。
Conventionally, when performing a search with the above-mentioned sentence processing device, after pressing a key instructing a search and inputting a character to be searched,
I was operating the key to start the search.

〈発明が解決しようとする問題点〉 したがって、従来の文章処理装置で検索を行なう場合に
は、検索を指示するキー、検索をしたい文字を入力する
ための文字キー及び検索を開始するキーの3つ以上のキ
ー操作が必要となり、非常に煩雑であった。
<Problems to be Solved by the Invention> Therefore, when performing a search with a conventional text processing device, there are three keys: a key for instructing a search, a character key for inputting a character to be searched, and a key for starting a search. One or more key operations were required, which was very complicated.

本発明は従来の欠点に鑑みてなされたもので、カーソル
位置の文字を検索文字とし、検索キーを操作するだけで
検索を開始することができるようになし、もって検索す
る場合のキー操作を短縮し、この検索操作が簡単になる
文章処理装置を提供することを目的とする。
The present invention has been made in view of the conventional drawbacks. The character at the cursor position is used as a search character, and the search can be started only by operating the search key, thereby shortening the key operation when performing the search. However, it is an object of the present invention to provide a text processing device that facilitates this search operation.

〈問題点を解決するための手段〉 本発明は、カーソルキーと、検索キーと、文章データを
記憶する文章メモリと、該文章メモリに記憶された文章
データ及びカーソルを表示する表示手段と、検索文字デ
ータを格納する検索用バッファと、前記検索キーの操作
に基づき、前記表示手段でカーソルが指示する文字デー
タを前記検索用バッファに格納した後、前記文章メモリ
に記憶された文章データと前記検索用バッファに格納さ
れた検索文字データとの比較を前記表示手段上でカーソ
ルを移動させつつ行い、該比較により一致が得られた時
にカーソルの移動を停止させるようにして検索を行う検
索手段とを具備することを特徴とするものである。
<Means for Solving Problems> The present invention provides a cursor key, a search key, a text memory for storing text data, a display means for displaying the text data and the cursor stored in the text memory, and a search. A search buffer for storing character data, and after storing the character data pointed by the cursor on the display means in the search buffer based on the operation of the search key, the sentence data stored in the sentence memory and the search And a search means for performing a search by comparing the search character data stored in the search buffer while moving the cursor on the display means, and stopping the movement of the cursor when a match is obtained by the comparison. It is characterized by having.

〈作用〉 本発明は文章作成中に、その文章中の訂正したい文字に
カーソルを移動し、検索キーを操作する。この検索キー
の操作に基づいて、表示手段上でカーソルが指示する文
字データを検索用バッファに格納した後、文章メモリに
記憶された文章データと前記検索用バッファに格納され
た検索文字データとの比較を前記表示手段上でカーソル
を移動させつつ行い、該比較により一致が得られた時に
カーソルの移動を停止させ、検索を終了する。
<Operation> In the present invention, while creating a sentence, the cursor is moved to a character to be corrected in the sentence and the search key is operated. Based on the operation of the search key, after storing the character data pointed by the cursor on the display means in the search buffer, between the text data stored in the text memory and the search character data stored in the search buffer The comparison is performed while moving the cursor on the display means, and when a match is obtained by the comparison, the movement of the cursor is stopped and the search is ended.

したがって、本発明の文章処理装置は所望の位置にカー
ソルを移動し、検索キーを操作するだけで、検索文字デ
ータの格納及び、カーソル移動を伴う検索が行え、検索
が終了すると、カーソルの移動を停止させるので、検索
に伴うキー操作が検索キーを操作するだけですみ、キー
操作が減少し、操作が簡単になる。さらに、検索したい
文字にカーソルを移動させることは、検索文字を表示手
段に表示させて、目で確認するために通常行うものであ
るので、何等煩わしい操作でない。また、検索に伴いカ
ーソルが移動し、検索が終了すると停止するので、検索
処理の動作が目で確認でき、所望の文字が検索されたこ
とが即座に確認できる。さらに、カーソルの移動に合わ
せて検索が進行するので、既に入力済みの文章が正しく
入力されているか確認できる。
Therefore, the text processing device of the present invention can store the search character data and perform the search with the cursor movement only by moving the cursor to a desired position and operating the search key. Since the operation is stopped, the key operation associated with the search only needs to operate the search key, which reduces the key operation and simplifies the operation. Further, moving the cursor to the character to be searched is normally performed for displaying the searched character on the display means and visually confirming it, so that it is not a troublesome operation. Further, since the cursor moves along with the search and stops when the search ends, the operation of the search process can be visually confirmed, and it can be immediately confirmed that the desired character has been searched. Furthermore, since the search proceeds in accordance with the movement of the cursor, it is possible to confirm whether the already entered sentence has been correctly entered.

〈実施例〉 以下、図面にしたがって本発明の文章処理装置を詳細に
説明する。
<Embodiment> Hereinafter, the text processing apparatus of the present invention will be described in detail with reference to the drawings.

第1図は文章処理装置の構成図、第2図は入力装置の平
面図である。
FIG. 1 is a block diagram of a text processing device, and FIG. 2 is a plan view of an input device.

これら図において、1は文字キー11、カーソルキー1
2及び検索キー13等各種処理を実行させるためのファ
ンクションキー14を含む入力装置、2は文章処理装置
全体の制御を行なう中央処理装置(CPU)、3は前記
入力装置1によって入力された文字データを記憶する文
章メモリ、4は表示用バッファ、5は前記表示用バッフ
ァに格納されている内容を表示する表示装置、6は前記
CPUからの出力に応じてカーソルの移動位置を設定す
るカーソルアドレスカウンタ、20は入力装置より入力
されたかな文字を漢字に変換するかな漢字変換装置、2
1は前記かな漢字変換装置20でかな文字を漢字に変換す
る場合、かな文字に対応する漢字を記憶しているかな漢
字変換辞書である。
In these figures, 1 is a character key 11 and cursor key 1
2, an input device including function keys 14 such as a search key 13 for executing various processes, 2 is a central processing unit (CPU) for controlling the entire text processing device, and 3 is character data input by the input device 1. Is a display memory for displaying the contents stored in the display buffer, and 6 is a cursor address counter for setting the moving position of the cursor in accordance with the output from the CPU. , 20 is a kana-kanji conversion device for converting kana characters input from an input device into kanji, 2
Reference numeral 1 denotes a kana-kanji conversion dictionary that stores kanji characters corresponding to kana characters when the kana-character conversion device 20 converts kana characters into kanji characters.

また、第3図は本発明の要部動作ブロック図、第4図は
動作フローチャートである。
Further, FIG. 3 is an operation block diagram of a main part of the present invention, and FIG. 4 is an operation flowchart.

図において、7は上記検索キー13が操作された検索モ
ード時に、文章メモリから取り出されたカーソル位置の
文字、即ち検索文字を格納する検索用バッファ、8は検
索モード時に前記文章メモリ3から取り出された検索文
字以降の被検索文字を順次格納する取出用バッファ、ま
た前記検索用バッファ7の内容と取出用バッファ8の内
容とを比較する比較装置である。
In the figure, 7 is a retrieval buffer for storing the character at the cursor position retrieved from the text memory, that is, the retrieval character when the retrieval key 13 is operated, and 8 is retrieved from the text memory 3 in the retrieval mode. The retrieval buffer sequentially stores retrieved characters after the retrieval character, and the comparison device compares the contents of the retrieval buffer 7 with the contents of the retrieval buffer 8.

本発明の文章処理装置によって文章を作成する場合、入
力装置1より入力された文字データは文章メモリ3と表
示バッファ4に格納され、表示装置5にカーソルと共に
表示される。次に、文章編集時に例えば“高級”とある
のを“最高級”と訂正したい時、カーソルが訂正したい
文字の位置に有るかどうかを判断し(n1)、ない場合
はカーソルキー12によってカーソルを移動する(n2)。
カーソルが移動するとカーソルアドレスカウンタ6のカ
ウントがup/downする(n3)。検索したい文字までカ
ーソルを移動した後、検索キー13を操作し、検索開始を
CPU2に指示する(n4)。検索キー13が操作される
と、カーソルアドレスカウンタ6が示す文章メモリ3の
アドレスに記憶されている文字データが検索用バッファ
7に格納される(n5)。次に、CPU2は検索を開始
すべく、カーソルアドレスカウンタ6を1カウントup
し(n6)、文章メモリ3のカーソルアドレスカウンタ
6が示すアドレスの文字データが取出用バッファ8に格
納される(n7)。検索用バッファ7に格納された文字
データと、取出用バッファ8に格納された文字データが
比較装置9によって比較され(n8)、一致しているか
どうかを判断し(n9)、その結果がCPU2に与えら
れる。CPU2は一致していなければ取出用バッファ8
の内容をリセットした後(n10)、再びカーソルアド
レスカウンタ6を1カウントup(n6)する指示を与
える。比較結果が一致するまで同様の処理を繰り返し行
ない、一致するとこの検索操作は終了する。
When a sentence is created by the sentence processing device of the present invention, the character data input from the input device 1 is stored in the sentence memory 3 and the display buffer 4 and displayed on the display device 5 together with the cursor. Next, for example, when the user wants to correct “high-grade” when editing a sentence to “highest grade”, it is determined whether or not the cursor is at the position of the character to be corrected (n1). If not, the cursor key 12 is used to move the cursor. Move (n2).
When the cursor moves, the count of the cursor address counter 6 goes up / down (n3). After moving the cursor to the character to be searched, the search key 13 is operated to instruct the CPU 2 to start the search (n4). When the search key 13 is operated, the character data stored at the address of the text memory 3 indicated by the cursor address counter 6 is stored in the search buffer 7 (n5). Next, the CPU 2 counts up the cursor address counter 6 by 1 to start the search.
Then, the character data at the address indicated by the cursor address counter 6 of the text memory 3 is stored in the extraction buffer 8 (n7). The character data stored in the retrieval buffer 7 and the character data stored in the extraction buffer 8 are compared by the comparison device 9 (n8), it is determined whether or not they match (n9), and the result is stored in the CPU 2. Given. If the CPU 2 does not match, the extraction buffer 8
After resetting the contents of (n10), an instruction to again count up (n6) the cursor address counter 6 by 1 is given. The same process is repeated until the comparison results match, and when they match, this search operation ends.

尚、上記のカーソルアドレスカウンタ6によるカウント
up/down状態は逐次表示送致5に表示してもよく、この
場合、第5図に示す様にカーソルマークは流れる様に表
示され、該当文字が発見されれば、カーソルは該当文字
位置で停止する。
In addition, the count by the above cursor address counter 6
The up / down status may be displayed in the sequential display sending 5, and in this case, the cursor mark is displayed in a flowing manner as shown in FIG. 5, and if the corresponding character is found, the cursor stops at the corresponding character position. To do.

〈発明の効果〉 以上説明したように本発明は、カーソルキーと、検索キ
ーと、文章データを記憶する文章メモリと、該文章メモ
リに記憶された文章データ及びカーソルを表示する表示
手段と、検索文字データを格納する検索用バッファと、
前記検索キーの操作に基づき、前記表示手段でカーソル
が指示する文字データを前記検索用バッファに格納した
後、前記文章メモリに記憶された文章データと前記検索
用バッファに格納された検索文字データとの比較を前記
表示手段上でカーソルを移動させつつ行い、該比較によ
り一致が得られた時にカーソルの移動を停止させるよう
にして検索を行う検索手段とを具備することによって、
所望の位置にカーソルを移動し、検索キーを操作するだ
けで、検索文字データの格納及び、カーソル移動を伴う
検索が行え、検索が終了すると、カーソルの移動を停止
させるので、検索に伴うキー操作が検索キーを操作する
だけですみ、キー操作が減少し、操作が簡単になる。さ
らに、検索したい文字にカーソルを移動させることは、
検索文字を表示手段に表示させて、目で確認するために
通常行うものであるので、何等煩わしい操作でない、ま
た、検索に伴いカーソルが移動し、検索が終了すると停
止するので、検索処理の動作が目で確認でき、所望の文
字が検索されたことが即座に確認できる。さらに、カー
ソルの移動に合わせて検索が進行するので、既に入力済
みの文章が正しく入力されているか確認できる。
<Effects of the Invention> As described above, the present invention provides a cursor key, a search key, a text memory for storing text data, a display unit for displaying the text data and the cursor stored in the text memory, and a search function. A search buffer that stores character data,
After storing the character data pointed to by the cursor on the display means in the search buffer based on the operation of the search key, the text data stored in the text memory and the search character data stored in the search buffer By providing a search means for performing the comparison while moving the cursor on the display means, and stopping the movement of the cursor when a match is obtained by the comparison,
By moving the cursor to the desired position and operating the search key, the search character data can be stored and the search can be performed with moving the cursor. When the search is completed, the cursor movement is stopped. Only needs to operate the search key, the number of key operations is reduced and the operation becomes easier. Furthermore, moving the cursor to the character you want to search for
This is a normal operation for displaying the search character on the display means and visually confirming it, so it is not a troublesome operation. Also, the cursor moves with the search and stops when the search ends, so the operation of the search process Can be visually confirmed, and it can be immediately confirmed that the desired character has been searched. Furthermore, since the search proceeds in accordance with the movement of the cursor, it is possible to confirm whether the already entered sentence has been correctly entered.

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

第1図は本発明の一実施例である文章処理装置の構成説
明図、第2図は入力装置の平面図、第3図は同装置の要
部動作ブロック図、第4図は動作フローチャート、第5
図は表示装置の平面図である。第6図は従来の文章処理
装置の構成を示すブロック図である。 1:入力装置、2:中央処理装置、3:文章メモリ、
5:表示装置、7:検索用バッファ、8:取出用バッフ
ァ、9:比較装置、13:検索キー。
FIG. 1 is an explanatory view of the structure of a text processing device which is an embodiment of the present invention, FIG. 2 is a plan view of an input device, FIG. 3 is an operation block diagram of the main part of the device, and FIG. Fifth
The figure is a plan view of the display device. FIG. 6 is a block diagram showing the configuration of a conventional text processing device. 1: input device, 2: central processing unit, 3: text memory,
5: display device, 7: search buffer, 8: extraction buffer, 9: comparison device, 13: search key.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】カーソルキーと、 検索キーと、 文章データを記憶する文章メモリと、 該文章メモリに記憶された文章データ及びカーソルを表
示する表示手段と、 検索文字データを格納する検索用バッファと、 前記検索キーの操作に基づき、前記表示手段でカーソル
が指示する文字データを前記検索用バッファに格納した
後、前記文章メモリに記憶された文章データと前記検索
用バッファに格納された検索文字データとの比較を前記
表示手段上でカーソルを移動させつつ行い、該比較によ
り一致が得られた時にカーソルの移動を停止させるよう
にして検索を行う検索手段とを具備することを特徴とす
る文章処理装置。
1. A cursor key, a search key, a text memory for storing text data, a display unit for displaying the text data and the cursor stored in the text memory, and a search buffer for storing search character data. After the character data pointed by the cursor on the display means is stored in the search buffer based on the operation of the search key, the text data stored in the text memory and the search character data stored in the search buffer And a search means for performing a search while moving the cursor on the display means and stopping the movement of the cursor when a match is obtained by the comparison. apparatus.
JP61221154A 1986-09-18 1986-09-18 Text processor Expired - Lifetime JPH061470B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61221154A JPH061470B2 (en) 1986-09-18 1986-09-18 Text processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61221154A JPH061470B2 (en) 1986-09-18 1986-09-18 Text processor

Publications (2)

Publication Number Publication Date
JPS6375872A JPS6375872A (en) 1988-04-06
JPH061470B2 true JPH061470B2 (en) 1994-01-05

Family

ID=16762319

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61221154A Expired - Lifetime JPH061470B2 (en) 1986-09-18 1986-09-18 Text processor

Country Status (1)

Country Link
JP (1) JPH061470B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02224117A (en) * 1989-02-27 1990-09-06 Oki Electric Ind Co Ltd Document accessing system

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58129545A (en) * 1982-01-27 1983-08-02 Canon Inc Character processor
JPS608895A (en) * 1983-06-29 1985-01-17 株式会社東芝 Cursor movement control system
JPS60129788A (en) * 1983-12-16 1985-07-11 松下電器産業株式会社 Document processor
JPS6128996A (en) * 1984-07-20 1986-02-08 富士通株式会社 Simultaneous correction processing control system
JPS6174064A (en) * 1984-09-18 1986-04-16 Sharp Corp Document editing system

Also Published As

Publication number Publication date
JPS6375872A (en) 1988-04-06

Similar Documents

Publication Publication Date Title
JPH0571983B2 (en)
JPH08179817A (en) Display manipulator for machine tool
JPS60189568A (en) Information processor
JPH061470B2 (en) Text processor
JPH04148370A (en) Document processor
JPS59200329A (en) Dictionary register
JP2713942B2 (en) Kana-Kanji conversion device
JPH0343659B2 (en)
JPH038271B2 (en)
JPS63201766A (en) Document processor
JPH0685169B2 (en) Document processing method
JPH08171560A (en) Document data editing device
JPS61112277A (en) Processing range designating and executing device for word processor
JPH0532780B2 (en)
JPH0452854A (en) Document data processor
JPH0830590A (en) Sentence processor
JPH05250238A (en) Data processor
JPS6336365A (en) Japanese language processor
JPS6075916A (en) Document producer
JPH03255572A (en) Document preparation device
JPS6320668A (en) Work processor
JPH04357556A (en) Document referencing device
JPS63254557A (en) Character processor
JPH04133165A (en) Kana/kanji converter
JPH0569225B2 (en)

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term