JPH0221335A - Back-up device for formation of knowledge base - Google Patents

Back-up device for formation of knowledge base

Info

Publication number
JPH0221335A
JPH0221335A JP17070188A JP17070188A JPH0221335A JP H0221335 A JPH0221335 A JP H0221335A JP 17070188 A JP17070188 A JP 17070188A JP 17070188 A JP17070188 A JP 17070188A JP H0221335 A JPH0221335 A JP H0221335A
Authority
JP
Japan
Prior art keywords
word
words
rule
knowledge base
working memory
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
JP17070188A
Other languages
Japanese (ja)
Inventor
Masumi Nomura
真澄 野村
Ryoichi Murata
良一 村田
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 Heavy Industries Ltd
Original Assignee
Mitsubishi Heavy Industries 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 Mitsubishi Heavy Industries Ltd filed Critical Mitsubishi Heavy Industries Ltd
Priority to JP17070188A priority Critical patent/JPH0221335A/en
Publication of JPH0221335A publication Critical patent/JPH0221335A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To realize the automatic conversion of code trains of a production rule by showing the pairs of words and codes included in the sentences in a data base and showing the knowledge needed for generation of a complete production rule in a knowledge base for completion of the production rule. CONSTITUTION:A sentence interpreting device 1 stores the name, the conditional part and the conclusion part of a production rule inputted via an input device 13 into a 1st working memory 2 and the conditional and the conclusion part of the production rule into a 2nd working memory 3 respectively. In this case, the form of IF added with the rule name is stored into the function name parts 24 and 34 corresponding to the conditional parts 22 and 32 of both memories 2 and 3 respectively. At the same time, the form of THEN added with the rule name is stored into the function name parts 25 and 35 corresponding to the conclusion parts 23 and 33 of both memories 2 and 3 respectively. Thus it is possible to convert the production rule into a code train that can be applied to a computer.

Description

【発明の詳細な説明】 [産業上の利用分野] 本発明は、知識ベースを構築する際に使用される知識ベ
ース構築支援装置に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a knowledge base construction support device used when constructing a knowledge base.

[従来の技術〕 従来、この種の知識ベース構築支援装置としては格別構
成されたものはなく、文章で表現されたプロダクション
ルールを計算機が用いることのできるコードに作業者が
変換していた。
[Prior Art] Conventionally, this type of knowledge base construction support device has not been specially configured, and an operator converts production rules expressed in text into code that can be used by a computer.

[発明が解決しようとする課題] 従来、知識ベースを構築する作業は、全て人間の手作業
により行なわれており、次に示すような問題点があった
[Problems to be Solved by the Invention] Conventionally, the work of constructing a knowledge base has been entirely done manually by humans, which has had the following problems.

(1)文章化されたプロダクションルールを計算機が用
いることができるコードに変換する際、作業者は図面や
図書等を調べる必要があり、知識ベースを構築する上で
膨大な時間を要する。
(1) When converting written production rules into codes that can be used by a computer, workers need to study drawings, books, etc., and it takes an enormous amount of time to build a knowledge base.

(2)文章化されているプロダクションルールを計算機
が用いることができるコードに変換する際、作業者が当
該ルールを誤って解釈する恐れがあり、これにより誤っ
た知識ベースを構築する可能性がある。
(2) When converting written production rules into code that can be used by a computer, there is a risk that workers will misinterpret the rules, which may lead to building an incorrect knowledge base. .

そこで本発明は、プロダクションルールを計算機が利用
できるコード列に変換することができる知識ベース構築
支援装置を提供することを目的とする。
Therefore, an object of the present invention is to provide a knowledge base construction support device that can convert production rules into a code string that can be used by a computer.

1課題を解決するための手段] 本発明は、上記課題を解決し目的を達成するために次の
ような手段を講じた。
Means for Solving 1 Problem] The present invention has taken the following measures in order to solve the above problems and achieve the objective.

(1)文章化されたプロダクションルールを計算機が利
用できるコードに変換する際に必要な、文章中の単語と
コードとの対をデータベース化し、辞書として用いる。
(1) A database of pairs of words and codes in sentences, which are necessary when converting written production rules into codes that can be used by a computer, is created and used as a dictionary.

