JPS60120433A - Execution processing device of programming language - Google Patents
Execution processing device of programming languageInfo
- Publication number
- JPS60120433A JPS60120433A JP22930383A JP22930383A JPS60120433A JP S60120433 A JPS60120433 A JP S60120433A JP 22930383 A JP22930383 A JP 22930383A JP 22930383 A JP22930383 A JP 22930383A JP S60120433 A JPS60120433 A JP S60120433A
- Authority
- JP
- Japan
- Prior art keywords
- storage means
- code
- character
- language
- predicate
- 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.)
- Granted
Links
Landscapes
- Devices For Executing Special Programs (AREA)
Abstract
Description
【発明の詳細な説明】
産業上の利用分野
本発明は、パーソナルコンピュータ等の電子計算機で各
種の情報処理を行なわせるプログラム言語の実行処理装
置に関する。DETAILED DESCRIPTION OF THE INVENTION Field of the Invention The present invention relates to an execution processing device for a programming language that allows an electronic computer such as a personal computer to perform various information processing.
2べ;
従来例の構成とその問題点
近年の半導体技術の進歩に伴い、パーソナルコンピュー
タの性能は大幅に向上しており、各種データのかな、漢
字まじりの日本語による表現が可能と橙っている。2be; Conventional configuration and its problems With the recent advances in semiconductor technology, the performance of personal computers has improved significantly, and it has become possible to express various types of data in kana and Japanese mixed with kanji. There is.
更に最近に々って、この日本語による情報処理をプログ
ラミングの分野にまで応用しようとする動きがでてきて
いる。Furthermore, recently there has been a movement to apply this Japanese information processing to the field of programming.
これまで開発されてきたプログラミング言語には、RA
SIC,FORTRAN、C0BOL等があるが、これ
らは英語の構文が基礎となっているため、日本人にとっ
てなじみにくく、まだ日本語用に開発されたプログラミ
ング言語もいくつかあるが、これらはC0BOL言語を
基礎としていてC0BOLの文法に縛られており、日本
人の誰もが家庭内で利用できるような自然言語に近い日
本語表記言語ではなかった。Programming languages that have been developed so far include RA
There are SIC, FORTRAN, C0BOL, etc., but since these are based on English syntax, they are difficult for Japanese people to understand, and there are still some programming languages developed for Japanese, but these are based on the C0BOL language. It was based on the C0BOL grammar, and was not a Japanese written language close to a natural language that every Japanese person could use at home.
すなわち、従来のプログラミング言語の実行方法によれ
ば、日本人にとってはなじみにくい言語や文法に基いて
プログラムを作成しなければなら3ページ
ず、誰もが簡便に作成できるプログラムによる実行は困
難であった。まだ、このような事は、日本人だけでなく
、中国人、ロシア人々とについても同様の問題である。In other words, according to the conventional method of executing a programming language, a program must be created based on a language and grammar that is unfamiliar to Japanese people, and it is difficult to execute a program that can be easily created by anyone. Ta. However, this is not only a problem for Japanese people, but also for Chinese and Russian people.
発明の目的
本発明は上記の問題点に鑑みてなされたもので、自然言
語に近い日本語表記等のプログラミング言語でも情報処
理が可能寿、家庭内の誰もが容易にプログラムを作成す
ることのできるプログラミング言語の実行処理装置を提
供することを目的とするO
発明の構成
本発明は少なくとも述語動詞及び助詞となるべき言語デ
ータが入力される入力手段と、あらかじめ言語データと
して基本構文体系の正しい述語動詞を保持している述語
動詞テーブルと、前記述語動詞テーブルが保持している
述語動詞に対し、正しい接続関係となる助詞を保持して
いる助詞テーブルと、前記入力手段が入力した言語入力
データに対し、前記述語テーブル及び助詞テーブルを参
照することにより前記言語入力データの構文誤りを検出
する検出手段とを設けることにより、」−配回的を達す
るものである。Purpose of the Invention The present invention has been made in view of the above-mentioned problems, and aims to make it possible to process information using programming languages such as Japanese notation, which are close to natural languages, and to enable anyone at home to easily create programs. SUMMARY OF THE INVENTION The present invention provides an input means into which language data to be at least predicate verbs and particles are input, and correct predicates of the basic syntactic system as language data in advance. A predicate verb table that holds verbs, a particle table that holds particles that have a correct connection relation to the predicate verbs that are held in the predicate verb table, and linguistic input data input by the input means. However, by providing a detecting means for detecting syntactic errors in the linguistic input data by referring to the predescriptive word table and the particle table, the present invention achieves a "routing" feature.
実施例の説明
以下、図面を参照しながら本発明の一実施例について説
明する。DESCRIPTION OF EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings.
第1図は本発明の一実施例におけるプログラミング言語
の実行処理装置のブロック構成を示すものである。FIG. 1 shows a block configuration of a programming language execution processing device in an embodiment of the present invention.
第1図において、1はタイプライタ等の入力手段で、順
次日本語の文字が入力される。2は入力手段1から入力
された日本語文字列から”〔、〕”により一つの単位と
なる文章優先順位決定手段である。3は辞書4を用いて
日本語文字列が後述するようなあらかじめ定められた基
礎言語体系と寿っているか否かを検査する語句検査手段
で、誤りが発見された場合は誤り表示手段6によりその
旨を表示し、正しい場合は解読手段6にその旨を通知し
て解読を開始させる。そして解読手段6は語句検査手段
3から解読開始の指示がなされると、6ページ
実行可能なインタープリタ言語に変換した後、計算・実
行手段7に送出して実行処理を行なわせる。In FIG. 1, reference numeral 1 denotes an input means such as a typewriter, into which Japanese characters are sequentially input. Reference numeral 2 denotes a sentence priority order determining means that uses "[, ]" to form one unit from the Japanese character string inputted from the input means 1. 3 is a word/phrase inspection means that uses a dictionary 4 to check whether a Japanese character string is consistent with a predetermined basic language system as described below; if an error is found, an error display means 6 displays A message to that effect is displayed, and if it is correct, the decoding means 6 is notified of the fact and starts decoding. When the decoding means 6 receives an instruction to start decoding from the word checking means 3, it converts it into an interpreter language that can execute six pages, and then sends it to the calculation/execution means 7 for execution.
上記構成において、まず入力手段1より第2図に示すよ
う々ステップ順序で日本語プログラムが入力されたとす
る。In the above configuration, it is assumed that a Japanese program is first inputted from the input means 1 in the step order shown in FIG.
その際第2図に示した日本語プログラムの最優先順位は
、第2図のステップ4〜っである。そこでステップ4〜
9を1とすれば、第3図に示すような日本語プログラム
となる。At this time, the highest priority of the Japanese language program shown in FIG. 2 is from step 4 in FIG. So step 4~
If 9 is set to 1, the Japanese program will be as shown in Figure 3.
そして次に優先順位の高いものはステップ1の後半、お
よびステップ2,3.10である。そこでそれらのステ
ップを■とすれば、第4図に示すような日本語プログラ
ムとなる。The next highest priority is the second half of step 1, steps 2, 3, and 10. Therefore, if we define these steps as ■, we will get a Japanese program as shown in Figure 4.
そこで文章優先順位決定手段2は”〔、〕”に基づいて
第6図に示すような体系プログラムで語句検査手段3に
情報を送出する。Therefore, the sentence priority determining means 2 sends information to the word/phrase checking means 3 using a systematic program as shown in FIG. 6 based on "[, ]".
次に語句検査手段3では入力された文章を一時記憶して
いる。そして語句検査手段3では辞書4により、それぞ
れの文章があらかじめ定められた下表に示すような基礎
言語体系となっているか6t・−ジ
否かを検査する。そして検査の結果、第6図に示す日本
語プログラムは、下表の基礎言語体系に沿っているため
、誤り表示手段5に誤りメツセージがなされることなく
、解読手段6にその旨を通知して解読を開始させる。そ
して解読手段6は語句検査手段3から解読開始指示がな
されると、語句検査手段3が一時記憶している第6図に
示すような日本語プログラムを次々と入力し、実行可能
なインタリア言語に変換した後、計算・実行手段7に送
出して実行処理を行なわせる。Next, the word/phrase inspection means 3 temporarily stores the input sentence. Then, the phrase inspection means 3 uses the dictionary 4 to inspect whether each sentence has a predetermined basic language system as shown in the table below. As a result of the inspection, since the Japanese program shown in FIG. 6 complies with the basic language system shown in the table below, no error message is sent to the error display means 5, and the decoding means 6 is notified of the fact. Start decoding. When the decoding means 6 receives an instruction to start decoding from the word/phrase checking means 3, it sequentially inputs the Japanese programs temporarily stored in the word/phrase checking means 3 as shown in FIG. After conversion, it is sent to calculation/execution means 7 for execution processing.
以下余白
1oベージ
次に第6図を参照しながら、文章検索手段2゜語句検査
手段3.および辞書4の要部の構成をさらに詳細に説明
する。The following margins are 1 o page.Next, while referring to Figure 6, text search means 2. word inspection means 3. The configuration of the main parts of the dictionary 4 will be explained in more detail.
第6図は文章優先順位決定手段22語句検査手段3.お
よび辞書4の要部ブロック構成を示すものである。FIG. 6 shows sentence priority order determining means 22 word inspection means 3. and shows the main block configuration of the dictionary 4.
第6図において、10は入力手段1からJISコードあ
るいはASCIIコードの形で入力されてくる文字列を
順次記憶する文字列記憶手段で、クロック信号発生器1
1のクロック信号により左にシフトがなされる。12は
文字列記憶手段1oからシフトされてきた一文字分のコ
ードを記憶する記憶手段、13は記憶手段12が記憶し
ているコードが”〕“のコードであるか否かを検出する
〕検出回路、14は記憶手段12が記憶しているコード
が”。″のコードであるか否かを検出する。In FIG. 6, reference numeral 10 denotes a character string storage means for sequentially storing character strings inputted from the input means 1 in the form of JIS code or ASCII code;
A clock signal of 1 causes a shift to the left. Reference numeral 12 denotes a storage means for storing a code for one character shifted from the character string storage means 1o, and 13 a detection circuit for detecting whether or not the code stored in the storage means 12 is the code of "]". , 14 detect whether the code stored in the storage means 12 is a code of ".".
検出回路、15は記憶手段12が記憶しているコードが
゛〔″のコードであるか否かを検出する〔検出回路で、
各検出回路13,14.15はクロック信号発生器11
が発生するクロック信号によ11べ、−ジ
り同時に検出を開始する。16はその検出が終了した記
憶手段12の内容を順次記憶していく文章コード記憶手
段で、検出回路16が”〔′°を検出すると、内容のリ
セットを行ない次に送出されてくるコードから新たに記
憶を開始する。17は検出回路13により゛〕″記号の
検出があった際に文章コード記憶手段16から一致検出
回路18に内容の転送許可を行なうゲートで、この一致
検出回路18は述語動詞テーブル19a、助詞テーブル
19bを参照して、ゲート17から送出された文章コー
ド列における述語が表に示したような基本言語体系に属
しているものとなっているかどうか、またその述語にお
ける助詞の述語との接続も基本言語体系に属しているも
のかどうかを検査する。そして言語系体の基礎となる述
語検査結果を後述するCPUに通知するとともに、文章
コード列を記憶手段20に送出する。21は最優先順位
の決定後に次の優先順位を決定できるよう文字列記憶手
段1oを制御するとともに、述語及びその述語動詞と助
詞の接続関係が間違って入力されて12ページ
いた場合に誤り表示手段5を介してエラーメツセージを
表示させるCPUである。A detection circuit 15 detects whether or not the code stored in the storage means 12 is the code "["].
Each detection circuit 13, 14.15 is a clock signal generator 11
Detection is started at the same time as 11 and 11 by the clock signal generated by . Reference numeral 16 denotes a text code storage means that sequentially stores the contents of the storage means 12 whose detection has been completed. When the detection circuit 16 detects " 17 is a gate that allows the content to be transferred from the text code storage means 16 to the match detection circuit 18 when the detection circuit 13 detects the symbol ``]''. Referring to the verb table 19a and the particle table 19b, it is possible to determine whether the predicate in the sentence code string sent from the gate 17 belongs to the basic language system as shown in the table, and whether the particle in the predicate is Check whether the connection with the predicate also belongs to the basic language system. Then, the predicate test result, which is the basis of the language system, is notified to the CPU, which will be described later, and the sentence code string is sent to the storage means 20. 21 controls the character string storage means 1o so that the next priority order can be determined after determining the highest priority order, and also an error display means when the predicate and the connection relation between the predicate verb and the particle are inputted incorrectly and there are 12 pages. This is a CPU that displays an error message via 5.
上記構成において、以下その動作を説明する。The operation of the above configuration will be explained below.
捷ず入力手段1より第2図に示すような日本語プログラ
ムがJISコード、あるいはASCIIコードで送出さ
れてくると、文字列記憶手段10は順次その文字コード
を記憶する。When a Japanese program as shown in FIG. 2 is sent from the input means 1 in JIS code or ASCII code, the character string storage means 10 sequentially stores the character codes.
次に文字列記憶手段10は記憶手段12に一文字分の文
字コードを送出する。そして各検出回路13.15は記
憶手段12に送出されている文字コードが”(、) ”
の記号コードであるが否かを検出する。たとえば第2図
に示したステップ1の「売上計算は」までの文字コード
は°’ C、) ”記号コードを含まないため、文章コ
ード記憶手段16に順次記憶されていく。しかし次に°
°〔”の記号コードが〔検出回路16により検出される
。そのため、文章コード記憶手段16に記憶された「売
上計算は」の文字コードは〔検出回路16のリセット信
号によりリセットされる。Next, the character string storage means 10 sends the character code for one character to the storage means 12. Then, each detection circuit 13.15 detects that the character code sent to the storage means 12 is "(,)".
It is detected whether the symbol code is or not. For example, the character code up to "Sales Calculation" in Step 1 shown in FIG.
The symbol code of "°" is detected by the detection circuit 16. Therefore, the character code of "Sales Calculation wa" stored in the text code storage means 16 is reset by the reset signal of the detection circuit 16.
以下同様にして、ステップ1からステップ3までの文章
コードはステップ4の先頭に”〔″が存在するため、〔
検出回路16により内容がリセットされる。次にステッ
プ4からステップ9までのコードが文章コード記憶手段
16に記憶される。In the same way, the sentence code from step 1 to step 3 has "[" at the beginning of step 4, so
The contents are reset by the detection circuit 16. Next, the codes from step 4 to step 9 are stored in the sentence code storage means 16.
そしてステップ9の最後で、〕検出回路13により〕”
の記号コードが検出されるため、ステップ4からステッ
プ13までの内容はゲート17を介して一致検出回路1
7に送出され、記憶される。At the end of step 9, the detection circuit 13 detects
Since the symbol code of
7 and stored.
一致検出回路18は、。検出回路14が記憶手段12に
記憶されたコードの中がら゛。″のコードを検出してい
るため、ゲート17から送出されてくるステップ4から
ステップ9までコードの何番目に述語しなるべきコード
があるかが。検出回路14により知らされている。そし
て述語動詞コードを記憶している述語動詞テーブル19
aの内容を参照することにより、一致検出回路18はス
テップ9までの述語動詞を検査する。!、た一致検出回
路18は、その述語動詞に接続されるべき助詞コードを
記憶している助詞テーブル19bの内容を参照すること
により、ステップ4からステラ14ベージ
プ9″i1での述語におけるその助詞の接続関係を検査
する。The coincidence detection circuit 18 is as follows. The detection circuit 14 detects among the codes stored in the storage means 12. Since the code `` is detected, the detection circuit 14 is informed of the code that should be predicated in the code from step 4 to step 9 sent from the gate 17. Predicate verb table 19 that stores codes
By referring to the contents of a, the match detection circuit 18 checks the predicate verbs up to step 9. ! , the coincidence detection circuit 18 determines the particle in the predicate in the Stella 14 page 9''i1 from step 4 by referring to the contents of the particle table 19b that stores the particle code to be connected to the predicate verb. Check connections.
この2つの検査の結果、ステップ4からステップ9まで
の中に6つの正しい文章が存在することを検出してCP
U21にその旨を通知する。そして一致検出回路18は
、その後保持していた情報を記憶手段20に送出し、記
憶させる。As a result of these two tests, it was detected that there were six correct sentences from step 4 to step 9, and the CP
Notify U21 of this. The coincidence detection circuit 18 then sends the held information to the storage means 20 and stores it therein.
次にCPU21は記憶手段2oに文字コード列が送出さ
れてくると、文字列記憶手段10の内容と比較し、対応
する内容の部分を第3図に示すようにIとして、文字列
記憶手段10の内容改新を打力い第3図に示す内容のコ
ード列を再び記憶させる。そして次に優先順位の高いも
のを同様に調べ、最終的に第5図に示すような体系で優
先順位が決定され、以下同様に主語や修飾語等の検査を
行なった後、解読手段6に情報が送出され解読処理がな
される。Next, when the character code string is sent to the storage means 2o, the CPU 21 compares it with the contents of the character string storage means 10, and sets the corresponding content part as I as shown in FIG. After updating the contents, the code string with the contents shown in FIG. 3 is stored again. Then, the next highest priority is examined in the same way, and the priority is finally determined using the system shown in Figure 5. After checking the subject and modifiers in the same way, the decoding means 6 Information is sent and decrypted.
以上のように本実施例によれば、第6図に示すような手
段により、日本語プログラムにおける処理の順序を決定
づけるとともに、命令の主体とな15ベ−ノ
る述語動詞及びその助詞を検査することができるので日
本語プログラムの処理を迅速に行なうことができる。As described above, according to this embodiment, the order of processing in a Japanese program is determined by the means shown in FIG. This makes it possible to quickly process Japanese programs.
発明の効果
本発明は以上のように日本語等の述語を主体に処理を行
なうことにより、日本語表記等のプログラミング言語で
も容易にそのプログラムの処理順序を決定することがで
きるため、自然言語に近い日本語表記等のプログラミン
グ言語でも情報処理をなすことができ、その価値は大き
い。Effects of the Invention The present invention, as described above, can easily determine the processing order of a program even in a programming language such as Japanese notation by performing processing based on predicates such as Japanese. Information processing can be performed using programming languages similar to Japanese notation, which is of great value.
第1図は本発明の一実施例におけるプログラミング言語
の実行処理装置のブロック結線図、第2図、第3図、第
4図は同装置の処理により実行されるプログラムの一部
を示す図、第6図は同装置のプログラム処理の体系を示
す図、第6図は同装置における要部ブロック結線図であ
る。FIG. 1 is a block diagram of a programming language execution processing device according to an embodiment of the present invention; FIGS. 2, 3, and 4 are diagrams showing part of a program executed by the processing of the device; FIG. 6 is a diagram showing the program processing system of the device, and FIG. 6 is a block diagram of main parts of the device.
Claims (1)
力される入力手段と、あらかじめ言語データとして基本
構文体系の正しい述語動詞を保持している述語動詞テー
ブルと、前記述語動詞テーブルが保持している述語動詞
に対し、正しい接続関係となる助詞を保持している助詞
テーブルと、前記入力手段が入力した言語入力データに
対し、前記述語テーブル及び助詞テーブルを参照するこ
とにより前記言語入力データの構文誤りを検出する検出
手段とを具備するプログラミング言語の実行処理装置。An input means into which linguistic data to be at least predicate verbs and particles are input, a predicate verb table that holds correct predicate verbs in the basic syntactic system as linguistic data, and predicates held in the pre-descriptive verb table. Syntactic errors in the language input data can be detected by referring to the particle table that holds particles that have a correct connection relation to the verb, and the preceding descriptor table and the particle table for the language input data input by the input means. A programming language execution processing device comprising a detection means for detecting.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP22930383A JPS60120433A (en) | 1983-12-05 | 1983-12-05 | Execution processing device of programming language |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP22930383A JPS60120433A (en) | 1983-12-05 | 1983-12-05 | Execution processing device of programming language |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS60120433A true JPS60120433A (en) | 1985-06-27 |
JPH0256691B2 JPH0256691B2 (en) | 1990-11-30 |
Family
ID=16890019
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP22930383A Granted JPS60120433A (en) | 1983-12-05 | 1983-12-05 | Execution processing device of programming language |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS60120433A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5418716A (en) * | 1990-07-26 | 1995-05-23 | Nec Corporation | System for recognizing sentence patterns and a system for recognizing sentence patterns and grammatical cases |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2502776Y2 (en) * | 1990-09-13 | 1996-06-26 | 株式会社サクラクレパス | Writing instrument |
-
1983
- 1983-12-05 JP JP22930383A patent/JPS60120433A/en active Granted
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5418716A (en) * | 1990-07-26 | 1995-05-23 | Nec Corporation | System for recognizing sentence patterns and a system for recognizing sentence patterns and grammatical cases |
Also Published As
Publication number | Publication date |
---|---|
JPH0256691B2 (en) | 1990-11-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Padró et al. | Freeling 3.0: Towards wider multilinguality | |
US20050216253A1 (en) | System and method for reverse transliteration using statistical alignment | |
Bayer et al. | MITRE’s Submissions to the EU Pascal RTE Challenge | |
JPS60120433A (en) | Execution processing device of programming language | |
JPS59140582A (en) | Natural language translation assisting system | |
JPH0130173B2 (en) | ||
Wu | Textual entailment recognition based on inversion transduction grammars | |
JP2621999B2 (en) | Document processing device | |
JPH0715691B2 (en) | Automatic translator | |
JPH07175808A (en) | Natural language processor | |
JPS60120435A (en) | Executive processor of programming language | |
JPS60120434A (en) | Execution processing device of programming language | |
JPS60164864A (en) | Device for processing data | |
Iyyappan | Online Tamil Error Correctors and Their Needs: Dr. K. Iyyappan Guest Lecturer, Department of Tamil, LN Government College, Ponneri-601204 Call: 9962660279 Email: agniiyyappan@ gmail. com | |
JPS62272357A (en) | System for displaying error of input sentence in mechanical translating system | |
JP3197110B2 (en) | Natural language analyzer and machine translator | |
JPH1115846A (en) | Information retrieval device and recording medium | |
JP3267168B2 (en) | Natural language conversion system | |
JPH1139347A (en) | Text retrieval system, index generation device, text retrieval device and recording medium which computer can read | |
JPH0785057A (en) | Syntax analyzing method and device therefor | |
JPS62209659A (en) | Correcting device for japanese sentence | |
JPS62272358A (en) | Display system for interruption of translation in translating device | |
JPH01316863A (en) | Automatic qualifying and correcting device for error in japanese language text | |
JPH04296970A (en) | Sentence checking device | |
JPS59125447A (en) | Executing method of programming language |