JPH06168271A - Data base retrieval system utilizing dictionary by item - Google Patents
Data base retrieval system utilizing dictionary by itemInfo
- Publication number
- JPH06168271A JPH06168271A JP4321718A JP32171892A JPH06168271A JP H06168271 A JPH06168271 A JP H06168271A JP 4321718 A JP4321718 A JP 4321718A JP 32171892 A JP32171892 A JP 32171892A JP H06168271 A JPH06168271 A JP H06168271A
- Authority
- JP
- Japan
- Prior art keywords
- search
- data
- dictionary
- retrieval
- database
- 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.)
- Withdrawn
Links
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 database search system, and by predefining which dictionary of which database is to be searched using which dictionary, as a search tag, different databases are suitable for each database. The present invention relates to an item-based dictionary-based database search system that can be searched by using.
【0002】[0002]
【従来の技術】従来、辞書を利用する検索を行う場合、
検索時にその一連の検索で利用する辞書をあらかじめ指
定する方法がとられている。そして、指定可能な辞書は
検索ごとに一つの辞書が指定可能である。このため、ど
の検索項目にも、またどのデータベースに対しても、同
一の辞書を、利用している。2. Description of the Related Art Conventionally, when performing a search using a dictionary,
When searching, a method of specifying a dictionary to be used in the series of searches in advance is used. As for the dictionaries that can be specified, one dictionary can be specified for each search. Therefore, the same dictionary is used for every search item and for every database.
【0003】[0003]
【発明が解決しようとする課題】上述した従来の検索シ
ステムでは、例えば一つ以上のデータベースに対し同時
に検索を行う場合、あるデータベースに対しては適切だ
が他のデータベースに対しては不適切であるような辞書
を利用することになる。あるいは、一つのデータベース
に対し検索をする場合でも、ある項目には適するが他の
項目には適さない辞書を利用することになる場合もあ
る。In the above-described conventional search system, for example, when searching one or more databases at the same time, it is suitable for one database but unsuitable for another database. You will be using a dictionary like this. Alternatively, when searching one database, a dictionary that is suitable for a certain item but not for another item may be used.
【0004】この発明の目的は、検索項目ごとに検索デ
ータを検索タグ情報から生成し、項目ごとにデータベー
スと辞書を指定して、検索を行う項目別辞書利用データ
ベース検索システムを提供することにある。An object of the present invention is to provide an item-based dictionary-based database search system for generating search data for each search item from search tag information, designating a database and a dictionary for each item, and performing a search. .
【0005】[0005]
【課題を解決するための手段】この発明の項目別辞書利
用デーテーベース検索システムは、検索タグ記述を格納
するファイルから検索タグ記述を読み込み解析し、検索
タグ情報を生成する検索タグ情報解析・生成手段と、デ
ータベース検索のため入力される検索式を解析し、解析
処理後データを出力する検索式解析手段と、前記解析処
理後データおよび前記検索タグ情報とを照合し、検索項
目ごとの検索データを生成する検索データ生成手段と、
生成される前記検索データを基に指定される辞書を参照
し、一つ以上のデータベースにわたる検索結果の出力を
行う検索実行手段と、を備えることを特徴とするデータ
ベース検索システムを備える。The item-based dictionary utilization database search system according to the present invention reads a search tag description from a file storing the search tag description, analyzes the search tag information, and creates search tag information. And a search expression analysis means for analyzing a search expression input for database search and outputting data after analysis processing and the data after analysis processing and the search tag information are collated to obtain search data for each search item. Search data generating means for generating,
A database search system comprising: a search execution unit that refers to a dictionary specified based on the generated search data and outputs a search result across one or more databases.
【0006】[0006]
【実施例】次にこの発明の実施例を図面を参照して説明
する。Embodiments of the present invention will now be described with reference to the drawings.
【0007】この発明の一実施例のシステム構成を示す
図1を参照すると、項目別辞書利用データベース検索シ
ステム1は、検索項目ごとのデータベースおよび辞書を
指定する検索タグ記述を格納するファイル2と、ファイ
ル2から検索タグ記述を読出し、解析し、検索ダグ情報
を生成する検索タグ情報解析・生成部3と、検索タグ情
報解析・生成部3によって生成される検索タグ情報4
と、データベース検索を行うため入力される検索式5
と、検索式5を解析する検索式解析部6と、検索式解析
部6によって解析結果の解析処理後データ7と、解析処
理後データ7および検索タグ情報4とを照合し、検索デ
ータ9を生成する検索データ生成部8と、検索データ9
をもとにデータベース群11に対し辞書12を使用して
検索処理を行う検索実行部10と、検索実行部10が検
索の対象とするデータベース群11および検索実行部1
0が検索を行うときに利用する辞書群12と、データベ
ース群11に対し検索実行部10が検索処理を行った結
果を格納する集合ファイル13と、を備える。Referring to FIG. 1 showing a system configuration of an embodiment of the present invention, an item-based dictionary utilization database search system 1 includes a file 2 for storing a search tag description for designating a database for each search item and a dictionary, A search tag information analysis / generation unit 3 that reads the search tag description from the file 2 and analyzes it to generate search Doug information, and search tag information 4 generated by the search tag information analysis / generation unit 3.
And a search expression 5 that is input to perform a database search
, The search expression analyzing unit 6 that analyzes the search expression 5, the search expression analyzing unit 6 collates the post-analysis processing data 7 of the analysis result, the post-analysis processing data 7 and the search tag information 4 to obtain the search data 9. Search data generator 8 for generating and search data 9
A search execution unit 10 that performs a search process on a database group 11 using a dictionary 12 based on the above, and a database group 11 and a search execution unit 1 that are the search targets of the search execution unit 10.
The dictionary group 12 used when 0 performs a search, and the set file 13 that stores the result of the search process performed by the search execution unit 10 on the database group 11.
【0008】更に、検索タグ記述に含まれる情報を説明
する図2と、検索タグ情報,データベースおよび辞書と
の関係を説明する図3と、検索式5を解析し、生成され
る解析処理後データ7を説明する図4と、検索タグ情報
4および解析処理後データ7とを関係づけて生成される
検索データを説明する図5(a)および(b)と、検索
項目の同意語を得るための辞書12を説明する図6
(a)および(b)と、検索結果のデータとそれを格納
するデータベース11と、を関連づける集合ファイル1
3を説明する図7と、集合ファイル13とデータベース
11との関連づけを説明する図8と、データベース11
の項目ごとに辞書12を指定する解析処理データ91と
検索データ92および93の一例を説明する図9
(a),(b)および(c)とを併用し、図1のシステ
ム構成の動作を説明する。Further, FIG. 2 explaining the information included in the search tag description, FIG. 3 explaining the relationship between the search tag information, the database and the dictionary, and the post-analysis processing data generated by analyzing the search expression 5. 7 for explaining the search data, and FIGS. 5 (a) and 5 (b) for explaining the search data generated by associating the search tag information 4 and the post-analysis processing data 7 with each other. 6 for explaining the dictionary 12 of FIG.
A collective file 1 for associating (a) and (b) with the search result data and the database 11 that stores the data.
3 for explaining the third example, FIG. 8 for explaining the association between the set file 13 and the database 11, and the database 11
9 for explaining an example of analysis processing data 91 designating the dictionary 12 for each item and search data 92 and 93.
The operation of the system configuration of FIG. 1 will be described by using (a), (b) and (c) together.
【0009】ファイル2の検索タグ記述20を説明する
図2を参照すると、検索タグ“キーワード”が指定され
る場合、データベース“A”の項目“KW”を辞書“D
IC1”を利用して検索することと、データベース
“B”の項目“索引コード”を辞書“DIC2”を利用
して検索することと、を表わしている。また、検索タグ
“著者”が指定される場合、データベース“C”の項目
“著者”を辞書“JINMEI”を利用して検索するこ
と、検索タグ“出身地”が指定される場合データベース
“C”の項目“出身地”を辞書“CHIMEI”を利用
して検索することが示されている。検索タグ情報解析・
生成部3は、検索タグ記述2を解析し検索タグ情報(図
3の30)を生成する。検索タグ情報(30),データ
ベースおよび辞書との関連を説明する図3を参照する
と、検索タグ“キーワード”(301)は、データベー
ス“A”(31)の項目“KW”(311)と、データ
ベース“B”(32)の項目“索引コード”(321)
とを検索対象とする関係づけがあり、更に、データベー
ス“A”(31)の項目“KW”(311)を検索する
場合には辞書“DIC1”(34)を、またデータベー
ス“B”(32)の項目“索引コード”(321)を検
索する場合には辞書“DIC2”(35)を利用するこ
とを関係づけている。同様に、検索タグ“著者”(30
6)を検索対象とする場合には、データベース“C”
(33)の項目“著者”(331)を辞書“JINME
I”(36)を利用し、検索し、検索タグ“出身地”
(307)を検索対象とする場合には、データベース
“C”(33)の項目“出身地”(332)を辞書“C
HIMEI”(37)を使用して検索する。Referring to FIG. 2 for explaining the search tag description 20 of the file 2, when the search tag "keyword" is specified, the item "KW" of the database "A" is converted into the dictionary "D".
This means that the search is performed using "IC1" and that the item "index code" in the database "B" is searched using the dictionary "DIC2." In addition, the search tag "author" is specified. If the search tag “hometown” is specified, the item “author” in the database “C” is searched using the dictionary “JINMEI”. If the search tag “hometown” is specified, the item “hometown” in the database “C” is dictionary “CHIMEI”. It is shown to search using ". Search tag information analysis ・
The generation unit 3 analyzes the search tag description 2 and generates search tag information (30 in FIG. 3). Referring to FIG. 3 for explaining the relationship between the search tag information (30), the database and the dictionary, the search tag “keyword” (301) includes the item “KW” (311) of the database “A” (31) and the database. "B" (32) item "index code" (321)
There is a relation with and as a search target, and further, when searching the item “KW” (311) of the database “A” (31), the dictionary “DIC1” (34) and the database “B” (32) are searched. When searching the item “index code” (321) of), the use of the dictionary “DIC2” (35) is related. Similarly, the search tag "author" (30
When searching 6), the database "C"
The item "author" (331) of (33) is converted into the dictionary "JINME".
Search using "I" (36) and search tag "birthplace"
When (307) is the search target, the item “hometown” (332) of the database “C” (33) is the dictionary “C”.
Search using HIMEI "(37).
【0010】次に、辞書を利用する指示があり、かつ、
検索式5として“キーワード=計算機”が入力される場
合には、先づ、検索式4の“キーワード=計算機”が検
索式解析部6によって解析され、解析処理後データ7
(図4の40)として出力される。解析処理後データを
説明する図4を参照すると、検索式解析部6は、検索対
象項目を“キーワード”(41),検索用語を“計算
機”(42),検索条件を完全一致(43)とし、辞書
を利用すること(44)を解析の結果として出力する。
検索データ生成部8では、解析処理後データ7と検索タ
グ情報4とを照合し、データベース“A”(31),
“B”(32)の各各に対し、検索データ(図5の5
1,52)を生成する。まず、解析処理後データ(4
0)を参照し、検索対象となる項目が“キーワード”
(41)であることと、検索タグ情報(30)を参照す
ると、データベース“A”(31)に対し検索項目“K
W”(302),辞書名“DIC1”(304)、更
に、データベース“B”(32)に対し検索項目“索引
コード”(305),辞書名“DIC2”(308)で
あることが示される。そして、データベース“A”(3
1)に対しては、検索対象項目を“KW”(511)と
し、辞書は“DIC1”(515)を利用し、また、デ
ータベース“B”(32)に対しては、検索対象項目を
“索引コード”(522)とし、辞書は“DIC2”
(525)を利用する検索データ(図5の51,52)
が生成される。この検索データ51および52の検索用
語および検索条件は“計算機”(513,523)であ
り、完全一致(514,524)である。更に、辞書
“DIC1”(図6の61)を参照すると“計算機”に
対し同義語“コンピュータ”,“コンピューター”,
“電子計算機”が定義されている。また、辞書“DIC
2”(図6の62)を参照すると、“計算機”の代わり
に利用するコードとして“E00102”が定義されて
いる。検索実行部9では、検索データ51および52を
もとに、まずデータベース“A”の項目“KW”に対し
て、検索を行う。その際、辞書“DIC1”(61)を
参照し、“計算機”(610)に対して同義語である
“コンピュータ”(611),“コンピューター”(6
12)および“電子計算機”(613)のいずれかの用
語が入ったデータを検索し、その結果を集合ファイル番
号nの集合ファイル(図7の73)に格納する。この集
合ファイル(73)は、検索対象のデータベースに格納
されているデータそれぞれに対してデータ1件に1ビッ
トを対応させて作成されるビット列で、検索処理に関し
てデータ中に指定された検索用語が存在するとき、その
データに対応するビットを“1”の状態にし、検索用語
が存在しないとき、ビットを“0”にする。集合ファイ
ル(73)とデータ(71,72)の関連を説明する図
7を参照すると、データベース“A”の1件目の項目
“KW”中のデータ(71)には“計算機”,“コンピ
ュータ”,“コンピューター”,“電子計算機”のいず
れの同義語も含まれていないので、集合ファイル番号n
の集合ファイル(73)の先頭ビットは“0”となる。
2件目のデータ(72)には“コンピュータ”が含まれ
ているので2番目のビットは“1”となる。3件目以降
のデータに関しても同様である。更に、集合ファイル番
号とデータベースの関連付けを示す検索結果管理テーブ
ル(図8の80)を参照すると、検索実行部10はデー
タベース“B”(32)の項目“索引コード”(32
1)に対して、検索を行う。その際、辞書“DIC2”
(62)には“計算機”に対し代わりに利用する用語と
して“E00102”(621)が定義されているの
で、その用語“E00102”(621)を用いてデー
タを検索し、その結果を集合ファイル番号n+1の集合
ファイルにデータベースBを格納する。Next, there is an instruction to use the dictionary, and
When “keyword = calculator” is input as the search expression 5, “keyword = calculator” of the search expression 4 is first analyzed by the search expression analysis unit 6 and the post-analysis processing data 7
(40 in FIG. 4) is output. Referring to FIG. 4 for explaining the post-analysis data, the search expression analysis unit 6 determines that the search target item is “keyword” (41), the search term is “computer” (42), and the search condition is exact match (43). , Using the dictionary (44) is output as a result of the analysis.
The search data generator 8 collates the post-analysis processing data 7 with the search tag information 4, and the database “A” (31),
For each "B" (32), search data (5 in FIG. 5)
1, 52) is generated. First, post-analysis processing data (4
Refer to 0) and the item to be searched is "keyword"
(41) and referring to the search tag information (30), the search item “K” is searched for the database “A” (31).
W "(302), dictionary name" DIC1 "(304), and further search item" index code "(305) and dictionary name" DIC2 "(308) for the database" B "(32). And the database "A" (3
For 1), the search target item is "KW" (511), the dictionary is "DIC1" (515), and for the database "B" (32), the search target item is " The index code is "(522)" and the dictionary is "DIC2".
Search data using (525) (51, 52 in FIG. 5)
Is generated. The search term and search condition of the search data 51 and 52 are "calculator" (513, 523), which is a perfect match (514, 524). Furthermore, referring to the dictionary "DIC1" (61 in FIG. 6), the synonyms "computer", "computer",
"Electronic computer" is defined. In addition, the dictionary "DIC
2 ”(62 in FIG. 6),“ E00102 ”is defined as a code to be used in place of“ computer ”. The search execution unit 9 first searches the database“ 52 ”based on the search data 51 and 52. A search is performed for the item "KW" of A. At that time, the dictionary "DIC1" (61) is referred to, and "computer" (611) and "computer" (610), which are synonyms for "computer" (610). Computer ”(6
12) and data containing one of the terms "electronic computer" (613) are retrieved, and the result is stored in the aggregate file of aggregate file number n (73 in FIG. 7). This aggregate file (73) is a bit string created by associating 1 bit with 1 item of data for each data stored in the search target database, and the search term specified in the data regarding the search processing is When it exists, the bit corresponding to the data is set to "1", and when the search term does not exist, the bit is set to "0". Referring to FIG. 7 for explaining the relationship between the aggregate file (73) and the data (71, 72), the data (71) in the first item "KW" of the database "A" is "computer", "computer". Since the synonyms of "", "computer", and "electronic computer" are not included, the aggregate file number n
The leading bit of the set file (73) is “0”.
Since the second data (72) includes "computer", the second bit is "1". The same applies to the third and subsequent data. Further, referring to the search result management table (80 in FIG. 8) indicating the association between the aggregate file number and the database, the search execution unit 10 determines that the item “index code” (32 in the database “B” (32).
Search for 1). At that time, the dictionary "DIC2"
In (62), "E00102" (621) is defined as a term to be used instead of "computer". Therefore, the data is searched using the term "E00102" (621), and the result is a collective file. The database B is stored in the aggregate file of number n + 1.
【0011】同様に、検索タグ情報を変えることによ
り、同じデータベースを項目ごとに辞書を代えて検索す
ることができる。検索式“著者=サトウ AND 出身
地=東海”を入力する場合、検索式解析部6によって解
析後データ(図9の91)が生成される。すなわち、検
索対象となる項目は“著者”(911)および“出身
地”(912)で、検索用語はそれぞれ、“サトウ”
(913)および“東海”(914)であり、検索条件
は論理積をとる。このデータ(91)と、検索タグ情報
(30)とを照合することにより、検索データ(図9の
92,93)が生成される。この検索データ(92,9
3)を利用して、データベース“C”(33)の項目
“著者”(331)に対して検索データ92を参照し、
検索用語は“サトウ”(921)および辞書は“JIN
MEI”(922)を使用する。また、項目“出身地”
(332)に対して検索データ93を参照し、検索用語
は“東海”(932)および辞書は“CHIMEI”
(933)を使用し、データベースCを検索する。その
後、2つの検索結果を論理積(AND)をとり、集合フ
ァイル番号mの集合ファイルに格納する。Similarly, by changing the search tag information, the same database can be searched by changing the dictionary for each item. When the search expression “author = sato AND birthplace = Tokai” is input, the search expression analysis unit 6 generates post-analysis data (91 in FIG. 9). That is, the items to be searched are "author" (911) and "hometown" (912), and the search terms are "sato".
(913) and “Tokai” (914), and the search condition is a logical product. The search data (92, 93 in FIG. 9) is generated by collating this data (91) with the search tag information (30). This search data (92, 9
3) is used to refer to the search data 92 for the item “author” (331) of the database “C” (33),
The search term is "Sato" (921) and the dictionary is "JIN".
MEI "(922) is used. Also, the item" Hometown "
The search data 93 is referred to for (332), the search term is “Tokai” (932), and the dictionary is “CHIMEI”.
The database C is searched using (933). After that, the two search results are logically ANDed and stored in the aggregate file of the aggregate file number m.
【0012】[0012]
【発明の効果】以上説明したようにこの発明によれば、
どのデータベースのどの項目をどの辞書を利用して検索
するかをあらかじめ定義することによって、一つ以上の
データベースをそれぞれのデータベースに適した辞書を
利用して検索すること、また、一つのデータベースで項
目ごとに適切な辞書を利用し、検索することができる。As described above, according to the present invention,
Searching one or more databases using the dictionary suitable for each database by predefining which dictionary in which database should be used to search which items, and the items in one database You can search by using the appropriate dictionary for each.
【図1】この発明の一実施例のシステム構成を示す図で
ある。FIG. 1 is a diagram showing a system configuration of an embodiment of the present invention.
【図2】検索タグ記述を説明する図である。FIG. 2 is a diagram illustrating search tag description.
【図3】検索タグ情報とデータベースおよび辞書との関
連を説明する図である。FIG. 3 is a diagram illustrating a relationship between search tag information, a database, and a dictionary.
【図4】検索式解析処理後のデータを説明する図であ
る。FIG. 4 is a diagram illustrating data after a search expression analysis process.
【図5】検索データを説明する図である。FIG. 5 is a diagram illustrating search data.
【図6】辞書ファイルを説明する図である。FIG. 6 is a diagram illustrating a dictionary file.
【図7】集合ファイルとデータの関連を説明する図であ
る。FIG. 7 is a diagram illustrating a relationship between a collective file and data.
【図8】検索結果管理テーブルを説明する図である。FIG. 8 is a diagram illustrating a search result management table.
【図9】解析処理後データおよび検索データを説明する
図である。FIG. 9 is a diagram illustrating post-analysis processing data and search data.
1 項目別辞書利用データベース検索システム 2 検索タグ記述ファイル 3 検索タグ情報解析・生成部 4 検索タグ情報 5 検索式 6 検索式解析部 7 解析処理後データ 8 検索データ生成部 9 検索データ 10 検索実行部 11 データベース群 12 辞書群 13 集合ファイル 20 検索記述タグ 30 検索タグ情報 31 データベースA 32 データベースB 33 データベースC 34 辞書DIC1 35 辞書DIC2 36 人名辞書JINMEI 37 地名辞書CHIMEI 40 解析処理後データ 51 検索データ 52 検索データ 61 辞書DIC1 62 辞書DIC2 71 データベースAの1件目データ 72 データベースAの2件目データ 73 集合ファイル 80 検索結果管理テーブル 91 解析処理後データ 92 検索データ 93 検索データ 1 Item-based dictionary usage database search system 2 Search tag description file 3 Search tag information analysis / generation unit 4 Search tag information 5 Search formula 6 Search formula analysis unit 7 Data after analysis processing 8 Search data generation unit 9 Search data 10 Search execution unit 11 database group 12 dictionary group 13 set file 20 search description tag 30 search tag information 31 database A 32 database B 33 database C 34 dictionary DIC1 35 dictionary DIC2 36 personal name dictionary JINME 37 place name dictionary CHIME 40 post-analysis processing data 51 search data 52 search Data 61 Dictionary DIC1 62 Dictionary DIC2 71 First data of database A 72 Second data of database A 73 Collective file 80 Search result management table 91 Post-analysis processing data 92 Search data 93 Search data
Claims (1)
索タグ記述を読み込み解析し、検索タグ情報を生成する
検索タグ情報解析・生成手段と、データベース検索のた
め入力される検索式を解析し、解析処理後データを出力
する検索式解析手段と、前記解析処理後データおよび前
記検索タグ情報とを照合し、検索項目ごとの検索データ
を生成する検索データ生成手段と、生成される前記検索
データを基に指定される辞書を参照し、一つ以上のデー
タベースにわたる検索結果の出力を行う検索実行手段
と、を備えることを特徴とする項目別辞書利用データベ
ース検索システム。1. A search tag information analysis / generation means for reading and analyzing the search tag description from a file storing the search tag description and generating search tag information, and a search expression input for database search, and analyzing. Based on the generated search data, a search expression analysis unit that outputs post-processing data, a search data generation unit that collates the post-analysis processing data and the search tag information, and generates search data for each search item. An item-based dictionary-based database search system comprising: a search execution unit that outputs a search result across one or more databases by referring to the dictionary specified in.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4321718A JPH06168271A (en) | 1992-12-01 | 1992-12-01 | Data base retrieval system utilizing dictionary by item |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4321718A JPH06168271A (en) | 1992-12-01 | 1992-12-01 | Data base retrieval system utilizing dictionary by item |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH06168271A true JPH06168271A (en) | 1994-06-14 |
Family
ID=18135671
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP4321718A Withdrawn JPH06168271A (en) | 1992-12-01 | 1992-12-01 | Data base retrieval system utilizing dictionary by item |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH06168271A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2001282828A (en) * | 2000-03-30 | 2001-10-12 | Just Syst Corp | Device for retrieval and method of retrieval, and storage medium |
-
1992
- 1992-12-01 JP JP4321718A patent/JPH06168271A/en not_active Withdrawn
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2001282828A (en) * | 2000-03-30 | 2001-10-12 | Just Syst Corp | Device for retrieval and method of retrieval, and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6658404B1 (en) | Single graphical approach for representing and merging boolean logic and mathematical relationship operators | |
JPH0424869A (en) | Document processing system | |
JPH11110413A (en) | Method and device for generating data base retrieved result | |
JP3123836B2 (en) | Text type database device | |
JPH06168271A (en) | Data base retrieval system utilizing dictionary by item | |
JP3558267B2 (en) | Document search device | |
JPH0581326A (en) | Data base retrieving device | |
JP3222193B2 (en) | Information retrieval device | |
JPS617936A (en) | Information retrieving system | |
JPH01149127A (en) | Information retrieving device | |
JP2529418B2 (en) | Document search device | |
JP2666475B2 (en) | Kanji compound word keyword search device | |
JPH02116972A (en) | Retrieval system for program data base | |
Gondaliya et al. | Journey of Information Retrieval to Information Retrieval Tools-IR&IRT A Review | |
JPH1125117A (en) | Word retrieving device | |
JPH07210565A (en) | Method and device for retrieving information | |
JPH04290158A (en) | Document creation device | |
JPH04238573A (en) | Consolidated data base retrieving device | |
JPH05313971A (en) | Key word managing system in relational data base | |
JP2001043232A (en) | Information retrieving device, computer readable recording medium storing information retrieval program, document preparation supporting device and computer readable recording medium storing document preparation support program | |
JP3104893B2 (en) | Information retrieval method | |
JPS63238622A (en) | Relation retrieval system | |
JPS61267824A (en) | Arraying and processing system for japanese word data | |
JPH10240743A (en) | Information storage and retrieval method and system therefor | |
JPH01193928A (en) | Information retrieval system with inference mechanism |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Application deemed to be withdrawn because no request for examination was validly filed |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20000201 |