JPH0474262A - Word processor - Google Patents

Word processor

Info

Publication number
JPH0474262A
JPH0474262A JP2188727A JP18872790A JPH0474262A JP H0474262 A JPH0474262 A JP H0474262A JP 2188727 A JP2188727 A JP 2188727A JP 18872790 A JP18872790 A JP 18872790A JP H0474262 A JPH0474262 A JP H0474262A
Authority
JP
Japan
Prior art keywords
kana
kanji
dictionary
notation
concept
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
JP2188727A
Other languages
Japanese (ja)
Inventor
Hiroichi Yoshida
広市 吉田
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP2188727A priority Critical patent/JPH0474262A/en
Publication of JPH0474262A publication Critical patent/JPH0474262A/en
Pending legal-status Critical Current

Links

Landscapes

  • Machine Translation (AREA)
  • Document Processing Apparatus (AREA)

Abstract

PURPOSE:To prevent the duplication of both KANA (Japanese syllabary) and KANJI (Chinese character) descriptions and to reduce the dictionary capacity by using a description dictionary including the KANJI descriptions and the KANA descriptions showing the Japanese reading of the KANJI and a notion dictionary containing the correspondence between both descriptions. CONSTITUTION:The KANA character strings and the KANJI-KANA sentences received from an input means 103 are stored in a storage means 104 and then converted into the KANJI-KANA sentences by a KANA/KANJI character conversion means 105 based on a description dictionary 101 and a notion dictionary 102. Then these converted sentences are analyzed by a KANJI-KANA sentence analyzing means 106 based on both dictionaries 101 and 102. Therefore the KANA/KANJI conversion and the KANJI-KANA sentence analysis can be attained by both dictionaries 101 and 102. Thus it is not required to register the same descriptions by means of a KANA/KANJI conversion dictionary and a KANJI-KANA sentence analysis dictionary. As a result, the dictionary capacity can be reduced.

Description

【発明の詳細な説明】 (イ)産業上の利用分野 この発明は、かな文字列を漢字かな交しり文に変換する
かな漢字変換機能と、漢字かな交じり文をかな文字列に
変換する漢字かな交じり文解析機能とを有する、例えば
自動翻訳機や文章校正支援システムのような文書処理装
置に関する。
[Detailed Description of the Invention] (a) Industrial Application Field This invention provides a kana-kanji conversion function that converts a kana character string into a kanji-kana combination sentence, and a kanji-kana combination function that converts a kanji-kana combination sentence into a kana character string. The present invention relates to a document processing device, such as an automatic translator or a grammar proofing support system, which has a sentence analysis function.

(ロ)従来の技術 従来、この種の文書処理装置においては、かな漢字変換
用と漢字かな交じり文解析用の2種類の辞書を用意して
おき、かな漢字変換処理を行う時にはかな漢字変換用の
辞書を、文書校正などの漢字かな交じり文解析処理を行
う時には漢字かな交じり文解析用の辞書を、それぞれ参
照するようにしている。
(b) Conventional technology Conventionally, in this type of document processing device, two types of dictionaries are prepared: one for kana-kanji conversion and one for analysis of sentences containing kanji and kana, and when performing kana-kanji conversion processing, the dictionary for kana-kanji conversion is used. When carrying out analysis processing for sentences containing kanji and kana, such as document proofreading, dictionaries for analyzing sentences containing kanji and kana are referred to.

第6図は従来のかな漢字変換用辞書の記憶内容の一例を
示す説明図であり、かな漢字変換時には、この図に示す
ような辞書が用いられて、例えば「あずあう」というか
な文字列が変換される場合には、「あす会う」というよ
うに漢字かな交じり文に変換される。
Figure 6 is an explanatory diagram showing an example of the stored contents of a conventional kana-kanji conversion dictionary.When converting kana-kanji, a dictionary like the one shown in this figure is used to convert, for example, the kana character string ``Azuau''. In the case of ``I'll see you tomorrow,'' it is converted into a sentence that includes kanji and kana.

