JPH02211528A - Similar symbol linking method for executing format module generation - Google Patents

Similar symbol linking method for executing format module generation

Info

Publication number
JPH02211528A
JPH02211528A JP3300789A JP3300789A JPH02211528A JP H02211528 A JPH02211528 A JP H02211528A JP 3300789 A JP3300789 A JP 3300789A JP 3300789 A JP3300789 A JP 3300789A JP H02211528 A JPH02211528 A JP H02211528A
Authority
JP
Japan
Prior art keywords
abc
symbols
letters
format module
module
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
JP3300789A
Other languages
Japanese (ja)
Inventor
Hisashi Nakama
仲摩 壽
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 JP3300789A priority Critical patent/JPH02211528A/en
Publication of JPH02211528A publication Critical patent/JPH02211528A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To generate an executing format module even when an intermediate format module in a different expression exists by regarding an English small letter and capital letter as the same in the expression of a symbol, and regarding the numbers of the letters as the same when the comparison of a constant effective length from the top corresponds to each other. CONSTITUTION:Software 3 reads an intermediate format module 1, and detects an external reference symbols ABC and A to H. Next, when the software 3 reads an intermediate format module 2, it detects area definition symbols abc and (a) to (j). Further the software 3 detects the expressions of the symbols of the respective modules 1 and 2, and when it identifies the difference between the expressions of the symbols, it compares the similality between the previously detected symbols ABC and A to H with abc and (a) to (j). At such a time, when the English small letters are compared with the English capital letters by regarding the formers as the letters, ABC corresponds to abc, and by comparing the effective length by regarding it as the top eight letters, A to H correspond to (a) to (j). Thus the linking processing is executed based on the coincidence result of the similarity comparison of the symbols, and an executing format module 4 is generated.

Description

【発明の詳細な説明】 [産業上の利用分野] この発明は、コンピュータ上で動作するソフトウェアの
実行形式モジュールの生成方法に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a method for generating an executable module of software that runs on a computer.

[従来の技術] 第3図は従来の実行形式モジュール生成におけるシンボ
ル結合方式を説明するブロック図である。
[Prior Art] FIG. 3 is a block diagram illustrating a conventional symbol combination method in executable module generation.

図において、1,2は実行形式モジュールの一部を構成
する中間形式モジュール、3は中間形式モジュール1.
 2から実行形式モジュール4を生成する実行形式モジ
ュール生成ソフトウェア、4は実行形式モジュール生成
ソフトウェア3により生成される実行形式モジュール、
5,6は中間形式モジュール1. 2から生成される実
行形式モジュールの部分である。
In the figure, 1 and 2 are intermediate format modules forming part of the executable format module, and 3 is intermediate format module 1.
executable module generation software that generates an executable module 4 from 2; 4 is an executable module generated by the executable module generation software 3;
5 and 6 are intermediate format modules 1. This is the part of the executable module generated from 2.

次に、上記従来の実行形式モジュール生成に、おけるシ
ンボル結合方式の動作について説明する。
Next, the operation of the symbol combination method in the above conventional executable module generation will be explained.

実行形式モジュール生成ソフトウェア3は、中間形式モ
ジュールlを読み込んだ時、この中間形式モジュールl
の中に存在していないABCなるシンボルで示された外
部参照シンボルを検出する。
When the executable module generation software 3 reads the intermediate module l, the executable module generation software 3 generates the intermediate module l.
Detects an external reference symbol indicated by a symbol ABC that does not exist in .

次いで実行形式モジュール生成ソフトウェア3は、中間
形式モジュール2を読み込んだ時、この中間形式モジュ
ール2の中にABCなるシンボルで示された領域定義シ
ンボルを検出する。
Next, when the executable module generation software 3 reads the intermediate module 2, it detects in the intermediate module 2 an area definition symbol indicated by the symbol ABC.

ここで、実行形式モジュール生成ソフトウェア3は、中
間形式モジュールlの人力時に検出した外部参照シンボ
ルABCと、中間形式モジュール2の人力時に検出した
領域定義シンボルABCとを比較し、表記が完全に一致
するので両者の結合処理を行い、実行形式モジュール4
を出力する。
Here, the executable module generation software 3 compares the external reference symbol ABC detected when the intermediate format module l is manually operated with the area definition symbol ABC detected when the intermediate format module 2 is manually operated, and finds that the notations completely match. Therefore, combine the two and create executable module 4.
Output.

