JPH0624909Y2 - Document creation device - Google Patents

Document creation device

Info

Publication number
JPH0624909Y2
JPH0624909Y2 JP1987107605U JP10760587U JPH0624909Y2 JP H0624909 Y2 JPH0624909 Y2 JP H0624909Y2 JP 1987107605 U JP1987107605 U JP 1987107605U JP 10760587 U JP10760587 U JP 10760587U JP H0624909 Y2 JPH0624909 Y2 JP H0624909Y2
Authority
JP
Japan
Prior art keywords
comparison
character string
document
delimiter
storage unit
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
JP1987107605U
Other languages
Japanese (ja)
Other versions
JPS6413558U (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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP1987107605U priority Critical patent/JPH0624909Y2/en
Publication of JPS6413558U publication Critical patent/JPS6413558U/ja
Application granted granted Critical
Publication of JPH0624909Y2 publication Critical patent/JPH0624909Y2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【考案の詳細な説明】 〔産業上の利用分野〕 本考案は、文字を入力して作成した文書を編集・保存・
出力する文書作成装置に関し、特に予め記憶装置に記憶
させている文字列と新たに入力した文字列を比較してそ
の不一致を検出する機能を有する文書作成装置に関す
る。
[Detailed Description of the Invention] [Industrial field of application] The present invention edits / stores / creates a document created by inputting characters.
More specifically, the present invention relates to a document creating apparatus having a function of comparing a character string stored in a storage device in advance with a newly input character string and detecting a mismatch.

〔従来の技術〕[Conventional technology]

テキストの比較については、ISIS−II,SOFTWARE T
OOLBOXマニユアル(Intel)におけるCOMPARコマンドの節
に論じられている。この方法は、ラインフイードで終わ
る文字列として定義される行を1つの単位として、テキ
ストを照合し、一致しない行を出力するものである。
For text comparison, see ISIS-II, SOFTWARE T
It is discussed in the COMPARE command section in OOLBOX MANUAL (Intel). In this method, a line defined as a character string ending with a line feed is set as a unit, text is collated, and lines that do not match are output.

〔考案が解決しようとする問題点〕[Problems to be solved by the invention]

上記従来技術は、行単位でしか比較できないという問題
があつた。
The above-mentioned conventional technique has a problem that comparison can be performed only in units of rows.

さらに、先頭から順次1行ずつチエツクしていくという
比較の方法なので、一度,一致対応関係を誤ると、それ
以降すべての対応がずれてしまうという問題があつた。
Furthermore, since the comparison method is to check one line at a time from the beginning, there is a problem in that if the matching correspondence is erroneous, all correspondences will be shifted after that.

本考案の目的は、比較区切り文字を基にして、比較する
文字列と比較される文字列の両者を分割し、この分割し
たブロック文字列毎に比較するようにし、不一致文字列
の発生により比較文字列の対応関係が取れなくなっても
その影響を当該ブロック内に留めるようにすると共に次
にブロックで直ちに対応関係を取り戻すようにし、木目
細かな比較を確実にする文書編集装置を提供することに
ある。
The purpose of the present invention is to divide both of the character string to be compared and the character string to be compared based on the comparison delimiter, and to make a comparison for each of the divided block character strings. To provide a document editing device that ensures the detailed comparison by ensuring that even if the correspondence of character strings cannot be obtained, the effect is kept within the block and the correspondence is immediately restored in the next block. is there.

〔問題点を解決するための手段〕[Means for solving problems]

上記目的は、文字を入力する入力装置と、プログラム格
納部や文書バッファ等を有する記憶装置と、前記入力装
置によって入力された文字データに基づき前記記憶装置
に格納されているプログラム等によって所定の文字列を
作成し、これによって作成された文字列を前記記憶装置
の文書バッファに記憶させる処理装置と、予め作成され
ている文字列を記憶する文書記憶部を有する補助記憶装
置と、この補助記憶装置に記憶されている文字列や前記
で入力され処理作成された文字列を表示するディスプレ
イと、補助記憶装置に記憶されている文字列と前記で入
力され処理作成された文字列とを比較して不一致である
誤りを検出する文書比較機能ブロックと、この文書比較
機能ブロックによって比較した結果を前記ディスプレイ
に表示する文書作成装置において、前記記憶装置に、改
頁、改行記号であるレベル1の比較区切り文字、句点で
あるレベル2の比較区切り文字、読点であるレベル3の
比較区切り文字を格納する比較区切り文字格納部及び比
較結果格納部とを設けると共に、前記文書比較機能ブロ
ックは、比較する文字列と予め補助記憶装置に格納され
ている比較される前記文字列の両者を比較区切り文字格
納部に格納されている前記比較区切り文字のレベル1か
らレベル3に応じて順次切りだし、切りだした文字列ブ
ロック毎に両者を比較して不一致文字を検出し、この不
一致情報を前記比較結果格納部に格納する用に構成する
ことによって達成される。
The above-mentioned objects include an input device for inputting characters, a storage device having a program storage unit, a document buffer, and the like, and a predetermined character by a program or the like stored in the storage device based on character data input by the input device. A processing device that creates a string and stores the created character string in the document buffer of the storage device, an auxiliary storage device that has a document storage unit that stores the previously created character string, and this auxiliary storage device The display that displays the character string stored in or the character string that was input and processed in the above is compared with the character string that is stored in the auxiliary storage device and the character string that is input and processed in the above. A document comparison function block for detecting a mismatch error and a document creation function for displaying the result of comparison by the document comparison function block on the display. In the apparatus, a comparison delimiter storage unit that stores a page break, a level 1 comparison delimiter that is a line feed symbol, a level 2 comparison delimiter that is a punctuation mark, and a level 3 comparison delimiter that is a reading point in the storage device. A comparison result storage unit is provided, and the document comparison function block stores both the character string to be compared and the character string to be compared stored in the auxiliary storage device in advance in the comparison delimiter storage unit. The comparison delimiters are sequentially cut out according to levels 1 to 3, and the cut-out character string blocks are compared with each other to detect unmatched characters, and the unmatched information is stored in the comparison result storage unit. It is achieved by

〔作用〕 文字を入力して作成した文書と、予め作成して記憶手段
に格納されている文書とを比較する際、比較区切り文字
をもとにして、二文書を区切り文字のところで複数のグ
ロツクに分割する。これにより、比較するそのブロック
での対応関係が取れなくなつても、それは、そのブロツ
クだけに留めることができ、次のブロツクには影響され
ないように作用する。
[Operation] When a document created by inputting characters and a document created in advance and stored in the storage means are compared, two documents are divided into a plurality of groups at the delimiter based on the comparison delimiter. Split into. As a result, even if the correspondence in the block to be compared cannot be obtained, it can be kept only in the block and is not affected by the next block.

〔実施例〕〔Example〕

以下、本考案の構成の一実施例を第1図〜第7図を用い
て説明する。
An embodiment of the structure of the present invention will be described below with reference to FIGS.

第1図は、本考案の文書比較機能とワードプロセツシン
グ機能(以下、ワープロ機能という)を示す図であり、
1はワープロ制御ブロツク、2は文書の入力・編集・保
存・出力をするワープロ機能ブロツク、9は編集中の文
書を記憶しておく文書バツフア、10は作成した文書を
保存しておく文書記憶部である。3は文書比較モジユー
ルであり、以下の各ブロツクより構成される。4は文書
比較制御ブロツク、5は文書比較機能ブロツク、6は比
較結果出力機能ブロツク、7は比較区切り文字格納部、
8は比較結果格納部である。
FIG. 1 is a diagram showing a document comparison function and a word processing function (hereinafter referred to as a word processing function) of the present invention.
1 is a word processor control block, 2 is a word processor function block for inputting / editing / saving / outputting documents, 9 is a document buffer for storing the document being edited, and 10 is a document storage unit for storing the created document. Is. Reference numeral 3 is a document comparison module, which is composed of the following blocks. 4 is a document comparison control block, 5 is a document comparison function block, 6 is a comparison result output function block, 7 is a comparison delimiter storage unit,
Reference numeral 8 is a comparison result storage unit.

文書比較機能ブロツク3は、文書バツフア9に記憶して
ある文書と文書記憶部10に格納してある文書を、それ
ぞれ、比較区切り文字7の現われたところで分割する。
そして、その分割したブロツク毎に比較し、その比較結
果を比較結果格納部8に格納する。比較結果出力機能6
は、比較結果8を読み込んで外部に出力する。文書比較
制御ブロツク4は、文書比較機能ブロツク5および比較
結果出力機能6を制御している。ワープロ制御ブロツク
1は、以上の文書比較モジユールおよびワープロ機能2
を含めた全体を制御している。
The document comparison function block 3 divides the document stored in the document buffer 9 and the document stored in the document storage unit 10 at the position where the comparison delimiter 7 appears.
Then, the divided blocks are compared, and the comparison result is stored in the comparison result storage unit 8. Comparison result output function 6
Reads the comparison result 8 and outputs it to the outside. The document comparison control block 4 controls the document comparison function block 5 and the comparison result output function 6. The word processor control block 1 has the above document comparison module and word processing function 2.
The whole is controlled including.

第2図以降で、第1図の文書比較モジユール3の制御と
処理の詳細を述べる。
Details of control and processing of the document comparison module 3 of FIG. 1 will be described with reference to FIG.

第2図は、本考案の一実施例のハードウエア構成を示す
ものであり、11は処理装置、12は文字入力および編
集処理指示のためのキーボード入力装置、13は文字列
テキストおよびメツセージ表示のためのデイスプレイ表
示装置、14は文書および比較結果印刷するためのプリ
ンタ装置である。15は補助記憶装置であり、文書記憶
部10からなる。18は主記憶装置であり、以下の5つ
の各エリアからなる。16はプログラム格納部、9は文
書バツフア、7は比較区切り文字格納部、8は比較結果
格納部、17はワークエリアを表わしている。
FIG. 2 shows a hardware configuration of an embodiment of the present invention. 11 is a processing device, 12 is a keyboard input device for instructing character input and editing processing, 13 is a character string text and message display. The display device 14 is a printer device for printing documents and comparison results. Reference numeral 15 denotes an auxiliary storage device, which includes the document storage unit 10. Reference numeral 18 denotes a main storage device, which includes the following five areas. Reference numeral 16 is a program storage unit, 9 is a document buffer, 7 is a comparison delimiter storage unit, 8 is a comparison result storage unit, and 17 is a work area.

第3図は、ワープロ制御ブロツク1の処理内容をフロー
チヤートで示すものである。ワープロ処理制御ブロツク
は、起動されると、利用者のキー押下を待つ。処理ステ
ツプ301で、キーを入力し、処理ステツプ302で、
比較キーであると判別されたなら、処理ステツプ304
に分岐する。処理ステツプ302で比較キー以外のキー
つまり通常のワープロ機能のための入力・編集・保存・
出力に関するキーであると判断されたなら、それに対応
したワープロ処理303をし、処理ステツプ301に戻
る。処理ステツプ302で比較キーであると判別された
なら、処理ステツプ304で、文書記憶部に登録してあ
る文書を一覧表示し、処理ステツプ305で、利用者に
比較の対象となる正答文書を選ばせる。処理ステツプ3
06で、文書バツフアに格納してある文字列テキストと
文書記憶部から処理ステツプ305で指定された文書と
を比較する。処理ステツプ307で、その比較結果を表
示し、利用者のキー入力を待つ。処理ステツプ308
で、キー入力する。処理ステツプ309で、印刷キーで
あると判別したなら、処理ステツプ310で比較結果を
プリンタに印刷して、処理ステツプ307に戻る。処理
ステツプ309で、登録キーであると判別したなら、処
理ステツプ311で比較結果を文書記憶部に登録して、
処理ステツプ307に戻る。処理ステツプ309で終了
キーであると判別したなら、ワープロ処理を終了する。
FIG. 3 is a flow chart showing the processing contents of the word processor control block 1. When started, the word processing control block waits for the user to press a key. In process step 301, enter a key, and in process step 302,
If it is determined to be the comparison key, the processing step 304
Branch to. At processing step 302, keys other than the comparison key, that is, input / edit / save /
If it is determined that the key is an output key, the word processor processing 303 corresponding to the key is performed, and the process returns to the processing step 301. If it is determined that the key is the comparison key in processing step 302, a list of documents registered in the document storage section is displayed in processing step 304, and the correct answer document to be compared is selected by the user in processing step 305. Let Processing step 3
At 06, the character string text stored in the document buffer is compared with the document designated by the processing step 305 from the document storage unit. In the processing step 307, the comparison result is displayed and the user's key input is awaited. Processing step 308
Then, key in. If it is determined in step 309 that the key is the print key, the comparison result is printed on the printer in step 310, and the process returns to step 307. If it is determined in step 309 that the key is the registration key, the comparison result is registered in the document storage unit in step 311.
Return to processing step 307. If it is determined in the processing step 309 that the key is the end key, the word processing is ended.

第4図は、比較処理を模式的に表わしたものである。文
書記憶部から読み込んできた比較の対象としての正答文
章と、文字を入力して作成した入力文章とを比較して、
その比較結果を誤りの文字情報と共に表示する。誤り
は、誤字,脱字,余字の3種類の不当文字として分類で
きる。図中の例では、“総意”が“相違”に置き替わっ
た誤字、“日本国の象徴”の“の”が抜けた脱字、“象
徴であつて”の“で”の直後に“は”が挿入された余字
がある。
FIG. 4 schematically shows the comparison process. Compare the correct answer sentence as the target of comparison read from the document storage unit with the input sentence created by entering characters,
The comparison result is displayed together with the incorrect character information. Errors can be classified as three types of illegal characters: typographical errors, omissions, and cosets. In the example in the figure, the typo in which "consensus" is replaced by "difference", the omission of the "no" in the "symbol of Japan", and the "ha" immediately after the "de" in the "symbol call" There is an extra character inserted.

第5図は、第3図の、文書バツフアに格納してある文字
列テキストと文書記憶部から読み込んだ文書とを比較す
る処理ステツプ306の処理内容をフローチヤートで示
すものである。処理ステツプ361で、比較する二文字
列より“改行”または“改頁”までを切り出す。処理ス
テツプ362で、正しく部分文字列を切り出せたかを判
別し、切り出せなかつたなら、終了する。処理ステツプ
362で、正しく部分文字列を切り出せたと判断したな
ら、処理ステツプ363で、さらに切り出した二文字列
より、“句点”までを切り出す。処理ステツプ364
で、正しく部分文字列を切り出せたか判別し、切り出せ
なかつたなら、処理ステツプ361に分岐する。処理ス
テツプ364で、正しく部分文字列を切り出せたと判断
したなら、処理ステツプ365で、更に切り出した二文
字列より、“読点”までを切り出す。処理ステツプ36
6で、正しく部分文字列を切り出せたかを判別し、切り
出せなかつたなら、処理ステツプ363に分岐する。処
理ステツプ366で。正しく部分文字列を切り出せたと
判断したなら、処理ステツプ367の比較処理を行な
う。処理ステツプ367の比較処理については、第6図
で詳説する。
FIG. 5 is a flow chart showing the processing contents of the processing step 306 for comparing the character string text stored in the document buffer with the document read from the document storage unit in FIG. In the processing step 361, "line feed" or "page break" is cut out from the two character strings to be compared. In processing step 362, it is determined whether or not the partial character string has been cut out correctly. If the partial character string cannot be cut out, the process ends. If it is determined in the processing step 362 that the partial character string has been correctly cut out, in the processing step 363, the "cut point" is cut out from the further cut out two character strings. Processing step 364
Then, it is determined whether the partial character string has been cut out correctly, and if it cannot be cut out, the process branches to the processing step 361. If it is determined in processing step 364 that the partial character string has been correctly cut out, in processing step 365, the two character strings that have been further cut out are cut out to the "reading point". Processing step 36
In step 6, it is determined whether the partial character string has been cut out correctly. If the partial character string cannot be cut out, the process branches to processing step 363. At processing step 366. If it is determined that the partial character string has been correctly cut out, the comparison processing of processing step 367 is performed. The comparison processing of processing step 367 will be described in detail with reference to FIG.

第6図は、第5図の処理ステツプ367の比較処理の内
容をフローチヤートで示すものである。処理ステツプ3
68で、比較する二文字列間で、4文字以上の長さを持
ち、かつ先頭からの距離の差が10文字以内の一致する
文字列が存在するかどうか調査し、もし存在しないな
ら、処理ステツプ371で、その比較する二文字列を、
すべての一致対応パターンを考慮して照合し、本処理を
終了する。処理ステツプ368で、4文字以上の長さを
持ち、かつ先頭からの距離の差が10文字以内の一致す
る文字列が存在するなら、処理ステツプ369で、その
一致文字列より前にある一致対応の取れなかつた部分文
字列を、すべての一致対応パターンを考慮して照合し、
処理ステツプ370で、一致文字列より後にある部分文
字列を新しい比較文字列として、処理ステツプ368に
戻る。
FIG. 6 is a flow chart showing the contents of the comparison processing of the processing step 367 of FIG. Processing step 3
At 68, it is checked whether or not there is a matching character string having a length of 4 characters or more and a distance difference from the beginning of the two character strings of 10 characters or less between the two character strings to be compared. At step 371, the two character strings to be compared are
Matching is performed in consideration of all matching correspondence patterns, and this processing ends. In processing step 368, if there is a matching character string having a length of 4 characters or more and a distance difference from the beginning of the character within 10 characters, in processing step 369, the matching correspondence before the matching character string is performed. Matches substrings that cannot be captured, considering all matching correspondence patterns,
In processing step 370, the partial character string after the matching character string is set as a new comparison character string, and the process returns to processing step 368.

第7図は、比較区切り文字7の一例を示したものであ
る。比較区切り文字は、処理の優先度でレベル付けされ
ている。まず、優先度の高いレベル1の文字で、文字列
を分割し、次に、その分割したそれぞれについて、レベ
ル2の文字で分割するという手順である。レベル1とし
ては、改頁記号,改行記号、レベル2としては、句点文
字、レベル3としては読点文字がある。
FIG. 7 shows an example of the comparison delimiter 7. The comparison delimiters are leveled according to the processing priority. First, a character string is divided into characters of level 1 having a high priority, and then each of the divided characters is divided into characters of level 2. Level 1 includes page breaks and line feeds, level 2 includes punctuation characters, and level 3 includes punctuation characters.

以上の本一実施例によれば、比較区切り文字は、プログ
ラム格納部とは別に独立して存在しているので、利用者
の趣味に合わせ、あらかじめ、自由に比較区切り文字を
設定することがができ、任意に比較の単位ブロツクを定
義できる。また、検出された誤りは、その不当文字の表
示方法として、網かけや白黒反転表示をはじめ、輝度の
変更や色付け表示などワードプロセツサの各種表示機能
により、種々考えられる。更に、比較する二文書は、文
書記憶部に登録済みに二文書を対象とすることも、もち
ろん可能であり、その場合は、予め一方の文書を文書バ
ツフアに読み込んでおけば、全く同じ処理で比較でき
る。比較に際しては、比較区切り文字を基にして、二文
書を区切り文字のところで複数のブロツクに分割するた
め、ブロツク毎に比較処理が独立しているので、ブロツ
ク毎に比較処理を並列に行ない、比較時間を短縮するこ
とができる。また、本比較機能を利用して、文字入力の
正確さを測定することができるので、正確に文字を入力
する練習として利用できるという効果がある。
According to the present embodiment described above, since the comparison delimiter character exists independently of the program storage unit, it is possible to freely set the comparison delimiter character in advance according to the user's taste. Yes, you can optionally define a unit block for comparison. Further, the detected error can be variously considered as a display method of the illegal character by various display functions of the word processor such as halftone dot display, black and white reverse display, brightness change and color display. Further, the two documents to be compared can, of course, be the two documents that have already been registered in the document storage unit. In that case, if one of the documents is read in advance in the document buffer, the same process can be performed. You can compare. At the time of comparison, since two documents are divided into multiple blocks at the delimiter based on the comparison delimiter, the comparison process is independent for each block, so the comparison process is performed in parallel for each block. The time can be shortened. Further, since the accuracy of character input can be measured by using this comparison function, there is an effect that it can be used as a practice of inputting characters accurately.

〔考案の効果〕[Effect of device]

本考案によれば、特に、記憶装置に、改頁、改行記号で
あるレベル1の比較区切り文字、句点であるレベル2の
比較区切り文字、読点であるレベル3の比較区切り文字
を格納する比較区切り文字格納部及び比較結果格納部と
を設けると共に、文書比較機能ブロックは、比較する文
字列と予め補助記憶装置に格納されている比較される前
記文字列の両者を比較区切り文字格納部に格納されてい
る前記比較区切り文字のレベル1からレベル3に応じて
順次切りだし、切りだした文字列ブロック毎に両者を比
較して不一致文字を検出し、この不一致情報を前記比較
結果格納部に格納する機能を設けたので、比較区切り文
字を基にして、比較する文字列と比較される文字列の両
者を分割し、この分割したブロック文字列毎に比較でき
るようになり、これによって不一致文字列の発生により
比較文字列の対応関係が取れなくなってもその影響を当
該ブロック内に留められるので次のブロックで直ちに対
応関係を取り戻すことができ、木目細かな比較を確実に
行なうことができる文書編集装置を提供することができ
る。
According to the present invention, in particular, a comparison delimiter that stores a page break, a level 1 comparison delimiter that is a line feed symbol, a level 2 comparison delimiter that is a punctuation mark, and a level 3 comparison delimiter that is a reading mark in a storage device. A character storage unit and a comparison result storage unit are provided, and the document comparison function block stores both the character string to be compared and the character string to be compared stored in the auxiliary storage device in advance in the comparison delimiter storage unit. The comparison delimiters are sequentially cut out in accordance with the levels 1 to 3, and the extracted character string blocks are compared with each other to detect a mismatched character, and the mismatched information is stored in the comparison result storage unit. Since a function is provided, both the character string to be compared and the character string to be compared can be divided based on the comparison delimiter, and it becomes possible to compare each divided block character string. Even if the correspondence of the comparison character string cannot be obtained due to the occurrence of a mismatched character string, the effect can be retained in the block, so that the correspondence relationship can be immediately regained in the next block, and a fine comparison can be performed reliably. It is possible to provide a document editing device capable of performing the above.

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

第1図は本考案の一実施例の文書比較機能ワードプロセ
ツシング機能を示すブロツク図、第2図は本考案の一実
施例のハードウエア構成図、第3図は本考案の一実施例
のワープロ制御ブロツクのフローチヤート、第4図は本
考案の一実施例の比較処理を模式的に表わした説明図、
第5図は第3図の処理ステツプ306の処理内容のフロ
ーチヤート、第6図は第5図の処理ステツプ367のフ
ローチヤート、第7図は本考案の一実施例の比較区切り
文字の一例を示した説明図ある。 1……ワープロ制御ブロツク、2……ワープロ機能ブロ
ツク、3……文書比較モジュール、4……文書比較制御
ブロツク、5……文書比較機能ブロツク、6……比較結
果出力機能ブロツク、7……比較区切り文字格納部、8
……比較結果格納部。12……キーボード、13……デ
ィスプレイ、14……プリンタ。
FIG. 1 is a block diagram showing a document comparison function word processing function of an embodiment of the present invention, FIG. 2 is a hardware configuration diagram of an embodiment of the present invention, and FIG. 3 is an embodiment of the present invention. FIG. 4 is a flow chart of a word processor control block of FIG. 4, which is an explanatory view schematically showing a comparison process of an embodiment of the present invention,
FIG. 5 is a flow chart of the processing contents of the processing step 306 of FIG. 3, FIG. 6 is a flow chart of the processing step 367 of FIG. 5, and FIG. 7 is an example of the comparison delimiter of one embodiment of the present invention. It is the explanatory view shown. 1 ... Word processor control block, 2 ... Word processor function block, 3 ... Document comparison module, 4 ... Document comparison control block, 5 ... Document comparison function block, 6 ... Comparison result output function block, 7 ... Comparison Delimiter storage, 8
...... Comparison result storage section. 12 ... keyboard, 13 ... display, 14 ... printer.

Claims (1)

【実用新案登録請求の範囲】[Scope of utility model registration request] 【請求項1】文字を入力する入力装置と、プログラム格
納部や文書バッファ等を有する記憶装置と、前記入力装
置によって入力された文字データに基づき前記記憶装置
に格納されているプログラム等によって所定の文字列を
作成し、これによって作成された文字列を前記記憶装置
の文書バッファに記憶させる処理装置と、予め作成され
ている文字列を記憶する文書記憶部を有する補助記憶装
置と、この補助記憶装置に記憶されている文字列や前記
で入力され処理作成された文字列を表示するディスプレ
イと、補助記憶装置に記憶されている文字列と前記で入
力され処理作成された文字列とを比較して不一致である
誤りを検出する文書比較機能ブロックと、この文書比較
機能ブロックによって比較した結果を前記ディスプレイ
に表示する文書作成装置において、 前記記憶装置に、改頁、改行記号であるレベル1の比較
区切り文字、句点であるレベル2の比較区切り文字、読
点であるレベル3の比較区切り文字を格納する比較区切
り文字格納部及び比較結果格納部とを設けると共に、前
記文書比較機能ブロックは比較する文字列と予め補助記
憶装置に格納されている比較される前記文字列の両者を
比較区切り文字格納部に格納されている前記比較区切り
文字のレベル1からレベル3に応じて順次切りだし、切
りだした文字列ブロック毎に両者を比較して不一致文字
を検出し、この不一致情報を前記比較結果格納部に格納
するものである文書作成装置。
1. An input device for inputting characters, a storage device having a program storage unit, a document buffer, and the like, and a predetermined program stored in the storage device based on character data input by the input device. A processing device that creates a character string and stores the created character string in the document buffer of the storage device, an auxiliary storage device having a document storage unit that stores the previously created character string, and the auxiliary storage The display for displaying the character string stored in the device or the character string input and processed as described above is compared with the character string stored in the auxiliary storage device and the character string input and processed as described above. Document comparison function block that detects an error that is a mismatch and a document creation function that displays the result of comparison by this document comparison function block on the display. In the device, a comparison delimiter storage unit that stores a page break, a level 1 comparison delimiter that is a line feed symbol, a level 2 comparison delimiter that is a punctuation mark, and a level 3 comparison delimiter that is a reading point in the storage device, A comparison result storage unit is provided, and the document comparison function block stores both the character string to be compared and the character string to be compared stored in the auxiliary storage device in advance in the comparison delimiter storage unit. Documents are sequentially cut out according to level 1 to level 3 of delimiter characters, the extracted character string blocks are compared with each other to detect unmatched characters, and this unmatched information is stored in the comparison result storage unit. Creation device.
JP1987107605U 1987-07-15 1987-07-15 Document creation device Expired - Lifetime JPH0624909Y2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1987107605U JPH0624909Y2 (en) 1987-07-15 1987-07-15 Document creation device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1987107605U JPH0624909Y2 (en) 1987-07-15 1987-07-15 Document creation device

Publications (2)

Publication Number Publication Date
JPS6413558U JPS6413558U (en) 1989-01-24
JPH0624909Y2 true JPH0624909Y2 (en) 1994-06-29

Family

ID=31342167

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1987107605U Expired - Lifetime JPH0624909Y2 (en) 1987-07-15 1987-07-15 Document creation device

Country Status (1)

Country Link
JP (1) JPH0624909Y2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH077407B2 (en) * 1989-06-20 1995-01-30 株式会社ピーエフユー Text verification processing method

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5696370A (en) * 1979-12-29 1981-08-04 Fujitsu Ltd Generating and processing system for generation of correction position list
JPS6289134A (en) * 1985-10-16 1987-04-23 Nippon Steel Corp Character string difference extracting method and its device

Also Published As

Publication number Publication date
JPS6413558U (en) 1989-01-24

Similar Documents

Publication Publication Date Title
KR100570224B1 (en) Form definition data creation method and form handling machines
US3709525A (en) Character recognition
JPH04195692A (en) Document reader
JPH0624909Y2 (en) Document creation device
JPH08161309A (en) Word processor
JP2838969B2 (en) Music score reader
JPH02255964A (en) Automatic identifying device for document changed part
JPS60222270A (en) Table data insertion printer
JPS60176784A (en) Insertion printer for table data
JPS61245274A (en) Word processor
JPH10123924A (en) Memorization learning supporting system and medium storing memorization learning supporting system controlling program
JPH0596812A (en) Print processor
JP4044158B2 (en) Code verification device and code verification method
JPS6231375B2 (en)
JPH0497248A (en) Device for forming printing block copy
JP3080891B2 (en) Form processing device
JPH0230565A (en) Small set printing system
JPH01222368A (en) Input editing method
JPS6057382A (en) Character processor
JP2001331765A (en) Character recognizing device and character processing method
JP3036064B2 (en) Document output device
JPH06290308A (en) Character recognizing device
JPH0434188B2 (en)
JPS60173661A (en) Character string processing unit
JPS63245760A (en) Document shaping device