JP3244286B2 - Translation processing device - Google Patents

Translation processing device

Info

Publication number
JP3244286B2
JP3244286B2 JP16446391A JP16446391A JP3244286B2 JP 3244286 B2 JP3244286 B2 JP 3244286B2 JP 16446391 A JP16446391 A JP 16446391A JP 16446391 A JP16446391 A JP 16446391A JP 3244286 B2 JP3244286 B2 JP 3244286B2
Authority
JP
Japan
Prior art keywords
translation
word
compound word
translated
sentence
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 - Fee Related
Application number
JP16446391A
Other languages
Japanese (ja)
Other versions
JPH0512332A (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.)
Sanyo Electric Co Ltd
Original Assignee
Sanyo 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 Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Priority to JP16446391A priority Critical patent/JP3244286B2/en
Publication of JPH0512332A publication Critical patent/JPH0512332A/en
Application granted granted Critical
Publication of JP3244286B2 publication Critical patent/JP3244286B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Machine Translation (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、翻訳処理装置に関する
ものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a translation processing device.

【0002】[0002]

【従来の技術】近年、日本語から英語へ、あるいは英語
から日本語へと文章をコンピュータで翻訳する機械翻訳
システムの研究開発が活発になっている。このような機
械翻訳システムは一般に解析、変換、生成の3つの処理
で構成されており、まず解析処理で統語関係、及び意味
関係が解析され、その結果として概念(意味)構造が求
められ、変換処理でその概念構造に対して、目的言語の
概念構造に変換する。更に生成処理でその概念構造に基
ずいて訳文を生成するものである。
2. Description of the Related Art In recent years, research and development of a machine translation system for translating a sentence from a Japanese language into English or from English into Japanese by a computer has become active. Such a machine translation system generally includes three processes of analysis, conversion, and generation. First, a syntactic relationship and a semantic relationship are analyzed by an analysis process, and as a result, a concept (semantic) structure is obtained. The processing converts the concept structure into the concept structure of the target language. Further, in the generation processing, a translated sentence is generated based on the conceptual structure.

【0003】従来のこの種の装置は、入力文章から切り
出した1文章単位で、その文章の前後の文章に含まれる
情報を考慮せずに、その文章に関する情報だけで上述の
解析、変換、生成処理を行っていたので、最適な訳語の
自動選択が困難となる不都合があった。
A conventional apparatus of this kind is capable of analyzing, converting, and generating the above-described data in units of one sentence cut out from an input sentence, using only information on the sentence without considering information included in sentences before and after the sentence. Since the processing was performed, there was a problem that it was difficult to automatically select an optimal translated word.

【0004】例えば、以下のような、英文が与えられた
場合、 These accounts are very misleading ... 文中の「accounts」は、一般的な訳語として「計算書」
「説明」「記事」「理由」などの訳語の可能性がある
が、この文章からだけでは、これらの候補のうちのどの
訳語がふさわしいかを判断することは非常に困難であっ
た。
[0004] For example, when the following English sentence is given, these accounts are very misleading. . . "Accounts" in the text is "calculation" as a general translation
Although there may be translations such as "description", "article", and "reason", it is very difficult to determine which of these candidates is appropriate from this sentence alone.

【0005】[0005]

【発明が解決しようとする課題】本発明は、上述の実情
を考慮してなされたものであり、原言語から目標言語へ
の変換の際の名詞の訳語決定に、変換対象の前後の該名
詞を含む複合語の変換結果を利用することにより、効率
的な翻訳処理を実現できる翻訳処理装置を提供するもの
である。
SUMMARY OF THE INVENTION The present invention has been made in view of the above-mentioned circumstances, and determines the translation of a noun at the time of conversion from a source language to a target language. It is intended to provide a translation processing device capable of realizing efficient translation processing by utilizing a conversion result of a compound word including.

【0006】本発明の翻訳処理装置は、入力手段で入力
された文字集合を単語単位に分割する単語分割手段と、
該単語分割手段で分割された単語の中で、名詞で複合語
の単語を検出する検出手段と、該検出手段で検出された
複合語に対応する目標言語の訳語、及び上記複合語を構
成している要素についての訳語を求める変換手段と、該
変換手段で上記複合語を構成している各要素に対応する
訳語が複数得られたときには、複数の該訳語のうち上記
複合語の訳語に完全に含まれるものを最適な訳語として
選出する選出手段と、該選出手段で選出された最適な訳
語を記憶する記憶手段とを備え、上記複合語以降に、上
記各要素が単独で出現した場合に、その訳語を上記記憶
手段で記憶している該要素に対応する訳語に設定する設
定手段を備えたものである。
[0006] The translation processing apparatus of the present invention comprises: a word dividing means for dividing a character set inputted by the input means into words;
Detecting means for detecting a compound word as a noun in the words divided by the word dividing means, a target language translation corresponding to the compound word detected by the detecting means, and the compound word; A conversion means for obtaining a translation for the element being read , and when the conversion means obtains a plurality of translations corresponding to each element constituting the compound word,
A selection means for selecting the one completely included in the translation of the compound word as the optimal translation word, and a storage means for storing the optimal translation word selected by the selection means, When each of the above elements appears alone, there is provided a setting means for setting a translated word to a translated word corresponding to the element stored in the storage means.

【0007】[0007]

【作用】本発明の翻訳処理装置によれば、入力手段で入
力された文字集合を単語分割手段で単語単位に分割す
る。次に検出手段でその単語分割手段で分割された単語
の中で、名詞で複合語の単語を検出する。更に、変換手
段でその検出手段で検出された複合語に対応する目標言
語の訳語、及び上記複合語を構成している各要素につい
ての訳語を求める。そのとき上記各要素に対応する訳語
が複数得られたときには、選出手段で、複数の該訳語の
うち上記複合語の訳語に完全に含まれるものを最適な訳
語として選出し、記憶手段に記憶する。しかる後、上記
複合語以降に、上記各要素が単独で出現した場合に、設
定手段でその訳語を上記記憶手段で記憶しているその要
素に対応する訳語に設定する。
According to the translation processing apparatus of the present invention, the character set input by the input means is divided into word units by the word division means. Next, a compound word is detected as a noun in the words divided by the word dividing means by the detecting means. Further, the conversion means obtains a translation of the target language corresponding to the compound word detected by the detection means and a translation of each element constituting the compound word. At that time, when a plurality of translations corresponding to each of the above elements is obtained, the selecting means selects the plurality of translations.
The best translation is the one that is completely included in the translation of the above compound word.
It is selected as a word and stored in the storage means. Thereafter, when each of the elements appears alone after the compound word, the translation unit sets the translation to the translation corresponding to the element stored in the storage unit.

【0008】[0008]

【実施例】図1は本発明の一実施例の翻訳処理装置のシ
ステム構成図である。
FIG. 1 is a system configuration diagram of a translation processing apparatus according to an embodiment of the present invention.

【0009】同図において、原文入力部11は、キーボ
ード等の入力手段によって実現されるものである。1文
切り出し部12は、入力文章の句読点等を検出すること
により入力文章を1文づつ切り出し翻訳メイン処理部1
3に送出するものである。この翻訳メイン処理部13
は、原文解析部131、変換処理部132、訳文生成部
133、最適訳語選択処理134で構成されており、上
記1文切り出し部12を含めてCPU等からなるデータ
ー処理プロセッサで構成される。訳文出力部14は、上
記翻訳メイン処理部13で生成された訳文を外部に出力
するものであって、RAMからなる文章メモリやこのメ
モリ内容を表示するCRT等を備える。
In FIG. 1, an original text input unit 11 is realized by input means such as a keyboard. The one-sentence cutout unit 12 cuts out the input sentence one by one by detecting punctuation marks and the like of the input sentence, and the translation main processing unit 1.
3. This translation main processing unit 13
Is composed of an original sentence analysis unit 131, a conversion processing unit 132, a translated sentence generation unit 133, and an optimum translated word selection process 134, and includes a data processor including a CPU and the like including the one sentence cutout unit 12. The translated sentence output unit 14 outputs the translated sentence generated by the translation main processing unit 13 to the outside, and includes a sentence memory including a RAM and a CRT for displaying the contents of the memory.

【0010】又、原文解析辞書15は図4の如く、見出
し、品詞、活用を対応して管理している形態素解析辞
書、及び文型等の規則が管理されている構文解析辞書か
らなり、翻訳変換辞書16は図5の如く、見出し、品
詞、訳語が対応して管理されている。また、訳文生成用
辞書17は語尾、活用等の規則が管理されており、上記
各辞書はそれぞれ上記翻訳メイン処理部13の翻訳処理
を実行するための辞書メモリであり、RAMやROM等
で構成される。
As shown in FIG. 4, the original sentence analysis dictionary 15 is composed of a morphological analysis dictionary for managing headings, parts of speech, and utilization, and a syntax analysis dictionary for managing rules such as sentence patterns. As shown in FIG. 5, the dictionary 16 manages headings, parts of speech, and translated words in correspondence. The translation generation dictionary 17 manages rules such as ending and utilization, and each of the dictionaries is a dictionary memory for executing the translation processing of the translation main processing unit 13, and is composed of a RAM, a ROM, or the like. Is done.

【0011】ここで、翻訳メイン処理部13について、
その構成を詳述する。
Here, regarding the translation main processing unit 13,
The configuration will be described in detail.

【0012】特に、上記原文解析部131は、形態素解
析機能、構文解析機能、及び意味解析機能から成る3機
能を備えており、それぞれの処理を以下に解説する。
In particular, the original sentence analysis unit 131 has three functions including a morphological analysis function, a syntax analysis function, and a semantic analysis function, and each processing will be described below.

【0013】1.形態素解析機能:入力手段で入力され
た文字集合を単語単位に分割する単語分割手段として働
く。即ち、原文解析辞書15の形態素解析辞書で管理し
ている上記情報を参照して処理する。更に、単語毎の品
詞設定処理によって、分割された単語の中から名詞の複
合語単語を検出する検出手段としても動作するものであ
る。そしてこの他にも、品詞、活用形等の検出などの解
析処理を実行するものである。
1. Morphological analysis function: It works as a word division unit that divides a character set input by the input unit into words. That is, processing is performed with reference to the information managed by the morphological analysis dictionary of the original sentence analysis dictionary 15. Further, it operates as a detecting means for detecting a compound word of a noun from the divided words by the part of speech setting processing for each word. In addition to this, analysis processing such as detection of parts of speech and inflected forms is executed.

【0014】2.構文解析機能:上記形態素解析機能に
よって得られた情報に基づいて、係り受け関係等の構造
規則を原文解析辞書15の構文解析辞書で管理している
上記情報を参照することにより解析するものである。
2. Syntax analysis function: Based on the information obtained by the morphological analysis function, a structural rule such as a dependency relationship is analyzed by referring to the information managed by the syntax analysis dictionary of the original text analysis dictionary 15. .

【0015】3.意味解析機能:上記構文解析機能の結
果に基づいて、入力文の(言語固有の)意味構造を解析
するものである。
3. Semantic analysis function: Analyzes the (language-specific) semantic structure of the input sentence based on the result of the syntax analysis function.

【0016】一方、変換処理部132は、上記形態素解
析機能で検出された複合語に対応する目標言語の訳語、
及び上記複合語を構成している要素についての訳語を求
める変換手段として働く、即ち、翻訳変換辞書16で管
理している上記情報を参照して処理する。更に、上記複
合語以降に、上記各要素が単独で出現した場合に、その
訳語を上記翻訳変換辞書16で記憶している該要素に対
応する訳語に設定する設定手段としても動作するもので
ある。
On the other hand, the conversion processing unit 132 converts a target language corresponding to the compound word detected by the morphological analysis function into a target language,
And serves as a conversion means for obtaining a translation for an element constituting the compound word, that is, processing is performed with reference to the information managed by the translation conversion dictionary 16. Further, when each of the above-mentioned elements appears alone after the above-mentioned compound word, it also operates as a setting means for setting the translated word to the translated word corresponding to the element stored in the translation conversion dictionary 16. .

【0017】また、訳文生成部133は、上記原文解析
部131の解析結果に基づいて、上記変換処理部132
で得た訳語の語尾、活用等を変換することにより適切な
訳文を生成する。即ち、訳文生成用辞書17で管理して
いる上記情報を参照することにより実行するものであ
る。
The translation generation unit 133 also converts the conversion processing unit 132 based on the analysis result of the original text analysis unit 131.
An appropriate translated sentence is generated by converting the ending, utilization, etc. of the translated word obtained in step (1). That is, the processing is executed by referring to the information managed by the translation generation dictionary 17.

【0018】最適訳語選択処理部134は、上記原文解
析部131の形態素解析機能で得た複合語の訳語に基づ
いて該複合語の各構成要素に対応する訳語の中から最適
な訳語を選出する選出手段として動作するものである。
The optimal translated word selection processing unit 134 selects the optimal translated word from the translated words corresponding to each component of the compound word based on the translated word of the compound word obtained by the morphological analysis function of the original sentence analyzing unit 131. It operates as selection means.

【0019】以上の構成を要約すると、キーボ−ド等で
入力された文字集合を原文解析部131の形態素解析機
能で単語単位に分割し、この分割された単語の中で、名
詞で複合語の単語を検出する。更に、変換処理部132
で上記形態素解析機能で検出された複合語に対応する目
標言語の訳語、及び上記複合語を構成している各要素に
ついての訳語を求める。そのとき上記各要素に対応する
訳語が複数得られたときには、最適訳語選択処理134
で、上記複合語の訳語に基づいてその各要素に対応する
訳語の中から最適な訳語を選出し、翻訳変換辞書16等
に記憶する。しかる後、上記複合語以降に、上記各要素
が単独で出現した場合に、変換処理部132でその訳語
を上記翻訳変換辞書16等で記憶しているその要素に対
応する訳語に設定する。
To summarize the above structure, a character set input by a keyboard or the like is divided into words by the morphological analysis function of the original sentence analysis unit 131. Detect words. Further, the conversion processing unit 132
Then, a translation of the target language corresponding to the compound detected by the morphological analysis function and a translation of each element constituting the compound are obtained. At this time, when a plurality of translations corresponding to the above elements are obtained, the optimal translation selection process 134
Then, based on the translation of the compound word, an optimal translation is selected from among the translations corresponding to each element, and stored in the translation conversion dictionary 16 or the like. Thereafter, when each of the above elements appears alone after the above compound word, the translation processing unit 132 sets the translation to the translation corresponding to the element stored in the translation conversion dictionary 16 or the like.

【0020】以下に図2の入力英文テキストが原文入力
部11から入力された場合について図1の本発明装置の
動作について解説する。
The operation of the apparatus of the present invention shown in FIG. 1 when the input English text shown in FIG. 2 is input from the original text input unit 11 will be described below.

【0021】まず、1文切り出し部12によってこのテ
キストファイルから1文づつ切り出され、翻訳メイン処
理部に送出される。例えば文「He has been described
insome news accounts ...」 21が切り出された場
合には、翻訳メイン処理部13では、まずシステムが内
蔵している原文解析辞書15の形態素解析辞書で管理さ
れている上記情報との照合を行って、それぞれの単語の
認識(品詞と活用形)が行われる。
First, the text file is cut out one sentence at a time by the one sentence cutout unit 12 and sent to the translation main processing unit. For example, the sentence "He has been described
insome news accounts. . . 21 is cut out, the translation main processing unit 13 first compares the information with the above information managed in the morphological analysis dictionary of the original sentence analysis dictionary 15 incorporated in the system, and Recognition (part of speech and inflected forms) is performed.

【0022】この形態素解析辞書には、図3に示すよう
に見出し(原形)の他に、品詞や活用に関する情報がテ
ーブル形式で格納されており、辞書引きの場合、辞書に
登録されている、より長い単位で一致する単語を優先し
て、辞書引き結果とする。
As shown in FIG. 3, the morphological analysis dictionary stores, in addition to headings (original forms), information on parts of speech and utilization in a table format. In the case of dictionary lookup, the information is registered in the dictionary. A word that matches in a longer unit is prioritized as a dictionary lookup result.

【0023】上記文21が入力されると、図4のように
それぞれの単語の辞書引き結果が求められ、配列に格納
される。このとき、この形態素解析辞書に「news accou
nt」という単語が見出しとして登録されている時には、
「news accounts」という部分が1語として解析され
る。
When the sentence 21 is input, a dictionary lookup result of each word is obtained as shown in FIG. 4 and stored in an array. At this time, "news accou
When the word "nt" is registered as a heading,
The part "news accounts" is analyzed as one word.

【0024】即ち、同図の如く、見出し「he」は、品詞
「代名詞」、活用「原形」に対応し、また、見出し「ha
ve」は、品詞「助動詞」、活用「3人称」に対応してい
る。同様に、「be」 、「describe」、「in」、「som
e」、「news account」についても同図に示す品詞、及
び活用との対応関係が得られる。
That is, as shown in the figure, the heading "he" corresponds to the part of speech "pronoun" and the inflected "original form", and the heading "ha"
"ve" corresponds to the part of speech "auxiliary verb" and the conjugation "third person". Similarly, "be", "describe", "in", "som
For "e" and "news account", the correspondence with the part of speech and utilization as shown in FIG.

【0025】この形態素解析で認識された、それぞれの
単語(名詞、動詞等の内容語)は、図5に示すように翻
訳変換辞書(訳語選択用の辞書)16と対応づけされて
おり、この翻訳変換辞書には、複数の訳語が考えられる
場合には、複数の訳語候補が並べられている。
Each word (content word such as noun, verb, etc.) recognized by the morphological analysis is associated with a translation conversion dictionary (dictionary for selecting a translation word) 16 as shown in FIG. In the case where a plurality of translated words are considered in the translation conversion dictionary, a plurality of translated word candidates are arranged.

【0026】本発明の翻訳処理装置においては、上述の
形態素解析が行われた段階で、このような複数の単語か
ら構成される複合語について、該複合語の構成要素につ
いても以下に例示する如く、辞書引きを行い、それぞれ
の構成要素の訳語の対応関係を求めて最適訳語選択処理
を行うのである。即ち、例えば上述の「news account」
については複合語として辞書引きすると共に、その構成
要素である「news」、「account」についても辞書引き
を行い、訳語に関する情報を求める。即ち図6に示す如
く、「news account」61を辞書引きすることにより日
本語訳「ニュース記事」62を得ると共に、その複合語
を構成する「news」63、及び「account」64につい
ても辞書引きし、それぞれの日本語訳として「news」に
ついては「ニュース」、「たより」、「account」につ
いては「計算書」、「説明」、「記事」、「理由」の候
補が辞書引きされる。
In the translation processing apparatus of the present invention, when the above-described morphological analysis is performed, for a compound word composed of a plurality of words, the components of the compound word are also exemplified as follows. Then, a dictionary lookup is performed to determine the correspondence between the translated words of each component, and the optimal translated word selection process is performed. That is, for example, the "news account"
Is translated into a dictionary as a compound word, and the components “news” and “account” are also translated into a dictionary to obtain information on translated words. That is, as shown in FIG. 6, a Japanese translation of "news article" 62 is obtained by dictionary lookup of "news account" 61, and a dictionary lookup of "news" 63 and "account" 64 constituting the compound word. For each of the Japanese translations, candidates for "news", "news", "news", and "account" for "calculations", "descriptions", "articles", and "reasons" are looked up in a dictionary.

【0027】次に、図7は本発明の一実施例の翻訳処理
装置の訳語の絞り込みのフロー図である。
Next, FIG. 7 is a flowchart for narrowing down the translated words in the translation processing apparatus according to one embodiment of the present invention.

【0028】同図において、複合語の見出しをXeと
し、その訳語をXjとする。また、その複合語の構成要
素の見出しをXe[m](m>0)とした時、その訳語
をXj[m,n](n>1)とする。更に、Xe[1]
に対応する訳語が複数の可能性をもつ時、訳語は、Xj
[1,1]、Xj[1,2]、Xj[1,3]...と
なる。
In the figure, the heading of the compound word is Xe, and the translated word is Xj. When the head of the component of the compound word is Xe [m] (m> 0), the translated word is Xj [m, n] (n> 1). Further, Xe [1]
When the translation corresponding to has multiple possibilities, the translation is Xj
[1,1], Xj [1,2], Xj [1,3]. . . Becomes

【0029】このとき、Xj[m,n](m>0、n>
0)がXjに(部分的にでも)含まれれば、見出しXe
[m]が単独に使われる場合でも、このテキストにおい
ては、その訳語は、Xj[m,n]がふさわしいと言え
る。
At this time, Xj [m, n] (m> 0, n>
0) is included (even partially) in Xj, the heading Xe
Even when [m] is used alone, it can be said that Xj [m, n] is appropriate for the translated word in this text.

【0030】即ち、同図のフローにおいては、ステップ
S1で、Xj[m,n](m>0、n>0)がXjに
(部分的にでも)含まれるか否かの判定をし、含まれる
と判定された場合には、ステップS2でXe[m]の訳
語としてXj[m,n]を優先させる情報を格納する。
That is, in the flow shown in the figure, at step S1, it is determined whether or not Xj [m, n] (m> 0, n> 0) is included (even partially) in Xj. If it is determined that it is included, information that prioritizes Xj [m, n] as a translation of Xe [m] is stored in step S2.

【0031】次に、上述の複合語「news account」につ
いての処理を例にとって、上述の訳語の絞り込み処理を
更に詳述する。
Next, the processing for narrowing down the translated word will be described in further detail, taking as an example the processing for the above-mentioned compound word “news account”.

【0032】複合語「news account」の訳語「ニュース
記事」は、「news」の訳語候補(「ニュース」「たよ
り」)5のうち、「ニュース」を含んでおり、図2のテ
キストでは、「news」の訳としては、「ニュース」がふ
さわしいと判断される。同様に、複合語「news accoun
t」の訳語「ニュース記事」は、「account」の訳語候補
(「計算書」、「説明」、「記事」、「理由」)のう
ち、「記事」を含んでいるので、このテキストにおいて
は、「account」の訳語として「記事」がふさわしいと
判断される。(この例では、要素の訳語が複合語の訳語
に完全に含まれる場合を示したが、完全に一致しなけれ
ば部分一致でもよい。)即ち、この判定結果(図2のテ
キストにおいては、「news」の訳としては、「ニュー
ス」がふさわしく、「account」の訳語として「記事」
がふさわしい)は、翻訳変換辞書16に学習データとし
て格納される。この学習データの格納の方法としては、
以下の2例が考えられる。
The translated word “news article” of the compound word “news account” includes “news” among the translated word candidates (“news” and “news”) 5 of “news”, and in the text of FIG. As the translation of "news", "news" is judged to be appropriate. Similarly, the compound word "news accoun
The translated word “news article” for “t” includes “article” among the candidate translations for “account” (“calculation statement”, “description”, “article”, “reason”). It is determined that “article” is appropriate as a translation of “account”. (In this example, the case where the translation of the element is completely included in the translation of the compound word is shown, but partial matching may be used if they do not completely match.) That is, this determination result (in the text of FIG. 2, “ The word "news" should be translated as "news", and the word "article" could be translated into "account".
Is stored in the translation conversion dictionary 16 as learning data. As a method of storing this learning data,
The following two examples are possible.

【0033】(1)翻訳変換辞書16に優先順位を記述
できる枠組を設けておき、該当する訳語の優先順位を上
げて、格納する。
(1) A frame in which the priority order can be described is provided in the translation conversion dictionary 16, and the priority of the corresponding translated word is increased and stored.

【0034】(2)翻訳変換辞書16の他に、翻訳学習
辞書を設けて、そこに該当する単語の訳語情報を記述す
る。
(2) In addition to the translation conversion dictionary 16, a translation learning dictionary is provided, and the translated word information of the corresponding word is described therein.

【0035】以上の最適翻訳選択処理を行った上で、構
文、意味解析を行い変換処理を行う。変換処理で訳語を
もとめる場合、これ以降、最適化判断された「news」及
び「account」については、この処理で選択された訳語
が優先され、それ以外の最適化判断されていない単語に
ついては、一般的な訳語が与えられる。この変換結果を
もとに概念構造から訳文を生成して、訳文出力部14の
CRTに表示出力する。
After performing the above-described optimal translation selection processing, syntax and semantic analysis are performed to perform conversion processing. When a translation word is obtained by the conversion process, the translation word selected in this process is prioritized for "news" and "account" that have been optimized thereafter, and for other words that have not been optimized yet, General translations are given. Based on this conversion result, a translated sentence is generated from the conceptual structure, and is displayed on the CRT of the translated sentence output unit 14.

【0036】以上の操作を1文単位で行ないながら、翻
訳処理を進めていく。ここで図2の入力テキストのうち
文22「these account are very mislcanding」が
切り出され、翻訳メイン処理に渡されると図8のような
形態素解析結果となる。ここで「account」の訳語につ
いては、文21を処理する際に適用された最適訳語選択
処理によって翻訳変換辞書は更新されており、その格納
された学習データを参照することによって、「記事」と
訳すことができる。
The translation process proceeds while performing the above operations in units of one sentence. Here, when the sentence 22 “these account are very mislcanding” is cut out from the input text of FIG. 2 and passed to the translation main process, a morphological analysis result as shown in FIG. 8 is obtained. Here, for the translation of “account”, the translation conversion dictionary has been updated by the optimal translation selection process applied when processing sentence 21, and by referring to the stored learning data, the “article” Can translate.

【0037】[0037]

【発明の効果】本発明によれば、入力テキスト中に出現
する複合語の情報を利用することによって、テキスト
(場面)に応じて適切に単語の訳し分けを行うことがで
き翻訳精度を向上させることができる。
According to the present invention, by utilizing information on compound words appearing in an input text, words can be appropriately translated according to a text (scene), thereby improving translation accuracy. be able to.

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

【図1】本発明の一実施例の翻訳処理装置の機能構成図FIG. 1 is a functional configuration diagram of a translation processing apparatus according to an embodiment of the present invention.

【図2】本発明の一実施例の翻訳処理装置の入力英文テ
キスト例を示す図
FIG. 2 is a diagram showing an example of an input English sentence text of a translation processing apparatus according to an embodiment of the present invention;

【図3】本発明の一実施例の翻訳処理装置の形態素解析
用辞書を示す図
FIG. 3 is a diagram showing a morphological analysis dictionary of the translation processing apparatus according to one embodiment of the present invention;

【図4】本発明の一実施例の翻訳処理装置の形態素解析
辞書引き結果の一例を示す図
FIG. 4 is a diagram illustrating an example of a morphological analysis dictionary lookup result of the translation processing apparatus according to an embodiment of the present invention;

【図5】本発明の一実施例の翻訳処理装置の英語、日本
語の翻訳変換辞書を示す図
FIG. 5 is a diagram showing English and Japanese translation conversion dictionaries of the translation processing apparatus according to one embodiment of the present invention;

【図6】本発明の一実施例の翻訳処理装置の複合語と構
成要素の訳語の対応関係を示す図
FIG. 6 is a diagram showing a correspondence between a compound word and a translation of a component in the translation processing apparatus according to the embodiment of the present invention;

【図7】本発明の一実施例の翻訳処理装置の訳語の絞り
込みのフロー図
FIG. 7 is a flowchart of narrowing down a translation word in the translation processing apparatus according to one embodiment of the present invention;

【図8】本発明の一実施例の翻訳処理装置の形態素解析
辞書引き結果の他の例を示す図
FIG. 8 is a diagram showing another example of a morphological analysis dictionary lookup result of the translation processing apparatus according to the embodiment of the present invention;

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

11 原文入力部 12 1文切り出し部 13 翻訳メイン処理部 14 翻訳出力部 15 原文解析辞書 16 翻訳変換辞書 17 訳文生成用辞書 131 原文解析部 132 変換処理部 133 訳文生成部 134 最適訳語選択処理 11 Original sentence input unit 12 1 sentence extraction unit 13 Translation main processing unit 14 Translation output unit 15 Original sentence analysis dictionary 16 Translation conversion dictionary 17 Translation sentence generation dictionary 131 Original sentence analysis unit 132 Conversion processing unit 133 Translation sentence generation unit 134 Optimal translation word selection processing

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】入力手段で入力された文字集合を単語単位
に分割する単語分割手段と、該単語分割手段で分割され
た単語の中で、名詞で複合語の単語を検出する検出手段
と、該検出手段で検出された複合語に対応する目標言語
の訳語、及び上記複合語を構成している要素についての
訳語を求める変換手段と、該変換手段で上記複合語を構
成している各要素に対応する訳語が複数得られたときに
は、複数の該訳語のうち上記複合語の訳語に完全に含ま
れるものを最適な訳語として選出する選出手段と、該選
出手段で選出された最適な訳語を記憶する記憶手段とを
備え、上記複合語以降に、上記各要素が単独で出現した
場合に、その訳語を上記記憶手段で記憶している該要素
に対応する訳語に設定する設定手段を備えたことを特徴
とする翻訳処理装置。
1. A word dividing means for dividing a character set inputted by an input means into words, a detecting means for detecting a compound word by a noun among words divided by the word dividing means, A conversion unit for obtaining a translation of the target language corresponding to the compound word detected by the detection unit, and a translation for an element forming the compound word; and each element forming the compound word by the conversion unit. When a plurality of translations corresponding to are obtained, the translation is completely included in the translation of the compound word among the plurality of translations.
Comprising a selection means for selecting what is a best translation, and storage means for storing an optimal translation elected by該選detecting means, after said compound word, when each element is encountered alone, that A translation processing apparatus, comprising: setting means for setting a translated word to a translated word corresponding to the element stored in the storage means.
【請求項2】上記変換手段で上記複合語を構成している
各要素に対応する訳語が複数得られたときには、複数の
該訳語のうち上記複合語の訳語に完全に含まれるものが
あればそれを最適な訳語として選出し、完全に含まれる
ものがなければ上記複合語の訳語と部分一致するものを
最適な訳語として選出する選出手段を備えたことを特徴
とする請求項1記載の翻訳処理装置。
2. The compound word is constituted by the conversion means.
When multiple translations corresponding to each element are obtained,
Of the translations, those completely included in the translations of the above compound words
If there is, select it as the best translation and it is completely included
If there is no match, a partial match with the translation of the above compound word
It is equipped with a selection means for selecting the best translation.
2. The translation processing device according to claim 1, wherein:
JP16446391A 1991-07-04 1991-07-04 Translation processing device Expired - Fee Related JP3244286B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP16446391A JP3244286B2 (en) 1991-07-04 1991-07-04 Translation processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP16446391A JP3244286B2 (en) 1991-07-04 1991-07-04 Translation processing device

Publications (2)

Publication Number Publication Date
JPH0512332A JPH0512332A (en) 1993-01-22
JP3244286B2 true JP3244286B2 (en) 2002-01-07

Family

ID=15793656

Family Applications (1)

Application Number Title Priority Date Filing Date
JP16446391A Expired - Fee Related JP3244286B2 (en) 1991-07-04 1991-07-04 Translation processing device

Country Status (1)

Country Link
JP (1) JP3244286B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5185343B2 (en) * 2010-09-03 2013-04-17 株式会社東芝 Machine translation apparatus and machine translation program

Also Published As

Publication number Publication date
JPH0512332A (en) 1993-01-22

Similar Documents

Publication Publication Date Title
US4962452A (en) Language translator which automatically recognizes, analyzes, translates and reinserts comments in a sentence
US4831529A (en) Machine translation system
JP2732563B2 (en) Machine translation method and apparatus
JP3244286B2 (en) Translation processing device
JP2838984B2 (en) General-purpose reference device
JPS61260366A (en) Mechanical translating system having learning function
JP2011175306A (en) Information processing device
JP3257264B2 (en) Unknown word registration device
JPS62203266A (en) Mechanical translation system
JP2715875B2 (en) Multilingual summary generator
JP5032453B2 (en) Machine translation apparatus and machine translation program
JP3353873B2 (en) Machine translation equipment
JP3255294B2 (en) Machine translation equipment
JPH11282844A (en) Preparing method of document, information processor and recording medium
JP3884001B2 (en) Language analysis system and method
JPH10171804A (en) Machine translation system
JPH07122876B2 (en) Machine translation device
JP2004199519A (en) Mechanical translation method, mechanical translation device, and mechanical translation program
JP2901977B2 (en) Translation equipment
JPH05197752A (en) Machine translation system
JPH10320391A (en) Machine translation device and computer readable recording medium for recording machine translation processing program
JPH0635964A (en) Machine translation device
JPH04296969A (en) Mechanical translation device
JPH04130577A (en) Natural language processor
JPH06332938A (en) Natural language analyzing device and machine translation device

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees