JPS63184871A - Mechanical translating device - Google Patents

Mechanical translating device

Info

Publication number
JPS63184871A
JPS63184871A JP62016220A JP1622087A JPS63184871A JP S63184871 A JPS63184871 A JP S63184871A JP 62016220 A JP62016220 A JP 62016220A JP 1622087 A JP1622087 A JP 1622087A JP S63184871 A JPS63184871 A JP S63184871A
Authority
JP
Japan
Prior art keywords
network
dictionary
storage means
conversion rule
searched
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
JP62016220A
Other languages
Japanese (ja)
Inventor
Yoshihiro Tokuume
徳梅 喜啓
Koichi Sakugi
孝一 柵木
Yoichi Kawabata
洋一 川端
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP62016220A priority Critical patent/JPS63184871A/en
Publication of JPS63184871A publication Critical patent/JPS63184871A/en
Pending legal-status Critical Current

Links

Landscapes

  • Machine Translation (AREA)

Abstract

PURPOSE:To perform conversion in one search process independently of the size of a network structure by retrieving a dictionary corresponding to a searched network and starting a network converting rule on the basis of information of this dictionary. CONSTITUTION:Networks consisting of nodes, which have words as constituting elements of sentences as names, and arcs, which have relations among respective nodes as names and indicating directions are stored in a network storage means 12, and rules in accordance which some network is converted to another are stored in a network converting means 14. A network is searched by a control means 11, and a dictionary corresponding to the searched network is retrieved from a dictionary storage means 13 by the header word of the dictionary. The network converting rule in the network converting rule storage means 14 is started on the basis of information in the retrieved dictionary.

Description

【発明の詳細な説明】[Detailed description of the invention]

[産業上の利用分野] 本発明は機械翻訳装置に関し、特に言語を解析した結果
得られる意味構造としてのネットワークを変換して、新
たなネットワークを得るネットワーク変換方式の改良を
図ったものである。 [従来の技術] 従来、m械翻訳において、第9図(a) 、 (b)お
よび(C)に示すように、言語を解析した結果得られる
、それぞれ解析木、依存構造、および概念構造あるいは
意味ネットワークなどと呼ばれるネットワークが考えら
れてきた。これらネットワークは言語の構成要素である
語句をその名称として有するノード、および各ノード間
の係り関係をその名称およびその指し示す方向として有
するアークから構成されている。 これらネットワークを新たなネットワークに変換するた
めのネットワーク変換方式には、ノード名を見出し語と
してそのノードに関する情報を記述した辞書の中にその
情報と共にネットワーク変換のための変換ルールを記述
しておき、辞書で、あるノードが検索されたときに該当
する変換ルールが実行されるようにする方式があった。 また、ネットワーク変換ルールを別途変換ルール格納手
段に格納しておいて変換が実行される方式も考えられて
きた。 第1O図はこの方式を実行するための全体構成図である
。ここで、21はネットワーク変換の処理の流れを制御
するための全体制御手段、22は言語を解析した結果得
られる様々なネットワークを格納するネットワーク格納
手段、23はノード名を見出し語としてそのノードに関
する情報を格納する辞書格納手段、24はネットワーク
変換ルールを格納するネットワーク変換ルール格納手段
である。 上記構成の下で、全体制御手段21に従い、まずネット
ワーク格納手段22に格納された変換しようとするネッ
トワークを探索する。次に、ネットワークを探索して得
られたあるノードを見出しとして辞書格納手段23に格
納された辞書を探索し、辞書中のノードに関する情報を
基にネットワークの構造を得る。この得られたネットワ
ークの構造をネットワーク変換ルール格納手段24に格
納されたネットワーク変換ルールを順次用いて検査し、
どの変換ルールが適用でき得るかを判断する。ここで適
用可能な変換ルールが有ればそれを変換ルールとして指
定することになる。これら方式は、いわば全体制御手段
21の直接管理に基づき、逐一ネットワーク変換ルール
ごとに探索を行うトップダウン的方式であった。
[Industrial Application Field] The present invention relates to a machine translation device, and in particular aims to improve a network conversion method for converting a network as a semantic structure obtained as a result of language analysis to obtain a new network. [Prior Art] Conventionally, in m-machine translation, as shown in FIGS. 9(a), (b), and (C), parse trees, dependency structures, and conceptual structures, respectively, obtained as a result of language analysis are used. Networks called semantic networks have been considered. These networks are composed of nodes whose names are words that are constituent elements of a language, and arcs whose names and directions indicate relationships between nodes. In the network conversion method for converting these networks into a new network, a conversion rule for network conversion is written along with the information in a dictionary that describes information about the node using the node name as a headword. There was a method in which when a certain node was searched for in a dictionary, the corresponding conversion rule was executed. Also, a method has been considered in which network conversion rules are stored separately in a conversion rule storage means and conversion is executed. FIG. 1O is an overall block diagram for implementing this method. Here, 21 is an overall control means for controlling the process flow of network conversion, 22 is a network storage means for storing various networks obtained as a result of language analysis, and 23 is a network storage means for storing various networks obtained as a result of language analysis. Dictionary storage means 24 stores information, and network conversion rule storage means 24 stores network conversion rules. Under the above configuration, according to the overall control means 21, first, a network to be converted stored in the network storage means 22 is searched. Next, the dictionary stored in the dictionary storage means 23 is searched using a certain node obtained by searching the network as a heading, and the structure of the network is obtained based on information regarding the nodes in the dictionary. The structure of the obtained network is inspected by sequentially using the network conversion rules stored in the network conversion rule storage means 24,
Determine which conversion rules may be applicable. If there is an applicable conversion rule here, it will be designated as the conversion rule. These methods are, so to speak, top-down methods in which searches are performed one by one for each network conversion rule based on the direct management of the overall control means 21.

