JPH04268670A - Dictionary definition information retrieval system - Google Patents

Dictionary definition information retrieval system

Info

Publication number
JPH04268670A
JPH04268670A JP3029849A JP2984991A JPH04268670A JP H04268670 A JPH04268670 A JP H04268670A JP 3029849 A JP3029849 A JP 3029849A JP 2984991 A JP2984991 A JP 2984991A JP H04268670 A JPH04268670 A JP H04268670A
Authority
JP
Japan
Prior art keywords
definition information
intermediate table
dictionary
search
editing device
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
JP3029849A
Other languages
Japanese (ja)
Inventor
Toshihiko Fukuda
俊彦 福田
Rinichi Takashi
林一 高志
Katsuo Harada
原田  勝夫
Toshiji Katayama
片山  利治
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.)
Hitachi Software Engineering Co Ltd
Hitachi Ltd
Original Assignee
Hitachi Software Engineering Co Ltd
Hitachi 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 Hitachi Software Engineering Co Ltd, Hitachi Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP3029849A priority Critical patent/JPH04268670A/en
Publication of JPH04268670A publication Critical patent/JPH04268670A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To shorten the retrieval time by generating an intermediate table where definition information are organized for individual retrieval purposes and not directly accessing definition information but accessing the intermediate table at the time of retrieving registered definition information. CONSTITUTION:Various definition information 2 and 3 related to a structural data base and its system constitution are registered in a dictionary 1. A definition information extracting and editing device 4 outputs an intermediate table 6, where definition information are transposed for individual retrieval purposes, onto an auxiliary storage device 5. For example, when definition information 10 and 11 consist of records consisting of information (A,B,C) and (C,D), the definition information extracting and editing device 4 retrieves occurrences of definition information 11 for an occurrence C1 of definition information 10 to find the same occurrence and outputs it to the intermediate table. In response to a retrieval request related to contents of definition information 10 and 11, a definition information retrieving and editing device 7 retrieves only the intermediate 6 to perform editing and output.

Description

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

【0001】0001

【産業上の利用分野】本発明はデータベース/データコ
ミュニケーションのデータディクショナリシステムにお
ける定義情報の検索方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for searching definition information in a data dictionary system for database/data communication.

【0002】0002

【従来の技術】従来の技術は特開昭62−34230号
公報や特開昭63−66646号公報で示されているよ
うに構造型データベースシステムにおいて、ディクショ
ナリに登録されている各種定義情報に対する検索要求が
ある場合、予め検索目的別に設定されている検索経路に
従い、直接ディクショナリから必要である情報を取り出
し、表示させた上で編集を行うものであった。
[Prior Art] The conventional technology is a search for various definition information registered in a dictionary in a structural database system, as shown in Japanese Patent Laid-Open Nos. 62-34230 and 63-66646. When a request is made, the necessary information is retrieved directly from the dictionary according to a search route set in advance for each search purpose, displayed, and then edited.

【0003】0003

【発明が解決しようとする課題】上記従来技術では、デ
ィクショナリに登録されている定義情報を高速に検索し
たいとする要求に対して配慮がなされていなかった。
[Problems to be Solved by the Invention] In the above-mentioned prior art, no consideration was given to the demand for high-speed retrieval of definition information registered in a dictionary.

【0004】本発明の目的はディクショナリを直接アク
セスする代わりに中間テーブルをアクセスすることによ
り検索を高速化することによる。
The object of the invention is to speed up searches by accessing intermediate tables instead of directly accessing dictionaries.

【0005】[0005]

【課題を解決するための手段】上記目的は構造型データ
ベースとそのシステム構成に関する定義情報をあらかじ
め登録してあるディクショナリシステムにおいて、該定
義情報を一旦検索目的別に並び変え、中間テーブルに出
力する定義情報抽出編集手段と、該中間テーブルから任
意の項目及び項目の組合せで定義情報を検索する定義情
報検索編集手段を持つことを特徴とするディクショナリ
定義情報検索システムにより達成できる
[Means for Solving the Problem] The above purpose is to create definition information that, in a dictionary system in which definition information regarding a structural database and its system configuration is registered in advance, sorts the definition information according to search purpose and outputs it to an intermediate table. This can be achieved by a dictionary definition information retrieval system characterized by having an extraction/editing means and a definition information search/editing means for retrieving definition information from the intermediate table using arbitrary items and combinations of items.

【0006】。[0006].

【作用】本発明によると、定義情報抽出編集装置を用い
て、ディクショナリに登録してある定義情報から検索目
的別に編集した中間テーブルを生成しておき、任意の検
索要求に対しては定義情報検索編集装置を用いてこの中
間テーブルの対応する項目もしくは項目の組合せから必
要な情報を検索することができる。
[Operation] According to the present invention, an intermediate table edited for each search purpose is generated from definition information registered in a dictionary using a definition information extraction/editing device, and a definition information search is performed in response to an arbitrary search request. Necessary information can be retrieved from corresponding items or combinations of items in this intermediate table using an editing device.

