JPH05189416A - Word processor - Google Patents

Word processor

Info

Publication number
JPH05189416A
JPH05189416A JP4003019A JP301992A JPH05189416A JP H05189416 A JPH05189416 A JP H05189416A JP 4003019 A JP4003019 A JP 4003019A JP 301992 A JP301992 A JP 301992A JP H05189416 A JPH05189416 A JP H05189416A
Authority
JP
Japan
Prior art keywords
conversion
information
neuro
word
kana
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
JP4003019A
Other languages
Japanese (ja)
Inventor
Chizuru Sato
千鶴 佐藤
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP4003019A priority Critical patent/JPH05189416A/en
Publication of JPH05189416A publication Critical patent/JPH05189416A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To attain the neuro-learning in a wide range without increasing the necessary capacity with a document processor which performs the KANA (Japanese syllabary)/KANJI (Chinese character) conversion with use of a neural network (neuro-learning function). CONSTITUTION:The conceptual information showing the meanings of conversion words is stored in a KANA/KANJI dictionary 15. Then the conversion word retrieved out of the dictionary 15 and the conceptual information on the word are stored in a homonym buffer 18 when the KANA/KANJI conversion is carried out. Meanwhile the neuro-information defining the conceptual information as a node is stored in a neuro-table 17. Then the output control of the conversion word stored in the buffer 18 is carried out based on the active value of the neuro-information. Furthermore the active value of the neuro-information is updated based on the conceptual information when a conversion word is decided.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、ニューラルネットワー
ク(ニューロ学習機能)を用いてかな漢字変換を行う文
書作成装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a document creating device for performing kana-kanji conversion using a neural network (neuro learning function).

【0002】[0002]

【従来の技術】従来、文書作成装置では、入力文書の話
題を把握しながら、かな漢字変換を行うものとして、ニ
ューロ学習機能を用いたかな漢字変換が研究されてい
る。これは、それまでに作成された文書中の単語より、
入力している文書の話題性に着目して、それまでに出現
した単語と話題的に近い語を優先的に出力するというも
のである。そこで、かな漢字変換用の辞書に登録されて
いる各語をノードとしたニューラルネットワークを構成
し、そのネットワーク上で人間の連想の模倣を次のよう
にして自動的に行う。
2. Description of the Related Art Conventionally, kana-kanji conversion using a neuro-learning function has been studied as a means for performing kana-kanji conversion while grasping the topic of an input document in a document creation device. This is more than the words in the documents created so far,
Focusing on the topicality of the input document, the words that have been topically similar to the words that have appeared so far are preferentially output. Therefore, we construct a neural network with each word registered in the kana-kanji conversion dictionary as a node, and automatically imitate the human association on the network as follows.

【0003】すなわち、語には、そのときどきの文脈に
よって、その語が連想される程度を表す活性値を付随さ
せる。そして、最近出現した語には高い活性値を与え、
その活性値はリンクを通して、リンクの重みに応じた強
さで他の語の活性値を高めるようになんらかの方法で制
御する。
That is, a word is associated with an activity value indicating the degree to which the word is associated with the context at any given time. And give a high activity value to the word that appeared recently,
The activity value is controlled through the link in some way so as to increase the activity value of other words with a strength according to the weight of the link.

【0004】例えば「しこう」という読みに対し、図8
に示すようなニューラルネットワークが構成されていた
場合において、 「大統領は法案が通過すれば、直ぐに公布するつもりで
ある。」という文書を入力後、「しこうにかんしては
…」という文書を入力すると、そのときの「しこう」の
変換語として、「施行」が優先的に出力される。これ
は、文書中に、「法案」、「公布」といった法律に関す
る単語が多く使われたことによって、ニューラルネット
ワークにおける「施行」の活性値が他の同音語(「試
行」、「指向」、「思考」)より高くなったためであ
る。なお、図8において、各ノード間に付されている数
字はリンクの重みを示している。
For example, in response to the reading "Shikou", FIG.
In the case where the neural network as shown in Fig. 2 is configured, after inputting the document "The president intends to promulgate it immediately if the bill passes", then input the document "What is it?" Then, "enforcement" is preferentially output as a conversion word of "shikou" at that time. This is because many words related to law such as “bill” and “promulgation” are used in the document, so that the activation value of “enforcement” in the neural network is different from other homophones (“trial”, “oriented”, “ Thought ”). Note that in FIG. 8, the numbers attached between the nodes indicate the link weights.

