JP2636720B2 - Input character string correction device for coding - Google Patents

Input character string correction device for coding

Info

Publication number
JP2636720B2
JP2636720B2 JP5340444A JP34044493A JP2636720B2 JP 2636720 B2 JP2636720 B2 JP 2636720B2 JP 5340444 A JP5340444 A JP 5340444A JP 34044493 A JP34044493 A JP 34044493A JP 2636720 B2 JP2636720 B2 JP 2636720B2
Authority
JP
Japan
Prior art keywords
word
keyword
source program
words
character string
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
JP5340444A
Other languages
Japanese (ja)
Other versions
JPH07160494A (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.)
NEC Corp
Original Assignee
Nippon Electric Co 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP5340444A priority Critical patent/JP2636720B2/en
Publication of JPH07160494A publication Critical patent/JPH07160494A/en
Application granted granted Critical
Publication of JP2636720B2 publication Critical patent/JP2636720B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、ソースプログラムのコ
ーディング時に発生する入力ミスを少なくすることがで
きるコーディング時の入力文字列修正装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an apparatus for correcting an input character string at the time of coding which can reduce input errors at the time of coding a source program.

【0002】[0002]

【従来の技術】プログラムのデバッグを行なう場合、ソ
ースプログラム中に存在する入力ミスが少ないほど、デ
バッグを効率的に行なうことができるが、従来は、作成
されたソースプログラムを入力してコンパイル,デバッ
グを行ない、その過程に於いてエラーが発生すると、修
正可能なら修正するだけであった(例えば、特開平3−
263129号公報)。
2. Description of the Related Art When a program is debugged, debugging can be performed more efficiently as the number of input errors existing in the source program is smaller. However, conventionally, compilation and debugging are performed by inputting a created source program. And if an error occurs in the process, it is only necessary to correct it if possible (for example, see
263129).

【0003】[0003]

【発明が解決しようとする課題】上述したように、従来
は、既に作成されたソースプログラムを対象にして修正
を行なっているだけであり、ソースプログラムのコーデ
ィング時の入力ミスのチェックは、操作者の責任に於い
て行なわれるので、ソースプログラム中に存在する入力
ミスが多くなり、その結果、デバッグを効率的に行なう
ことができなくなる場合があるという問題があった。
As described above, conventionally, only correction has been performed for a source program that has already been created, and checking for input errors when coding the source program is performed by the operator. Therefore, there is a problem that the number of input errors existing in the source program increases, and as a result, debugging cannot be performed efficiently.

【0004】本発明の目的は、ソースプログラムのコー
ディング時に発生する入力ミスを少なくすることができ
るコーディング時の入力文字列修正装置を提供すること
にある。
An object of the present invention is to provide an input character string correction apparatus at the time of coding that can reduce input errors that occur at the time of coding a source program.

【0005】[0005]

【課題を解決するための手段】本発明は上記目的を達成
するため、ソースプログラムの作成に使用する言語の文
法と、該言語で用意されている語と、入力部から入力さ
れる作成中のソースプログラムの文字列と、該作成中の
ソースプログラムとリンクされる作成済みのソースプロ
グラムとを格納する記憶装置と、前記入力部から入力さ
れる文字列の中から、予め定められている文法上の条件
を満たす語を前記記憶装置に記憶されている文法に基づ
いて抽出し、抽出した語をキーワードとするキーワード
抽出手段と、前記記憶装置に格納されている前記言語で
用意されている語及び前記作成中のソースプログラムと
リンクされる前記作成済みのソースプログラムから、前
記キーワード抽出手段で抽出されたキーワードと一致す
る語及び類似する語を検索し、類似する語を検索でき、
且つ一致する語を検索できなかった場合、検索結果を出
力する検索手段と、該検索手段から出力された検索結果
中の1語を、前記キーワードに対応する正しい語と特定
する確定手段と、前記記憶装置に格納されている前記
成中のソースプログラム中の文字列の内、前記キーワー
ドに対応する語を、前記確定手段が特定した語に書き換
える変更手段とを備えたものである。
According to the present invention, in order to achieve the above object, the grammar of a language used for creating a source program, words prepared in the language, and a grammar being created input from an input unit are input. A storage device for storing a character string of a source program, a created source program linked to the source program being created, and a character string input from the input unit, wherein a predetermined grammatical A keyword that is extracted based on the grammar stored in the storage device and that uses the extracted word as a keyword, and a word prepared in the language stored in the storage device. The source program being created and
From the created source program to be linked, a word that matches the keyword extracted by the keyword extracting means and a similar word can be searched, and a similar word can be searched.
A search unit that outputs a search result when a matching word cannot be searched; a determination unit that specifies one word in the search result output from the search unit as a correct word corresponding to the keyword; among the string in the source program of the work <br/> Naruchu stored in the storage device, a word corresponding to the keyword, which has a changing means for rewriting the word in which the determining means has identified is there.