【発明が解決しようとする問題点】[Problems to be solved by the invention]

ところで、前者のネットワーク変換ルールを辞書中に記
述する方式は、第9図で示されるようなアークで直接つ
ながる2つのノードの共起処理の様な、個々のノード名
に依存した小さな構造の変換に向いた方式である0例え
ば「効率」というノード名をもつノードが「良い」とい
うノード名を有するノードから“主体“というアークで
指されていれば第11図で示されるようなネットワーク
の変換を実行するルールが辞書中に記述されている。 しかしながら、上述したようなネットワーク変換ルール
を辞書中に記述しておく方式では、個々のノード名に依
存する変換ルールとなるため、本来なら1つに共通化で
きる類似のネットワーク変換ルールでも別のルールとし
て逐一記述しなければならずネットワーク変換ルール数
の増大を招くという問題点があった。 また、後者のネットワーク変換ルールを辞書とは別のネ
ットワーク変換ルール格納手段24に格納する方式は、
大局的なネットワーク構造の検査を行い得ることにより
大きな構造の変換を可能とするものであるが、上記共起
処理の様なノード名個別の処理を行うためのネットワー
ク探索過程のみでは大きな構造の変換は行えない、この
ため、ネットワーク変換ルールが適用できるネットワー
ク構造を有するか否かの検査のための別途の探索過程を
必要とする問題点があった。また、この方式では一回の
探索過程で個々のネットワーク変換ルールごとに、逐一
ネットワークの探索を行わなければならないという問題
点もあった。 別途の探索過程を設けた例が、「情報処理vol 。 2B No、11 Nov、1985 Jにおける「機
械翻訳における訳語選択と構造変換過程」の7章(9,
1287)に記載されている。 ここでは、共起処理の様な処理を実行するためのネット
ワークの探索と変換の過程で対処しにくい大きな構造変
換では、上記過程の前後に別途のネットワークの探索過
程を設け、個々のネットワーク変換ルールごとに独立に
ネットワークの探索を行うことが述べられている。 ところで、後者の方式においても、ある程度側々のノー
ド名に依存した大きな構造変換に対しては、辞書中にネ
ットワーク変換ルールを記述する方式と同様、辞書中に
逐−別々のネットワーク変換ルールとして記述しなけれ
ばならない場合もあった。 そこで、本発明の目的は上述した問題点を解決し、−回
の探索過程で、ネットワーク構造の大きさにかかわらず
変換を行うことを可能にするネットワーク変換方式を提
供することにある。
By the way, the former method of describing network conversion rules in a dictionary is used to convert small structures that depend on individual node names, such as co-occurrence processing of two nodes directly connected by an arc as shown in Figure 9. This is a method suitable for The rules for executing are described in the dictionary. However, in the method described above in which network conversion rules are written in a dictionary, the conversion rules depend on the individual node names, so similar network conversion rules that could normally be combined into a single rule may be different rules. There was a problem in that the number of network conversion rules had to be written one by one, resulting in an increase in the number of network conversion rules. Furthermore, the latter method of storing network conversion rules in the network conversion rule storage means 24 separate from the dictionary is as follows.
By being able to inspect the global network structure, it is possible to convert large structures, but it is difficult to convert large structures if only the network search process for processing individual node names such as the co-occurrence processing described above is sufficient. Therefore, there is a problem in that a separate search process is required to check whether the network has a structure to which the network conversion rule can be applied. Additionally, this method has the problem that the network must be searched one by one for each network conversion rule in one search process. An example of setting up a separate search process is Chapter 7 (9,
1287). Here, for large structural transformations that are difficult to handle during the process of searching and converting networks to perform processes such as co-occurrence processing, separate network search processes are set up before and after the above process, and individual network conversion rules are It is stated that the network is searched independently for each. By the way, in the latter method, similar to the method of writing network conversion rules in a dictionary, for large structural transformations that depend to some extent on the node names on each side, the rules are written as separate network conversion rules in the dictionary. There were times when I had to. SUMMARY OF THE INVENTION An object of the present invention is to solve the above-mentioned problems and to provide a network conversion method that enables conversion regardless of the size of the network structure in the - search process.