【0005】[0005]

【発明が解決しようとする課題】ところで、従来、上述
したようなニューラルネットワークを用いたかな漢字変
換において、ネットワーク中の各ノードは辞書内の各語
に一意に対応していた。ここで、辞書内に登録されてい
る語は膨大であり、全ての語をノードとしてネットワー
クを形成するとすれば、ニューロ学習に要する容量が増
大する。このため、限られた範囲の語をノードとしてネ
ットワークを形成するしかなく、広範囲に亘ってニュー
ロ学習を行うことができなかった。
By the way, conventionally, in the Kana-Kanji conversion using the neural network as described above, each node in the network uniquely corresponds to each word in the dictionary. Here, the number of words registered in the dictionary is enormous, and if a network is formed with all the words as nodes, the capacity required for neurolearning increases. For this reason, there is no choice but to form a network with words in a limited range as nodes, and it has been impossible to perform neuro learning over a wide range.

【0006】本発明は上記のような点に鑑みなされたも
ので、ニューロ学習に要する容量を増大させることな
く、広範囲に亘ったニューロ学習を実現できる文書作成
装置を提供することを目的とする。
The present invention has been made in view of the above points, and it is an object of the present invention to provide a document creation apparatus capable of realizing neuro learning over a wide range without increasing the capacity required for neuro learning.

【0007】[0007]

【課題を解決するための手段】本発明の文書作成装置
は、読み情報に対応する変換語情報を記憶した変換用の
辞書、この辞書に記憶された上記変換語情報の概念情報
を記憶する概念情報記憶手段、この概念情報記憶手段に
記憶された上記概念情報をノードとしたニューロ情報を
記憶するニューロ情報記憶手段、このニューロ情報記憶
手段に記憶された上記ニューロ情報に基づいて上記辞書
を用いた変換を行う制御手段とを具備したものである。
A document creating apparatus of the present invention is a concept for storing a conversion dictionary storing conversion word information corresponding to reading information, and concept information of the conversion word information stored in the dictionary. Information storage means, neuro information storage means for storing neuro information having the conceptual information stored in the conceptual information storage means as a node, and the dictionary is used based on the neuro information stored in the neuro information storage means. And a control means for performing conversion.

【0008】[0008]

【作用】上記の構成によれば、読み情報に対応する変換
語情報が辞書から検索され、その変換語情報の出力順位
を決定する方法として、ニューロ情報が用いられる。こ
の場合、ニューロ情報は概念情報をノードとして形成さ
れているため、変換語情報をノードとしていた従来のニ
ューロ学習に比べ、そのニューロ学習に要するメモリ容
量を大幅に削減できると共に、広範囲に亘ったニューロ
学習を実現でき、より適確にユーザの望む変換語を優先
出力することができる。
According to the above structure, the neuro information is used as a method of searching the dictionary for the conversion word information corresponding to the reading information and determining the output rank of the conversion word information. In this case, since the neuro information is formed by using the conceptual information as a node, the memory capacity required for the neuro learning can be significantly reduced as compared with the conventional neuro learning in which the conversion word information is used as a node, and the neuro information over a wide range can be obtained. Learning can be realized, and the conversion word desired by the user can be output more accurately and preferentially.

【0009】[0009]

【実施例】以下、図面を参照して本発明の一実施例に係
る文書作成装置を説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS A document creating apparatus according to an embodiment of the present invention will be described below with reference to the drawings.