【0007】[0007]

【実施例】以下、本発明の一実施例を図面を用いて説明
する。図1において、本発明はデータディクショナリ1
に構造型データベース及びそのシステム構成に関する各
種定義情報2、3が登録されており、この各種定義情報
を検索目的別に並び変えた中間テーブル6を補助記憶装
置5上に出力する定義情報抽出編集装置4と端末8から
の検索要求に対して中間テーブル6を検索したその結果
を端末8もしくはプリンタ9に出力する定義情報検索編
集装置7からなる。
DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. In FIG. 1, the present invention has a data dictionary 1
Various definition information 2 and 3 related to the structural database and its system configuration are registered in , and a definition information extraction/editing device 4 outputs an intermediate table 6 in which the various definition information is rearranged according to the search purpose onto the auxiliary storage device 5. and a definition information search and edit device 7 that searches the intermediate table 6 in response to a search request from the terminal 8 and outputs the result to the terminal 8 or printer 9.

【0008】図2では2つの定義情報間の関連を説明す
る。図2は、2つの定義情報10,11のデータ構造図
であり、それぞれA,B,C,及びC,Dなる情報を有
するレコード型により構成されていることを示している
。このとき情報Cをキーとして定義情報10と11の実
現値が図4で表されるとすると、定義情報抽出編集装置
4は、定義情報11の実現値C1に対して定義情報11
の実現値を検索し、同じものを見つけ、中間テーブル6
へ出力する。
FIG. 2 explains the relationship between two pieces of definition information. FIG. 2 is a data structure diagram of two pieces of definition information 10 and 11, and shows that each of the definition information 10 and 11 is constituted by a record type having information A, B, C, and C, D. At this time, assuming that the realized values of definition information 10 and 11 are expressed as shown in FIG.
Search for the realization values of , find the same one, and create intermediate table 6
Output to.

【0009】以下、定義情報10の実現値C2、C3…
についても同様の処理を行い、第3図に示す中間テーブ
ル図12を生成する。
[0009] Hereinafter, the actual values C2, C3, . . . of the definition information 10 will be explained.
Similar processing is also performed for the intermediate table 12 shown in FIG. 3 to generate the intermediate table diagram 12 shown in FIG.

【0010】次に上記中間テーブル図12が生成された
以降では、定義情報10と11とに関する任意の検索要
求に対しては、定義情報検索編集装置7は中間テーブル
6のみを検索し、編集後出力すれば良いことになる。
Next, after the intermediate table shown in FIG. 12 is generated, in response to an arbitrary search request regarding definition information 10 and 11, the definition information search/edit device 7 searches only the intermediate table 6, and after editing, All you have to do is output it.

【0011】例えば、定義情報10と11について、B
とDの関連をとる必要があった場合、定義情報検索編集
装置7は、中間テーブル6を検索し、その結果を図5に
示す表形式にして端末8又はプリンタ9に出力する。
For example, regarding definition information 10 and 11, B
When it is necessary to establish the relationship between and D, the definition information search and edit device 7 searches the intermediate table 6 and outputs the result to the terminal 8 or printer 9 in the tabular format shown in FIG.

【0012】また、定義情報検索編集装置7は上記と同
じ関連を取る要求に対し、条件の与え方により図6に示
すように出力順を変えて出力することもできる。
[0012] Furthermore, the definition information search and edit device 7 can output requests for the same relationship as above, changing the output order as shown in FIG. 6, depending on how conditions are given.

【0013】図6は本発明の他の実施例を示す図であり
、定義情報抽出編集装置4を用いて、データディクショ
ナリ1より作成される中間テーブル6を拡張記憶装置1
3上に出力する。この後、端末5からの検索要求に対し
ては、この拡張記憶装置13上の中間テーブル6を検索
する。この方法によれば、中間テーブル6へのアクセス
を高速に行なえるため、処理性能が向上する。
FIG. 6 is a diagram showing another embodiment of the present invention, in which an intermediate table 6 created from a data dictionary 1 is stored in an extended storage device 1 using a definition information extraction/editing device 4.
3 Output on top. Thereafter, in response to a search request from the terminal 5, the intermediate table 6 on the extended storage device 13 is searched. According to this method, the intermediate table 6 can be accessed at high speed, thereby improving processing performance.

【0014】[0014]

【発明の効果】本発明によればディクショナリ中の定義
情報から目的別に編成した中間テーブルを生成しておく
ことにより、任意の検索要求に対応することができる。
According to the present invention, by generating intermediate tables organized according to purpose from definition information in a dictionary, it is possible to respond to any search request.

