JP2001043229A - Device and method for data base retrieval guidance - Google Patents

Device and method for data base retrieval guidance

Info

Publication number
JP2001043229A
JP2001043229A JP11213715A JP21371599A JP2001043229A JP 2001043229 A JP2001043229 A JP 2001043229A JP 11213715 A JP11213715 A JP 11213715A JP 21371599 A JP21371599 A JP 21371599A JP 2001043229 A JP2001043229 A JP 2001043229A
Authority
JP
Japan
Prior art keywords
character string
database
search
input
data
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
JP11213715A
Other languages
Japanese (ja)
Inventor
Yoshinori Nishino
義典 西野
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP11213715A priority Critical patent/JP2001043229A/en
Publication of JP2001043229A publication Critical patent/JP2001043229A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To shorten time required for data retrieval by outputting data based on a related character string by providing the data from a database as a result of retrieval of the database on the basis of the related character string. SOLUTION: A related word dictionary reference mechanism 8 retrieves and extracts a related character string related to the character string of a first retrieval condition. Besides, a keyword converting mechanism 9 acquires and outputs a related character string for which the character string of the first retrieval condition is converted to a keyword. Then, a different solution selecting mechanism 7 outputs the related character string, which is provided from the related word dictionary reference mechanism 8 or keyword converting mechanism 9, related to the character string of the first retrieval condition to a data base retrieving mechanism 3 and based on the inputted related character string, the database retrieving mechanism 3 retrieves the database and outputs the result on a picture display device.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、データベース検索
ガイダンス装置及びその方法に関するものである。特
に、あるキーワードを用いて検索したが合致するデータ
の存在しない時に、当該キーワードに関連する異なるキ
ーワードを用いて検索を続行して、別の解を得るデータ
ベース検索ガイダンス装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database search guidance apparatus and method. In particular, the present invention relates to a database search guidance device that obtains another solution by continuing a search using a different keyword related to the keyword when a search is performed using a certain keyword but there is no matching data.

【0002】[0002]

【従来の技術】従来のデータベース検索システムでは、
このシステムを利用する利用者により入力された検索条
件に基づきデータベースが検索される。そして、その検
索の結果、当該検索条件に合致する1つ以上のデータが
当該データベースに記録されていた場合には、その記録
されていたデータが出力される。また、当該検索条件に
合致するデータが当該データベースに記録されていなか
った場合には、該当する記録がなかった旨、「なし」の
答えが出力される。
2. Description of the Related Art In a conventional database search system,
The database is searched based on search conditions input by a user using this system. Then, as a result of the search, if one or more data matching the search condition is recorded in the database, the recorded data is output. When data matching the search condition is not recorded in the database, an answer of "none" indicating that there is no corresponding record is output.

【0003】そして、当該検索条件に合致するデータが
データベースに記録されていなかった場合、つまり「な
し」の答えが出力された場合、システムの利用者は、再
度、検索条件を変えて、検索することになる。つまり、
検索条件の指定方法がまずければ、合致するデータが得
られるまで試行錯誤を繰り返すこととなる。
[0003] When data matching the search condition is not recorded in the database, that is, when the answer of "None" is output, the user of the system searches again by changing the search condition. Will be. That is,
If the search conditions are not specified properly, trial and error will be repeated until matching data is obtained.

【0004】このような従来のデータベース検索システ
ムの例としては、図5に示されたものがある。この図5
は、従来のデータベース検索システムの構成を示すブロ
ック図である。図5において、1は検索用クライアント
であり、システムの利用者によりデータベースの検索条
件が入力される。なお、この検索用クライアント1とし
ては、パソコンが用いられる。2は検索条件受付機構で
あり、検索用クライアント1に入力され出力されたデー
タベースの検索条件が入力される。
An example of such a conventional database search system is shown in FIG. This figure 5
1 is a block diagram showing a configuration of a conventional database search system. In FIG. 5, reference numeral 1 denotes a search client, to which a user of the system inputs database search conditions. A personal computer is used as the search client 1. Reference numeral 2 denotes a search condition receiving mechanism, to which a database search condition input to and output from the search client 1 is input.

【0005】3はデータベース検索機構であり、検索条
件受付機構2から出力されたデータベースの検索条件が
入力される。そして、データベースの検索条件が入力さ
れたデータベース検索機構3は、その入力された検索条
件を適切なデータベース検索言語(SQL)に変換す
る。なお、入力されたデータベースの検索条件をデータ
ベース検索機構3に出力する検索条件受付機構2は、イ
ンタフェースを備える。
[0005] Reference numeral 3 denotes a database search mechanism to which the search conditions of the database output from the search condition receiving mechanism 2 are input. Then, the database search mechanism 3 into which the database search conditions are input converts the input search conditions into an appropriate database search language (SQL). The search condition receiving mechanism 2 that outputs the input database search conditions to the database search mechanism 3 includes an interface.

【0006】5はデータ保持機構であり、データを保持
するデータベースである。このデータ保持機構5として
は、メモリ又は磁気ディスク装置が相当する。このデー
タ保持機構5は、データベース検索機構3によりアクセ
スされる。4は画面表示機構であり、データベース検索
機構3がデータ保持機構5にアクセスした結果が表示さ
れる。
Reference numeral 5 denotes a data holding mechanism, which is a database for holding data. The data holding mechanism 5 corresponds to a memory or a magnetic disk device. The data holding mechanism 5 is accessed by the database search mechanism 3. Reference numeral 4 denotes a screen display mechanism, on which a result obtained when the database search mechanism 3 accesses the data holding mechanism 5 is displayed.

【0007】次に、図5に示す従来のデータベース検索
システムの動作について、図6を用いて説明する。この
図6は、従来のデータベース検索システムの動作を示す
フローチャートである。図6において、ステップ(以
下、Aとする)1で、システムの利用者は、検索条件で
ある文字列を、検索用クライアント1から入力する。こ
のA1が終了するとA2へ進む。A2で検索条件受付機
構2は、検索用クライアント1から入力された文字列を
受け付ける。このA2が終了するとA3へ進む。
Next, the operation of the conventional database search system shown in FIG. 5 will be described with reference to FIG. FIG. 6 is a flowchart showing the operation of the conventional database search system. In FIG. 6, in step (hereinafter referred to as A) 1, a user of the system inputs a character string as a search condition from the search client 1. When A1 ends, the process proceeds to A2. In A2, the search condition receiving mechanism 2 receives a character string input from the search client 1. When A2 ends, the process proceeds to A3.