【問題点を解決するための手段】[Means to solve the problem]

そのため、本発明では第1図に示すように、文を解析し
た結果得られ、文の構成要素である語句を名称として有
するノードと、ノードの各々の間の係り関係を名称およ
び指し示す方向として有するアークとから構成されるネ
ットワークを格納するネットワーク格納手段12と、ネ
ットワーク格納手段12の中のいずれかのネットワーク
を他のネットワークに変換するルールを格納するネット
ワーク変換ルール格納手段14と、ノードの名称を見出
し語とし、ノードに関する情報が記述されたエリアから
構成され、エリアには、見出し語であるノード名を有す
るノードを含むネットワーク構造の満たすべき条件と、
条件に対応して起動すべきネットワーク変換ルールを指
定するための情報とを有する辞書を格納する辞書格納手
段13と、ネットワークの探索と、辞書格納手段13に
格納された辞書の見出し語による検索とを制御する手段
であって、ネットワークを探索し、探索されたネットワ
ークに対応した辞書を辞書格納手段13から検索し、検
索された辞書にある情報に基づいて、ネットワーク変換
ルール格納手段にあるネットワーク変換ルールを起動す
る制御手段11とを具えたことを特徴とする。 [作 用1 以上の構成によれば、局所的構造の検査とそれに基づく
小さな構造変換のためのネットワーク探索過程と、構造
的に分散した表現の変換の様な大局的構造の検査とそれ
に基づく大きな構造変換のためのネットワーク探索過程
とを、区別せずただ1回のネットワーク探索過程により
大きな構造変換が可能となる。 【実施例] 以下、図面を参照して本発明の詳細な説明する。 第2図は本発明の一実施例を示す装置の構成図である。 ここで、31は第4図で示す処理手順やその他ネットワ
ークの副次的な探索や検査の処理手順を格納するROM
 、 32はROM31に格納された処理など装置全体
の制御を行うCPUである。33および34はそれぞれ
ネットワーク変換ルールを格納する変換ルール格納部お
よびノード名を見出し語とする辞書を格納する辞書格納
部であり、これらは例えばROM等の記憶手段によって
構成される。35は言語を解析した結果得られるネット
ワークを格納するネットワーク格納部であり、変換され
るべきネットワークを格納する被変換ネットワークエリ
ア35^と、変換されたネットワークを格納する変換ネ
ットワークエリア35Bとで構成される。これら格納部
はRAM等で構成される。36は変換すべき言語を入力
することが可能な、例えばキーボード等の入力装置であ
る。37は入力装置36によって入力された文や変換さ
れた文を表示するCRT等の表示器である。38はネッ
トワークに解析される前の文、およびネットワークの形
から通常の形にもどした文を格納するテキスト格納部で
あり、これらの文は入力装置36によフて入力され、お
よび表示器37に表示可能である。 第3図(1)は日本文「発明によって社会に変革が起こ
る」を解析した結果得られる意味ネットワーク(a)を
、英文rinventlon revolutioni
zessociety Jに対応する意味ネットワーク
(b)に変換した例である。なお、ネットワーク(a)
および(b)はネットワーク格納部35に格納されてい
る。 第3図(2)は第3図(1)のネットワーク変換を実行
するネットワーク変換ルールであり、これはネットワー
ク変換ルール格納部33に格納されている。 第3図において、アークはそのアーク塩でノード間の関
係を示し、その指し示す方向で関係の方向を示している
。またノードの2重丸はノード名が用言(動詞、形容詞
、形容動詞)であることを表わしており、Oはr変革す
る」という動詞を示している。このことは、例えばRO
M等における記憶形式として、ノード名すなわち辞書の
見出し語として「変革:名詞」と「変革:動詞」の2つ
を用い、前者で「変革」という名詞を示し、後者で「変
革する」という動詞を表やしていると考えればよい。 第3図(1)のネットワーク(a)は、「発明」という
“原因”で、“主体“である「変革」が、“受は手”で
ある「社会」に「起こる」ことを示している。 第3図(1)のネットワーク(b)は、「発明」という
“主体”が、「変革する」という行為を行う“対象”が
「社会」であることを示している。 この様に、第3図(1)のネットワーク変換は、日本語
の表現を対応する英語の表現に変換しているわけである
。 次に、第4図に示すフローチャートの基づき、第3図で
示されるネットワーク変換におけるネットワークの探索
および変換過程の処理手順について説明する。 ネットワーク格納部35に格納されている、変換しよう
とするネットワーク(a)を探索する過程では、まず「
起こる」が最初に探索され、その後にその下ノードであ
る「社会」 「変革」 「発明」の各ノードが探索され
る(ステップSt)。 次に、探索された各ノードを参照して、辞書格納部34
の中でネットワーク(a)のキーノードである「変革」
の辞書を探索して、「変革」が「起こる」によって指し
示されていれば、ネットワーク変換ルール格納部33に
ある、第3図(2)で示す変換ルールが適用されること
を予想して、第3図(2)で示すネットワーク変換ルー
ルへ処理が飛ぶ。なお、ここで他のノード「社会」や「
発明」が「起こる」によって、指し示されている必要は
なく、また「起こる」が「変革」を指し示す関係が“主
体”である必要もない、すなわち、ここではネットワー
クの大局的な構造を見ていることになる(ステップS2
)。 さらに、ネットワーク(a)の「起こる」および「変革
」周辺の情報、すなわちノードおよびアークの関係を辞
書の情報を参照しながら調べて、予想された第3図(2
) で示すネットワーク構造(C)と同一の構造を有し
ていれば、ここで始めて第3図(1)のネットワーク変
換が実行される(ステップS3)。  ここで、第3図
(2) のネットワーク変換ルールについて具体的に説
明すると、変換しようとするネットワークの中に第3図
(2)のネットワーク構造(C)の様な構造があれば、
ノード1とノード4の間のアークのアーク塩“原因”を
“主体”に変え、ノード1とノード2の間のアークのア
ーク塩“受は手”を“対象”に変え、ノード1を除去し
ノード1の変わりにノード3のノード名を用言化(動詞
化)したものをもってくる。なお、ここでは、名詞「変
革」を動詞化して「変革する」とする操作は前述したよ
うにノード名「変革:名詞」をノード名「変革:動詞」
に変えることで行っている。 また、さらにここで補足すると、第3図(1)のネット
ワーク(b)で各ノード名は英語になっていないが、こ
れは後の辞書格納部34の辞書検索の過程で英語にされ
る。もちろんネットワーク変換ルール第3図(2)の実
行時に辞書格納部34の辞書検索を行い、訳語を選択し
てくるようにルールを記述することもできる。 第5図は、第2図で示したネットワーク変換よりも大き
な構造変換を行う実施例を示してぃる。 第5図(1)は日本文’Central Proces
sing IJnitを略してCPUと呼ぶ」を解析し
た結果得られる意味ネットワーク(a)を英文rCPI
J 5tands forCentral Proce
ssing Unit」に対応する意味ネットワーク(
b)に変換した例である。 第5図(2) は第5図(1)のネットワーク変換を実
行するネットワーク変換ルールである。第5図(1)で
「そして」はrcentral Processing
 Unitを略す」が“前”にありてその“後”にr 