(2)完全なプロダクションルールを構成する上で必要
な知識を知識ベース化し、プロダクションルールを補完
する。
(2) Complement production rules by creating a knowledge base of the knowledge necessary to construct complete production rules.

[作用] 上記手段を講じたことにより次のような作用を奏する。[Effect] By taking the above measures, the following effects are achieved.

(1)文章化されたプロダクションルールを自動的にコ
ード列に変換できる。
(1) Written production rules can be automatically converted into code strings.

(2)たとえ文章化されたプロダクションルールが不完
全な文章であっても、この文章を補完し、完全な文章に
変換できる。
(2) Even if the written production rule is an incomplete sentence, this sentence can be complemented and converted into a complete sentence.

[実施例] 第1図〜第17図は本発明の一実施例を示す図で、第1
図は知識ベース構築支援装置の構成を示すブロック図で
ある。知識ベース構築支援装置は、文章解釈装置1と、
第1のワーキングメモリ2と、第2のワーキングメモリ
3と、第3のワーキングメモリ4と、単語辞iF5と、
同意語辞書6と、文章解釈ルールベース7と、関数群デ
ータベース8と、計i’lPI点データベース9と、知
識ベース編集装置]0と、第1のメモリ11と、第2の
メモリ]2と、入力装置13と、出力装置14とにより
構成されている。
[Example] Figures 1 to 17 are diagrams showing an example of the present invention.
The figure is a block diagram showing the configuration of the knowledge base construction support device. The knowledge base construction support device includes a text interpretation device 1,
A first working memory 2, a second working memory 3, a third working memory 4, a word dictionary iF5,
a synonym dictionary 6, a sentence interpretation rule base 7, a function group database 8, a total i'lPI point database 9, a knowledge base editing device] 0, a first memory 11, a second memory] 2, and , an input device 13, and an output device 14.

第2図は第1のワーキングメモリの構成を示す図である
。第1のワーキングメモリ2は、プロダクションルール
のルール名を格納するルール名部21と、プロダクショ
ンルールの条件部を格納する条件部22と、プロダクシ
ョンルールの帰結部を格納する帰結部23と、上記条件
部22および上記帰結部23の関数名を格納する関数名
部24および関数名部25とにより構成されている。
FIG. 2 is a diagram showing the configuration of the first working memory. The first working memory 2 includes a rule name section 21 that stores a rule name of a production rule, a condition section 22 that stores a condition section of a production rule, a consequence section 23 that stores a consequence section of a production rule, and a consequence section 23 that stores a consequence section of a production rule. It is composed of a function name section 24 and a function name section 25 that store the function names of the section 22 and the consequence section 23.

第3図は第2のワーキングメモリの構成を示す図である
。第2のワーキングメモリ3は、プロダクションルール
の条件部を格納する条件部32と、プロダクションルー
ルの帰結部を格納する帰結部33と、上記条件部32お
よび上記帰結部33の関数名を格納する関数名部34お
よび関数名部35とにより構成されている。
FIG. 3 is a diagram showing the configuration of the second working memory. The second working memory 3 includes a condition part 32 that stores a condition part of a production rule, a consequence part 33 that stores a consequence part of a production rule, and a function that stores function names of the condition part 32 and the consequence part 33. It is composed of a name part 34 and a function name part 35.

第4図は第3のワーキングメモリの構成を示す図である
。41は単語識別名である。
FIG. 4 is a diagram showing the configuration of the third working memory. 41 is a word identification name.

次に知識ベース構築支援装置の動作を第1のワキングメ
モリ2および第2のワーキングメモリ3および第3のワ
ーキングメモリ4に格納されている情報の内容を適宜示
しながら説明する。
Next, the operation of the knowledge base construction support device will be explained while appropriately showing the contents of the information stored in the first working memory 2, the second working memory 3, and the third working memory 4.

[ステップ1] 出力装置14は、作業者に対してプロダクションルール
のルール名1条件部、帰結部を入力すようガイドする。
[Step 1] The output device 14 guides the operator to input the rule name 1 condition part and consequence part of the production rule.