【0006】[0006]

【作用】入力部から文字列が入力されると、キーワード
抽出手段が、入力文字列からキーワード(例えば、関数
名)を抽出し、検索手段が、記憶装置に格納されている
言語によって用意されている語や、現在作成中のソース
プログラムとリンクされる他のソースプログラムを検索
し、上記キーワードと一致する語及び類似する語を探し
出す。
When a character string is input from an input unit, a keyword extracting means extracts a keyword (for example, a function name) from the input character string, and a search means is prepared in a language stored in a storage device. A search is made for words that are present and other source programs linked to the source program currently being created, to find words that match the keywords and similar words.

【0007】検索手段でキーワードに類似する語のみが
探し出されると、確定手段が、その内の1語をキーワー
ドに対応する正しい語と特定し、ソースプログラム中の
キーワードに対応する文字列を確定手段が特定した語に
書き換える。
When only words similar to the keyword are found by the search means, the determination means specifies one of the words as a correct word corresponding to the keyword, and determines a character string corresponding to the keyword in the source program. Rewrite with the word specified by the means.

【0008】[0008]

【実施例】次に本発明の実施例について図面を参照して
詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, embodiments of the present invention will be described in detail with reference to the drawings.

【0009】図1は本発明の実施例のブロック図であ
り、プログラム制御により動作するデータ処理装置1
と、記憶装置2と、入出力装置3とから構成される。
FIG. 1 is a block diagram of an embodiment of the present invention.
, A storage device 2 and an input / output device 3.

【0010】記憶装置2は、ソースプログラムの作成に
使用する言語の文法,予約語が格納される言語知識記憶
部21と、ライブラリ関数の関数名が格納されるライブ
ラリ記憶部22と、現在作成中のソースプログラム及び
現在作成中のソースプログラムとリンクされる他のソー
スプログラムが格納されるソースプログラム記憶部23
とを有する。
The storage device 2 includes a language knowledge storage unit 21 for storing a grammar and a reserved word of a language used for creating a source program, a library storage unit 22 for storing a function name of a library function, Source program storage unit 23 in which a source program of the present invention and another source program linked with the source program currently being created are stored.
And

【0011】入出力装置3は、キーボード等の入力部3
1と、ディスプレイ装置等の出力部32とから構成され
る。
The input / output device 3 includes an input unit 3 such as a keyboard.
1 and an output unit 32 such as a display device.

【0012】データ処理装置1は、キーワード抽出手段
11と、検索手段12と、確定手段13と、変更手段1
4とから構成される。
The data processing apparatus 1 includes a keyword extracting unit 11, a searching unit 12, a determining unit 13, and a changing unit 1.
And 4.

【0013】キーワード抽出手段11は、入力部31か
ら入力された文字列の中から、予め定められている文法
上の条件を満たす語を、言語知識記憶部21に格納され
ている文法に基づいて抽出し、キーワードとする機能を
有する。
The keyword extracting means 11 extracts words satisfying predetermined grammatical conditions from the character strings input from the input unit 31 based on the grammar stored in the linguistic knowledge storage unit 21. It has a function to extract and use as keywords.

【0014】検索手段12は、言語知識記憶部21,ラ
イブラリ記憶部22,ソースプログラム記憶部23を検
索することにより、キーワード抽出手段11で抽出され
たキーワードと類似する語及び一致する語を探し出し、
類似する語を探し出せ、且つ一致する語を探し出せなか
った場合、探し出した語を検索結果として出力する機能
を有する。
The search means 12 searches the linguistic knowledge storage section 21, the library storage section 22, and the source program storage section 23 to find words similar and coincident with the keywords extracted by the keyword extraction means 11,
When a similar word cannot be found and a matching word cannot be found, a function of outputting the found word as a search result is provided.

【0015】確定手段13は、検索手段12が探し出し
た語の内の1語を、前記キーワードに対応する正しい語
と特定する機能を有する。
The determining means 13 has a function of specifying one of the words searched by the searching means 12 as a correct word corresponding to the keyword.

【0016】変更手段14は、ソースプログラム記憶部
23に格納されている作成中のソースプログラム中の上
記キーワードに対応する文字列を、検索手段12が特定
した語に書き換える機能及び出力部32の画面に表示さ
れているソースプログラム中の上記キーワードに対応す
る文字列を、検索手段12が特定した語に書き換える機
能を有する。
The changing unit 14 has a function of rewriting a character string corresponding to the keyword in the source program being created stored in the source program storage unit 23 with the word specified by the search unit 12 and a screen of the output unit 32. Has a function of rewriting a character string corresponding to the keyword in the source program displayed in the search program 12 with the word specified by the search means 12.

【0017】図2はキーワード抽出手段11の処理例を
示す流れ図、図3は検索手段12の処理例を示す流れ
図、図4は確定手段13の処理例を示す流れ図、図5は
変更手段14の処理例を示す流れ図であり、以下各図を
参照して本実施例の動作を説明する。
FIG. 2 is a flowchart showing a processing example of the keyword extracting means 11, FIG. 3 is a flowchart showing a processing example of the searching means 12, FIG. 4 is a flowchart showing a processing example of the deciding means 13, and FIG. 5 is a flowchart illustrating a processing example, and the operation of the present exemplary embodiment will be described below with reference to the drawings.

【0018】プログラマがソースプログラムを作成する
ために入力部31から入力した文字列は、出力部32の
画面に表示されると共に、記憶装置2内のソースプログ
ラム記憶部23に格納される。また、上記した文字列
は、データ処理装置1内のキーワード抽出手段11にも
加えられる。
A character string input by the programmer from the input unit 31 to create a source program is displayed on the screen of the output unit 32 and stored in the source program storage unit 23 in the storage device 2. The character string described above is also added to the keyword extracting means 11 in the data processing device 1.

【0019】キーワード抽出手段11は、入力部31か
ら文字列が入力されると、図2に示すように、入力文字
列と言語知識記憶部21に格納されている文法とに基づ
いて、入力文字列の中から、文法上の特定の条件を満た
す語をキーワードとして抽出する (ステップS1)。こ
こで、キーワードとして抽出する語の文法上の条件は任
意なものとすることができ、例えば、関数名とすること
ができる。
When a character string is input from the input unit 31, the keyword extracting unit 11 inputs the character string based on the input character string and the grammar stored in the linguistic knowledge storage unit 21, as shown in FIG. A word satisfying a specific grammatical condition is extracted as a keyword from the sequence (step S1). Here, the grammatical condition of a word to be extracted as a keyword can be arbitrary, and can be, for example, a function name.

【0020】キーワード抽出手段11は、キーワードを
抽出すると (ステップS2がYES)、抽出したキーワ
ードを検索手段12に渡し (ステップS3)、その後、
ステップS1の処理に戻る。
When the keyword is extracted (step S2: YES), the keyword extracting unit 11 passes the extracted keyword to the search unit 12 (step S3).
It returns to the process of step S1.