【0010】図1はかな漢字変換機能を備えた文書作成
装置の構成を示すブロック図である。図1において、入
力部11は、文書作成等に必要な各種の情報を入力する
ためのキーボードである。この入力部11には、かな文
字、英文字、数字等の入力キーをはじめ、ここでは、か
な漢字変換を指示するための「変換指示」キー11aが
設けられている。入力制御部12は、入力部11によっ
て入力される各種情報の入力制御を行う。かな漢字変換
制御部13は、かな漢字変換処理部14およびニューロ
処理部16を用いてかな漢字変換を行う。
FIG. 1 is a block diagram showing the arrangement of a document creating apparatus having a kana-kanji conversion function. In FIG. 1, an input unit 11 is a keyboard for inputting various kinds of information necessary for document creation and the like. The input unit 11 is provided with input keys for kana characters, English characters, numbers, etc., and here, a "conversion instruction" key 11a for instructing conversion of kana-kanji characters. The input control unit 12 controls input of various information input by the input unit 11. The kana-kanji conversion control unit 13 performs kana-kanji conversion using the kana-kanji conversion processing unit 14 and the neuro processing unit 16.

【0011】かな漢字変換処理部14は、かな漢字変換
用の辞書15を参照して入力読み情報に対応する変換語
候補を同音語バッファ18に作成する。辞書15は、例
えばROMからなり、図2に示すように予め読み(読み
情報)とこの読みに対応する変換語を記憶している。ま
た、同実施例では、各変換語に対応して、その単語の意
味を示す概念情報が記憶されている。図2の例では、
「こい」という読みに対し、「恋」、「鯉」、「故
意」、「請い」という変換語、また、各変換語に対応し
て「恋愛」、「魚介」、「意」、「頼み」という概念情
報が記憶されている。
The kana-kanji conversion processing section 14 refers to the kana-kanji conversion dictionary 15 to create conversion word candidates corresponding to the input reading information in the homophone word buffer 18. The dictionary 15 is composed of, for example, a ROM, and preliminarily stores readings (reading information) and conversion words corresponding to the readings, as shown in FIG. In addition, in the same embodiment, corresponding to each conversion word, conceptual information indicating the meaning of the word is stored. In the example of FIG.
For the reading "koi", the conversion words "love", "carp", "willfulness", and "begging", and corresponding to each conversion word, "love", "fish", "meaning", " The conceptual information of "request" is stored.

【0012】ニューロ処理部16は、ニューロテーブル
17を用いてニューロ学習処理を行う。ニューロテーブ
ル17は、例えばRAMからなり、図3に示すように変
換語の出現頻度を示すニューロ情報を記憶する。このニ
ューロ情報は、リンク情報および活性値からなる。リン
ク情報は、図3に示すように概念情報をノードとしたニ
ューラルネットワーク上での各ノード間の結び付きを示
す。活性値は、現在作成中の文書における、そのときど
きの文脈によってその語が連想される程度を表すもので
あって、リンクの重みに応じた強さで更新される。図3
の例では、「恋愛」という変換語に対し、「人間」、
「社交」、「悲喜」、「心境」というリンク情報および
活性値「1.3」が記憶されている。
The neuro processing unit 16 uses the neuro table 17 to perform neuro learning processing. The neuro table 17 is composed of, for example, a RAM, and stores neuro information indicating the appearance frequency of conversion words as shown in FIG. This neuro information is composed of link information and active value. The link information indicates the connection between the nodes on the neural network having the conceptual information as the node as shown in FIG. The activity value represents the degree to which the word is associated with the current context in the currently created document, and is updated with the strength according to the link weight. Figure 3
In the example, for the conversion word "love", "human",
The link information such as “social relations”, “grief”, and “mind” and the activity value “1.3” are stored.