[ステップ2] 作業者は、次に示すような文章化したプロダクションル
ールを入力装置13に入力する。
[Step 2] The operator inputs written production rules as shown below into the input device 13.

ルール名:RULE1 条件部 ;加圧器にがし弁、又は 加圧器安全弁の開動作 帰結部 二加圧器逃がしタンク水位。Rule name: RULE1 Condition part: Pressurizer release valve, or Pressurizer safety valve opening operation Consequences: 2 Pressurizer relief tank water level.

温度、圧力の上昇 [ステップ3] 文章解釈装置1は入力装置13を介して入力したプロダ
クションルールのルール名1条件部、帰結部を第1のワ
ーキングメモリ2に、プロダクションルールの条件部、
帰結部を第2のワーキングメモリ3に格納する。このと
き、第1のワーキングメモリ2および第2のワーキング
メモリ3の条件部22.32に対応する関数名部24.
34には、IFにルール名を付したかたち、すなわちr
lF−ルール名」を格納する。同様に、第1のワーキン
グメモリ2および第2のワーキングメモリ3の帰結部2
3.33に対応する関数名部25゜35には、THEN
にルール名を付したかたち、すなわちrTHEN−ルー
ル名」を格納する。
Increase in temperature and pressure [Step 3] The text interpretation device 1 stores the rule name 1 condition part and the consequence part of the production rule input through the input device 13 in the first working memory 2, and stores the production rule condition part and the result part in the first working memory 2.
The resultant part is stored in the second working memory 3. At this time, the function name part 24.32 corresponding to the condition part 22.32 of the first working memory 2 and the second working memory 3.
34 is the form in which the rule name is attached to the IF, that is, r
IF-Rule Name" is stored. Similarly, the resultant part 2 of the first working memory 2 and the second working memory 3
3.The function name part 25゜35 corresponding to 33 contains THEN
is stored with a rule name attached to it, that is, rTHEN-rule name.

第9図(a)はステップ3の処理を行なった後の第1の
ワーキングメモリ2に格納されている情報の内容を示す
図であり、第9図(b)はステップ3の処理を行なった
後の第2のワーキングメモリ3に格納されている内容を
示す図である。関数名部24.34にはIF−RULE
Iが、関数名部25.35にはTHEN−RULEIが
格納されている。
FIG. 9(a) is a diagram showing the contents of the information stored in the first working memory 2 after performing the processing in step 3, and FIG. 9(b) is a diagram showing the contents of the information stored in the first working memory 2 after performing the processing in step 3. 3 is a diagram showing contents stored in the second working memory 3. FIG. IF-RULE in function name part 24.34
I is stored in the function name section 25.35, and THEN-RULEI is stored in the function name section 25.35.

第5図は単語辞書の構成を示す図である。単語辞書5は
知識ベースを構築するために用いる単語を格納する単語
部51と、この単語部51の単語と対をなす単語識別名
を格納する単語識別名部52とにより構成されている。
FIG. 5 is a diagram showing the structure of the word dictionary. The word dictionary 5 includes a word section 51 that stores words used to construct a knowledge base, and a word identifier section 52 that stores word identifiers that are paired with the words in the word section 51.

単語識別名部52には、a−gで示されている単語識別
名が格納されており、次に示すような意味を有している
The word identification name section 52 stores word identification names indicated by a to g, which have the following meanings.

a:物理名に係わる部材名である。a: A component name related to a physical name.

b:作業情報に係わる部材名である。b: Name of component related to work information.

C:各計測装置から送出される 測定量である。C: Sent from each measuring device It is a measurable quantity.

d:作動情報である。d: Operation information.

e:状態情報である。e: Status information.

f:rorJを意味する。f: means rorJ.

g :  randJを意味する。g: means randJ.

[ステップ4] 文章解釈装置1は、第2のワーキングメモリ3の条件部
32に格納されている文章に対して次に示す処理を行な
う。
[Step 4] The text interpretation device 1 performs the following processing on the text stored in the condition section 32 of the second working memory 3.