【0021】キーワード抽出手段11は、入力部31か
らソースプログラムの入力終了が指示されるまで (ステ
ップS4がYES)、上記した処理を繰り返し行なう。
The keyword extracting means 11 repeats the above processing until the input section 31 instructs the end of the input of the source program (YES in step S4).

【0022】検索手段12は、キーワード抽出手段11
からキーワードが渡されると、図3に示すように、言語
知識記憶部21中の予約語,ライブラリ記憶部22中の
関数名,ソースプログラム記憶部23中の現在作成中の
ソースプログラムとリンクされる他のソースプログラム
を検索対象として、上記キーワードをキーにしたあいま
い検索を行なう (ステップS11)。
The search means 12 includes a keyword extraction means 11
When the keyword is passed from as shown in FIG. 3, the keyword is linked to a reserved word in the linguistic knowledge storage unit 21, a function name in the library storage unit 22, and a currently created source program in the source program storage unit 23. An ambiguous search is performed using the above keyword as a key with another source program as a search target (step S11).

【0023】ここでいうあいまい検索とは、語の比較に
於いて、完全に一致する語以外に、部分的な違いを含む
語も検索する処理を意味する。また、部分的な違いと
は、置換(間違った文字が使われていること),脱落
(欠落した文字があること),余剰(余分な文字がある
こと),前後(文字の順番が入れ替わっていること)等
である。尚、本実施例では不一致箇所が2箇所までの語
を検索対象とする。
The term "ambiguous search" as used herein means a process of searching for a word including a partial difference in addition to a completely matching word in the comparison of words. Also, the partial differences are substitution (the wrong character is used), omission (there is a missing character), surplus (there is an extra character), and before and after (the order of the characters is changed. Be). In the present embodiment, the search is performed for words having up to two unmatched portions.

【0024】検索手段12は、ステップS11のあいま
い検索により、キーワードと完全に一致する語を検索で
きた場合、即ち、キーワードの綴りが正しい場合 (ステ
ップS12,S13が共にYES)及びキーワードと完
全に一致する語も、一部のみが相違する語も検索できな
かった場合 (ステップS12がNO)は、検索結果がな
いことを確定手段13に通知する (ステップS16)。
The search means 12 searches for a word that completely matches the keyword by the fuzzy search in step S11, that is, when the spelling of the keyword is correct (both steps S12 and S13 are YES) and when the keyword is completely matched. If neither a matching word nor a partially different word can be searched (step S12: NO), the determination unit 13 is notified that there is no search result (step S16).

【0025】また、ステップS11のあいまい検索によ
り、キーワードと一部のみが相違する語だけを検索でき
た場合(ステップS12がYES,ステップS13がN
O)は、検索した語に不一致個数情報を付加して確定手
段13に渡すと共に、キーワードを確定手段13に渡す
(ステップS14,S15)。ここで、不一致個数情報
とは、検索した語とキーワードと不一致箇所の個数を示
す情報である。
Also, when only words that differ only in part from the keyword can be searched by the fuzzy search in step S11 (YES in step S12, N in step S13)
O) adds the mismatched number information to the searched word and passes it to the deciding means 13 and passes the keyword to the deciding means 13
(Steps S14 and S15). Here, the mismatch number information is information indicating the number of mismatched portions between the searched word and the keyword.

【0026】確定手段13は、図4に示すように、検索
手段12から検索結果がないことが通知されると (ステ
ップS21がYES)、出力部32の画面に検索結果が
得られなかったことを示す表示を行なう (ステップS2
2)。
As shown in FIG. 4, when the determination unit 13 is notified that there is no search result from the search unit 12 (YES in step S21), the determination unit 13 determines that the search result is not obtained on the screen of the output unit 32. (Step S2)
2).

【0027】また、検索手段12から不一致個数情報が
付加された語とキーワードとが送られてきた場合 (ステ
ップS21がNO)は、送られてきた語の中から最も不
一致個数の少ない語を選択する (ステップS23)。
When a word and a keyword to which the information on the number of inconsistencies is added are sent from the search means 12 (NO in step S21), a word having the least number of inconsistencies is selected from the sent words. Yes (step S23).