また、第7図は従来の漢字かな交じり文解析用辞書の記
憶内容の一例を示す説明図であり、漢字かな交じり文解
析時には、この図に示すような辞書が用いられて、すて
に入力されている、例えば「あす会う」という漢字かな
交じり文か解析される場合には、「あす/あう」という
ように2文節に分解されてかな文字に変換される。
Fig. 7 is an explanatory diagram showing an example of the memory contents of a conventional dictionary for analyzing sentences containing kanji and kana.When analyzing sentences containing kanji and kana, a dictionary like the one shown in this figure is used to For example, when a sentence containing kanji and kana characters such as ``Asu-mei'' is analyzed, it is broken down into two clauses such as ``Asu/Au'' and converted into Kana characters.

(ハ)発明が解決しようとする課題 しかしながら、このような文書処理装置においては、か
な漢字変換用と漢字かな交じり文解析用との2つの辞書
を参照するようにしているために、一つの装置に同じか
な表記と漢字表記とが二つずつ存在することになり、記
憶データに重複が生じる。
(C) Problems to be Solved by the Invention However, such document processing devices refer to two dictionaries, one for Kana-Kanji conversion and one for Kanji-Kana mixed sentence analysis. There will be two identical kana notations and two kanji notations, resulting in duplication of stored data.

この発明は、このような事情を考慮してなされたもので
、漢字表記とその読み情報であるかな表記とを混在させ
て表記辞書とし、漢字表記とかな表記との双方の表記を
対応づけた概念辞書とを設けて、かな表記と漢字表記と
の重複を防止して辞書容量の削減を図った文書処理装置
を提供するものである。
This invention was made in consideration of these circumstances, and it is a notation dictionary that mixes kanji notation and its reading information, kana notation, and makes a correspondence between both kanji notation and kana notation. The present invention provides a document processing device that is equipped with a concept dictionary to prevent duplication of kana notation and kanji notation, thereby reducing dictionary capacity.

(ニ)課題を解決するための手段 第1図はこの発明の構成を示すブロック図である。(d) Means to solve the problem FIG. 1 is a block diagram showing the configuration of the present invention.

この図に示すように、この発明によれば、第1と第2の
表記で表された単語を多数混在させて所定の順序で配列
し番号を付すと共に第1と第2の表記を関連づける関連
情報を第1と第2の表記にそれぞれ付して記憶した表記
辞書+01と、表記辞書101に記憶されている第1と
第2の表記を表記辞書101に付された番号によって対
応づけて配置し表記辞書+01の関連情報のための番号
を付すと共に単語をその上位概念によってグループ化し
たグループ名を付して記憶した概念辞書102と、かな
文字列や漢字かな交じり文を入力するための入力手段1
03と、入力されたかな文字列や漢字かな交じり文を記
憶する記憶手段104と、記憶手段+04に記憶された
かな文字列を表記辞書101と概念辞書+02とに基づ
いて漢字かな交じり文に変換するかな漢字変換手段10
5と、記憶手段+04に記憶された漢字かな交じり文を
表記辞書+01と概念辞書102とに基ついて解析しか
な文字列に変換する漢字かな交じり文解析手段106を
備えてなる文書処理装置である。
As shown in this figure, according to the present invention, a large number of words expressed in the first and second notations are mixed, arranged in a predetermined order, and numbered, and the first and second notations are associated with each other. A notation dictionary +01 in which information is stored by attaching information to the first and second notations, respectively, and the first and second notations stored in the notation dictionary 101 are arranged in correspondence with each other by numbers assigned to the notation dictionary 101. A concept dictionary 102 that stores numbers for related information of the notation dictionary + 01 and group names for grouping words according to their superordinate concepts, and an input for inputting kana character strings and sentences containing kanji and kana. Means 1
03, a storage means 104 that stores input kana character strings and kanji-kana mixed sentences, and converts the kana character strings stored in the storage means +04 into kanji-kana mixed sentences based on the notation dictionary 101 and the concept dictionary +02. Surukana kanji conversion method 10
5, and a kanji-kana-mixed sentence analysis means 106 for converting the kanji-kana-mixed sentence stored in the storage means +04 into an analyzed and kana character string based on the notation dictionary +01 and the concept dictionary 102. .