(1)文章内の()で囲まれていない部分に対して、単
語辞書5に格納されている単語部51の文字の長い単語
から照合する。
(1) The parts of the sentence that are not enclosed in parentheses are compared starting with the word with the longest character in the word part 51 stored in the word dictionary 5.

単語部51の単語と文章の単語とが一致したとき、文章
内の一致した単語を()で囲む。この()が当該文章中
において前から何番目の()かを算出し、この番号に応
じた第3のワーキングメモリ4の領域に当該一致した単
語の単語識別名52を格納する。
When a word in the word portion 51 matches a word in the sentence, the matched word in the sentence is enclosed in parentheses. The number of parentheses () in the sentence is calculated, and the word identification name 52 of the matching word is stored in the area of the third working memory 4 corresponding to this number.

第10図(a)は上記処理を行なった後のワーキングメ
モリ2に格納されているプロダクションルールの内容を
示す図である。
FIG. 10(a) is a diagram showing the contents of the production rule stored in the working memory 2 after the above processing has been performed.

第10図(b)は上記処理を行なった後の第3のワーキ
ングメモリ4に格納されている情報の内容を示す図であ
る。単語辞書5の単語部51の「にがし弁」と対である
単語識別名52はrbJであり、第3のワーキングメモ
リ4にはrbJが格納されている。
FIG. 10(b) is a diagram showing the contents of information stored in the third working memory 4 after performing the above processing. The word identification name 52 that is a pair with "nigashiben" in the word section 51 of the word dictionary 5 is rbJ, and rbJ is stored in the third working memory 4.

また、単語辞書5の全ての単語を当該文章に照合した結
果、一致する単語がない場合、(3)以降の処理を行な
う。
Further, as a result of comparing all the words in the word dictionary 5 with the sentence, if there is no matching word, the processing from (3) onwards is performed.

(2)(1)の処理により一致した文章中の単語を始点
として、上記(1)の処理を行なう。
(2) Perform the processing in (1) above using the word in the sentence that matches in the processing in (1) as the starting point.

第11図(a)は第2のワーキングメモリ3の条件部3
2の全ての単語に対して上記(1)(2)の処理を行な
った後の第2のワーキングメモリ3に格納されている情
報の内容を示す図で、第11図(b)は第2のワーキン
グメモリ3の条件部32の全ての単語に対して上記(1
)(2)の処理を行なった後の第3のワーキングメモリ
4に格納されている単語識別名の配列を示す図である。
FIG. 11(a) shows the condition section 3 of the second working memory 3.
11(b) is a diagram showing the contents of the information stored in the second working memory 3 after performing the processes (1) and (2) above for all words in the second working memory 3. For all the words in the condition part 32 of the working memory 3 of
) is a diagram showing the arrangement of word identification names stored in the third working memory 4 after performing the process of (2).

(3)第2のワーキングメモリ3の条件部32に格納さ
れている文章の内、()で囲まれていない部分を消去す
る。
(3) Of the sentences stored in the condition section 32 of the second working memory 3, the parts not enclosed in parentheses are deleted.

第6図、は同意語辞書の構成を示す図である。同意語辞
書6は、非標準語部61と標準語部62とにより構成さ
れており、文章化されたプロダクションルールの中にお
いて非標準語部61に格納されている非標準語が用いら
れているような場合、この非標準語を標準語に変換する
ときに用いる辞書の役割をなす。
FIG. 6 is a diagram showing the structure of a synonym dictionary. The synonym dictionary 6 is composed of a non-standard word section 61 and a standard word section 62, and non-standard words stored in the non-standard word section 61 are used in written production rules. In such cases, it serves as a dictionary used to convert non-standard words into standard words.

(4)第2のワーキングメモリ3の条件部32に格納さ
れている( )で囲まれている夫々の単語と、同意語辞
iF6の非標準語部61に格納されている単語とを照合
する。一致した場合、非標準語部61の単語と対をなす
標準語部62の単語に置換する。この照合作業は、当該
文章の前から行なつO 第12図は上記(3)(4)の処理が行なわれた後の第
2のワーキングメモリ3に格納されているプロダクショ
ンルールの内容を示す図である。
(4) Compare each word enclosed in parentheses stored in the condition section 32 of the second working memory 3 with the word stored in the non-standard word section 61 of the synonym dictionary iF6. . If there is a match, the word in the standard language section 62 is replaced with the word in the standard language section 62 that is paired with the word in the non-standard language section 61. This verification work is performed from before the text in question. Figure 12 is a diagram showing the contents of the production rule stored in the second working memory 3 after the processes (3) and (4) above have been performed. It is.