【0008】A3でデータベース検索機構3は、検索条
件受付機構2から文字列を受け付け、データベース検索
言語に置き換える。このA3が終了するとA4へ進む。
A4でデータベース検索機構3は、データベース検索言
語に置き換えられた文字列に基づき、データ保持機構5
を検索する。このA4が終了するとA5へ進む。A5で
データベース検索機構3は、データ保持機構4を検索し
た結果、所定の文字列に該当するデータの個数、つまり
ヒット数を算出する。ヒット数が1以上である場合には
A6へ進み、0である場合にはA7へ進む。
At A3, the database search mechanism 3 receives the character string from the search condition receiving mechanism 2 and replaces it with a database search language. When A3 ends, the process proceeds to A4.
In A4, the database search mechanism 3 executes the data holding mechanism 5 based on the character string replaced with the database search language.
Search for. When A4 is completed, the process proceeds to A5. In A5, the database search mechanism 3 calculates the number of data corresponding to a predetermined character string, that is, the number of hits, as a result of searching the data holding mechanism 4. If the number of hits is 1 or more, the process proceeds to A6, and if it is 0, the process proceeds to A7.

【0009】A6でデータベース検索機構3は、検索し
て得られた全てのデータを、一覧表に作成する。このA
6が終了するとA8へ進む。A7でデータベース検索機
構3は、検索して何も得られなかった旨を示す「合致な
し」や「ヒットなし」のメッセージを作成する。このA
7が終了するとA8へ進む。A8で画面表示機構4は、
データベース検索機構3で作成され入力された一覧表や
メッセージに関するデータを、画面表示用のデータに変
換する。このA8が終了するとA9へ進む。A9で画面
表示機構4は、画面表示用のデータに変換された一覧表
やメッセージを、検索用クライアント1の画面に表示さ
せる。このA9が終了すると一連の処理は終了する。
At A6, the database search mechanism 3 creates all the data obtained by the search in a list. This A
When 6 is completed, the process proceeds to A8. At A7, the database search mechanism 3 creates a "no match" or "no hit" message indicating that nothing was obtained by the search. This A
When 7 is completed, the process proceeds to A8. At A8, the screen display mechanism 4
The data relating to the list or message created and input by the database search mechanism 3 is converted into data for screen display. When A8 ends, the process proceeds to A9. In A9, the screen display mechanism 4 causes the list or the message converted into the data for screen display to be displayed on the screen of the search client 1. When A9 ends, a series of processes ends.

【0010】[0010]

【発明が解決しようとする課題】このように、従来のデ
ータベース検索システムでは、当該システムの利用者に
より入力された検索条件に、そのものズバリで合致する
か否かで、データベースに記録されたデータが検索され
ていた。そのため、当該検索条件にそのものズバリで合
致するデータが見つからなかった場合には、何の結果も
得られなかった。ゆえに、このシステムの利用者は、入
力した検索条件にそのものズバリで合致するデータが検
出されるまで、新たな検索条件を繰り返し入力する必要
があった。つまり、従来のデータベース検索システムの
利用者は、検索用クライアント1を用いてデータ検索の
試行錯誤を繰り返す可能性が高く、非常に大きな時間の
ロスを招きやすかった。
As described above, in the conventional database search system, the data recorded in the database is determined based on whether or not the search condition entered by the user of the system exactly matches the search condition. Was being searched. For this reason, if no data matching the search condition was found, the result was not obtained. Therefore, the user of this system has to repeatedly input a new search condition until data that matches the input search condition is detected. That is, a user of the conventional database search system has a high possibility of repeating trial and error of data search using the search client 1, and is liable to cause a very large time loss.

【0011】本発明は、このような問題点を解消するた
めになされたものであり、利用者により入力された検索
条件にそのものズバリで合致するか否かでデータベース
に記録されたデータを検索するのではなく、所定の基準
に基づき当該検索条件にほぼ合致するデータをも検索結
果として出力するようにしたことで、データ検索の試行
錯誤の可能性を低く、またデータ検索に要する時間を短
縮させるデータベース検索ガイダンス装置を得ることを
目的とするものである。
The present invention has been made to solve such a problem, and searches data recorded in a database based on whether or not a search condition entered by a user matches the search condition itself. Instead, data that substantially matches the search condition is output as a search result based on a predetermined criterion, thereby reducing the possibility of trial and error in data search and shortening the time required for data search. The purpose is to obtain a database search guidance device.

【0012】[0012]

【課題を解決するための手段】この発明に係るデータベ
ース検索ガイダンス装置は、文字列が入力される入力部
と、入力部に入力された文字列に基づき、データベース
の検索を行う検索部と、文字列に基づくデータベースの
検索の結果、文字列に基づくデータがデータベースより
得られなかった場合、文字列が入力され、文字列に関連
する関連文字列を出力する変換部と、検索部は、変換部
から出力された関連文字列に基づき、データベースの検
索を行い、関連文字列に基づくデータベースの検索の結
果、関連文字列に基づくデータがデータベースより得ら
れると、データを出力する出力部とを有するものであ
る。
A database search guidance apparatus according to the present invention comprises: an input unit for inputting a character string; a search unit for searching a database based on the character string input to the input unit; If the result of the database search based on the column does not result in data based on the character string from the database, the character string is input and a conversion unit that outputs a related character string related to the character string, and the search unit includes a conversion unit. An output unit for performing a database search based on the related character string output from the database, and outputting data when the data based on the related character string is obtained from the database as a result of the database search based on the related character string. It is.

【0013】また、この発明に係るデータベース検索ガ
イダンス装置は、変換部は、複数の文字列が互いに関連
付けられ記録された関連用語辞書を有し、ある文字列が
入力されると、関連用語辞書に関連付けられた異なる文
字列を関連文字列として出力するものである。
Further, in the database search guidance apparatus according to the present invention, the conversion unit has a related term dictionary in which a plurality of character strings are recorded in association with each other, and when a certain character string is input, the related term dictionary is added to the related term dictionary. The different character strings associated with each other are output as related character strings.