cpuと呼ぶ」がつながっていることを示している。第
5図(2)のネットワーク変換ルールは変換しようとす
るネットワーク中に第5図(2) のネットワーク構造
(C)のような構造があればネットワーク構造(d)の
ように変換することを示している。ただし^°はAと同
一物であることを示す、同一物であるか否かの判断は、
例えば、辞書格納部34内のAの辞書にID部を設け(
そこに^°を記述しておき)、ネットワーク変換ルール
の中に辞書格納部34内のAの辞書のID部を検索し、
その内容を引いてきてAoと比較するようなルールを記
述しておくことによって行える。 ネットワーク変換ルール格納部33にあるネットワーク
変換ルールへ処理が飛ぶために、辞書格納部34の辞書
中に記述されるネットワーク構造の満たすべき条件につ
いて補足する。 この条件は、第3図では「変革」が「起こる」からアー
クで指されているということであり、第5図では「略す
」が「そして」からアーク塩が“前”のアークで指され
ているということであった。つまり条件として2つのノ
ード間の構造を記述したわけであるが、言うまでもなく
条件の記述はこれに限定されるわけではない。その−例
を第6図を用いて説明する。 第6図(1)のネットワーク(a)は「私はあなたが正
しくないと思う」という日本文を解析して得られた意味
ネットワークである。これを英語に翻訳するとき、こな
れた英文にするためには否定の位置をかえてrI do
n’t think you are right、」
としなければならない。この英文に対応する意味ネット
ワークが第6図(1)のネットワーク(b)である、そ
して、第6図(1)のネットワーク変換を実行するネッ
トワーク変換ルールが第6図(2)である。 第6図(2)で示すネットワーク変換ルールへ処理が飛
ぶためのネットワーク構造の満たすべき条件は、°「こ
と」の辞書中に記述され、その内容は「こと」が「思う
」からアーク塩が“対象”のアークで指され、かつ「こ
と」が用言のノードからアーク塩が“同格”のアークで
指されていることである。 以上説明したことから明らかなように、本発明によって
共起処理の様な局所的構造の検査とそれに基づく小さな
構造変換のためのネットワーク探索過程と、構造的に分
散した表現の変換の様な大局的構造の検査とそれに基づ
く大きな構造変換のためのネットワーク探索過程とを、
区別せずただ1回のネットワーク探索過程により大きな
構造変換が可能となる効果がある。 また、第3図では「変革」が「起こる」から指されたと
きにのみネットワーク変換ルールに飛んだが、この様に
必要と予測されるときのみネットワーク変換ルールに飛
ぶので、従来の様に、ネットワーク変換ルールが適用可
能か否かトップダウン的に逐一検査するよりも効率的で
ある。 さらに、従来の、辞書中にネットワーク変換ルールを記
述する方式やトップダウン方式では、第3図の「発明に
よフて社会に変革が起こる」と第7図(1)のr発明に
よって社会に変革がもたらされる」および第8図(1)
の「発明によって社会に改善が起こる」と第8図(2)
の「発明によって社会に破壊が起こる」の4つの文に対
して、個々に対応した(同様のルールであったとしても
)ネットワーク変換ルールを用意しなければならない、
なぜなら、従来方式のネットワーク変換は「起こる」や
「もたらされる」という動詞や、「変革」や「改善」や
「破壊」という名詞に依存しているからである。また第
7図(2)の様な「発明によって社会に変革が始まる」
や第8図(3)の様な「発明によって社会に論争が起こ
る」という文の場合は、第3図の様なネットワーク変換
は行えない。従って、いずれにしてもネットワーク変換
ルールとして個々の動詞や名詞に対応したルールを用意
しなければならない。 これに対し、本発明によれば、どのネットワーク変換ル
ールを選択するかは、辞書の中の情報によって、どの変
換ルールを起動するかを判別するだけであるから、上記
第3図、第7図(1)、第8図(l)、第8図(2)の
4つの文に対しては1つのネットワーク変換ルールを用
意すれば十分である。 従って、ネットワーク変換ルール数が削減できる効果が
ある。 [発明の効果] 以上の説明から明らかなように、局所的構造の検査とそ
れに基づく小さな構造変換のためのネットワーク探索過
程と、構造的に分散した表現の変換の様な大局的構造の
検査とそれに基づく大きな構造変換のためのネットワー
ク探索過程とを、区別せずただ1回のネットワーク探索
過程により大きな構造変換が可能となる。従って、個別
的にネットワーク変換ルールを用いて構造を検査するよ
りも効率的である。また、ネットワーク変換ルール数が
削減できるという効果も得られた。
Therefore, in the present invention, as shown in FIG. 1, nodes that are obtained as a result of analyzing a sentence and have words that are constituent elements of the sentence as names, and relationships between each of the nodes as names and pointing directions. network storage means 12 for storing a network consisting of arcs; network conversion rule storage means 14 for storing rules for converting any network in the network storage means 12 into another network; The area is composed of an area in which information about a node is described as a headword, and the area contains conditions that should be met by a network structure including a node having a node name that is a headword.
Dictionary storage means 13 for storing a dictionary having information for specifying network conversion rules to be activated in response to conditions; searching for networks; searching by headwords of dictionaries stored in dictionary storage means 13; means for controlling a network, searching for a network, searching a dictionary corresponding to the searched network from the dictionary storage means 13, and converting the network in the network conversion rule storage means based on the information in the searched dictionary. It is characterized by comprising a control means 11 for activating the rules. [Action 1] According to the above configuration, there is a network search process for inspecting local structure and small structural transformation based on it, and inspection of global structure such as transformation of structurally distributed representations and large scale transformation based on it. A large structural transformation is possible through just one network searching process without making any distinction between the network searching process for structural transformation and the network searching process for structural transformation. [Example] Hereinafter, the present invention will be described in detail with reference to the drawings. FIG. 2 is a configuration diagram of an apparatus showing an embodiment of the present invention. Here, 31 is a ROM that stores the processing procedure shown in FIG. 4 and other network subsidiary search and inspection processing procedures.
, 32 is a CPU that controls the entire apparatus such as processing stored in the ROM 31. Reference numerals 33 and 34 denote a conversion rule storage unit that stores network conversion rules and a dictionary storage unit that stores a dictionary that uses node names as headwords, respectively, and these are configured by storage means such as a ROM, for example. 35 is a network storage unit that stores the network obtained as a result of language analysis, and is composed of a converted network area 35^ that stores the network to be converted, and a converted network area 35B that stores the converted network. Ru. These storage units are composed of RAM and the like. 36 is an input device, such as a keyboard, which can input the language to be converted. Reference numeral 37 denotes a display device such as a CRT for displaying sentences inputted by the input device 36 or sentences converted. 38 is a text storage unit that stores sentences before being analyzed by the network and sentences restored from the network form to the normal form; these sentences are inputted through the input device 36 and displayed on the display 37; It can be displayed on Figure 3 (1) shows the semantic network (a) obtained as a result of analyzing the Japanese sentence ``Invention brings about a change in society.''
This is an example of conversion into a semantic network (b) corresponding to zessociety J. In addition, network (a)
and (b) are stored in the network storage section 35. FIG. 3(2) is a network conversion rule for executing the network conversion shown in FIG. 3(1), which is stored in the network conversion rule storage unit 33. In FIG. 3, arcs indicate relationships between nodes by their arc salts, and indicate the direction of the relationships by their pointing directions. Further, the double circle around the node indicates that the node name is a predicate (verb, adjective, adjectival verb), and O indicates the verb "r-transform". This means that, for example, RO
As a storage format in M, etc., two node names or dictionary headwords are used: "transformation: noun" and "transformation: verb." The former indicates the noun "transformation" and the latter indicates the verb "transformation." You can think of it as representing. Network (a) in Figure 3 (1) shows that “invention” is the “cause” and “change,” which is the “subject,” “happens” in “society,” which is the “recipient.” There is. Network (b) in Figure 3 (1) shows that the "subject" of "invention" is the "object" for the act of "transforming" is "society." In this way, the network conversion shown in FIG. 3(1) converts a Japanese expression into a corresponding English expression. Next, the processing procedure of the network search and conversion process in the network conversion shown in FIG. 3 will be explained based on the flowchart shown in FIG. 4. In the process of searching for the network (a) to be converted stored in the network storage unit 35, first
``occurrence'' is searched first, and then its lower nodes ``society'', ``change'', and ``invention'' are searched (step St). Next, referring to each searched node, the dictionary storage unit 34
“Transformation” is the key node of network (a) in
Searching the dictionary, if "change" is indicated by "happen", it is expected that the conversion rule shown in FIG. 3 (2) in the network conversion rule storage section 33 will be applied. , the process jumps to the network conversion rule shown in FIG. 3(2). Note that other nodes "Society" and "
It is not necessary for "invention" to be indicated by "happens," and the relationship in which "happens" indicates "transformation" does not need to be a "subject." In other words, here we are not looking at the overall structure of the network. (Step S2
). Furthermore, we investigated the information surrounding “occurrence” and “transformation” in network (a), that is, the relationship between nodes and arcs, with reference to the information in the dictionary, and obtained the predicted information in Figure 3 (2).
) If it has the same structure as the network structure (C) shown in (C), then the network conversion shown in FIG. 3 (1) is executed for the first time (step S3). Here, to specifically explain the network conversion rule in Figure 3 (2), if the network to be converted has a structure like network structure (C) in Figure 3 (2),
Change the arc salt "cause" of the arc between node 1 and node 4 to "subject", change the arc salt "receiver is hand" of the arc between node 1 and node 2 to "object", and remove node 1. Then, instead of node 1, the node name of node 3 is converted into a phrase (verb). In addition, here, the operation of converting the noun "transformation" into a verb to "transform" is done by changing the node name "transformation: noun" to the node name "transformation: verb" as described above.
This is done by changing to Further, to add more information here, although each node name in network (b) of FIG. 3(1) is not in English, this will be changed to English in the process of searching the dictionary in the dictionary storage unit 34 later. Of course, it is also possible to write a rule so that when executing the network conversion rule (2) in FIG. 3, a dictionary search is performed in the dictionary storage section 34 and a translated word is selected. FIG. 5 shows an embodiment in which a structural transformation larger than the network transformation shown in FIG. 2 is performed. Figure 5 (1) is the Japanese sentence 'Central Processes'.
The semantic network (a) obtained as a result of analyzing "sing IJnit is abbreviated as CPU" is called rCPI in English.
J 5tands forCentral Process
Semantic network corresponding to “ssing Unit” (
This is an example converted to b). FIG. 5(2) is a network conversion rule for executing the network conversion of FIG. 5(1). In Figure 5 (1), "and" means rcentral Processing.
"Unit" is "before" and "after" is r.
It shows that the "cpu" are connected. The network conversion rule in Figure 5 (2) indicates that if the network to be converted has a structure like network structure (C) in Figure 5 (2), it will be converted to network structure (d). ing. However, ^° indicates that it is the same thing as A. To determine whether it is the same thing,
For example, an ID section is provided in the dictionary of A in the dictionary storage section 34 (
Write ^° there), search the ID part of A's dictionary in the dictionary storage section 34 in the network conversion rule,
This can be done by writing a rule that pulls the content and compares it with Ao. In order to jump to the network conversion rules in the network conversion rule storage 33, we will supplement the conditions that the network structure described in the dictionary in the dictionary storage 34 must satisfy. This condition is that in Figure 3, ``change'' is pointed to by an arc from ``happen'', and in Figure 5, ``omitted'' is pointed to by an arc from ``and'' to ``before''. It was said that In other words, the structure between two nodes is described as a condition, but needless to say, the description of the condition is not limited to this. An example thereof will be explained using FIG. Network (a) in Figure 6 (1) is a semantic network obtained by analyzing the Japanese sentence ``I don't think you're right.'' When translating this into English, to make it more familiar, change the position of the negation and use rI do
Don’t think you are right.”
Must be. The semantic network corresponding to this English sentence is network (b) in FIG. 6(1), and the network conversion rule for executing the network conversion in FIG. 6(1) is shown in FIG. 6(2). The conditions that the network structure must satisfy in order for the process to jump to the network conversion rule shown in Figure 6 (2) are described in the dictionary of ``koto'', and the content is that ``koto'' is changed from ``think'' to arc salt. It is pointed by the arc of "object", and the arc salt is pointed by the arc of "apposition" from the node where "thing" is the predicate. As is clear from the above explanation, the present invention enables the inspection of local structures such as co-occurrence processing and the network search process for small structural transformations based on the inspection, and the global search process such as the transformation of structurally distributed representations. Inspection of the structural structure and network search process for major structural transformation based on the inspection
This has the effect of making it possible to perform large structural transformations through a single network search process without distinction. In addition, in Figure 3, the network conversion rule is jumped to only when ``change'' is specified by ``occurrence'', but in this way, the network conversion rule is jumped to only when it is predicted to be necessary. This is more efficient than checking top-down one by one whether the conversion rules are applicable. Furthermore, in the conventional method of writing network conversion rules in a dictionary or in a top-down method, it is difficult to understand that "inventions bring about changes in society" as shown in Figure 3, and as shown in Figure 7 (1). “Change will be brought about” and Figure 8 (1)
``Improvements in society occur through inventions'' and Figure 8 (2)
It is necessary to prepare network conversion rules corresponding to each of the four sentences (even if they are similar rules) for the four sentences ``Inventions cause destruction in society.''
This is because traditional network transformation relies on verbs such as ``happen'' and ``bring about'' and nouns such as ``transform,''``improve,'' and ``disrupt.'' Also, as shown in Figure 7 (2), ``Inventions begin to transform society.''
In the case of the sentence ``The invention causes controversy in society'' as in Figure 8 (3), network transformation as in Figure 3 cannot be performed. Therefore, in any case, it is necessary to prepare rules corresponding to individual verbs and nouns as network conversion rules. On the other hand, according to the present invention, which network conversion rule to select is determined only by determining which conversion rule to activate based on the information in the dictionary. It is sufficient to prepare one network conversion rule for the four sentences (1), FIG. 8(l), and FIG. 8(2). Therefore, there is an effect that the number of network conversion rules can be reduced. [Effects of the Invention] As is clear from the above explanation, the network search process for inspecting local structures and small structural transformations based thereon, and the inspection of global structures such as transforming structurally distributed representations. A large structural transformation is possible through a single network searching process without distinguishing between the network searching process and the network searching process for a large structural transformation based on this. Therefore, it is more efficient than inspecting the structure using network transformation rules individually. In addition, an effect was obtained in that the number of network conversion rules could be reduced.

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