【0013】同音語バッファ18は、例えばRAMから
なり、かな漢字変換処理部14によって作成された変換
語の候補およびここではその概念情報を記憶する。ま
た、表示制御部19は、かな漢字変換制御部13の制御
の下で、表示部20に対する表示制御を行う。表示部2
0は、各種の情報を表示するための表示装置であり、例
えば40字20行のバックライト付き液晶ディスプレイ
からなり、最下行がガイド表示専用の領域(ガイド行)
に設定されている。次に、同実施例の動作を説明する。
The homophone word buffer 18 is composed of, for example, a RAM, and stores conversion word candidates created by the kana-kanji conversion processing unit 14 and here conceptual information thereof. The display control unit 19 also performs display control on the display unit 20 under the control of the Kana-Kanji conversion control unit 13. Display unit 2
Reference numeral 0 is a display device for displaying various kinds of information, which is, for example, a liquid crystal display with a backlight of 40 characters and 20 lines, and the bottom line is an area dedicated to guide display (guide line).
Is set to. Next, the operation of the embodiment will be described.

【0014】図4のフローチャートに示すように、ユー
ザが入力部11を通じて、例えば「いけから、みずのは
ねるおとがする。」という読み情報を入力し(ステップ
A1)、入力部11の「変換指示」キー11aを操作し
てかな漢字変換を指示すると(ステップA2)、その情
報は入力制御部12を通じてかな漢字変換制御部13に
与えられる。これにより、かな漢字変換制御部13の制
御の下で、まず、かな漢字変換処理部14が辞書15を
検索し(ステップA3)、各読み毎に、対応する全ての
変換語とその概念情報を読出し、これらを辞書15内の
優先度順に同音語バッファ18に格納する(ステップA
4)。このときの各変換語に対する同音語バッファ18
の内容を図6(a)乃至(d)に示す。
As shown in the flow chart of FIG. 4, the user inputs, through the input unit 11, reading information such as "Ikekara, Mizuno Haneotogashi." (Step A1), and the "Conversion instruction of the input unit 11". When the Kana-Kanji conversion is instructed by operating the key 11a (step A2), the information is given to the Kana-Kanji conversion control unit 13 through the input control unit 12. As a result, under the control of the kana-kanji conversion control unit 13, first, the kana-kanji conversion processing unit 14 searches the dictionary 15 (step A3) to read all corresponding conversion words and their conceptual information for each reading, These are stored in the homophone word buffer 18 in order of priority in the dictionary 15 (step A
4). The homophone word buffer 18 for each conversion word at this time
Is shown in FIGS. 6 (a) to 6 (d).

【0015】このようにして、同音語バッファ18に変
換語候補が作成されると、ニューロ処理部16はニュー
ロテーブル17を参照し(ステップA5)、そのニュー
ロテーブル17に記憶されているニューロ情報に基づい
て、活性値の高い順に同音語バッファ18内の変換語候
補を並び換える(ステップA6)。表示制御部19は、
この同音語バッファ18の変換語候補を例えば「次候
補」キー等の操作に応じて順に表示部20に出力する。
When the conversion word candidates are created in the homophone word buffer 18 in this way, the neuro processing unit 16 refers to the neuro table 17 (step A5), and the neuro information stored in the neuro table 17 is obtained. Based on this, the conversion word candidates in the homophone word buffer 18 are rearranged in the order of high activity value (step A6). The display control unit 19
The conversion word candidates of the homophone word buffer 18 are sequentially output to the display unit 20 in accordance with the operation of the "next candidate" key or the like.