【0028】ステップS23で選択した語が1語のみの
場合 (ステップS24がNO)は、確定手段13は上記
選択した語とキーワードとを変更手段14に渡す (ステ
ップS25)。
If only one word is selected in step S23 (NO in step S24), the determination means 13 passes the selected word and keyword to the change means 14 (step S25).

【0029】また、ステップS23で複数の語を選択し
た場合 (ステップS24がYES)は、確定手段13
は、選択した全ての語をキーワードと置き換える語の候
補として出力部32の画面に表示すると共に、キーワー
ドを出力部32の画面に表示する (ステップS26)。
When a plurality of words are selected in step S23 (step S24 is YES),
Displays the selected words on the screen of the output unit 32 as candidates for replacing all the words with the keywords, and displays the keywords on the screen of the output unit 32 (step S26).

【0030】出力部32の画面にステップS23で選択
された複数の語及びキーワードが表示されると、プログ
ラマは、候補として表示された語の内の1つを、例え
ば、カーソルを合わせる等して指示する。
When the plurality of words and keywords selected in step S23 are displayed on the screen of the output unit 32, the programmer places one of the words displayed as candidates, for example, by moving a cursor or the like. To instruct.

【0031】確定手段13は、候補の内の1つが指示さ
れると (ステップS27がYES)、指示された語とキ
ーワードとを変更手段14に渡す (ステップS28)。
When one of the candidates is designated (step S27: YES), the deciding means 13 passes the designated word and keyword to the changing means 14 (step S28).

【0032】変更手段14は、確定手段13からキーワ
ード及びそれと置き換える語が送られてくると、図5に
示すように、ソースプログラム記憶部23に格納されて
いる現在作成中のソースプログラムの該当部分(キーワ
ードの部分)を送られてきた語に書き換え (ステップS
31)、更に、出力部32の画面に表示されているソー
スプログラムの該当部分の表示を送られてきた語に変更
する (ステップS32)。
When the keyword and the word to be replaced with the keyword are sent from the determining unit 13, the changing unit 14 changes the corresponding part of the currently created source program stored in the source program storage unit 23 as shown in FIG. (Keyword part) is rewritten to the sent word (step S
31) Further, the display of the corresponding part of the source program displayed on the screen of the output unit 32 is changed to the sent word (step S32).

【0033】次にC言語でコーディングする場合を例に
して図1の具体的な動作を説明する。
Next, the specific operation of FIG. 1 will be described by taking as an example the case of coding in C language.

【0034】今、関数funcTion( ) を含む文字
列が入力部31から入力されたとする。
Now, it is assumed that a character string including the function funcTion () is input from the input unit 31.

【0035】入力部31から入力された関数funcT
ion( ) を含む文字列は、キーワード抽出手段11に
加えられる。また、上記文字列はソースプログラム記憶
部23に格納されると共に、出力部32の画面に表示さ
れる。
The function funcT input from the input unit 31
The character string containing ion () is added to the keyword extracting means 11. The character string is stored in the source program storage unit 23 and displayed on the screen of the output unit 32.

【0036】キーワード抽出手段11は、funcTi
on( ) を含む文字列が加えられると、予め定められて
いる文法上の条件に合う語を上記文字列から抽出する
(図2,ステップS1)。
The keyword extracting means 11 determines whether the funcTi
When a character string containing on () is added, a word that meets predetermined grammatical conditions is extracted from the character string (FIG. 2, step S1).

【0037】今、例えば、予め定められている文法上の
条件が関数名であるとすると、キーワード抽出手段11
は関数funcTion( ) の関数名funcTion
を抽出することになる。
For example, if the predetermined grammatical condition is a function name, the keyword extracting means 11
Is the function name funcTion of the function funcTion ()
Will be extracted.

【0038】キーワードとして関数名funcTion
を抽出すると、キーワード抽出手段11は、それを検索
手段12に渡す (ステップS3)。
Function name funcTion as a keyword
Is extracted, the keyword extracting means 11 passes it to the searching means 12 (step S3).

【0039】検索手段12は、キーワード抽出手段11
からキーワードとして関数名funcTionが渡され
ると、キーワードfuncTionと類似した語を検索
する(図3,ステップS11)。
The search means 12 includes a keyword extracting means 11
When the function name funcTion is passed as a keyword from, a word similar to the keyword funcTion is searched (FIG. 3, step S11).

【0040】今、例えば、ライブラリ記憶部22に関数
名functionが格納されているとすると、検索手
段12は関数名funcTionと類似する語として関
数名functionを探し出すことになる。
Now, for example, if the function name function is stored in the library storage unit 22, the search means 12 will search for the function name function as a word similar to the function name funcTion.

【0041】もし、関数名funcTionに類似する
語として関数名functionしか探し出せなかった
場合(図3,ステップS12がYESで、ステップS1
3がNO)は、検索手段12は、検索して得た関数名f
unctionに不一致箇所が1箇所であることを示す
不一致個数情報を付加して確定手段13に渡すと共に、
キーワードfuncTion( ) を確定手段13に渡す
(ステップS14,S15)。
If only the function name function is found as a word similar to the function name funcTion (FIG. 3, step S12 is YES, step S1
3 is NO), the search means 12 searches the function name f obtained by the search.
While adding unmatched number information indicating that there is only one unmatched portion to the union, the unmatched number information is passed to the determination means 13 and
The keyword funcTion () is passed to the determination means 13 (steps S14 and S15).

【0042】検索手段12から上記した情報が渡される
と、確定手段13は、キーワードfuncTionと最
も不一致個数の少ない語を選択するが、この場合、関数
名functionしか送られてきていないので、それ
を選択することになる(図4,ステップS23)。
When the above-mentioned information is passed from the search means 12, the determination means 13 selects the word having the least number of mismatches with the keyword funcTion. In this case, since only the function name function has been sent, It will be selected (FIG. 4, step S23).

【0043】その後、確定手段13はステップS23で
選択した語functionとキーワードfuncTi
onとを変更手段14に渡す (ステップS25)。
Thereafter, the deciding means 13 sets the word function and the keyword funcTi selected in step S23.
and "on" to the changing means 14 (step S25).

【0044】変更手段14は、確定手段13から語fu
nctionとキーワードfuncTionとが渡され
ると、ソースプログラム記憶部23に格納されているソ
ースプログラム中のキーワードfuncTionを、確
定手段13から送られてきた語functionに書き
換えると共に、出力部32の画面に表示されているキー
ワードfuncTionを確定手段13から送られてき
た語functionに変更する(図5,ステップS3
1,S32)。
The changing means 14 sends the word fu from the determining means 13
When the nction and the keyword funcTion are passed, the keyword funcTion in the source program stored in the source program storage unit 23 is rewritten to the word function transmitted from the determination unit 13 and displayed on the screen of the output unit 32. Is changed to the word function transmitted from the determination means 13 (FIG. 5, step S3).
1, S32).

【0045】[0045]

【発明の効果】以上説明したように、本発明は、入力部
から入力される文字列の中から、予め定められている文
法上の条件を満たす語をキーワードとして抽出し、更
に、ソースプログラムの作成に使用している言語で用意
されている語と作成中のソースプログラムとリンクされ
る作成済みのソースプログラムとを検索範囲として、キ
ーワードに一致する語及び類似する語を検索し、類似す
る語のみが検索された場合即ち、キーワードに対応する
正しい語が検索された場合、、キーワードを検索した語
で置き換えるものであるので、ソースプログラムのコー
ディング時に発生する入力ミスを少なくすることがで
き、この結果、デバッグ作業を効率良く行なうことが可
能になる効果がある。
As described above, according to the present invention, a word that satisfies a predetermined grammatical condition is extracted as a keyword from a character string input from an input unit. Search for words that match the keyword and similar words, using the words prepared in the language used for the creation and the created source program linked to the source program being created as a search range, and search for similar words When only the word is searched, that is, when the correct word corresponding to the keyword is searched, the keyword is replaced with the searched word. Therefore, input errors that occur when coding the source program can be reduced. As a result, there is an effect that the debugging operation can be performed efficiently.

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