第1図は本発明の全体構成図、 第2図は本発明の一実施例を示す装置の構成図、 第3図i←南咄曙−鋒は本発明の一実施例の説明図、 第4図は本発明の一実施例における処理手順のフローチ
ャート、 第5図赫−伽−H→は本発明の他の実施例の説明図、 第6図←←奉咄噂→鰺は本発明のさらに他の実施例の説
明図、 第7図および第8図は本発明の詳細な説明するための説
明図、 第9図(a) 、 (b)および(C)は言語を解析し
た結果得られるネットワーク例の説明図、 第1O図は従来例のネットワーク変換方式の構成図、 第11図は他の従来例のネットワーク変換方式の説明図
である。 第1図 定施イ列七1宣の末1糺図 第2図 へ           N −ノ                       
N−寅方割列におすろ苅J里手ノ・須Oフローチイート
第4図 Y へ・・・  区 発明により7社会に変革が゛着合Jる 」 効果永説明するたハの説明図 第7図 発明によっ7オお針に改(がAゑ二る。 発e用=よ、てネ2針に破壌がA旦二心。 「 イト明に、11.)てネオに*すがAζ0る。 第8図
FIG. 1 is an overall configuration diagram of the present invention; FIG. 2 is a configuration diagram of an apparatus showing an embodiment of the present invention; FIG. 3 is an explanatory diagram of an embodiment of the present invention; Fig. 4 is a flowchart of the processing procedure in one embodiment of the present invention, Fig. 5 is an explanatory diagram of another embodiment of the present invention, Fig. 6 is a flowchart of the processing procedure in one embodiment of the present invention, Fig. 6 Furthermore, FIGS. 7 and 8 are explanatory diagrams for explaining the present invention in detail, and FIGS. 9(a), (b), and (C) are obtained as a result of language analysis. FIG. 1O is a configuration diagram of a conventional network conversion method, and FIG. 11 is an explanatory diagram of another conventional network conversion method. Figure 1: The last part of the 71st sentence, Figure 1. Go to Figure 2. N -ノ
N- Torakata Seiri ni Suro Karu J Satote no Su O Flow Chiet Fig. 4 Y... The invention of the ward will bring about changes in the 7 societies.'' An explanatory diagram to explain the effect. Figure 7: With the invention, 7 o's needles are changed (but A is 2. For e = yo, te ne 2 needles are broken and Adan's 2 hearts. ``It Akira, 11.) and Neo * Figure 8