すなわち、中間形式モジュール1の中での外部参照シン
ボルABCは、中間形式モジュール2の中でABCなる
シンボルとして定義されている領域定義を参照すること
により、実行形式モジュールの部分5,6を生成する。
That is, the external reference symbol ABC in the intermediate format module 1 generates parts 5 and 6 of the executable format module by referring to the area definition defined as the symbol ABC in the intermediate format module 2. .

[発明が解決しようとする課題] 上記従来の実行形式モジュール生成におけるシンボル結
合方式は以上のように実施されているので、外部参照シ
ンボルABCと領域定義シンボルABCは、表記が完全
に一致していないと結合処理は行われず、中間形式モジ
ュール1,2を生成するソフトウェアの違いによって生
じるシンボルの表記に相違があると、実行形式モジュー
ル4の生成ができないという問題点があった。
[Problem to be Solved by the Invention] Since the symbol combination method in the conventional executable module generation described above is implemented as described above, the external reference symbol ABC and the area definition symbol ABC do not completely match in notation. There is a problem that if there is a difference in symbol notation caused by the difference in the software that generates the intermediate format modules 1 and 2, the executable format module 4 cannot be generated.

この発明は上記のような問題点を解消するためになされ
たもので、中間形式モジュールを生成するソフトウェア
の違いによって生じるシンボルの表記の異なる中間形式
モジュールが混在している場合でも、確実に実行形式モ
ジュールの生成ができる実行形式モジュール生成におけ
る類似シンボル結合方式を得ることを目的とする。
This invention was made to solve the above-mentioned problems, and even when intermediate format modules with different symbol representations caused by differences in the software that generates the intermediate format modules coexist, it is possible to reliably create an executable format. The purpose of this paper is to obtain a similar symbol combination method for generating executable modules that can generate modules.

[課題を解決するための手段] この発明に係る実行形式モジュール生成における類似シ
ンボル結合方式は、中間形式モジュール内のシンボル同
士を比較する場合に、表記の完全な一致以外に、英小文
字と英大文字の表記の相違。
[Means for Solving the Problems] The similar symbol combination method for generating an executable module according to the present invention has the advantage that when comparing symbols in an intermediate module, in addition to a complete match in notation, lowercase letters and uppercase letters Difference in notation.

シンボルの表記の文字数の相違があるシンボルを、類似
シンボルとして一致結合することで実行形式モジュール
の生成をするものである。
An executable module is generated by matching and combining symbols with different numbers of characters in symbol notation as similar symbols.

[作用] この発明における実行形式モジュール生成における類似
シンボル結合方式は、中間形式モジュール内のシンボル
の表記上の英小文字と英大文字を同一と見なし、シンボ
ルの表記上の文字数は、先頭からの一定の有効長の比較
一致で同一と見なすことにより、中間形式モジュールを
生成するソフトウェアの違いにより生じた表記に相違の
あるシンボルを、類似シンボルとして一致結合する。
[Operation] The similar symbol combination method in generating an executable module according to the present invention considers lowercase letters and uppercase letters in symbols in intermediate format modules to be the same, and the number of letters in symbols is determined by a certain number of characters from the beginning. By comparing and matching effective lengths and determining that they are the same, symbols that have different representations due to differences in software that generates intermediate format modules are matched and combined as similar symbols.