【0016】ここで、図5のフローチャートに示すよう
に、ユーザが変換結果として「池から、水の跳ねる音が
する。」を確定したとすると(ステップB1)、ニュー
ロ処理部16は同音語バッファ18から「池」、
「水」、「跳ねる」、「音」の各変換語に対応する概念
情報「湖沼」、「水」、「集散/足の動作」、「音」を
検索する(ステップB2)。次に、ニューロ処理部16
は、この概念情報に基づいてニューロテーブル17内の
ノード(ここでは概念情報)の活性値およびそのノード
とリンクする他のノードの活性値をそれぞれのリンクの
重みに応じて更新する(ステップB3)。このような活
性値の更新処理が終了すると、かな漢字変換制御部13
はかな漢字変換処理部14を通じて同音語バッファ18
を初期化し、次のかな漢字変換に備える(ステップB
4)。
Here, as shown in the flow chart of FIG. 5, if the user determines that the conversion result is "the sound of the water bouncing from the pond" (step B1), the neuro processing unit 16 causes the homologous word buffer. 18 from "Pond",
The conceptual information “lake”, “water”, “concentration / foot movements”, and “sound” corresponding to the conversion words “water”, “bounce”, and “sound” are searched (step B2). Next, the neuro processing unit 16
Updates the active value of a node (concept information here) in the neuro table 17 and the active values of other nodes linked to that node according to the weight of each link based on this conceptual information (step B3). .. When the updating process of the active value is completed, the kana-kanji conversion control unit 13
The homophone word buffer 18 through the kana-kanji conversion processing unit 14.
To initialize and prepare for the next kana-kanji conversion (step B
4).

【0017】このときの様子を図7に示す。図7(a)
は変換結果を確定する前のニューラルネットワーク、同
図(b)は変換結果を確定した後のニューラルネットワ
ークを示しており、上記の例で「池から、水の跳ねる音
がする。」が確定されたことによって、魚介関係の活性
値が上昇し、恋愛関係の活性値は変化していないことが
分かる。したがって、次回に、例えば「こいがいるのか
な。」という読みを入力した際には、同音語バッファ1
8に図6(e)に示すように「こい」の変換語候補とし
て「恋」、「鯉」、「故意」、「請い」が格納される
が、その中で魚介関係である「鯉」が変換結果として優
先出力される。これは、「鯉」という単語そのものの活
性値ではなく、「鯉」の概念情報である「魚介」の活性
値が他の活性値より高かったことによる。
The state at this time is shown in FIG. Figure 7 (a)
Shows a neural network before the conversion result is fixed, and FIG. 7B shows the neural network after the conversion result is fixed. In the above example, "the sound of the water bouncing from the pond." As a result, it can be seen that the activity value related to seafood increased and the activity value related to romantic relationship did not change. Therefore, when the next reading, for example, "I wonder if there is a carp."
As shown in FIG. 6 (e), “love”, “carp”, “intentional”, and “begging” are stored as conversion word candidates for “koi” in FIG. Is output as a conversion result with priority. This is because the activity value of “fish”, which is the conceptual information of “carp”, was higher than the activity values of other words, not the activity value of the word “carp” itself.

【0018】[0018]

【発明の効果】以上のように本発明によれば、変換語の
概念情報に基づくニューロ学習が行なわれる。したがっ
て、辞書内の変換語の1つ1つをノードとしていた従来
のニューロ学習に比べ、そのニューロ学習に要するメモ
リ容量を大幅に削減できると共に、広範囲に亘ったニュ
ーロ学習を実現でき、より適確にユーザの望む変換語を
優先出力することができる。
As described above, according to the present invention, neuro learning is performed based on the concept information of the conversion word. Therefore, as compared with the conventional neurolearning in which each of the conversion words in the dictionary is used as a node, the memory capacity required for the neurolearning can be significantly reduced, and the neurolearning over a wide range can be realized. It is possible to preferentially output the conversion word desired by the user.

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

【図1】本発明の一実施例に係る文書作成装置の構成を
示すブロック図。
FIG. 1 is a block diagram showing the configuration of a document creation device according to an embodiment of the present invention.

【図2】同実施例の辞書の構成を示す図。FIG. 2 is a diagram showing a configuration of a dictionary of the embodiment.

【図3】同実施例のニューロテーブルの構成を示す図。FIG. 3 is a diagram showing a configuration of a neuro table of the same embodiment.

【図4】同実施例の動作を説明するためのフローチャー
ト。
FIG. 4 is a flowchart for explaining the operation of the embodiment.

【図5】同実施例の動作を説明するためのフローチャー
ト。
FIG. 5 is a flowchart for explaining the operation of the embodiment.