なお、この発明において、表記辞書+01及び概念辞書
102としては、ROMのような内部メモリや、フロッ
ピーディスク装置、磁気ディスク装置等の外部記憶装置
が用いられる。
In the present invention, as the notation dictionary +01 and the concept dictionary 102, an internal memory such as a ROM, or an external storage device such as a floppy disk device or a magnetic disk device is used.

また、入力手段103としては、キーボード装置、タブ
レット装置等の逐次入力装置や、紙テープ装置、フロッ
ピーディスク装置、磁気テープ装置等の一括入力装置が
用いられる。
Further, as the input means 103, a sequential input device such as a keyboard device or a tablet device, or a batch input device such as a paper tape device, a floppy disk device, or a magnetic tape device is used.

さらに、かな漢字変換手段105及び漢字かな交じり文
解析手段106としては、CPU、ROM、RAM、I
10ボートからなるコンピュータを用いるのが便利であ
り、記憶手段104としては、通常、その中のRAMが
用いられる。
Further, as the kana-kanji conversion means 105 and the kanji-kana mixed sentence analysis means 106, the CPU, ROM, RAM, I
It is convenient to use a computer consisting of 10 boards, and the storage means 104 is usually a RAM therein.

(ポ)作用 第1図に示すように、この発明によれば、表記辞書+0
1には、第1と第2の表記で表された単語か多数混在さ
れて所定の順序で配列され、番号か付されると共に、第
1と第2の表記を関連つける関連情報が第1と第2の表
記にそれぞれイ」されて記憶されている。また、概念辞
書102には、表記辞書101に記憶されている第1と
第2の表記が、表記辞書101に付された番号によって
対応づけられて配置され、表記辞書+01の関連情報の
ための番号が付されると共に、単語をその上位概念によ
ってクループ化したグループ名が付されて記憶されてい
る。
(PO) Effect As shown in FIG. 1, according to this invention, the notation dictionary +0
1 contains a large number of words expressed in the first and second notations, arranged in a predetermined order, numbered, and related information that associates the first and second notations in the first and the second notation are respectively marked and stored. Further, in the concept dictionary 102, the first and second notations stored in the notation dictionary 101 are arranged in correspondence with the numbers assigned to the notation dictionary 101, and the first and second notations stored in the notation dictionary 101 are arranged in correspondence with each other by the numbers assigned to the notation dictionary 101. In addition to being numbered, the words are stored with a group name formed by grouping the words according to their superordinate concepts.

入力手段103からかな文字列や漢字かな交じり文が入
力されると、入力されたかな文字列や漢字かな交じり文
は記憶手段104に記憶される。
When a kana character string or a combination of kanji and kana is input from the input means 103, the input kana character string or a combination of kanji and kana is stored in the storage means 104.

そして、記憶手段+04に記憶されたかな文字列は、か
な漢字変換手段+05により、表記辞書101と概念辞
書102とに基づいて漢字かな交じり文に変換され、記
憶手段104に記憶されたfA牢かな交じり文は、漢字
かな交じり文解析手段106により、表記辞書lotと
概念辞書+02とに基づいて解析され、かな文字列に変
換される。
Then, the kana character string stored in the storage means +04 is converted into a kanji-kana mixed sentence by the kana-kanji conversion means +05 based on the notation dictionary 101 and the concept dictionary 102, and the kana character string stored in the storage means 104 is converted into a kana-kana mixed sentence. The sentence is analyzed by the kanji-kana mixed sentence analysis means 106 based on the notation dictionary LOT and the concept dictionary +02, and is converted into a kana character string.

従って、表記辞書101と概念辞書102によってかな
漢字変換と漢字かな交じり文解析との双方の処理を行う
ことができるので、かな漢字変換のための辞書と漢字仮
名交じり文解析のための辞書とて同じ表記を登録する必
要かなく、辞書容量の削減か可能となる。
Therefore, the notation dictionary 101 and the concept dictionary 102 can perform both kana-kanji conversion and analysis of sentences containing kanji and kana, so the dictionary for kana-kanji conversion and the dictionary for analyzing sentences containing kanji and kana have the same notation. There is no need to register the dictionary, and the dictionary capacity can be reduced.