[実施例コ 第1図はこの発明の実施例である実行形式モジュール生
成における類似シンボル結合方式を説明するブロック図
である。図において、lは英大文字だけで、かつ8文字
以上のものは先頭の8文字だけでシンボルの表記された
中間形式モジュール、2は英小文字だけで、8文字以上
でも全体長でシンボルの表記された中間形式モジュール
、3は実行形式モジュール生成ソフトウェア、4は実行
形式モジュール、5,6は中間形式モジュールl。
[Embodiment] FIG. 1 is a block diagram illustrating a similar symbol combination method in generating an executable module according to an embodiment of the present invention. In the figure, l is an intermediate format module in which only uppercase letters are used, and if there are 8 or more characters, the symbol is written in only the first 8 characters, and 2 is only in lowercase letters, and even if there are 8 or more letters, the symbol is written in the entire length. 3 is executable module generation software, 4 is an executable module, and 5 and 6 are intermediate format modules l.

2から生成される実行形式モジュールの部分、7は実行
形式モジュール4の生成において、類似シンボルの比較
一致を実行する類似シンボル比較実行部である。
The part 7 of the executable module generated from 2 is a similar symbol comparison execution unit that executes comparison and matching of similar symbols in the generation of the executable module 4.

第2図は第1図の実行形式モジュール生成における類似
シンボル結合方式の動作を示すフローチャートである。
FIG. 2 is a flowchart showing the operation of the similar symbol combination method in generating the executable module shown in FIG.

次に、上記この発明の実施例である実行形式モジュール
生成における類似シンボル結合方式の動作について説明
する。実行形式モジュール生成ソフトウェア3は、中間
形式モジュールlを読み込んだ時、2つのシンボルとし
て外部参照シンボルABCと外部参照シンボルABCD
EFGHを検出する。次いで実行形式モジュール生成ソ
フトウェア3は、中間形式モジュール2を読み込んだ時
、2つのシンボルとして領域定義シンボルabcと領域
定義シンボルabcdefghijを検出する。さらに
、実行形式モジュール生成ソフトウェア3は、各々の中
間形式モジュール1. 2のシンボルの表記を検出する
。ここで、シンボルの表記の相違が識別された場合に、
類似シンボル比較実行部7により、中間形式モジュール
lで検出した外部参照シンボルABC,ABCDEFG
Hと、中間形式モジュール2で検出した領域定義シンボ
ルabc、abcdefghijのシンボルの類似比較
を行う。この場合に、英大文字と英小文字の相違に対し
て英小文字を英大文字と見なして比較すると、ABCと
abc(ABCと見なす)が一致し、さらに長さの相違
に対して有効長を先頭の8文字として比較すると、AB
CDEFG)(とabcdefgh ij (ABCD
EFGHと見なす)が一致する。このようなシンボルの
類似比較の一致結果により結合処理を行って実行形式モ
ジュール4を生成する。以上のようなシンボルの類似比
較の動作のフローチャートを第2図に示している。
Next, the operation of the similar symbol combination method in generating an executable module according to the embodiment of the present invention will be described. When the executable module generation software 3 reads the intermediate module l, it generates two symbols, an external reference symbol ABC and an external reference symbol ABCD.
Detect EFGH. Next, when the executable module generation software 3 reads the intermediate module 2, it detects the area definition symbol abc and the area definition symbol abcdefghij as two symbols. Further, the executable module generation software 3 generates each intermediate module 1. Detect the notation of symbol 2. Here, if a difference in symbol notation is identified,
External reference symbols ABC and ABCDEFG detected by the intermediate format module l by the similar symbol comparison execution unit 7
A similarity comparison between H and the area definition symbols abc and abcdefghij detected by the intermediate format module 2 is performed. In this case, if you compare the difference between uppercase letters and lowercase letters by assuming that lowercase letters are uppercase letters, ABC and abc (considered as ABC) will match, and furthermore, regarding the difference in length, the effective length will be changed to the first When compared as 8 characters, AB
CDEFG) (and abcdefgh ij (ABCD
EFGH) match. The executable module 4 is generated by performing a combination process based on the match result of the symbol similarity comparison. A flowchart of the operation of symbol similarity comparison as described above is shown in FIG.

なお、上記実施例では英大文字と英小文字の表記の相違
9表記の文字数の相違に対して類似シンボル結合を実施
する場合について説明したが、特定の文字の表記の相違
に対して類似結合等を実施しても良い。
In addition, in the above embodiment, the case where similar symbol combination is performed for the difference in the number of characters in the notation of uppercase letters and lowercase letters has been explained, but similar symbol combination etc. is performed for the difference in the notation of a specific character. May be implemented.

[発明の効果] 以上のように、この発明の実行形式モジュール生成にお
ける類似シンボル結合方式によれば、中間形式モジュー
ル内のシンボル同士を比較する場合に、表記の完全な一
致以外に、英小文字と英大文字の表記の相違、シンボル
の表記の文字数の相違があるシンボルを、類似シンボル
として一致結合することで実行形式モジュールの生成を
するものであるから、中間形式モジュールを生成するソ
フトウェアの違いによって生じるシンボルの表記の異な
る中間形式モジュールが混在している場合でも、確実に
実行形式モジュールの生成が実現できるという優れた効
果を奏するものである。
[Effects of the Invention] As described above, according to the similar symbol combination method for generating an executable module of the present invention, when comparing symbols in an intermediate module, in addition to a complete match in notation, lowercase letters and This is caused by differences in the software that generates the intermediate format module, as it generates an executable module by matching and combining symbols with different uppercase letters and the number of characters in the symbol notation as similar symbols. This provides an excellent effect in that even if intermediate format modules with different symbol representations coexist, an executable format module can be reliably generated.

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

第1図はこの発明の実施例である実行形式モジュール生
成における類似シンボル結合方式を説明するブロック図
、第2図は第1図の実行形式モジュール生成における類
似シンボル結合方式の動作を示すフローチャート、第3
図は従来の実行形式モジュール生成におけるシンボル結
合方式を説明するブロック図である。 図において、1,2・・・中間形式モジュール、3・・
・実行形式モジュール生成ソフトウェア、4・・・実行
形式モジュール、5,6・・・実行形式モジュールの部
分、7・・・類似シンボル比較実行部 である。 なお、図中、同一符号は同一 又は相当部分を示す。
1 is a block diagram illustrating a similar symbol combination method in generating an executable module according to an embodiment of the present invention; FIG. 2 is a flowchart showing the operation of the similar symbol combination method in generating an executable module in FIG. 1; 3
The figure is a block diagram illustrating a conventional symbol combination method in executable module generation. In the figure, 1, 2... intermediate format module, 3...
- Executable module generation software, 4... Executable module, 5, 6... Part of executable module, 7... Similar symbol comparison execution unit. In addition, the same symbols in the figures indicate the same or equivalent parts.

Claims (1)

【特許請求の範囲】[Claims] コンピュータ上で動作するソフトウェアの実行形式モジ
ュール生成において、表記に違いがあるが、同一の内容
を示していると見なせるシンボルを、類似シンボルとし
て一致結合することを特徴とする実行形式モジュール生
成における類似シンボル結合方式。
Similar symbols in executable module generation for software that runs on a computer, characterized in that symbols that have different notations but can be considered to indicate the same content are congruently combined as similar symbols. Joining method.
JP3300789A 1989-02-13 1989-02-13 Similar symbol linking method for executing format module generation Pending JPH02211528A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3300789A JPH02211528A (en) 1989-02-13 1989-02-13 Similar symbol linking method for executing format module generation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3300789A JPH02211528A (en) 1989-02-13 1989-02-13 Similar symbol linking method for executing format module generation

Publications (1)

Publication Number Publication Date
JPH02211528A true JPH02211528A (en) 1990-08-22

Family

ID=12374769

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3300789A Pending JPH02211528A (en) 1989-02-13 1989-02-13 Similar symbol linking method for executing format module generation

Country Status (1)

Country Link
JP (1) JPH02211528A (en)

Similar Documents

Publication Publication Date Title
JPH02211528A (en) Similar symbol linking method for executing format module generation
JPH0333990A (en) Optical character recognition instrument and method using mask processing
JP2936426B2 (en) English character recognition device
JPH03225579A (en) Device for segmenting character pattern
JPS61290519A (en) Output device
US20210303790A1 (en) Information processing apparatus
JPS63170789A (en) Pattern resemblance degree detection circuit
Wildberger Pell's equation without irrational numbers
JP2868127B2 (en) Blank reading device in lexical analysis
JPH04299776A (en) Graphic processing system
JPH08212287A (en) Data control system and data processing method
JP2827066B2 (en) Post-processing method for character recognition of documents with mixed digit strings
JPH0296887A (en) Character recognizing device
JPH09138835A (en) Character recognition system
JPH02220185A (en) Document image recognizing device
JPH0520300A (en) Document processor
JPH01261794A (en) Display method for character recognizing system
JPH09161009A (en) Character recognition method
JPH02289027A (en) Roman character/kana conversion display system
JPH10254871A (en) Document input method and its device
JPH0388061A (en) Japanese input device
JPH0475184A (en) Input device
JPH0713999A (en) Table recognizing device
JPH04260986A (en) Character recognizing device
JPH0415727A (en) System for realizing character object that can handle plural coded character groups