【図6】同実施例の同音語バッファの内容を示す図。FIG. 6 is a view showing the contents of a homophone word buffer according to the embodiment.

【図7】同実施例のニューラルネットワークの構成を示
す図。
FIG. 7 is a diagram showing a configuration of a neural network of the same embodiment.

【図8】ニューラルネットワークを用いたかな漢字変換
を説明するための図。
FIG. 8 is a diagram for explaining kana-kanji conversion using a neural network.

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

11…入力部、11a…「変換指示」キー、12…入力
制御部、13…かな漢字変換制御部、14…かな漢字変
換処理部、15…辞書、16…ニューロ処理部、17…
ニューロテーブル、18…同音語バッファ、19…表示
制御部、20…表示部。
11 ... Input unit, 11a ... "Conversion instruction" key, 12 ... Input control unit, 13 ... Kana-Kanji conversion control unit, 14 ... Kana-Kanji conversion processing unit, 15 ... Dictionary, 16 ... Neuro processing unit, 17 ...
Neurotable, 18 ... Homophone buffer, 19 ... Display control unit, 20 ... Display unit.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 読み情報に対応する変換語情報を記憶し
た変換用の辞書と、 この辞書に記憶された上記変換語情報の概念情報を記憶
する概念情報記憶手段と、 この概念情報記憶手段に記憶された上記概念情報をノー
ドとしたニューロ情報を記憶するニューロ情報記憶手段
と、 このニューロ情報記憶手段に記憶された上記ニューロ情
報に基づいて上記辞書を用いた変換を行う制御手段とを
具備したことを特徴とする文書作成装置。
1. A conversion dictionary that stores conversion word information corresponding to reading information, a concept information storage unit that stores concept information of the conversion word information stored in the dictionary, and a concept information storage unit. A neuro information storage means for storing neuro information having the stored conceptual information as a node, and a control means for performing conversion using the dictionary based on the neuro information stored in the neuro information storage means are provided. A document creation device characterized by the above.
JP4003019A 1992-01-10 1992-01-10 Word processor Pending JPH05189416A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4003019A JPH05189416A (en) 1992-01-10 1992-01-10 Word processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4003019A JPH05189416A (en) 1992-01-10 1992-01-10 Word processor

Publications (1)

Publication Number Publication Date
JPH05189416A true JPH05189416A (en) 1993-07-30

Family

ID=11545625

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4003019A Pending JPH05189416A (en) 1992-01-10 1992-01-10 Word processor

Country Status (1)

Country Link
JP (1) JPH05189416A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007094786A (en) * 2005-09-29 2007-04-12 Sanyo Electric Co Ltd Mobile terminal

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007094786A (en) * 2005-09-29 2007-04-12 Sanyo Electric Co Ltd Mobile terminal

Similar Documents

Publication Publication Date Title
Atkinson et al. Factors influencing speed and accuracy of word recognition
Slobin Suggested universals in the ontogenesis of grammar
JPH05189416A (en) Word processor
JPS60247770A (en) Character processor
JP3034970B2 (en) Document reading support device
JPH02144763A (en) Kana/kanji converting device
JPH05189415A (en) Word processor
JPH05189412A (en) Word processor
JPS63106070A (en) Chinese sentence input system
JPS641821B2 (en)
JPH06318232A (en) Dictionary retrieving device
JPS628259A (en) Kana (japanese syllabary)-kanji (chinese character) converting system
JPH05158915A (en) Document forming device
JPS6061825A (en) Character converter
JPH01106168A (en) Document producing device
JPS63156273A (en) Kana/kanji converter
JPH0619897A (en) Sentence processor
JPH03268161A (en) Kana/kanji converter
JPH08202704A (en) Kana/kanji converting device
JPS63173157A (en) Document preparing device
JPH0962668A (en) Kana/kanji converter
JPS6411988B2 (en)
JPS62293375A (en) Character processor
JPH05151199A (en) Document preparation device
JPH05174065A (en) Information retrieval system with retriever selection support