【0014】さらに、この発明に係るデータベース検索
ガイダンス装置は、変換部は、予めキーワード変換ルー
ルが設定され、入力された文字列から、キーワード変換
ルールに基づく関連文字列を生成し出力するものであ
る。
Further, in the database search guidance apparatus according to the present invention, the conversion unit has a keyword conversion rule set in advance, and generates and outputs a related character string based on the keyword conversion rule from the input character string. .

【0015】さらにまた、この発明に係るデータベース
検索ガイダンス装置は、変換部は、特定の文字列が入力
されると、特定の文字列に対応づけられた異なる文字列
を関連文字列としてデータベースから出力するものであ
る。
Further, in the database search guidance apparatus according to the present invention, when the specific character string is input, the conversion unit outputs a different character string associated with the specific character string from the database as a related character string. Is what you do.

【0016】この発明に係るデータベース検索ガイダン
ス方法は、入力部に文字列が入力される入力ステップ
と、検索部で文字列に基づき、データベースの検索を行
う第一の検索ステップと、文字列に基づくデータベース
の検索の結果、文字列に基づくデータがデータベースよ
り得られなかった場合、変換部で文字列に関連する関連
文字列を出力する変換ステップと、検索部で関連文字列
に基づき、データベースの検索を行う第二の検索ステッ
プと、関連文字列に基づくデータベースの検索の結果、
関連文字列に基づくデータがデータベースより得られる
と、出力部でデータを出力する出力ステップとを有する
ものである。
According to the database search guidance method of the present invention, an input step in which a character string is input to an input unit, a first search step of searching a database based on the character string in the search unit, and a method based on the character string A conversion unit that outputs a related character string related to the character string when the data based on the character string is not obtained from the database as a result of the database search; and a search unit that searches the database based on the related character string by the search unit. A second search step of performing a search of the database based on the related character string,
An output step of outputting data at the output unit when data based on the related character string is obtained from the database.

【0017】また、この発明に係るデータベース検索ガ
イダンス方法は、変換ステップでは、変換部が有する複
数の文字列が互いに関連付けられ記録された関連用語辞
書を用い、ある文字列の入力に基づき、関連用語辞書に
関連付けられ記録された関連文字列を出力するものであ
る。
Further, in the database search guidance method according to the present invention, in the conversion step, a plurality of character strings possessed by the conversion unit are associated with each other and recorded based on the input of a certain character string. The related character string recorded in association with the dictionary is output.

【0018】さらに、この発明に係るデータベース検索
ガイダンス方法は、変換ステップでは、変換部に予め設
定されたキーワード変換ルールに基づき、入力された文
字列から関連文字列を生成し出力するものである。
Further, in the database search guidance method according to the present invention, in the conversion step, a related character string is generated and output from the input character string based on a keyword conversion rule preset in the conversion unit.

【0019】さらにまた、この発明に係るデータベース
検索ガイダンス方法は、変換ステップでは、入力された
特定の文字列に対応づけられた関連文字列をデータベー
スから出力するものである。
Further, in the database search guidance method according to the present invention, in the conversion step, a related character string associated with the input specific character string is output from the database.

【0020】[0020]

【発明の実施の形態】本発明によるデータベース検索ガ
イダンス装置の一実施形態について、図1を用いて説明
する。図1は本発明の実施形態のデータベース検索ガイ
ダンス装置の構成を示すブロック図である。図1におい
て、6は別解生成機構であり、データベース検索機構3
に接続され、データベース検索機構3との間でデータの
授受が行われる。
DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of a database search guidance apparatus according to the present invention will be described with reference to FIG. FIG. 1 is a block diagram showing the configuration of the database search guidance device according to the embodiment of the present invention. In FIG. 1, reference numeral 6 denotes an alternative solution generation mechanism, and a database search mechanism 3
, And exchanges data with the database search mechanism 3.

【0021】なお、検索用クライアント1は入力部に相
当し、データベース検索機構3は検索部に相当し、別解
生成機構6は変換部に相当し、画面表示装置4は出力部
に相当する。また、図1において、図5に示す従来例と
同一又は相当の部分には同一符号を付してその説明を省
略し、図5と相違する部分について説明した。
Note that the search client 1 corresponds to an input unit, the database search mechanism 3 corresponds to a search unit, the alternative solution generation mechanism 6 corresponds to a conversion unit, and the screen display device 4 corresponds to an output unit. Also, in FIG. 1, the same or corresponding parts as those in the conventional example shown in FIG. 5 are denoted by the same reference numerals, and the description thereof is omitted, and the parts different from FIG.

【0022】次に、図1に示す本実施形態のデータベー
ス検索ガイダンス装置の別解生成機構6について、図2
を用いて説明する。図2は本実施形態のデータベース検
索ガイダンス装置の別解生成機構6の内部構成を示すブ
ロック図である。図2において、7は別解選択機構であ
り、データベース検索機構3に接続される。8は関連用
語辞書参照機構であり、別解選択機構7に接続される。
この関連用語辞書参照機構8は、検索用クライアント1
に入力された検索条件である文字列に関連する用語を抽
出する。
Next, the alternative solution generating mechanism 6 of the database search guidance apparatus of the present embodiment shown in FIG.
This will be described with reference to FIG. FIG. 2 is a block diagram showing the internal configuration of the alternative solution generation mechanism 6 of the database search guidance device of the present embodiment. In FIG. 2, reference numeral 7 denotes another solution selection mechanism, which is connected to the database search mechanism 3. Reference numeral 8 denotes a related term dictionary reference mechanism, which is connected to the alternative solution selection mechanism 7.
The related term dictionary reference mechanism 8 is used for the search client 1
The term related to the character string that is the search condition input in is extracted.

【0023】9はキーワード変換機構であり、別解選択
機構7に接続される。このキーワード変換機構9は、検
索用クライアント1に入力された検索条件である文字列
を適当な関数により変換するものである。10は対応用
語指示機構であり、別解選択機構7に接続される。この
対応用語指示機構10は、検索用クライアント1に入力
された検索条件である文字列に対して予め指定された用
語に変換するものである。
Reference numeral 9 denotes a keyword conversion mechanism, which is connected to the alternative solution selection mechanism 7. The keyword conversion mechanism 9 converts a character string that is a search condition input to the search client 1 using an appropriate function. Reference numeral 10 denotes a corresponding term indicating mechanism, which is connected to the alternative solution selecting mechanism 7. The corresponding term designating mechanism 10 converts a character string as a search condition input to the search client 1 into a term specified in advance.