(へ)実施例 以下、図面に示す実施例に基づいてこの発明を詳述する
。なお、これによってこの発明か限定されるものではな
い。
(f) Examples Hereinafter, the present invention will be described in detail based on examples shown in the drawings. Note that this invention is not limited by this.

第2図はこの発明を文章校正支援システムに適用した一
実施例の構成を示すブロック図である。
FIG. 2 is a block diagram showing the configuration of an embodiment in which the present invention is applied to a grammar proofing support system.

この図において、1はかな文字キーやファンクションキ
ー等を備えたキーボード、2はあらかじめ他の日本語ワ
ードプロセッサなどの文書作成装置によって作成された
漢字かな交じり文を入力するためのフロッピーディスク
装置であり、キーボード1からはかな文字列を、フロッ
ピーディスク装置2からは漢字かな交じり文を、それぞ
れ制御部3に入力する。
In this figure, 1 is a keyboard equipped with ephemeral character keys, function keys, etc., 2 is a floppy disk device for inputting kanji-kana mixed sentences created in advance by another document creation device such as a Japanese word processor, An ephemeral character string is inputted from the keyboard 1, and a kanji-kana mixed sentence is inputted from the floppy disk device 2, respectively, to the control unit 3.

制御部3は、CPU、ROM、RAM、I10ボートか
らなるコンピュータによって構成され、ROMからなる
プログラムメモリに書き込まれている制御プロクラムに
より後述する各種のデータ処理を行う。
The control section 3 is constituted by a computer consisting of a CPU, ROM, RAM, and I10 board, and performs various data processing described below using a control program written in a program memory consisting of a ROM.

4はCRTデイスプレィ装置やLC(液晶)デイスプレ
ィ装置、あるいはELデイスプレィ装置等からなる表示
装置である。
Reference numeral 4 denotes a display device such as a CRT display device, an LC (liquid crystal) display device, or an EL display device.

5はキーボード1から入力されたかな文字列や、フロッ
ピーディスク装置2から入力された漢字かな交じり文を
記憶するRAMからなる文章バッファである。
Reference numeral 5 denotes a text buffer consisting of a RAM that stores kana character strings input from the keyboard 1 and kanji-kana mixed sentences input from the floppy disk device 2.

6はROMからなる表記辞書であり、第3図にその一例
を示すように、かな表記と漢字表記とて表された単語を
多数混在させて、先頭文字かJISコート順になるよう
に配列し、配列したそれらの表記には、連続番号を付す
と共に、かな表記と漢字表記とを関連付ける概念辞書番
号をそれぞれ付している。
6 is a notation dictionary consisting of a ROM, and as shown in Fig. 3, a large number of words expressed in kana and kanji are mixed and arranged in the order of the first letter or JIS code. These arrayed notations are given consecutive numbers and conceptual dictionary numbers that associate the kana notation with the kanji notation.

7はROMからなる概念辞書であり、第4図にその一例
を示すように、表記辞書6に記憶されているかな表記と
漢字表記とを表記辞書6に付された連続番号によって対
応つけて配置し、配置した各表記ベアには、表記辞書6
の概念辞書番号として参照される連続番号を付すと共に
、単語をその上位概念によってグループ化した名称を概
念グループ名として付している。この概念辞書7には、
図示していないか、品詞等の情報も収容している。
Reference numeral 7 denotes a concept dictionary consisting of a ROM, and as shown in FIG. Each placed notation bear has a notation dictionary 6.
A consecutive number referred to as a concept dictionary number is given, and a name obtained by grouping words according to their superordinate concepts is given as a concept group name. In this concept dictionary 7,
Although not shown, it also contains information such as parts of speech.

8は文章を文節に分解するマイクロプロセッサからなる
解析装置であり、文章バッファ5に記憶されているかな
文字列を表記辞書6七概念辞書7とに基ついて漢字かな
交しり文に変換すると共に、文章バッファ5に記憶され
ている漢字かな交じり文を同しく表記辞書6と概念辞書
7とに基づいて解析し、かな文字列に変換する。
8 is an analysis device consisting of a microprocessor that breaks down sentences into phrases, converts the kana character strings stored in the sentence buffer 5 into kanji-kana interchange sentences based on the notation dictionary 6 and the concept dictionary 7; The kanji-kana mixed sentence stored in the sentence buffer 5 is also analyzed based on the notation dictionary 6 and the concept dictionary 7, and converted into a kana character string.