条件部32では、前記(3)の処理により第11図(a
)に示す条件部32の「に」が消去されている。また、
上記(4)の処理により第11図示の条件部32の非標
準語「にがし弁」が標準語の「逃がし弁」に置換されて
いる。
In the condition part 32, the process (3) above results in the condition shown in FIG. 11(a).
) in the condition section 32 has been deleted. Also,
As a result of the process (4) above, the non-standard word "nigashiben" in the condition section 32 shown in FIG. 11 is replaced with the standard word "relief valve".

文章解釈ルールベース7には、第2のワーキングメモリ
3および第3のワーキングメモリ4に格納されている不
完全なプロダクションルールを完全な文章に補完するた
めのルールが格納されている。このルールを(イ)〜(
ニ)で説明する。
The sentence interpretation rule base 7 stores rules for supplementing incomplete production rules stored in the second working memory 3 and the third working memory 4 into complete sentences. This rule (a)~(
This will be explained in d).

(イ)単語識別名Cの単語の直前に単語識別名aの41
語がない場合、単語識別名Cの単語より前で最も距離の
短い単語識別名aの単語を単語識別名Cの単語の直前に
複写する。
(b) 41 of word identifier a immediately before the word of word identifier C
If there is no word, the word with the word identifier a that is the shortest before the word with the word identifier C is copied immediately before the word with the word identifier C.