【0024】これら関連用語辞書参照機構8又はキーワ
ード変換機構9又は対応用語指示機構10を用いること
により、検索用クライアント1の利用者から入力された
検索条件そのものにズバリ合致するデータがデータベー
スより検索されなかった時に、当該検索条件に代わる新
たな検索条件が出力される。そして、これらの関連用語
辞書参照機構8又はキーワード変換機構9又は対応用語
指示機構10から、新たな検索条件が抽出されると、デ
ータベース検索機構3により、この新たな検索条件に基
づくデータ、つまり別解である類似のデータが検索さ
れ、抽出される。別解生成機構6は、これら別解選択機
構7、関連用語辞書参照機構8、キーワード変換機構
9、及び対応用語指示機構10を有する。
By using the related term dictionary reference mechanism 8, the keyword conversion mechanism 9, or the corresponding term designating mechanism 10, data matching the search condition itself input from the user of the search client 1 is searched from the database. When there is no search condition, a new search condition replacing the search condition is output. When a new search condition is extracted from the related term dictionary reference mechanism 8, the keyword conversion mechanism 9, or the corresponding term designating mechanism 10, the database search mechanism 3 outputs data based on the new search condition, Similar data that is a solution is searched and extracted. The alternative solution generation mechanism 6 includes an alternative solution selection mechanism 7, a related term dictionary reference mechanism 8, a keyword conversion mechanism 9, and a corresponding term designating mechanism 10.

【0025】次に、図1に示す本発明によるデータベー
ス検索ガイダンス装置の動作について、図3を用いて説
明する。この図3は、本発明によるデータベース検索ガ
イダンス装置の動作を示すフローチャートである。図3
において、A5でデータベース検索機構3は、データ保
持機構4を検索した結果、所定の文字列に該当するデー
タの個数、つまりヒット数を算出する。ヒット数が1以
上である場合にはA6へ進み、0である場合にはB1へ
進む。ステップ(以下、Bと称する)1でデータベース
検索機構3は、検索条件である文字列を別解生成機構6
に出力する。そして、当該文字列に関するデータが入力
された別解生成機構6は、所定の条件に基づく、当該文
字列に関連する関連文字列をデータベース検索機構3に
出力する。
Next, the operation of the database search guidance apparatus according to the present invention shown in FIG. 1 will be described with reference to FIG. FIG. 3 is a flowchart showing the operation of the database search guidance apparatus according to the present invention. FIG.
In step A5, the database search mechanism 3 calculates the number of data corresponding to a predetermined character string, that is, the number of hits, as a result of searching the data holding mechanism 4. If the number of hits is 1 or more, the process proceeds to A6, and if it is 0, the process proceeds to B1. In step (hereinafter referred to as B) 1, the database search mechanism 3 converts the character string serving as a search condition into another solution generation mechanism 6.
Output to Then, the alternative solution generation mechanism 6 to which the data on the character string is input outputs a related character string related to the character string to the database search mechanism 3 based on a predetermined condition.

【0026】B2でデータベース検索機構3は、別解生
成機構6から出力された関連文字列を受け付ける。この
B2が終了するとB3へ進む。B3でデータベース検索
機構3は、別解生成機構6から受け付けた関連文字列
を、データベース検索言語に置き換える。このB3が終
了するとB4へ進む。B4でデータベース検索機構3
は、データベース検索言語に置き換えられた関連文字列
に基づき、データ保持機構5であるデータベースを検索
する。このB4が終了するとA6へ進む。
At B2, the database search mechanism 3 receives the related character string output from the alternative solution generation mechanism 6. When B2 ends, the process proceeds to B3. In B3, the database search mechanism 3 replaces the related character string received from the alternative solution generation mechanism 6 with a database search language. When B3 ends, the process proceeds to B4. B4 database search mechanism 3
Searches the database which is the data holding mechanism 5 based on the related character string replaced with the database search language. When B4 ends, the process proceeds to A6.

【0027】なお、図3に示す本実施形態のデータベー
ス検索ガイダンス装置の動作について、A1〜A4、A
6、及びA8〜A9の動作については、図6に示した従
来例と同様であり、その説明を省略し、従来例のデータ
ベース検索システムの動作と異なる動作について説明し
た。
The operation of the database search guidance apparatus of this embodiment shown in FIG.
6, and operations A8 to A9 are the same as those in the conventional example shown in FIG. 6, and the description thereof is omitted, and operations different from those of the conventional database search system are described.

【0028】次に、図1に示す本実施形態のデータベー
ス検索ガイダンス装置の別解生成機構6の動作につい
て、図4を用いて説明する。この図4は、本実施形態の
データベース検索ガイダンス装置の別解生成機構6の動
作を示すフローチャートである。図4において、ステッ
プ(以下、Cと称する)1で、別解生成機構6の別解選
択機構7は、別解取得のための検索条件の変換方法であ
るメカニズムを選択する。なお、このメカニズムの選択
は、データベース検索ガイダンス装置の利用者が予め指
定してもよいし、検索条件の項目により自動的に選択さ
れるようにしてもよい。
Next, the operation of the alternative solution generation mechanism 6 of the database search guidance apparatus of the present embodiment shown in FIG. 1 will be described with reference to FIG. FIG. 4 is a flowchart showing the operation of the alternative solution generation mechanism 6 of the database search guidance device of the present embodiment. In FIG. 4, in step (hereinafter referred to as C) 1, the alternative solution selection mechanism 7 of the alternative solution generation mechanism 6 selects a mechanism that is a search condition conversion method for acquiring an alternative solution. The selection of this mechanism may be specified in advance by the user of the database search guidance device, or may be automatically selected according to the search condition items.