Claims (1)

【特許請求の範囲】 文を解析した結果得られ、文の構成要素である語句を名
称として有するノードと、該ノードの各々の間の係り関
係を名称および指し示す方向として有するアークとから
構成されるネットワークを格納するネットワーク格納手
段と、 該ネットワーク格納手段の中のいずれかのネットワーク
を他のネットワークに変換するルールを格納するネット
ワーク変換ルール格納手段と、前記ノードの名称を見出
し語とし、当該ノードに関する情報が記述されたエリア
から構成され、該エリアには、前記見出し語であるノー
ド名を有するノードを含むネットワーク構造の満たすべ
き条件と、該条件に対応して起動すべきネットワーク変
換ルールを指定するための情報とを有する辞書を格納す
る辞書格納手段と、 前記ネットワークの探索と、前記辞書格納手段に格納さ
れた辞書の前記見出し語による検索とを制御する手段で
あって、前記ネットワークを探索し、当該探索されたネ
ットワークに対応した辞書を前記辞書格納手段から検索
し、当該検索された辞書にある情報に基づいて、前記ネ
ットワーク変換ルール格納手段にあるネットワーク変換
ルールを起動する制御手段と を具えたことを特徴とする機械翻訳装置。
[Claims] Obtained as a result of analyzing a sentence, it is composed of nodes whose names are words and phrases that are constituent elements of the sentence, and arcs whose names and pointing directions indicate relationships between each of the nodes. network storage means for storing networks; network conversion rule storage means for storing rules for converting any network in the network storage means into another network; It consists of an area where information is described, and this area specifies the conditions that should be satisfied by the network structure including the node having the node name that is the headword, and the network conversion rule that should be activated in response to the condition. dictionary storage means for storing a dictionary having information for searching the network; and means for controlling the search of the network and the search of the dictionary stored in the dictionary storage means using the headword; , control means for searching the dictionary storage means for a dictionary corresponding to the searched network and activating the network conversion rule in the network conversion rule storage means based on the information in the searched dictionary. A machine translation device characterized by:
JP62016220A 1987-01-28 1987-01-28 Mechanical translating device Pending JPS63184871A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62016220A JPS63184871A (en) 1987-01-28 1987-01-28 Mechanical translating device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62016220A JPS63184871A (en) 1987-01-28 1987-01-28 Mechanical translating device