(ロ)(1i語識別名すの単語の直後に単語識別名dの
単語がない場合、単語識別名すの単語より後で最も距離
の短い単語識別名dの単語を単語識別名すの単語の直後
に複写する。
(b) (1i) If there is no word with the word identifier d immediately after the word with the word identifier s, the word with the word identifier d that is the shortest distance after the word with the word identifier s is replaced with the word with the word identifier d. Copy immediately after.

(ハ)単語識別名Cの単語の直後に単語識別名eの単語
がない場合、単語識別名Cの単語より後で最も距離の短
い単語識別名eの単語を単語識別名Cの単語の直後に複
写する。
(c) If there is no word with word identifier e immediately after the word with word identifier C, the word with word identifier e which is the shortest distance after the word with word identifier C is placed immediately after the word with word identifier C. Copy to.

(ニ)当該文章が単語識別名aの単語で始まり、かつ単
語識別名dまたは単語識別名eの単語で終わる最小単語
数の集団を単文とみなす。そして、単文と単文との間に
単語識別名fまたは単語識別名gの単語がない場合、そ
の単文より後ろで最も距離の短い単語識別名fまたはg
の単語を2つの単文の間に段写する。また、当該単文の
後ろで単語識別名fまたは単語識別名gがない場合、単
語識別名gの単語すなわち、(かつ)を2つの単文の間
に挿入する。
(d) A group in which the sentence starts with the word with the word identification name a and ends with the word with the word identification name d or the word identification name e is considered to be a simple sentence. If there is no word with the word identification name f or word identification name g between the simple sentences, then the word identification name f or g that is the shortest after the simple sentence.
Copy the words between two simple sentences. Furthermore, if there is no word identification name f or word identification name g after the simple sentence, the word with word identification name g, that is, (and) is inserted between the two simple sentences.

(5)文章解釈ルールベース7に格納されているルール
に基づいて、第2のワーキングメモリ3の条件部32に
格納されている単35列および第3のワーキングメモリ
4の単語識別名41の配列の補完を行なう。
(5) Based on the rules stored in the sentence interpretation rule base 7, the arrangement of the single 35 columns stored in the condition section 32 of the second working memory 3 and the word identification names 41 of the third working memory 4 Completion is performed.

第13図(a)は第12図に示す第2のワーキングメモ
リ3の条件部32に対して上記ルール(イ)〜(ニ)に
基づいた処理を行なった後の第2のワーキングメモリ3
の単語列の配列状態を示す図で、第13図(b)は上記
ルール(イ)〜(ニ)に基き、第2のワーキングメモリ
3に対して処理を行なったとき、単語列の変更に伴って
変更した第3のワーキングメモリ4の単語識別名41の
配列を示す図である。なお、第11図(b)に示した単
語識別名41の配列は、第12図に示した第2のワーキ
ングメモリ3の単語列の配列と同じである。前記(ロ)
の処理により第11図(b)に示す第3のワーキングメ
モリ4の前から6番目のrdJが前から2番目のrbJ
の後に慢写挿入され、rabdfabdJとなり、第1
3図(b)に示すようになる。
FIG. 13(a) shows the second working memory 3 after processing based on the above rules (a) to (d) is performed on the condition part 32 of the second working memory 3 shown in FIG.
FIG. 13(b) is a diagram showing the arrangement state of word strings, and FIG. It is a figure which shows the arrangement|sequence of the word identification name 41 of the 3rd working memory 4 which changed accordingly. The arrangement of the word identifiers 41 shown in FIG. 11(b) is the same as the arrangement of word strings in the second working memory 3 shown in FIG. 12. Said (b)
Through this process, the sixth rdJ from the front in the third working memory 4 shown in FIG. 11(b) becomes the second rbJ from the front.
After that, a copy was inserted and became rabdfabdJ, and the first
The result is as shown in Figure 3 (b).

[ステップ5] 文章解釈装置1は、第2のワーキングメモリ3の帰結部
に格納されている文章に対して、上述したステップ4と
同じ処理を行なう。
[Step 5] The text interpretation device 1 performs the same process as in step 4 described above on the text stored in the consequent section of the second working memory 3.

第7図は関数群データベースの構成を示す図である。関
数群データベース8は、単語部81と、関数名部82と
により構成されている。単語部81には状態変化または
動作等を表す単語が格納されており、関数名部82には
上記単語部81の単語と対をなすコードが格納されてい
る。
FIG. 7 is a diagram showing the structure of the function group database. The function group database 8 is composed of a word section 81 and a function name section 82. The word section 81 stores words representing state changes, actions, etc., and the function name section 82 stores codes that are paired with the words in the word section 81.

第8図は計71111点データベースの構成を示す図で
ある。計/Il1点データベース9は、単語部91と、
計1i1111点名部92とにより構成されている。単
語部91には計装装置、センサ等の単語が格納されてお
り、計測点基部92の計測点名には上記単語部91のi
it語と係わりのある信号名が格納されている。すなわ
ち単語部91の単語と、計測点名部装置、 1・・・第1のメモリ、 2・・・第2のメモリ、 3・・・入力装置、 4・・・出力装置。
FIG. 8 is a diagram showing the structure of a database of 71,111 points in total. The total/I1 point database 9 includes a word part 91,
It is composed of a total of 1i1111 point name parts 92. The word part 91 stores words such as instrumentation device, sensor, etc., and the measurement point name of the measurement point base 92 includes the i of the word part 91.
Stores signal names related to the IT word. That is, the words in the word section 91, the measurement point name section device, 1...first memory, 2...second memory, 3...input device, 4...output device.

Claims (1)

【特許請求の範囲】 プロダクションルールを入力するための入力装置と、知
識ベースを構築するために必要な単語とこの単語の単語
識別名を格納した単語辞書と、標準語と非標準語との対
を格納した同意語辞書と、前記プロダクションルールを
完全な文章にするためのルールを格納する文章解釈ルー
ルベースと、前記単語辞書、同意語辞書、文章解釈ルー
ルベースとを用いて前記プロダクションルールを完全な
文章に補完する文章解釈装置と、 状態変化または動作等を表す単語およびこの単語と対を
なす関数名を格納する関数群データベースと、計装装置
やセンサ等の単語と上記計装装置、センサ等の信号名と
の対を格納した計測点データベースと、前記関数群デー
タベースおよび計測点データベースを用いて前記文章解
釈装置により補完した単語列を計算機が用いることがで
きるように変換する知識ベース編集装置と、 上記知識ベース編集装置が変換した情報を格納するため
の第1のメモリと、前記入力装置により入力したプロダ
クションルールを格納する第2のメモリと、前記文章解
釈装置および前記知識ベース編集装置が処理動作を行な
うに当り用いられるワーキングメモリと、前記知識ベー
ス編集装置の情報を出力するための出力装置とを具備し
たことを特徴とする知識ベース構築支援装置。
[Claims] An input device for inputting production rules, a word dictionary storing words necessary for constructing a knowledge base and word identification names of these words, and pairs of standard words and non-standard words. Complete the production rule using the synonym dictionary that stores the synonym dictionary, the sentence interpretation rule base that stores the rules for making the production rule into a complete sentence, and the word dictionary, synonym dictionary, and sentence interpretation rule base. A sentence interpretation device that complements the sentences, a function group database that stores words that express state changes or actions, etc., and function names that pair with these words, and words such as instrumentation devices and sensors, and words such as instrumentation devices and sensors. a knowledge base editing device that uses a measurement point database storing pairs of signal names such as , and the function group database and measurement point database to convert word strings complemented by the sentence interpretation device so that they can be used by a computer; a first memory for storing information converted by the knowledge base editing device; a second memory for storing production rules inputted by the input device; and the text interpretation device and the knowledge base editing device. A knowledge base construction support device comprising: a working memory used for processing operations; and an output device for outputting information from the knowledge base editing device.
JP17070188A 1988-07-08 1988-07-08 Back-up device for formation of knowledge base Pending JPH0221335A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP17070188A JPH0221335A (en) 1988-07-08 1988-07-08 Back-up device for formation of knowledge base

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP17070188A JPH0221335A (en) 1988-07-08 1988-07-08 Back-up device for formation of knowledge base

Publications (1)

Publication Number Publication Date
JPH0221335A true JPH0221335A (en) 1990-01-24

Family

ID=15909795

Family Applications (1)

Application Number Title Priority Date Filing Date
JP17070188A Pending JPH0221335A (en) 1988-07-08 1988-07-08 Back-up device for formation of knowledge base

Country Status (1)

Country Link
JP (1) JPH0221335A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03278130A (en) * 1990-03-27 1991-12-09 Tokyo Electric Power Co Inc:The Rule generating/changing system for expert system

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6217872A (en) * 1985-07-17 1987-01-26 Ricoh Co Ltd Device for understanding japanese

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6217872A (en) * 1985-07-17 1987-01-26 Ricoh Co Ltd Device for understanding japanese

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03278130A (en) * 1990-03-27 1991-12-09 Tokyo Electric Power Co Inc:The Rule generating/changing system for expert system
JP2790893B2 (en) * 1990-03-27 1998-08-27 東京電力株式会社 Expert system rule generation / change method

Similar Documents

Publication Publication Date Title
Moll et al. An introduction to formal language theory
Naur Programming by action clusters
EP0266001B1 (en) A parser for natural language text
JPH0218513B2 (en)
Laporte 14 Rational Transductions
JPS59176823A (en) Interface unit
JPH0221335A (en) Back-up device for formation of knowledge base
JPS6190269A (en) Translation system
JPH0452958A (en) Documentation device
JPS61123947A (en) Intelligence editing method
Kay Rules of Interpretation-An Approach to the Problem of Computation in the Semantics of Natural Language.
JPS60245073A (en) Electronic equipment
Naim A program for partial automation of comparative reconstruction
JPS6174069A (en) Translation system
JPS6160167A (en) Japanese word processor
JP3340124B2 (en) Kana-Kanji conversion device
JPS6069776A (en) Electronic english translating machine
JPS6282466A (en) Dictionary retrieving device
JPS63219069A (en) System for analyzing modification reception between japanese clauses
Laporte 14 Rational Transductions for Phonetic Conversion and
JPH0740262B2 (en) Kana-Kanji converter
JPS60570A (en) Method and device for information retrieval
JPS6247772A (en) Learning method for kana (japanese syllabary) to kanji-chinese character-conversion
JPS63253432A (en) Editing system for program comment sentence
JPH01226038A (en) Automatic forming method for test program