【0029】このような別解取得のためのメカニズムを
選択するのに、検索条件の文字列の関連用語を検索する
メカニズムを選択するとC2へ進み、検索条件の文字列
のキーワード変換を行うメカニズムを選択するとC3へ
進み、検索条件の文字列の対応用語を検索するメカニズ
ムを選択するとC4へ進む。C2で関連用語辞書参照機
構8は、当初の検索条件である文字列に関連付けられた
関連文字列を検索し、抽出する。このC2が終了すると
C5へ進む。C3でキーワード変換機構9は、当初の検
索条件である文字列をキーワード変換した関連文字列を
取得し、出力する。このC3が終了するとC5へ進む。
When a mechanism for searching for a related term of a character string of a search condition is selected to select a mechanism for obtaining such another solution, the process proceeds to C2, and a mechanism for performing keyword conversion of the character string of the search condition is set. When selected, the process proceeds to C3, and when a mechanism for searching for the corresponding term of the character string of the search condition is selected, the process proceeds to C4. In C2, the related term dictionary reference mechanism 8 searches for and extracts a related character string associated with the character string that is the initial search condition. When C2 ends, the process proceeds to C5. At C3, the keyword conversion mechanism 9 acquires and outputs a related character string obtained by converting the character string as the initial search condition into a keyword. When C3 ends, the process proceeds to C5.

【0030】C4で対応用語指示機構10は、当初の検
索条件である文字列に対応付けられた関連文字列を検索
し、抽出する。このC4が終了するとC5へ進む。C5
で別解選択機構7は、関連用語辞書参照機構8又はキー
ワード変換機構9又は対応用語指示機構10から得られ
た当初の検索条件である文字列に関連する関連文字列を
データベース検索機構3へ出力する。このC5が終了す
ると別解生成機構6の動作は終了する。なお、データベ
ース検索機構3は、入力された関連文字列に基づき、デ
ータベースを検索し、画面表示装置4にその結果を出力
させる。なお、メカニズムの選択は、ある1つのメカニ
ズムを選択してもよいし、複数のメカニズムを選択する
ようにしてもよい。
At C4, the corresponding term designating mechanism 10 searches for and extracts a related character string associated with the character string that is the initial search condition. When C4 ends, the process proceeds to C5. C5
The alternative solution selecting mechanism 7 outputs the related character string related to the character string as the initial search condition obtained from the related term dictionary reference mechanism 8, the keyword conversion mechanism 9, or the corresponding term designating mechanism 10 to the database search mechanism 3. I do. When C5 ends, the operation of the alternative solution generation mechanism 6 ends. The database search mechanism 3 searches the database based on the input related character string, and causes the screen display device 4 to output the result. The mechanism may be selected from a single mechanism or a plurality of mechanisms.

【0031】次に、図2に示す本実施形態のデータベー
ス検索ガイダンス装置の別解生成機構6の関連用語選択
機構8の動作について説明する。まず、この関連用語辞
書参照機構8を動作させるためには、所定の辞書をデー
タ保持機構5であるデータベースに準備する必要があ
り、この辞書には、複数の文字列間に、相互関連を持た
せたことが記録、設定されたものである。このように、
データ保持機構5に所定の辞書を持たせることにより、
ある検索条件の文字列が関連用語選択機構8に入力され
た場合、データ保持機構5の辞書より当該文字列に関連
付けられた関連文字列が抽出され、出力される。
Next, the operation of the related term selection mechanism 8 of the alternative solution generation mechanism 6 of the database search guidance apparatus of the present embodiment shown in FIG. 2 will be described. First, in order to operate the related term dictionary reference mechanism 8, it is necessary to prepare a predetermined dictionary in the database which is the data holding mechanism 5, and this dictionary has a mutual relation between a plurality of character strings. It is the record and setting that was made. in this way,
By providing the data holding mechanism 5 with a predetermined dictionary,
When a character string of a certain search condition is input to the related term selection mechanism 8, a related character string associated with the character string is extracted from the dictionary of the data holding mechanism 5 and output.

【0032】例えば、当該辞書である関連用語辞書に
「携帯電話」と「移動体通信」又は「モバイル端末」と
が互いに関連付けられている場合、当初の検索条件であ
る文字列「携帯電話」で合致するデータがデータ保持機
構5から得られなかった場合、本データベース検索ガイ
ダンス装置は、文字列「携帯電話」に関連づけられた文
字列「移動体通信」又は文字列「モバイル端末」で、引
き続きデータ保持機構5が検索され、合致するデータの
取得を試みる。
For example, when “mobile phone” and “mobile communication” or “mobile terminal” are associated with each other in the related term dictionary, which is the dictionary, the character string “mobile phone” as the initial search condition is used. If the matching data is not obtained from the data holding mechanism 5, the database search guidance device continues to output the character string "mobile communication" or the character string "mobile terminal" associated with the character string "mobile phone". The holding mechanism 5 is searched and attempts to acquire matching data.

【0033】なお、関連付けられた文字列が複数ある場
合、合致するデータが得られるまで順番に関連文字列を
用いて検索処理を繰り返してもよいし、全ての関連文字
列での検索処理が終了するまで繰り返し検索処理を実行
してもよい。つまり、合致するデータが得られた段階で
検索処理を終了して、得られた検索結果を出力してもよ
いし、すべての関連文字列での検索処理を終了した後
に、得られた検索結果を出力してもよい。
When there are a plurality of related character strings, the search processing may be repeated using the related character strings in order until matching data is obtained, or the search processing for all the related character strings is completed. The search processing may be repeatedly executed until the search is performed. In other words, the search processing may be terminated when matching data is obtained, and the obtained search result may be output, or the search result obtained after the search processing on all related character strings is completed. May be output.

【0034】次に、図2に示す本実施形態のデータベー
ス検索ガイダンス装置の別解生成機構6のキーワード変
換機構9の動作について説明する。このキーワード変換
機構9には、別解選択機構7を介してデータベース検索
機構3から検索条件である文字列が入力される。する
と、このキーワード変換機構9は、当該文字列に対して
所定のルールに基づく変換処理を行い、当該文字列に類
似する類似文字列を作成し、抽出する。なお、変換処理
を行うための所定のルール、キーワード変換ルールは、
予めキーワード変換機構9に設定される。
Next, the operation of the keyword conversion mechanism 9 of the alternative solution generation mechanism 6 of the database search guidance apparatus of the present embodiment shown in FIG. 2 will be described. A character string as a search condition is input to the keyword conversion mechanism 9 from the database search mechanism 3 via the alternative solution selection mechanism 7. Then, the keyword conversion mechanism 9 performs a conversion process on the character string based on a predetermined rule, and creates and extracts a similar character string similar to the character string. The predetermined rule for performing the conversion process and the keyword conversion rule are as follows.
It is set in the keyword conversion mechanism 9 in advance.