【0015】また、中間テーブルの項目及び項目の組合
せで検索することにより、検索目的別にプログラムを生
成する必要が無くなる。更に、直接ディクショナリをア
クセスしないで検索に適する形式に編成された中間テー
ブルをアクセスするため、検索を拘束することができる
[0015] Furthermore, by searching by items and combinations of items in the intermediate table, there is no need to generate programs for each search purpose. Furthermore, the search can be constrained to access intermediate tables organized in a format suitable for the search without directly accessing the dictionary.

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

【図1】本発明の構成図[Figure 1] Configuration diagram of the present invention

【図2】ディクショナリ中の定義情報のデータ構造図[Figure 2] Data structure diagram of definition information in the dictionary


図3】中間テーブルを示す図
[
Figure 3: Diagram showing an intermediate table

【図4】第2図で表される構造を持つ定義情報のディク
ショナリ中の実現値を示す図
[Figure 4] Diagram showing realized values in a dictionary of definition information having the structure shown in Figure 2.

【図5】本発明の結果を示す図[Figure 5] Diagram showing the results of the present invention

【図6】本発明の他の実施例を示す構成図FIG. 6 is a configuration diagram showing another embodiment of the present invention.

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

1…ディクショナリ、2…定義情報抽出編集装置、3…
補助記憶装置、4…定義情報検索装置、5…端末、6…
プリンタ、1−1,1−2…定義情報、3−1…中間テ
ーブル。
1...Dictionary, 2...Definition information extraction and editing device, 3...
Auxiliary storage device, 4... definition information search device, 5... terminal, 6...
Printer, 1-1, 1-2...definition information, 3-1...intermediate table.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】構造型データベースとそのシステム構成に
関する定義情報をあらかじめ登録してあるディクショナ
リシステムにおいて、該定義情報を一旦検索目的別に並
び変え、中間テーブルに出力する定義情報抽出編集装置
と、該中間テーブルから任意の項目及び項目の組合わせ
て、該定義情報を検索する定義情報検索編集装置を持つ
ことを特徴とするディクショナリ定義情報検索システム
Claim 1: In a dictionary system in which definition information regarding a structural database and its system configuration is registered in advance, a definition information extraction and editing device that once sorts the definition information according to search purpose and outputs it to an intermediate table; A dictionary definition information retrieval system characterized by having a definition information retrieval/editing device for retrieving definition information using arbitrary items and combinations of items from a table.
【請求項2】請求項1記載の中間テーブルを拡張記憶領
域上に作成する拡張記憶装置を持つことを特徴とするデ
ィクショナリ定義情報検索システム
2. A dictionary definition information retrieval system comprising an extended storage device that creates the intermediate table according to claim 1 on an extended storage area.
JP3029849A 1991-02-25 1991-02-25 Dictionary definition information retrieval system Pending JPH04268670A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3029849A JPH04268670A (en) 1991-02-25 1991-02-25 Dictionary definition information retrieval system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3029849A JPH04268670A (en) 1991-02-25 1991-02-25 Dictionary definition information retrieval system

Publications (1)

Publication Number Publication Date
JPH04268670A true JPH04268670A (en) 1992-09-24

Family

ID=12287430

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3029849A Pending JPH04268670A (en) 1991-02-25 1991-02-25 Dictionary definition information retrieval system

Country Status (1)

Country Link
JP (1) JPH04268670A (en)

Similar Documents

Publication Publication Date Title
US6169999B1 (en) Dictionary and index creating system and document retrieval system
JPS6356726A (en) Method for converting knowledge base to data base
JPH04268670A (en) Dictionary definition information retrieval system
JPH10240741A (en) Managing method for tree structure type data
JPH03152640A (en) Data base inquiry processor
JP2583879B2 (en) Information retrieval device
JPH0193843A (en) System for coupling table
JPH0668159A (en) Retrieval device
JPH05151264A (en) Information retrieving device
JPS59188766A (en) Processing device of data base retrieval
JPH04335471A (en) Data base reference processing system
JP2001101233A (en) Data base processor
JPH04123264A (en) Device for preparing relational word table and device for retrieving document
JPH1115845A (en) Information retrieving method and device and recording medium storing information retrieving program
JPH05135103A (en) Easy retrieval system for words
JPH05158984A (en) Device for extracting character string
JP2601139B2 (en) String search device
JPH0546669A (en) Hit ratio improvement system for data base retrieval system
JPH0496114A (en) Operating state retrieving system
JPH02302869A (en) File edition system
JPH041853A (en) Document retrieving device
JPH01199263A (en) Key word extracting device
JPH0546663A (en) Key word retrieval system
JPH05233313A (en) Symbol table processing system
JPH02239371A (en) Data retrieve system