Publications (1)

Publication Number Publication Date
JPS63184871A true JPS63184871A (en) 1988-07-30

Family

ID=11910446

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62016220A Pending JPS63184871A (en) 1987-01-28 1987-01-28 Mechanical translating device

Country Status (1)

Country Link
JP (1) JPS63184871A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001109010A (en) * 1999-10-06 2001-04-20 Seiko Epson Corp Electro-optic device, method for manufacturing electro- optic device and electronic apparatus

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001109010A (en) * 1999-10-06 2001-04-20 Seiko Epson Corp Electro-optic device, method for manufacturing electro- optic device and electronic apparatus

Similar Documents

Publication Publication Date Title
CN107209759B (en) Annotation support device and recording medium
US5590039A (en) Natural language processing apparatus and method for performing processing to analyze the meaning of an input sentence entered in the form of a natural language
US5005127A (en) System including means to translate only selected portions of an input sentence and means to translate selected portions according to distinct rules
US5109509A (en) System for processing natural language including identifying grammatical rule and semantic concept of an undefined word
JPS6231467A (en) Sentence preparation device
JPH0447364A (en) Natural language analying device and method and method of constituting knowledge base for natural language analysis
JPS6299865A (en) Maintenance system for co-occurrence relation dictionary of natural language
JPH0411906B2 (en)
JPS63184871A (en) Mechanical translating device
JPS62197864A (en) Language information offering device
JPH0561902A (en) Mechanical translation system
JPH0715691B2 (en) Automatic translator
JPH01126767A (en) Dictionary referring device
JPS63132379A (en) Natural language sentence forming system
JP3197110B2 (en) Natural language analyzer and machine translator
JP3041002B2 (en) Kana-kanji conversion method and kana-kanji conversion device
JP2880600B2 (en) Word string translator
Dai et al. 3Q: A 3-Layer Semantic Analysis Model for Question Suite Reduction
JP3339766B2 (en) Japanese analyzer
JPH0314162A (en) Document processor
JPH0322167A (en) Kana and kanji converting device
JPH02294779A (en) Machine translation system
JPH0715692B2 (en) Context processor
JPH04326160A (en) Morpheme analyzing system
JPH0668160A (en) Information retrieval system