【0035】例えば、製品の型名などは、その型名を示
す文字列の語尾を変化させることにより、同様の製品に
おける新しい型名を示すことが多い。このような型名を
示す文字列における語尾変化の特長をキーワード変換ル
ールとして、当初の検索条件である文字列で合致するデ
ータが得られなかった場合、当該文字列の語尾を変化さ
せた関連文字列を作成し、再度データベースを検索し、
合致するデータの取得を試みる。
For example, a product type name or the like often indicates a new type name for a similar product by changing the suffix of a character string indicating the type name. As a keyword conversion rule, the feature of the inflection in a character string indicating such a type name is used as a keyword conversion rule. Create a column, search the database again,
Attempt to get matching data.

【0036】次に、図2に示す本実施形態のデータベー
ス検索ガイダンス装置の別解生成機構6の対応用語指示
機構10の動作について説明する。この対応用語指示機
構10には、別解選択機構7を介してデータベース検索
機構3から検索条件である文字列が入力される。する
と、この対応用語指示機構10は、所定の文字列に対し
て、対応づけられた特定の文字列、つまり上述した関連
文字列を抽出し出力する。なお、所定の文字列から特定
の文字列への飛びについては、対応用語指示機構10又
はデータ保持機構5に、その飛び先が予め指定される。
Next, the operation of the corresponding term indicating mechanism 10 of the alternative solution generating mechanism 6 of the database search guidance apparatus of the present embodiment shown in FIG. 2 will be described. A character string as a search condition is input to the corresponding term indicating mechanism 10 from the database search mechanism 3 via the alternative solution selecting mechanism 7. Then, the corresponding term indicating mechanism 10 extracts and outputs a specific character string associated with the predetermined character string, that is, the above-described related character string. Note that a jump from a predetermined character string to a specific character string is specified in advance in the corresponding term indicating mechanism 10 or the data holding mechanism 5.

【0037】例えば、本データベース検索ガイダンス装
置の利用者が、ある製品に関する名前等を検索条件の文
字列として、検索用クライアント1に入力したと仮定す
る。しかしながら、当該製品に関するデータは、当該製
品の生産中止等のために、データベースから一切削除さ
れていた場合、当該文字列では合致するデータが得られ
ない。このため、当該文字列は対応用語指示機構10に
入力される。
For example, it is assumed that the user of the database search guidance apparatus has input a name or the like relating to a certain product to the search client 1 as a search condition character string. However, if the data relating to the product has been completely deleted from the database due to the suspension of the production of the product, matching data cannot be obtained with the character string. Therefore, the character string is input to the corresponding term indicating mechanism 10.

【0038】この対応用語指示機構10には、このよう
な事情に基づき、予め当該文字列の製品と当該文字列の
製品の代替品又は当該文字列の製品に対応する新製品と
が、文字列上対応づけられており、対応用語指示機構1
0に当該文字列が入力されると、この対応用語指示機構
10では、当該文字列の製品の代替品又は当該文字列の
製品に対応する新製品に関する名前等の文字列、つまり
関連文字列が抽出される。このように、対応用語指示機
構10から関連文字列が得られたデータベース検索機構
3は、当該関連文字列に基づき、再度データベースを検
索し、合致するデータの取得を試みる。
Based on such circumstances, the corresponding term indicating mechanism 10 preliminarily stores a product of the character string and a substitute product of the product of the character string or a new product corresponding to the product of the character string in the character string. Corresponding term indicating mechanism 1
When the character string is input to 0, the corresponding term indicating mechanism 10 generates a character string such as a name of a substitute for the product of the character string or a new product corresponding to the product of the character string, that is, a related character string. Is extracted. As described above, the database search mechanism 3 having obtained the related character string from the corresponding term indicating mechanism 10 searches the database again based on the related character string, and tries to obtain matching data.

【0039】このように、これら関連用語辞書参照機構
8、キーワード変換機構9、及び対応用語指示機構10
といった別解生成機構により、本データベース検索ガイ
ダンス装置の利用者は、自分が指定した検索条件では一
件のデータも得られなかった場合でも、当該検索条件に
類似した検索条件、つまり関連文字列に基づく検索によ
り、有効な回答を得やすくなる。
As described above, the related term dictionary reference mechanism 8, the keyword conversion mechanism 9, and the corresponding term designating mechanism 10
With this alternative solution generation mechanism, the user of the database search guidance apparatus can search for a search condition similar to the search condition, that is, a related character string, even if no data is obtained with the search condition specified by the user. Based searches make it easier to get valid answers.

【0040】また、本データベース検索ガイダンス装置
の利用者により入力された検索条件そのものでは合致せ
ず、データが得られない時でも、適当なガイダンスとな
る別解、つまり関連文字列に基づく検索処理が行われ、
当該装置の利用者は、次なる検索条件の入力や、より最
適な検索条件の入力が可能となり、更なるアクションが
取り易く、検索時間に要する時間ロスを抑えることがで
きる。
Further, even when the search condition itself input by the user of the database search guidance apparatus does not match and data cannot be obtained, another solution that provides appropriate guidance, that is, a search process based on a related character string is performed. Done,
The user of the apparatus can input a next search condition or a more optimal search condition, easily take further action, and suppress a time loss required for search time.

【0041】[0041]