第4図に示した概念辞書7のかな表記番号と漢字表記番
号の各ペアに付された概念グループ名は、各単語につい
て、その意味における上位概念か共通なしのをクループ
化したものである。オなわち、単語を「人間」や「動物
」というように大きな概念によって分類し、「(人間)
が泣<J、r(動物)か鳴く」のような格関係を構築し
ておくことにより、1子供が泣く」、「猫か鳴く」のよ
うに単語を使い分けてかな漢字変換の変換精度を向上さ
廿るためのらのであり、解析装置8は、この概念クルー
プ名を参照することにより文章の意味解析処理を行う。
The concept group name attached to each pair of kana notation number and kanji notation number in the concept dictionary 7 shown in FIG. 4 is a grouping of superordinate concepts or common concepts in the meaning of each word. In other words, words can be classified according to broad concepts such as "human" or "animal," and "(human)"
By building a case relationship such as `` `` cry < J, r (animal) or cry'', you can improve the accuracy of kana-kanji conversion by using different words such as ``1 child cries'' and ``cat cry''. The analysis device 8 performs the semantic analysis process of the sentence by referring to this conceptual group name.

かな漢字変換処理においては、例えば、キーボード1か
ら「あすあう」というかな文字列か入力されると、制御
部3は、表示装置4にそのかな文字列「あすあう」を表
示する。続いて、キーホードIのかな漢字変換キー(図
示しない)か押されると、制御部3は、かな文字列「あ
すあう」を解析装置8にかな漢字変換モートで送る。解
析装置8は、表記辞書6から文字列「あすあう」と最長
一致の文字列を検索する。まず「あす」か一致するので
、「あず」の概念辞書番号「1」を参服することにより
、概念辞書4の第「11番目の漢字表記番号r7Jを取
り出す。次に、表記辞書6の第「7」番目の表記「あす
」を取り出し、これをかな漢字変換結果とする。同様に
、残りの「あう」と最長一致する単語「あう」から表記
辞書6の概念辞書番号r7Jを参p6することにより、
概念辞書7の第「7」番目の漢字表記番号「9」を取り
出す。次に、表記辞書6の第「9」番目の表記「会う」
を取り出し、これをかな漢字変換結果とする。
In the kana-kanji conversion process, for example, when a kana character string "Asuau" is input from the keyboard 1, the control unit 3 displays the kana character string "Asuau" on the display device 4. Subsequently, when the kana-kanji conversion key (not shown) on the keyboard I is pressed, the control unit 3 sends the kana character string "Asuau" to the analysis device 8 in the kana-kanji conversion mode. The analysis device 8 searches the notation dictionary 6 for the longest matching character string with the character string "Asuau". First, it matches "Asu", so by reading the concept dictionary number "1" of "Azu", we retrieve the "11th kanji notation number r7J" of the concept dictionary 4. Next, we take out the 11th kanji notation number r7J of the notation dictionary 6. The "7" notation "Asu" is taken out and used as the kana-kanji conversion result. Similarly, by referring to the concept dictionary number r7J of the notation dictionary 6 from the word "au" that matches the longest with the remaining "au",
The "7" kanji notation number "9" from the concept dictionary 7 is extracted. Next, the “9th” notation “meet” in the notation dictionary 6
, and use this as the kana-kanji conversion result.

つまり、「あすあうJを「あす会う刀とかな漢字変換す
る。
In other words, convert ``Asuau J'' into kanji such as ``Asuai Katana.''