【図1】本発明の実施例のブロック図である。FIG. 1 is a block diagram of an embodiment of the present invention.

【図2】キーワード抽出手段11の処理例を示す流れ図
である。
FIG. 2 is a flowchart showing a processing example of a keyword extracting means 11;

【図3】検索手段12の処理例を示す流れ図である。FIG. 3 is a flowchart illustrating a processing example of a search unit 12;

【図4】確定手段13の処理例を示す流れ図である。FIG. 4 is a flowchart showing a processing example of a determination unit 13;

【図5】変更手段14の処理例を示す流れ図である。FIG. 5 is a flowchart showing a processing example of a changing unit 14;

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

1…データ処理装置 11…キーワード抽出手段 12…検索手段 13…確定手段 14…変更手段 2…記憶装置 21…言語知識記憶部 22…ライブラリ記憶部 23…ソースプログラム記憶部 3…入出力装置 31…入力部 32…出力部 DESCRIPTION OF SYMBOLS 1 ... Data processing apparatus 11 ... Keyword extraction means 12 ... Search means 13 ... Determination means 14 ... Change means 2 ... Storage device 21 ... Language knowledge storage unit 22 ... Library storage unit 23 ... Source program storage unit 3 ... Input / output device 31 ... Input unit 32 ... Output unit

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 ソースプログラムの作成に使用する言語
の文法と、該言語で用意されている語と、入力部から入
力される作成中のソースプログラムの文字列と、該作成
中のソースプログラムとリンクされる作成済みのソース
プログラムとを格納する記憶装置と、 前記入力部から入力される文字列の中から、予め定めら
れている文法上の条件を満たす語を前記記憶装置に記憶
されている文法に基づいて抽出し、抽出した語をキーワ
ードとするキーワード抽出手段と、 前記記憶装置に格納されている前記言語で用意されてい
る語及び前記作成中のソースプログラムとリンクされる
前記作成済みのソースプログラムから、前記キーワード
抽出手段で抽出されたキーワードと一致する語及び類似
する語を検索し、類似する語を検索でき、且つ一致する
語を検索できなかった場合、検索結果を出力する検索手
段と、 該検索手段から出力された検索結果中の1語を、前記キ
ーワードに対応する正しい語と特定する確定手段と、 前記記憶装置に格納されている前記作成中のソースプロ
グラム中の文字列の内、前記キーワードに対応する語
を、前記確定手段が特定した語に書き換える変更手段と
を備えたことを特徴とするコーディング時の入力文字列
修正装置。
1. A grammar of a language used for creating a source program, words prepared in the language, a character string of a source program being created input from an input unit, and a source program being created. A storage device that stores a created source program to be linked, and a word that satisfies a predetermined grammatical condition is stored in the storage device from a character string input from the input unit. Keyword extraction means for extracting the extracted words based on the grammar and using the extracted words as keywords, words linked to the words prepared in the language stored in the storage device and the source program being created
The created source program is searched for a word that matches the keyword extracted by the keyword extracting means and a similar word, and when a similar word can be searched, and a matching word cannot be searched, the search result is changed. search means for outputting, one word in the output search results from said search means, and determining means for identifying the correct word corresponding to the keyword, in the creation in the source program stored in the storage device An input character string correction device at the time of coding, comprising: a change unit that rewrites a word corresponding to the keyword to a word specified by the determination unit in the character string.
【請求項2】 前記確定手段は、前記検索手段から出力
された検索結果中の語の中から前記キーワードと不一致
箇所が最も少ない語を選択し、選択した語が1語の場合
は該選択した語を前記キーワードに対応する正しい語と
特定し、選択した語が複数の場合は該選択した複数の語
を表示部に候補として表示し、該表示した複数の候補の
内の選択された1語を前記キーワードに対応する正しい
語と特定することを特徴とする請求項1記載のコーディ
ング時の入力文字列修正装置。
2. The method according to claim 1, wherein the determining unit selects a word having the least number of mismatches with the keyword from the words in the search result output from the searching unit, and when the selected word is one, the word is selected. A word is specified as a correct word corresponding to the keyword, and when there are a plurality of selected words, the plurality of selected words are displayed as candidates on a display unit, and a selected one of the displayed plurality of candidates is displayed. 2. The apparatus according to claim 1, wherein the character string is specified as a correct word corresponding to the keyword.
【請求項3】 前記キーワードは、関数名であることを
特徴とする請求項2記載のコーディング時の入力文字列
修正装置。
3. The apparatus according to claim 2, wherein the keyword is a function name.
JP5340444A 1993-12-08 1993-12-08 Input character string correction device for coding Expired - Lifetime JP2636720B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5340444A JP2636720B2 (en) 1993-12-08 1993-12-08 Input character string correction device for coding

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5340444A JP2636720B2 (en) 1993-12-08 1993-12-08 Input character string correction device for coding