【発明の効果】以上のように、この発明に係るデータベ
ース検索ガイダンス装置は、文字列が入力される入力部
と、入力部に入力された文字列に基づき、データベース
の検索を行う検索部と、文字列に基づくデータベースの
検索の結果、文字列に基づくデータがデータベースより
得られなかった場合、文字列が入力され、文字列に関連
する関連文字列を出力する変換部と、検索部は、変換部
から出力された関連文字列に基づき、データベースの検
索を行い、関連文字列に基づくデータベースの検索の結
果、関連文字列に基づくデータがデータベースより得ら
れると、データを出力する出力部とを有するものであ
り、本データベース検索ガイダンス装置の利用者が、自
分で指定した検索条件では一件のデータも合致しなかっ
た場合でも、当該検索条件に類似した検索条件、つまり
関連文字列に基づく検索により、有効な回答や、適当な
ガイダンスとなる別解を得やすくなり、検索時間に要す
る時間ロスを短縮し易くなる。
As described above, the database search guidance device according to the present invention comprises: an input unit for inputting a character string; a search unit for searching a database based on the character string input to the input unit; As a result of searching the database based on the character string, if data based on the character string is not obtained from the database, the conversion unit that inputs the character string and outputs a related character string related to the character string, An output unit for performing a database search based on the related character string output from the unit and outputting data when the data based on the related character string is obtained from the database as a result of the database search based on the related character string. Even if the user of this database search guidance device does not match any data with the search conditions specified by himself, Similar search condition to the condition, i.e. the search based on related character string, a valid response or, more likely to give a different solution to be suitable guidance, easily shorten the time loss required for the search time.

【0042】この発明に係るデータベース検索ガイダン
ス方法は、入力部に文字列が入力される入力ステップ
と、検索部で文字列に基づき、データベースの検索を行
う第一の検索ステップと、文字列に基づくデータベース
の検索の結果、文字列に基づくデータがデータベースよ
り得られなかった場合、変換部で文字列に関連する関連
文字列を出力する変換ステップと、検索部で関連文字列
に基づき、データベースの検索を行う第二の検索ステッ
プと、関連文字列に基づくデータベースの検索の結果、
関連文字列に基づくデータがデータベースより得られる
と、出力部でデータを出力する出力ステップとを有する
ものであり、データベース検索ガイダンス装置の利用者
が、自分で指定した検索条件では一件のデータも合致し
なかった場合でも、当該検索条件に類似した検索条件、
つまり関連文字列に基づく検索により、有効な回答や、
適当なガイダンスとなる別解を得やすくなり、検索時間
に要する時間を短縮し易くなる。
According to the database search guidance method of the present invention, an input step of inputting a character string to the input unit, a first search step of searching the database based on the character string by the search unit, and a method based on the character string A conversion unit that outputs a related character string related to the character string when the data based on the character string is not obtained from the database as a result of the database search; and a search unit that searches the database based on the related character string by the search unit. A second search step of performing a search of the database based on the related character string,
When the data based on the related character string is obtained from the database, the output unit outputs the data in the output unit. Even if they do not match, search conditions similar to the search conditions,
In other words, a search based on the related character string will provide a valid answer,
It is easy to obtain another solution that provides appropriate guidance, and it is easy to reduce the time required for search time.

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

【図1】 本発明の実施形態のデータベース検索ガイダ
ンス装置の構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a database search guidance device according to an embodiment of the present invention.

【図2】 本発明の実施形態のデータベース検索ガイダ
ンス装置の別解生成機構6の内部構成を示すブロック図
である。
FIG. 2 is a block diagram showing an internal configuration of an alternative solution generation mechanism 6 of the database search guidance device according to the embodiment of the present invention.

【図3】 本発明の実施形態によるデータベース検索ガ
イダンス装置の動作を示すフローチャートである。
FIG. 3 is a flowchart showing an operation of the database search guidance device according to the embodiment of the present invention.

【図4】 本発明の実施形態のデータベース検索ガイダ
ンス装置の別解生成機構6の動作を示すフローチャート
である。
FIG. 4 is a flowchart showing an operation of the alternative solution generation mechanism 6 of the database search guidance device according to the embodiment of the present invention.

【図5】 従来のデータベース検索システムの構成を示
すブロック図である。
FIG. 5 is a block diagram showing a configuration of a conventional database search system.

【図6】 従来のデータベース検索システムの動作を示
すフローチャートである。
FIG. 6 is a flowchart showing the operation of a conventional database search system.

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