漢字かな交じり文解析処理、つまり既に漢字に変換され
た文字列をかな文字列に戻す処理においては、まず、キ
ーボード1によって文章バッファ5の文字列の中からか
なに戻す文字列か指定されるか、例えば「あす会う」と
いう文字列が指定された場合には、キーボードlの漢字
かな変換キー(図示しない)が押されると、制御部3は
、文字列「あす会う」を解析装置8に漢字かな変換モー
トで送る。解析装置8は、表記辞書6から文字列「あず
」を探し、概念辞書番号NJを参照することにより、概
念辞書7の第Nj番目のかな表記番号r7Jを取り出し
、表記辞書6の第「7」番目の表記「あす」を得る。次
に、表記辞書6から「会う」を探しで概念辞書番号「7
」を参照することにより、概念辞書7の第「7」番目の
かな表記番号「l」を取り出し、表記辞書6の第「1」
番目の表記「あう」を得る。つまり、「あす会う」を「
あすあうゴと漢字かな変換する。
In the kanji/kana mixed sentence analysis process, that is, the process of converting a character string that has already been converted into kanji into a kana character string, first, the keyboard 1 is used to specify which character string to convert to kana from among the character strings in the text buffer 5. , for example, if the character string "meet tomorrow" is specified, when the kanji-kana conversion key (not shown) on the keyboard l is pressed, the control unit 3 converts the character string "meet tomorrow" into kanji to the analysis device 8. Send using kana conversion mode. The analysis device 8 searches the notation dictionary 6 for the character string "Azu", refers to the concept dictionary number NJ, extracts the Nj-th kana notation number r7J from the notation dictionary 7, and extracts the character string "7" from the notation dictionary 6. Obtain the th notation ``tomorrow''. Next, search for "meet" from the notation dictionary 6 and use the concept dictionary number "7".
”, the “7” kana notation number “l” of the concept dictionary 7 is retrieved, and the “1” number of the notation dictionary 6 is retrieved.
Obtain the th notation ``au''. In other words, "meet tomorrow" is "
Convert Asuau Go and Kanji to Kana.

次に、このような制御部3の処理動作の内容を第5図に
示すフローチャートに従い説明する。
Next, the details of the processing operation of the control section 3 will be explained according to the flowchart shown in FIG.

かな漢字変換処理であるのか、漢字かな交じり文解析処
理、つまり漢字かな変換処理であるのかのモード設定か
行われると(ステップ11)、制御部3は、対象とする
文字列を文章バッファ5から取り出して解析装置8に送
る。
When the mode is set for whether it is a kana-kanji conversion process or a kanji-kana mixed sentence analysis process, that is, a kanji-kana conversion process (step 11), the control unit 3 extracts the target character string from the text buffer 5. and send it to the analysis device 8.

解析装置8は、まず、表記辞書6をサーチしくステップ
12)、一致する文字列の概念辞書番号を取り出す(ス
テップ13)。ここで、かな漢字変換モードに設定され
ている場合には(ステップ14)、概念辞書7の漢字表
記番号を取り出しくステップ15)、漢字かな変換モー
ドに設定されている場合には、概念辞書7のかな表記番
号を取り出す(ステップ16)。
The analysis device 8 first searches the notation dictionary 6 (step 12) and extracts the concept dictionary number of the matching character string (step 13). Here, if the kana-kanji conversion mode is set (step 14), the kanji notation number of the conceptual dictionary 7 is extracted (step 15), and if the kanji-kana conversion mode is set, the kanji notation number of the conceptual dictionary 7 is extracted (step 15). The kana notation number is taken out (step 16).

そして、それらを参照することにより、表記辞書6から
対応する番号の表記を取り出すと共に(ステップ17)
、概念辞書7から概念グループ名を取り出して(ステッ
プ18)、単語の概念によって、意味解析処理として単
語とうしの接続をヂエックする(ステップ19)。ここ
で、接続か可能でなければ(ステップ20)、1つ前の
文節の単語に戻って(ステップ21)、ステップ12の
表記辞書6のサーチを再度やり直し、接続が可能であれ
ば、変換処理が全て完了したのかどうかを調へて(ステ
ップ22)、変換が完了していなければステップ12に
戻り、変換が完了していれば処理を終了する。
Then, by referring to them, the notation of the corresponding number is extracted from the notation dictionary 6 (step 17).
, a concept group name is extracted from the concept dictionary 7 (step 18), and the connection between words is checked as a semantic analysis process based on the concept of the word (step 19). Here, if the connection is not possible (step 20), return to the word of the previous clause (step 21), redo the search in the notation dictionary 6 in step 12, and if the connection is possible, perform the conversion process. It is checked whether all the conversions have been completed (step 22). If the conversion has not been completed, the process returns to step 12, and if the conversion has been completed, the process is terminated.

