JPH05120351A - System for making dictionary of synonym - Google Patents
System for making dictionary of synonymInfo
- Publication number
- JPH05120351A JPH05120351A JP3279355A JP27935591A JPH05120351A JP H05120351 A JPH05120351 A JP H05120351A JP 3279355 A JP3279355 A JP 3279355A JP 27935591 A JP27935591 A JP 27935591A JP H05120351 A JPH05120351 A JP H05120351A
- Authority
- JP
- Japan
- Prior art keywords
- words
- synonym
- graph
- word
- directive
- 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
Links
Classifications
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02E—REDUCTION OF GREENHOUSE GAS [GHG] EMISSIONS, RELATED TO ENERGY GENERATION, TRANSMISSION OR DISTRIBUTION
- Y02E60/00—Enabling technologies; Technologies with a potential or indirect contribution to GHG emissions mitigation
- Y02E60/10—Energy storage using batteries
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は情報検索装置で利用する
類義語辞書構築方式に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a synonym dictionary construction system used in an information retrieval system.
【0002】[0002]
【従来の技術】従来の類義語辞書構築方式は、図3
(a)に示すように、単語W1,W2,…,Wnを並べ
類義語同士を互いに線S1,S2,…,Smによって結
ぶ、あるいは図3(b)に示すように、単語W1,W
2,…,Wnそれぞれが類義語リストr1,r2,…,
rnを持ち合うなどしていた。2. Description of the Related Art A conventional synonym dictionary construction method is shown in FIG.
As shown in (a), words W1, W2, ..., Wn are arranged to connect synonyms to each other by lines S1, S2, ..., Sm, or as shown in FIG. 3 (b), words W1, W2.
2, ..., Wn are synonym lists r1, r2 ,.
I was holding an rn.
【0003】[0003]
【発明が解決しようとする課題】上述した従来の類義語
辞書構築方式は多くのメモリ領域を必要とし、また新し
い単語の登録に伴い、既存データの修正にかかる負荷が
大きい。さらに、2つの類義語の一方の単語の表す概念
が他方のそれを包含するような場合の関係を表現できな
いという欠点があった。The conventional synonym dictionary construction method described above requires a large amount of memory area, and the registration of a new word imposes a heavy load on the correction of existing data. Further, there is a drawback in that it is not possible to express a relationship in which the concept represented by one of the two synonyms includes that of the other.
【0004】本発明の目的は、少ないメモリ領域で類義
語を保持し、新しい単語の登録を容易にし、かつ単語の
表す概念の包含関係を表現する類義語辞書構築方式を提
供することである。An object of the present invention is to provide a synonym dictionary construction system which holds synonyms in a small memory area, facilitates the registration of new words, and expresses the inclusion relation of concepts represented by words.
【0005】[0005]
【課題を解決するための手段】本発明の類義語辞書構築
方式は、単語の表す概念の包含関係に基づく有向枝を単
語間に付加して有向閉路をもたないグラフを構成し、グ
ラフ中の1つの単語からの距離が一定値以下である単語
は全て類義語とみなすようにして実現されている。According to the synonym dictionary construction method of the present invention, a directional branch based on the inclusion relation of concepts represented by words is added between words to form a graph having no directional cycle. All the words whose distance from one word is less than a certain value are considered as synonyms.
【0006】[0006]
【作用】本発明により、単語の表す概念の包含関係を陽
に扱うことができる。また、1つの単語とその類義語全
てを線で結ぶ必要がないため、メモリ領域が少なくてす
む。さらに、新しい単語の登録は、その単語をグラフ中
の適当な位置に配置して有向枝を付加することによって
実現でき、既存データの修正にかかる負荷は少ない。According to the present invention, the inclusion relation of concepts represented by words can be explicitly treated. Further, since it is not necessary to connect one word and all its synonyms with a line, the memory area can be reduced. Further, the registration of a new word can be realized by arranging the word at an appropriate position in the graph and adding a directional branch, and the load of modifying the existing data is small.
【0007】[0007]
【実施例】次に、本発明の実施例について図面を参照し
て説明する。Embodiments of the present invention will now be described with reference to the drawings.
【0008】図1は本発明の一実施例を示す概念図であ
る。単語W1,W2,…,Wnは、それぞれの単語の表
す概念の包含関係に基づき有向枝e1,e2,…,em
によって連結され、有向閉路をもたないグラフを構成し
ている。例として、単語間の距離をグラフ上でのパスの
長さ,すなわち単語間の距離が2以下である単語を類義
語と定義するならば、図1においてW2の類義語はW
1,W3,W4,W5,Wnである。FIG. 1 is a conceptual diagram showing an embodiment of the present invention. The words W1, W2, ..., Wn are directional branches e1, e2, ..., Em based on the inclusion relation of the concept expressed by each word.
Form a graph with no directed cycles connected by. As an example, if the distance between words is defined as the length of a path on the graph, that is, a word having a distance between words of 2 or less is defined as a synonym, the synonym of W2 in FIG.
1, W3, W4, W5, Wn.
【0009】図2は図1に示した類義語辞書への新単語
登録の例を示す説明図である。新単語Wn+1は有向枝
em+1によってW5に付加されたが、同時に前述の定
義による類義語としてW2,W3,W5が登録されたこ
とになる。FIG. 2 is an explanatory diagram showing an example of new word registration in the synonym dictionary shown in FIG. The new word Wn + 1 was added to W5 by the directed branch em + 1, but at the same time, W2, W3, and W5 were registered as synonyms according to the above definition.
【0010】[0010]
【発明の効果】以上説明したように本発明は、単語の表
す概念の包含関係に基づく有向枝を単語間に付加して有
向閉路をもたないグラフを構成し、単語間の距離が一定
値以下である単語を類義語とみなすので、単語の表す概
念の包含関係を陽に扱うことができ、メモリ領域が少な
く、新しい単語の登録時に既存データの修正にかかる負
荷が少ない類義語辞書を構築できるという効果がある。As described above, according to the present invention, a directional branch based on the inclusion relation of concepts represented by words is added between words to form a graph having no directional cycle. Words that are less than a certain value are regarded as synonyms, so it is possible to explicitly handle the inclusion relations of the concepts represented by the words, the memory area is small, and a synonym dictionary that reduces the load on existing data when registering new words is constructed. There is an effect that you can.
【図1】本発明の類義語辞書構築方式の一実施例を示す
概念図である。FIG. 1 is a conceptual diagram showing an embodiment of a synonym dictionary construction system of the present invention.
【図2】図1に示した類義語辞書への新単語登録の例を
示す概念図である。FIG. 2 is a conceptual diagram showing an example of new word registration in the synonym dictionary shown in FIG.
【図3】従来の類義語辞書構築方式の例を示す説明図で
ある。FIG. 3 is an explanatory diagram showing an example of a conventional synonym dictionary construction method.
W1,W2,…,Wn,Wn+1 単語 e1,e2,…,em,em+1 単語間に付加した
有向枝 S1,S2,…,…,Sm 類似語同士を結ぶ線 r1,r2,…,rn 類義語リストW1, W2, ..., Wn, Wn + 1 words e1, e2, ..., em, em + 1 Directed branch added between words S1, S2, ... list
Claims (1)
枝を単語間に付加して有向閉路をもたないグラフを構成
し、前記グラフ中の1つの単語からの距離が一定値以下
である単語は全て類義語とみなすことを特徴とする類義
語辞書構築方式。1. A graph having no directed cycle is constructed by adding directional branches based on the inclusion relation of concepts expressed by words between words, and the distance from one word in the graph is a certain value or less. Is a synonym dictionary construction method in which all the words are regarded as synonyms.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3279355A JPH05120351A (en) | 1991-10-25 | 1991-10-25 | System for making dictionary of synonym |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3279355A JPH05120351A (en) | 1991-10-25 | 1991-10-25 | System for making dictionary of synonym |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH05120351A true JPH05120351A (en) | 1993-05-18 |
Family
ID=17610021
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP3279355A Pending JPH05120351A (en) | 1991-10-25 | 1991-10-25 | System for making dictionary of synonym |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH05120351A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH07200608A (en) * | 1993-12-28 | 1995-08-04 | Nec Corp | Key word associating device |
US6148962A (en) * | 1993-06-28 | 2000-11-21 | Kone Oy | Traction sheave elevator, hoisting unit and machine space |
JP2004021763A (en) * | 2002-06-19 | 2004-01-22 | Hitachi Ltd | Text mining program, method, and device |
-
1991
- 1991-10-25 JP JP3279355A patent/JPH05120351A/en active Pending
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6148962A (en) * | 1993-06-28 | 2000-11-21 | Kone Oy | Traction sheave elevator, hoisting unit and machine space |
JPH07200608A (en) * | 1993-12-28 | 1995-08-04 | Nec Corp | Key word associating device |
JP2004021763A (en) * | 2002-06-19 | 2004-01-22 | Hitachi Ltd | Text mining program, method, and device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4943916A (en) | Information processing apparatus for a data flow computer | |
EP0181516A2 (en) | Data processing apparatus having efficient min and max functions | |
JPH05508722A (en) | reduction processor | |
US4153939A (en) | Incrementer circuit | |
WO2020087619A1 (en) | Reduced instruction set processor based on memristor | |
JPH05120351A (en) | System for making dictionary of synonym | |
CN100378651C (en) | Result partitioning within simd data processing systems | |
JPS62140137A (en) | Data holding system using arithmetic logic unit | |
US6243800B1 (en) | Computer | |
JPH05108345A (en) | Branch instruction processor | |
US6202113B1 (en) | Bank register circuit for a multiply accumulate circuit | |
JPS6022774B2 (en) | Input/output terminal control method | |
JP2588539B2 (en) | Semiconductor integrated circuit device | |
Muscato et al. | Locally clocked microprocessor | |
JP3048762B2 (en) | Semiconductor integrated circuit device | |
US20160147537A1 (en) | Transitioning the Processor Core from Thread to Lane Mode and Enabling Data Transfer Between the Two Modes | |
JPS60101642A (en) | Input control circuit of microcomputer | |
JPH0377533B2 (en) | ||
JPS56155448A (en) | Information processor | |
JPS61294554A (en) | Data transmission equipment | |
Saccardi | Logic and systems design of the arithmetic and memory units for a reorganizable electronic digital computer | |
JPS63143673A (en) | Composing device for logic circuit | |
JPH077264B2 (en) | Bit map display raster operation control method | |
JP2001022579A (en) | Pipeline processor | |
JPS63236154A (en) | Dma control circuit |