1 検索用クライアント、2 検索条件受付機構、3
データベース検索機構、4 画面表示機構、5 データ
保持機構、6 別解生成機構、7 別解選択機構、8
関連用語辞書参照機構、9 キーワード変換機構、10
対応用語指示機構。
1 search client, 2 search condition receiving mechanism, 3
Database search mechanism, 4 screen display mechanism, 5 data holding mechanism, 6 alternative solution generation mechanism, 7 alternative solution selection mechanism, 8
Related term dictionary reference mechanism, 9 Keyword conversion mechanism, 10
Corresponding term indicating mechanism.

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 文字列が入力される入力部と、 上記入力部に入力された上記文字列に基づき、データベ
ースの検索を行う検索部と、 上記文字列に基づく上記データベースの検索の結果、上
記文字列に基づくデータが上記データベースより得られ
なかった場合、上記文字列が入力され、上記文字列に関
連する関連文字列を出力する変換部と、 上記検索部は、上記変換部から出力された上記関連文字
列に基づき、上記データベースの検索を行い、 上記関連文字列に基づく上記データベースの検索の結
果、上記関連文字列に基づくデータが上記データベース
より得られると、上記データを出力する出力部とを有す
ることを特徴とするデータベース検索ガイダンス装置。
An input unit for inputting a character string; a search unit for searching a database based on the character string input to the input unit; and a search result of the database based on the character string; When data based on a character string is not obtained from the database, the character string is input, and a conversion unit that outputs a related character string related to the character string, and the search unit is output from the conversion unit. An output unit that performs a search of the database based on the related character string, and that outputs the data when the data based on the related character string is obtained from the database as a result of searching the database based on the related character string. A database search guidance device, comprising:
【請求項2】 変換部は、複数の文字列が互いに関連付
けられ記録された関連用語辞書を有し、ある文字列が入
力されると、上記関連用語辞書に関連付けられた異なる
文字列を関連文字列として出力することを特徴とする請
求項1に記載のデータベース検索ガイダンス装置。
2. A conversion unit having a related term dictionary in which a plurality of character strings are associated with each other and recorded, and when a certain character string is input, a different character string associated with the related term dictionary is converted into a related character string. The database search guidance apparatus according to claim 1, wherein the data is output as a column.
【請求項3】 変換部は、予めキーワード変換ルールが
設定され、入力された文字列から、上記キーワード変換
ルールに基づく関連文字列を生成し出力することを特徴
とする請求項1に記載のデータベース検索ガイダンス装
置。
3. The database according to claim 1, wherein a keyword conversion rule is set in advance, and the conversion unit generates and outputs a related character string based on the keyword conversion rule from the input character string. Search guidance device.
【請求項4】 変換部は、特定の文字列が入力される
と、上記特定の文字列に対応づけられた異なる文字列を
関連文字列としてデータベースから出力することを特徴
とする請求項1に記載のデータベース検索ガイダンス装
置。
4. The apparatus according to claim 1, wherein, when a specific character string is input, the conversion unit outputs a different character string associated with the specific character string as a related character string from a database. The described database search guidance device.
【請求項5】 入力部に文字列が入力される入力ステッ
プと、 検索部で上記文字列に基づき、データベースの検索を行
う第一の検索ステップと、 上記文字列に基づく上記データベースの検索の結果、上
記文字列に基づくデータが上記データベースより得られ
なかった場合、変換部で上記文字列に関連する関連文字
列を出力する変換ステップと、 上記検索部で上記関連文字列に基づき、上記データベー
スの検索を行う第二の検索ステップと、 上記関連文字列に基づく上記データベースの検索の結
果、上記関連文字列に基づくデータが上記データベース
より得られると、出力部で上記データを出力する出力ス
テップとを有することを特徴とするデータベース検索ガ
イダンス方法。
5. An input step of inputting a character string to an input unit, a first search step of searching a database based on the character string by a search unit, and a result of searching the database based on the character string A conversion step of outputting a related character string related to the character string in a conversion unit when data based on the character string is not obtained from the database; and a conversion unit of the database based on the related character string in the search unit. A second search step of performing a search, and an output step of outputting the data at an output unit when data based on the related character string is obtained from the database as a result of searching the database based on the related character string. A database search guidance method characterized by having.
【請求項6】 変換ステップでは、変換部が有する複数
の文字列が互いに関連付けられ記録された関連用語辞書
を用い、ある文字列の入力に基づき、上記関連用語辞書
に関連付けられ記録された関連文字列を出力することを
特徴とする請求項5に記載のデータベース検索ガイダン
ス方法。
6. In the conversion step, a plurality of character strings included in the conversion unit are associated with each other and recorded, and based on an input of a certain character string, the related characters recorded in association with the relevant term dictionary are recorded. 6. The database search guidance method according to claim 5, wherein a column is output.
【請求項7】 変換ステップでは、変換部に予め設定さ
れたキーワード変換ルールに基づき、入力された文字列
から関連文字列を生成し出力することを特徴とする請求
項5に記載のデータベース検索ガイダンス方法。
7. The database search guidance according to claim 5, wherein, in the conversion step, a related character string is generated and output from the input character string based on a keyword conversion rule preset in the conversion unit. Method.
【請求項8】 変換ステップでは、入力された特定の文
字列に対応づけられた関連文字列をデータベースから出
力することを特徴とする請求項5に記載のデータベース
検索ガイダンス方法。
8. The database search guidance method according to claim 5, wherein in the conversion step, a related character string associated with the input specific character string is output from the database.
JP11213715A 1999-07-28 1999-07-28 Device and method for data base retrieval guidance Pending JP2001043229A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11213715A JP2001043229A (en) 1999-07-28 1999-07-28 Device and method for data base retrieval guidance

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11213715A JP2001043229A (en) 1999-07-28 1999-07-28 Device and method for data base retrieval guidance

Publications (1)

Publication Number Publication Date
JP2001043229A true JP2001043229A (en) 2001-02-16

Family

ID=16643802

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11213715A Pending JP2001043229A (en) 1999-07-28 1999-07-28 Device and method for data base retrieval guidance

Country Status (1)

Country Link
JP (1) JP2001043229A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006040040A (en) * 2004-07-28 2006-02-09 Ntt Communications Kk Device, method, and program for video retrieval
JP2008541265A (en) * 2005-05-11 2008-11-20 ダブリュー.ダブリュー. グレインジャー インコーポレイテッド System and method for providing a response to a search query
JP2015179310A (en) * 2014-03-18 2015-10-08 富士通株式会社 Formal name candidate output method, formal name candidate output program, and formal name candidate output system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006040040A (en) * 2004-07-28 2006-02-09 Ntt Communications Kk Device, method, and program for video retrieval
JP2008541265A (en) * 2005-05-11 2008-11-20 ダブリュー.ダブリュー. グレインジャー インコーポレイテッド System and method for providing a response to a search query
US8364661B2 (en) 2005-05-11 2013-01-29 W.W. Grainger, Inc. System and method for providing a response to a search query
JP2015179310A (en) * 2014-03-18 2015-10-08 富士通株式会社 Formal name candidate output method, formal name candidate output program, and formal name candidate output system

Similar Documents

Publication Publication Date Title
US7467085B2 (en) Method and apparatus for language translation using registered databases
CA2376672A1 (en) Natural language interface for searching database
EP1185943A1 (en) System and method for enhancing online support services using natural language interface for searching database
JP2004326216A (en) Document search system, method and program, and recording medium
JP6180470B2 (en) Sentence candidate presentation terminal, sentence candidate presentation system, sentence candidate presentation method, and program
JP2010250450A (en) Database message analysis support program, method and device
JP2020013514A (en) Retrieval device, retrieval method and retrieval program
CN109326284A (en) The method, apparatus and storage medium of phonetic search
US11947608B2 (en) Search term recommendation method and system based on multi-branch tree
JPH10283403A (en) Information processor and storage medium
JP4754849B2 (en) Document search device, document search method, and document search program
JP2001043229A (en) Device and method for data base retrieval guidance
CN116361416A (en) Speech retrieval method, system and medium based on semantic analysis and high-dimensional modeling
JP6787755B2 (en) Document search device
JP5182767B2 (en) Trademark server device and trademark extraction method
JPH0619756A (en) Edi format conversion method
CN113792129B (en) Intelligent session method, device, computer equipment and medium
JP7022789B2 (en) Document search device, document search method and computer program
JPH07129446A (en) Data base access method
JP2005222244A (en) Word retrieval device, word retrieval method, and information providing system equipped with word retrieval device
JPH05233696A (en) Method for retrieving data base
JP4519521B2 (en) Trademark server device and trademark extraction method
JP2024041246A (en) Processing system, processing method, and program
JPS62282364A (en) Character string retrieval system
JP3332646B2 (en) Kana-kanji conversion device and method