このようにして、かな表記と漢字表記とを混在させた表
記辞書6と、かな表記と漢字表記とを対応づけた概念辞
書7とを用いて、かな漢字変換と漢字かな交じり文解析
との双方の処理を行うことにより、かな表記と漢字表記
とを重複して記憶する必要がなくなり、辞升容量を削減
することができる。
In this way, by using the notation dictionary 6 that mixes kana notation and kanji notation, and the concept dictionary 7 that associates kana notation and kanji notation, both kana-kanji conversion and kanji-kana mixed sentence analysis can be performed. By performing this processing, it is no longer necessary to store the kana notation and the kanji notation redundantly, and the dictionary capacity can be reduced.

また、このように表記辞書6と概念辞書7との2つの辞
書に分+1.概念辞書7に概念グループ名を記憶してお
くようにすれば、表記辞書6の各表記に意味解析のため
の概念グループ名を個別に記憶させておくよりも少ない
容量で概念グループ名を記憶することかできる。
In addition, in this way, the two dictionaries, the notation dictionary 6 and the concept dictionary 7, are divided into two dictionaries: +1. By storing concept group names in the concept dictionary 7, the concept group names can be stored in a smaller amount of memory than if each notation in the notation dictionary 6 stores each concept group name for semantic analysis. I can do it.

さらに、同一の解析ロジックでかな漢字変換処理と漢字
かな交じり文解析処理とを行うことができるので、解析
処理の統一化が図れると共に、がなと漢字の逆変換時の
変換精度が向上する。
Furthermore, since the same analysis logic can perform kana-kanji conversion processing and kanji-kana mixed sentence analysis processing, it is possible to unify the analysis processing and improve the conversion accuracy when inversely converting kana and kanji.

(ト)発明の効果 この発明によれば、表記辞書と概念辞書とによってかな
漢字変換と漢字かな交じり文解析との双方の処理を行う
ようにしたので、かな漢字変換用の辞書と漢字かな交じ
り文解析用の辞書との両辞書で同j〕表記を登録する必
要がなくなり、辞書容量の削減が可能となる。
(G) Effects of the Invention According to this invention, both the kana-kanji conversion and the analysis of kanji-kana mixed sentences are performed using the notation dictionary and the concept dictionary, so that the dictionary for kana-kanji conversion and the analysis of kanji-kana mixed sentences are processed. It is no longer necessary to register the same j] notation in both the dictionary and the dictionary used for this purpose, making it possible to reduce the dictionary capacity.

また、同一の解析ロノックでかなから漢字、漢字からか
なへの変換が可能となる。
In addition, it is possible to convert from kana to kanji and from kanji to kana using the same analysis Ronok.

【図面の簡単な説明】 第1図はこの発明の構成を示すブロック図、第2図はこ
の発明の一実施例の構成を示すブロック図、第3図は表
記辞書の記憶内容の一例を示す説明図、第4図は概念辞
書の記憶内容の一例を示す説明図、第5図は実施例の動
作を示すフローチャート、第6図は従来のかな漢字変換
用辞書の記憶内容の一例を示す説明図、第7図は従来の
漢字かな交じり文解析用辞書の記憶内容の一例を示す説
明図である。 1  キーホード、 2・・・・フロッピーディスク装置、 3−・・・制御部、4・・表示装置、 5・・文章バッファ、6・・・・表記辞書、7・ −概
念辞書、8 ・・解析装置。 第 図 タレ 吉己 名−i′ 11 第 図 オ既念 辞書
[Brief Description of the Drawings] Fig. 1 is a block diagram showing the configuration of the present invention, Fig. 2 is a block diagram showing the configuration of an embodiment of the invention, and Fig. 3 shows an example of the stored contents of a notation dictionary. 4 is an explanatory diagram showing an example of the stored contents of a concept dictionary, FIG. 5 is a flowchart showing the operation of the embodiment, and FIG. 6 is an explanatory diagram showing an example of the stored contents of the conventional kana-kanji conversion dictionary. , FIG. 7 is an explanatory diagram showing an example of the stored contents of a conventional dictionary for analyzing sentences containing kanji and kana. 1. Keyboard, 2.. Floppy disk device, 3.. Control unit, 4.. Display device, 5.. Sentence buffer, 6.. Notation dictionary, 7. -Concept dictionary, 8.. Analysis Device. Diagram Sauce Yoshiki Name-i' 11 Diagram O-Jenen Dictionary