Publications (2)

Publication Number Publication Date
JPH07160494A JPH07160494A (en) 1995-06-23
JP2636720B2 true JP2636720B2 (en) 1997-07-30

Family

ID=18337025

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5340444A Expired - Lifetime JP2636720B2 (en) 1993-12-08 1993-12-08 Input character string correction device for coding

Country Status (1)

Country Link
JP (1) JP2636720B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10133883A (en) * 1996-10-31 1998-05-22 Nec Corp Compile system
US6651241B1 (en) * 1999-09-29 2003-11-18 Lucent Technologies Inc. Scriptor and interpreter
US10133657B2 (en) * 2016-02-23 2018-11-20 Fujitsu Limited Textual similarity based software program repair

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63245738A (en) * 1987-04-01 1988-10-12 Nec Corp Automatic correcting system for data item with undefined program
JPH01307832A (en) * 1988-06-07 1989-12-12 Nec Corp System for automatically correcting grammatical error of source program in compiler
JPH03189725A (en) * 1989-12-19 1991-08-19 Fanuc Ltd Analogous word retrieving system for automatic programming device
JPH0449432A (en) * 1990-06-19 1992-02-18 Nec Corp Syntax error analyzing system

Also Published As

Publication number Publication date
JPH07160494A (en) 1995-06-23

Similar Documents

Publication Publication Date Title
US10248650B2 (en) In-context exact (ICE) matching
US6345243B1 (en) System, method, and product for dynamically propagating translations in a translation-memory system
US6345244B1 (en) System, method, and product for dynamically aligning translations in a translation-memory system
EP0283685B1 (en) A spelling assistance method for compound words
US20100262621A1 (en) In-context exact (ice) matching
JP5473533B2 (en) In-context exact (ICE) match
JP2636720B2 (en) Input character string correction device for coding
JPH08194611A (en) Device for analyzing rang of influence caused by program correction
JPH1185536A (en) Device and method for automatically correcting error of source program
JP2704945B2 (en) Duplicate expression processing device
JP2806352B2 (en) Dictionary maintenance equipment for machine translation
JP3591109B2 (en) Keyword setting device
JP3294966B2 (en) Machine translation equipment
JP2840258B2 (en) Method of creating bilingual dictionary and co-occurrence dictionary for machine translation system
JP2005352861A (en) Electronic data processing method, apparatus and program
JP3324241B2 (en) Machine translation equipment
JP2011210194A (en) Machine translation device and data structure for edition condition file to be used for edition
CN114238376A (en) Code retrieval method, system, equipment and storage medium
JPH0546370A (en) Program generating device
JPH04158477A (en) Machine translation device
JPH07219956A (en) Machine translation system
JPH10260824A (en) Software development support system
JPH05204964A (en) Natural language interface device
JPH1091422A (en) Software coding system
JPH0785163A (en) Device for correcting broadcast operation job support database