Claims (1)

【特許請求の範囲】[Claims] 1、第1と第2の表記で表された単語を多数混在させて
所定の順序で配列し番号を付すと共に第1と第2の表記
を関連づける関連情報を第1と第2の表記にそれぞれ付
して記憶した表記辞書と、表記辞書に記憶されている第
1と第2の表記を表記辞書に付された番号によって対応
づけて配置し表記辞書の関連情報のための番号を付すと
共に単語をその上位概念によってグループ化したグルー
プ名を付して記憶した概念辞書と、かな文字列や漢字か
な交じり文を入力するための入力手段と、入力されたか
な文字列や漢字かな交じり文を記憶する記憶手段と、記
憶手段に記憶されたかな文字列を表記辞書と概念辞書と
に基づいて漢字かな交じり文に変換するかな漢字変換手
段と、記憶手段に記憶された漢字かな交じり文を表記辞
書と概念辞書とに基づいて解析しかな文字列に変換する
漢字かな交じり文解析手段を備えてなる文書処理装置。
1. A large number of words expressed in the first and second notations are mixed, arranged in a predetermined order and numbered, and related information that associates the first and second notations is provided in the first and second notations, respectively. The first and second notation stored in the notation dictionary and the first and second notations stored in the notation dictionary are arranged in correspondence with the numbers assigned to the notation dictionary, and the numbers for related information of the notation dictionary are attached and the words are A concept dictionary that stores ``Kana character strings'' and ``Kana'' characters with group names, an input means for inputting ``Kana character strings'' and ``Kanji'' characters, and ``Kana character strings'' and ``Kanji-Kana characters'' that have been input. a kana-kanji conversion means for converting the kana character string stored in the storage means into a kanji-kana mixture sentence based on a notation dictionary and a conceptual dictionary; A document processing device comprising a kanji-kana mixed sentence analysis means for converting into an analyzed kana-kana character string based on a concept dictionary.
JP2188727A 1990-07-16 1990-07-16 Word processor Pending JPH0474262A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2188727A JPH0474262A (en) 1990-07-16 1990-07-16 Word processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2188727A JPH0474262A (en) 1990-07-16 1990-07-16 Word processor

Publications (1)

Publication Number Publication Date
JPH0474262A true JPH0474262A (en) 1992-03-09

Family

ID=16228723

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2188727A Pending JPH0474262A (en) 1990-07-16 1990-07-16 Word processor

Country Status (1)

Country Link
JP (1) JPH0474262A (en)

Similar Documents

Publication Publication Date Title
JPH03185561A (en) Method for inputting european word
JPS6231467A (en) Sentence preparation device
JPS62197864A (en) Language information offering device
JPH0474262A (en) Word processor
JPH0412866B2 (en)
JP2621999B2 (en) Document processing device
JPS6190272A (en) Translation system using dictionary function
JPS6246029B2 (en)
JPH0380363A (en) Document processor
JP2802369B2 (en) Kana-Kanji conversion device
JPS60129875A (en) Season word conversion system for kana/kanji converter
JP2819766B2 (en) Foreign language electronic dictionary search method
JPH0414168A (en) Word processor
JPH0465751A (en) Kana/kanji converter
JPS60112175A (en) Abbreviation conversion system of kana (japanese syllabary)/kanji (chinese character) convertor
JPS6198475A (en) Japanese sentence input device
JPH0462665A (en) Data retrieving device
JPH086950A (en) Machine translation apparatus with keyword translation function
JPS61169961A (en) Character processor provided with user dictionary
JPS63116269A (en) Kana/kanji converter for japanese processing
JPH0719254B2 (en) Kana-Kanji converter
JPH01300378A (en) Mechanical translation device
JPH04167064A (en) Language analytic processor
JPH0512251A (en) Document processor
JPH06187329A (en) Natural language processor