JPH0793362A - Data base retrieval system - Google Patents

Data base retrieval system

Info

Publication number
JPH0793362A
JPH0793362A JP5238481A JP23848193A JPH0793362A JP H0793362 A JPH0793362 A JP H0793362A JP 5238481 A JP5238481 A JP 5238481A JP 23848193 A JP23848193 A JP 23848193A JP H0793362 A JPH0793362 A JP H0793362A
Authority
JP
Japan
Prior art keywords
history
database
correspondence table
word
search system
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
JP5238481A
Other languages
Japanese (ja)
Inventor
Ikuko Takanashi
郁子 高梨
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 JP5238481A priority Critical patent/JPH0793362A/en
Publication of JPH0793362A publication Critical patent/JPH0793362A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To perform retrieval that a user intends by stating information on a vague word and asking a user back when which data base item the word in a retrieval sentence corresponds to is uncertain, and storing, reflecting, and deleting contents that the user selects as a history. CONSTITUTION:A correspondence table selecting means 27 narrows down a table, group by group, according to information on a syntax analysis result, but when all vagueness is not narrowed down, an asking-back device 29 states the information on the vague word to make the user make a choice. A history storage device 30 stores the asking-back result as a history and if similar vagueness appears next, a history reflecting device 28 employs it. Further, a history deleting device can deletes the history as the user intends before retrieval.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明は、情報検索方式に関す
るものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information retrieval system.

【0002】[0002]

【従来の技術】図19は例えば次の文献(高梨:対応表
使用データベース検索装置、特開平4−348470)
における自然言語による表形式のデータベースに対する
情報検索方式である。図において16は検索文の例、1
7は検索文が入力される入力装置、18は入力文を受け
て処理を行なう対話制御装置、21は用語辞書等を含む
用語情報、19は用語情報21を参照しながら入力文を
単語に分ける形態素解析装置、22は文法表、20は入
力装置17より入力される検索文を用語情報21と文法
表22を用いて構文解析結果23に変換する構文解析装
置である。200は用語情報21と構文解析結果23か
ら対応表24に対応付ける照合部、26は入力文の助詞
や対応する表によって入力文中の単語を分類するグルー
プ分け手段、27は表の組合せが複数ある場合にグルー
プごとに対応表の絞り込みを行なう対応表選択手段であ
る。50は照合部の結果から、データベース検索式を生
成するデータベース検索式生成部、51はデータベース
検索式によってデータベース検索を実行する検索装置、
52は検索対象となるデータベースである。
2. Description of the Related Art FIG. 19 shows, for example, the following document (Takashi: Database for using correspondence table, Japanese Patent Laid-Open No. 4-348470).
Is an information retrieval method for a tabular database in natural language. In the figure, 16 is an example of a search sentence, 1
Reference numeral 7 is an input device for inputting a search sentence, 18 is an interactive control device for receiving and processing an input sentence, 21 is term information including a term dictionary, and 19 is an input sentence divided into words with reference to the term information 21. A morphological analysis device, 22 is a grammar table, and 20 is a syntactic analysis device that converts a search sentence input from the input device 17 into a syntactic analysis result 23 using the term information 21 and the grammar table 22. Reference numeral 200 is a collating unit that correlates the term information 21 and the syntactic analysis result 23 with the correspondence table 24. 26 is a grouping unit that classifies words in the input sentence by particles of the input sentence or the corresponding table. 27 is a case where there are a plurality of combinations of tables. Is a correspondence table selecting means for narrowing down the correspondence table for each group. 50 is a database search formula generation unit that generates a database search formula from the result of the collation unit; 51 is a search device that executes a database search using the database search formula;
Reference numeral 52 is a database to be searched.

【0003】次に動作について説明する。検索文16が
入力装置17より入力されると、構文解析装置20にお
いて、用語情報21と文法表22により構文解析結果2
3が得られる。用語情報21は、それぞれの単語の、品
詞、意味等の定義以外に、各単語が対応する対応表とそ
の項目の情報が定義されており、1つの単語について複
数の項目を定義することが可能である。次に照合部20
0のグループ分け手段26において、対応表を選択する
前に構文木の情報によって各文節をグループに分け、比
較や時間の「からまで」などの表現に対応させる。1つ
の単語に複数の項目が対応しており曖昧さが存在する場
合には、対応表選択手段27で動詞対応か構文中の単語
を表中に多く含む対応表を優先的に選択する。
Next, the operation will be described. When the search sentence 16 is input from the input device 17, the syntactic analysis device 20 uses the term information 21 and the grammar table 22 to obtain the syntactic analysis result 2
3 is obtained. In the term information 21, in addition to the definition of the part of speech, meaning, etc. of each word, the correspondence table corresponding to each word and the information of that item are defined, and a plurality of items can be defined for one word. Is. Next, the collating unit 20
Before selecting the correspondence table, the grouping means 26 of 0 divides each clause into groups according to the information of the syntax tree, and makes them correspond to expressions such as "from to" of comparison and time. When a plurality of items correspond to one word and there is ambiguity, the correspondence table selection means 27 preferentially selects a correspondence table containing a large number of words in the verb correspondence or syntax in the table.

【0004】[0004]

【発明が解決しようとする課題】従来の装置は以上のよ
うに構成されているので、対応表選択手段27では動詞
が存在する場合は動詞対応の表を優先選択し、1つの単
語で複数の表の項目に対応する場合は、構文中の単語を
表中に多く含む対応表を優先的に選択することによって
対応表の決定を行なっていた。そのため表中に含む単語
の数が同じ場合や、固有名詞のように同じ表に対する曖
昧さを持つ場合には、対応表を決定できないという問題
があった。
Since the conventional apparatus is configured as described above, the correspondence table selecting means 27 preferentially selects a verb correspondence table when a verb exists, and a plurality of words can be selected by one word. When it corresponds to the items of the table, the correspondence table is determined by preferentially selecting the correspondence table containing many words in the syntax in the table. Therefore, there is a problem that the correspondence table cannot be determined when the number of words included in the table is the same or when the same table has ambiguity such as proper nouns.

【0005】本発明は、上記のような問題点を解消する
ためになされたもので、対応表の選択において曖昧さが
あり対応表を決定できない場合には、曖昧な単語の用語
情報の一部を表示し、ユーザに問い返し、ユーザの選択
した内容によって対応表を決定し、検索を行なう。ま
た、ユーザの選択した内容を履歴データとして格納し、
一度格納した履歴もユーザによって削除でき、または履
歴を識別子ごとに管理することによって、ユーザの意図
にあった検索を行なえることを目的としている。
The present invention has been made to solve the above problems, and when the correspondence table cannot be determined due to ambiguity in the selection of the correspondence table, a part of the term information of the ambiguous word is used. Is displayed and the user is queried, the correspondence table is determined according to the contents selected by the user, and the search is performed. Also, the contents selected by the user are stored as history data,
The purpose is to allow the user to delete the history once stored, or to manage the history for each identifier so that the search can be performed according to the user's intention.

【0006】[0006]

【課題を解決するための手段】第1の発明に係るデータ
ベース検索システムは、自然言語を入力する入力手段
と、複数のデータベース項目を有しデータを記憶する表
形式のデータベースと、自然言語をもとにデータベース
検索式を生成するための対応表を記憶する対応表記憶手
段と、単語を対応表に対応させる情報を含む用語情報を
記憶する用語情報記憶手段と、入力された自然言語を解
析して構文解析結果を出力する構文解析部と、構文解析
結果から用語情報を使って対応表を決定する照合部と、
照合部の結果から、上記対応表を用いてデータベース検
索式を生成するデータベース検索式生成部と、上記デー
タベース検索式によりデータベース検索を実行するデー
タベース検索装置を備えたデータベース検索システムに
おいて、上記照合部が上記用語情報を用いて対応表の選
択をする場合に、単語が複数の対応表に対応していてデ
ータベース項目が特定できない曖昧語である場合、その
曖昧語に対する用語情報の内容を提示して選択させる問
い返し装置を備えたことを特徴とする。
A database search system according to a first aspect of the present invention includes an input means for inputting a natural language, a tabular database having a plurality of database items for storing data, and a natural language. And a correspondence table storage means for storing a correspondence table for generating a database search expression, a term information storage means for storing term information including information for associating words with the correspondence table, and analyzing the input natural language. And a parsing unit that outputs the parsing result, and a collating unit that determines the correspondence table using the term information from the parsing result,
From the result of the collation unit, in the database retrieval system including a database retrieval formula generation unit that generates a database retrieval formula using the correspondence table, and a database retrieval device that performs a database retrieval by the database retrieval formula, the collation unit is When selecting a correspondence table using the above term information, if the word is an ambiguous word that corresponds to multiple correspondence tables and the database item cannot be specified, the content of the term information for that ambiguous word is presented and selected. It is characterized in that it is provided with a question and answer device.

【0007】第2の発明に係るデータベース検索システ
ムにおける用語情報は、単語を対応表に対応させるため
の情報をいくつかの段階に項目別に分けて持ち、問い返
し装置は曖昧語が発生した場合、上記用語情報の中か
ら、曖昧さを絞り込むために必要なデータを段階ごとに
順にユーザに提示し、それをもとにユーザが決定するこ
とを特徴とする。
The term information in the database search system according to the second invention has information for associating a word with a correspondence table divided into several stages according to items, and the inquiry device, when an ambiguous word occurs, It is characterized in that the data necessary for narrowing the ambiguity is presented to the user step by step from the term information, and the user decides based on the data.

【0008】第3の発明に係るデータベース検索システ
ムは、1つの単語が対応するデータベース項目が複数あ
って曖昧な場合に、曖昧な単語の用語情報の一部を提示
することによってユーザに問い返す問い返し装置と、そ
の問い返しの選択結果を履歴として格納する履歴格納装
置と、再度曖昧さが発生した場合に格納された履歴を自
動的に反映し曖昧さを解消することができる履歴反映装
置を有することを特徴とする。
A database retrieval system according to a third aspect of the present invention is, when a plurality of database items corresponding to one word are ambiguous, presenting a part of the term information of the ambiguous word to the user for asking the question and answering device. And a history storage device for storing the selection result of the inquiry as a history, and a history reflection device capable of automatically reflecting the stored history when the ambiguity occurs again to eliminate the ambiguity. Characterize.

【0009】第4の発明に係るデータベース検索システ
ムは、1つの単語が対応するデータベース項目が複数あ
って曖昧な場合に、曖昧な単語の用語情報の一部を提示
することによってユーザに問い返す問い返し装置と、そ
の問い返しの選択結果を履歴として格納し、再度曖昧さ
が発生した場合に格納された履歴を自動的に反映し曖昧
さを解消することができる履歴反映装置と、ユーザの意
図によって履歴を削除できる履歴削除装置を有すること
を特徴とする。
A database retrieval system according to a fourth aspect of the present invention is, when a plurality of database items corresponding to one word are ambiguous, presenting a part of term information of the ambiguous word to the user for asking a question and answering device. And a history reflection device that can store the selection result of the question and answer as a history and automatically resolve the ambiguity when the ambiguity occurs again, and the history according to the user's intention. It is characterized by having a history deleting device that can delete.

【0010】第5の発明に係るデータベース検索システ
ムにおける履歴反映装置は、履歴格納装置に格納された
履歴の中で、曖昧語が同じものの中から最新の履歴を調
べ適合すれば採用し、その曖昧語に対応するデータベー
ス項目を特定することを特徴とする。
The history reflection device in the database search system according to the fifth aspect of the present invention is adopted if the latest history is found out from among the histories stored in the history storage device that have the same ambiguous word, and the word is ambiguous. It is characterized by specifying a database item corresponding to a word.

【0011】第6の発明に係るデータベース検索システ
ムにおける履歴反映装置は、履歴格納装置に格納された
履歴を新しいものから調べていき、曖昧語が同じものの
中から適合するものを採用するが、採用できなければ次
に新しい履歴を調べる。このようにして履歴を用いて曖
昧語に対応するデータベース項目を特定することを特徴
とする。
The history reflection device in the database retrieval system according to the sixth aspect of the present invention examines the history stored in the history storage device from the newest one, and adopts the one having the same ambiguous word, which is adopted. If not, next check the new history. In this way, the feature is that the database item corresponding to the ambiguous word is specified using the history.

【0012】第7の発明に係るデータベース検索システ
ムにおける履歴削除装置は、履歴格納装置に格納された
履歴をすべて、または選択的に削除することを特徴とす
る。
A history deleting device in a database search system according to a seventh aspect of the present invention is characterized in that all or all of the histories stored in the history storing device are deleted.

【0013】第8の発明に係るデータベース検索システ
ムは、履歴格納装置、履歴反映装置、において、履歴情
報に識別子をつけ、その識別子ごとに履歴を格納・活用
することを特徴とする。
A database search system according to an eighth aspect of the present invention is characterized in that, in a history storage device and a history reflection device, an identifier is attached to history information, and a history is stored / used for each identifier.

【0014】第9の発明に係るデータベース検索システ
ムは、さらに、上記識別子を用いて履歴格納装置に格納
された履歴を削除する履歴削除装置を備えたことを特徴
とする。
A database search system according to a ninth aspect of the present invention further comprises a history deletion device for deleting the history stored in the history storage device by using the above identifier.

【0015】[0015]

【作用】第1の発明および、第2の発明におけるデータ
ベース検索システムは、問い返し装置以前の処理で曖昧
さが解消されなかった単語について、単語についての用
語情報をいくつかの段階に項目別にグループ分けして持
ち、これらを項目ごとに曖昧さを絞り込むための有効な
情報を選択肢として順に提示し、ユーザに問い返し、曖
昧な言葉をユーザの意図によって決定する。
In the database search system according to the first and second aspects of the present invention, the term information about the word is grouped into several stages according to items for the word whose ambiguity has not been resolved by the processing before the inquiry device. Then, effective information for narrowing down the ambiguity for each item is sequentially presented as options, and the user is queried back to determine the ambiguous word according to the intention of the user.

【0016】第3の発明におけるデータベース検索シス
テムは、履歴格納装置によって、問い返した結果つまり
曖昧語と選択された情報を履歴として格納する。また再
度曖昧さが生じた場合は、履歴反映装置によって同じ曖
昧語の履歴が格納されていれば、その履歴データを曖昧
な単語の決定に反映する。
In the database search system according to the third aspect of the present invention, the history storage device stores the result of the inquiry, that is, the ambiguous word and the selected information as a history. When ambiguity occurs again, if the history of the same ambiguous word is stored by the history reflecting device, the history data is reflected in the determination of the ambiguous word.

【0017】第4の発明におけるデータベース検索シス
テムは、履歴削除装置において、ユーザが反映したくな
い履歴を削除することができる。
In the database retrieval system according to the fourth aspect of the present invention, the history deleting device can delete the history that the user does not want to reflect.

【0018】第5の発明におけるデータベース検索シス
テムは、履歴反映時に履歴は最新のものから順に検索で
きるようにし、最新の履歴だけを採用したい場合、最新
の履歴の中で採用可能なものを自動的に反映し、曖昧さ
を解消する。
The database search system according to the fifth aspect of the present invention enables the history to be searched in order from the latest when the history is reflected, and when only the latest history is to be adopted, the latest available history is automatically selected. To resolve the ambiguity.

【0019】第6の発明におけるデータベース検索シス
テムは、履歴反映時に履歴は最新のものから順に検索が
できるようにし、最新の履歴から順に適応する履歴を調
べ、最新のものとは限らず採用可能なものがあれば自動
的に反映し、曖昧さを解消する。
The database search system according to the sixth aspect of the present invention enables the history to be searched in order from the latest when the history is reflected, and the history to be adapted is checked in order from the latest history. If there is something, it will be reflected automatically and the ambiguity will be resolved.

【0020】第7の発明におけるデータベース検索シス
テムは、履歴削除装置によって格納された履歴をユーザ
の意図によってすべて削除して初期化することができ
る。または格納された履歴を画面に表示し、ユーザが格
納された履歴を見て削除したい履歴を選択することがで
きる。
The database search system according to the seventh aspect of the present invention can delete and initialize all the history stored by the history deleting device according to the intention of the user. Alternatively, the stored history can be displayed on the screen, and the user can view the stored history and select the history to be deleted.

【0021】第8の発明におけるデータベース検索シス
テムは、問い返しの履歴を格納する際に識別子をつける
ことによって、識別子ごとの履歴を持つことができ、履
歴を反映する際にも識別子ごとの履歴内容を用いること
ができる。
The database search system according to the eighth aspect of the present invention can have a history for each identifier by adding an identifier when storing the history of inquiry, and the history contents for each identifier can also be reflected when reflecting the history. Can be used.

【0022】第9の発明におけるデータベース検索シス
テムは、問い返しの履歴を格納する際に識別子をつける
ことによって、履歴を削除する場合に同じ識別子のつい
た履歴だけを削除することができる。
In the database retrieval system according to the ninth aspect of the present invention, by adding an identifier when storing the history of inquiry, it is possible to delete only the history having the same identifier when deleting the history.

【0023】[0023]

【実施例】以下、本発明における実施例を図を用いて説
明する。なお、従来例とほぼ同様の要素には同じ符号を
つけ、説明を省略する。
Embodiments of the present invention will be described below with reference to the drawings. It should be noted that substantially the same elements as those in the conventional example are denoted by the same reference numerals, and description thereof will be omitted.

【0024】実施例1.図1は、この実施例に係わる問
い返し装置を表す図である。日本語問い返し装置は、従
来とほぼ同様の16、17、18、19、20、21、
22、24、50、51、52を持つ。照合部25で
は、従来とほぼ同様の26、27を持ち、その後に、曖
昧語がある場合にユーザに問い返す問い返し装置29を
有する。
Example 1. FIG. 1 is a diagram showing an inquiry device according to this embodiment. The Japanese interrogation device is similar to the conventional ones: 16, 17, 18, 19, 20, 21,
Has 22, 24, 50, 51, 52. The collating unit 25 has 26 and 27, which are almost the same as those of the conventional one, and then has an inquiry returning device 29 for asking the user when there is an ambiguous word.

【0025】次に動作について説明する。Next, the operation will be described.

【0026】図1における検索文「鈴木の売上は」の
「鈴木」は、図3のような複数の用語情報を持っている
ので曖昧であり、27の対応表選択手段によっても絞り
込みが不可能である。この”曖昧さ”は「鈴木」という
ような固有名詞である場合に「鈴木」が商品名「鈴木く
ん」を表したり、出荷先「鈴木商会」を表したり多くの
使い方があるために生じる。また例えば、検索文が「先
月の売上は」という場合、この売上に対応するデータ累
積表上に売上データを持ち、また実績表上に売上データ
を持ち、この場合どちらの表からデータを検索するの
か、対応表選択手段27では対応表を決定できない。こ
のようにデータの持ち方が重複している場合に曖昧さが
生じる。
"Suzuki" in the search sentence "Suzuki's sales" in FIG. 1 is ambiguous because it has a plurality of term information as shown in FIG. 3, and narrowing down is not possible even by the correspondence table selecting means 27. Is. This "ambiguity" occurs because "Suzuki" represents the product name "Suzuki-kun" when it is a proper noun such as "Suzuki", or represents the shipping destination "Suzuki Shokai", and has many uses. Further, for example, if the search sentence is “Sales in the last month”, the sales data is stored in the data accumulation table corresponding to this sales, and the sales data is stored in the actual results table. In this case, the data is retrieved from which table. The correspondence table selecting means 27 cannot determine the correspondence table. In this way, ambiguity occurs when data is held in duplicate.

【0027】このような場合に問い返し装置29では、
対応表選択手段27によって絞り込みが不可能であった
用語情報の中のおおまかな分類項目順に、この場合は、
表ID、代表語、コードごとに調べ、1つでも違うもの
があればそれを候補語としてユーザに提示し選択させ、
対応表を決定している。
In such a case, the inquiry returning device 29
In the rough classification item order in the term information that could not be narrowed down by the correspondence table selection means 27, in this case,
Check each table ID, representative word, and code, and if there is any difference, present it to the user as a candidate word and let it be selected,
The correspondence table has been decided.

【0028】図2は、問い返し装置29での手順を示す
フローチャートであり、これを用いて説明する。曖昧さ
が生じる(s1)。ここで対応表選択手段27によって
絞り込みが不可能であった用語情報のデータが、図3の
ようであったとする。一番大まかな分類項目である表I
Dのデータをすべて比較する(s2)。この例の場合は
表IDのデータに違いがあるので、「商品」「出荷先」
「得意先」「担当者」が候補語となり、図4(a)のよ
うにユーザに示し(s3)、番号を選択してもらう(s
4)。ユーザの選択により、対応表が決定できるかどう
かチェックする(s5)。決定できれば、対応表を決定
して(s15)、この処理を終る(s16)。例えば、
ユーザが3を選択したら、「得意先である『鈴木商店』
の売上」と決まり対応表が決定してこの処理は終る。
FIG. 2 is a flow chart showing the procedure in the inquiry device 29, which will be described below. Ambiguity occurs (s1). Here, it is assumed that the term information data that cannot be narrowed down by the correspondence table selection means 27 is as shown in FIG. Table I, which is the most rough classification item
All the data of D are compared (s2). In this example, there is a difference in the data of the table ID, so "Product""Shipto"
"Customer" and "person in charge" are candidate words, and shown to the user as shown in FIG. 4 (a) (s3) and asked to select a number (s).
4). It is checked whether the correspondence table can be determined by the user's selection (s5). If it can be determined, the correspondence table is determined (s15), and this process is terminated (s16). For example,
If the user selects 3, the customer "Suzuki Shoten"
And the correspondence table is determined, and this processing ends.

【0029】また、ユーザが4を選んだ場合、「鈴木」
は「担当者の『鈴木』」であることが決まるが、この
「担当者の『鈴木』」にはコードが2つあり、まだ曖昧
さを含んでいる。このような場合には、s7において、
次の項目である代表語の中で違うものがあるか調べる。
もし、あれば、それをユーザに表示し(s8)、ユーザ
が選択し(s9)、対応表が決められるかどうか判断し
(s10)、もし決まれば対応表を決定して(s1
5)、この処理を終る(s16)。この場合は図3に示
すように、担当者の代表語はどちらも「鈴木」であり違
いはない。そこで、次にs12においてコードの中で違
うものを探す。この例の場合は、6A1と6A2と2つ
あるので、そのコードを図4(b)のようにユーザに表
示し(s13)、ユーザにコード選択してもらう(s1
4)。このようにして、曖昧さがなくなるまで絞り込
み、対応表を決定し(s15)、処理を終る(s1
6)。
If the user selects 4, "Suzuki"
Is determined to be "the person in charge" Suzuki "", but this "person in charge" Suzuki "" has two codes and still contains ambiguity. In such a case, in s7,
Check to see if there is a difference in the representative word that is the next item.
If there is, it is displayed to the user (s8), the user selects (s9), it is judged whether the correspondence table can be decided (s10), and if so, the correspondence table is decided (s1).
5) Then, this process ends (s16). In this case, as shown in FIG. 3, the representative word of the person in charge is “Suzuki” and there is no difference. Therefore, next, in s12, a different code is searched for. In the case of this example, since there are two 6A1 and 6A2, the code is displayed to the user as shown in FIG. 4B (s13), and the user is asked to select the code (s1.
4). In this way, the correspondence table is narrowed down until there is no ambiguity, the correspondence table is determined (s15), and the processing ends (s1).
6).

【0030】このように、この実施例では、1つの単語
が複数のデータベース項目に対応していて曖昧な場合
に、対応表選択手段27によって絞り込みが不可能であ
った用語情報の内容を「表ID」、「代表語」、「コー
ド」とより包括的な分類項目から順に調べ、必要なデー
タを選択肢として提示することによってユーザに問い返
す問い返し装置について説明した。
As described above, in this embodiment, when one word corresponds to a plurality of database items and is ambiguous, the contents of the term information that cannot be narrowed down by the correspondence table selecting means 27 are "table". The inquiring device has been described that sequentially inquires from more comprehensive classification items such as “ID”, “representative word”, and “code” and presents necessary data as options to return an inquiry to the user.

【0031】実施例2.図5は、この発明に係る問い返
し装置を表す図である。上記実施例1の装置に加えて、
履歴を反映する履歴反映装置28、問い返しの結果を格
納する履歴格納装置30を有する。
Example 2. FIG. 5 is a diagram showing a question and answer device according to the present invention. In addition to the device of Example 1 above,
It has a history reflection device 28 for reflecting the history and a history storage device 30 for storing the result of inquiry.

【0032】次に動作について説明する。上記実施例1
のように問い返しを行なった後、履歴格納装置で、図6
のように曖昧語とユーザが選択した選択語を組にして履
歴として格納する。問い返しを行なう度に曖昧語と選択
語を組にして順に格納する。そして次に曖昧語が発生し
たとき、問い返し装置29で問い返しを行なう前に、履
歴反映装置28において、同じ曖昧語が選択履歴に存在
するかどうかを調べ、履歴反映の判断を行なう。同じ曖
昧語が履歴に存在し、その選択語を採用することが可能
であれば、問い返しはせず、その履歴データを曖昧語の
絞り込みに用いる。この履歴の格納と反映によって、同
じ問い返しを何度も繰り返さず、ユーザが一度選択した
結果を曖昧さ絞り込みに有効に用いることができる。
Next, the operation will be described. Example 1 above
After asking the question as shown in FIG.
The ambiguous word and the selected word selected by the user are paired and stored as a history. Each time a question is asked, the ambiguous word and the selected word are paired and stored in order. Then, when an ambiguous word occurs next, before the inquiry returning device 29 performs the inquiry, the history reflecting device 28 checks whether or not the same ambiguous word exists in the selection history, and determines whether or not the history is reflected. If the same ambiguous word exists in the history and the selected word can be adopted, the question data is not asked and the history data is used for narrowing down the ambiguous word. By storing and reflecting the history, it is possible to effectively use the result once selected by the user for narrowing the ambiguity, without repeating the same inquiry repeatedly.

【0033】図7は、履歴の中で同じ曖昧語の中から最
新の選択結果のみを適応する場合の処理の流れを表す図
であり、図について説明する。まず曖昧さが発生する
(s20)。履歴データを検索する。履歴は最新のもの
から順に検索できるように格納している(s21)。次
に検索データがあるかどうか調べ(s22)、もし検索
データがなければ、ユーザに問い返す(s27)。そし
て、対応表を決定し(s25)、処理を終る(s2
6)。もしあれば次に、曖昧語と同じ履歴データかどう
か調べる(s23)。曖昧語同じではない場合は、再び
s21へ戻り履歴データを検索する。曖昧語と同じであ
る場合、その履歴の選択語が対応表選択手段27で絞り
込まれた用語情報の中にあるかどうか調べる(s2
4)。なければ、問い返し装置29でユーザに問い返す
(s27)。この処理については、上記実施例1で述べ
た通りである。これにより、対応表が決定でき、この処
理は終る(s25、s26)。履歴の選択語を採用可能
な場合ユーザに問い返すことなく、対応表を決定でき
(s25)処理を終る(s26)。
FIG. 7 is a diagram showing the flow of processing when only the latest selection result from the same ambiguous word in the history is applied, and the diagram will be described. First, ambiguity occurs (s20). Search history data. The history is stored so that the latest history can be searched in order (s21). Next, it is checked whether there is search data (s22), and if there is no search data, the user is queried (s27). Then, the correspondence table is determined (s25), and the process ends (s2
6). If there is, next, it is checked whether the history data is the same as the ambiguous word (s23). If the ambiguous words are not the same, the process returns to s21 and the history data is searched. If it is the same as the ambiguous word, it is checked whether the selected word of the history is in the term information narrowed down by the correspondence table selecting means 27 (s2).
4). If not, the inquiry is returned to the user by the inquiry returning device 29 (s27). This processing is as described in the first embodiment. Thereby, the correspondence table can be determined, and this processing ends (s25, s26). When the selected word in the history can be adopted, the correspondence table can be determined without asking the user back (s25), and the process ends (s26).

【0034】例えば、履歴が図8のように格納されてい
るとき、再度図3の曖昧さが生じたとする。履歴を最新
から比較すると、最初の履歴1201『チョコ|1101』
は曖昧語が違う。次に新しい履歴1202は、『鈴木|
得意先』であり、曖昧語が一致、選択語も図3の用語情
報のデータの中に含まれているため、この履歴1202
が採用され、ユーザに問い返すことなく、「得意先であ
る『鈴木』の売上」となり、対応表を決定できる。
For example, it is assumed that the ambiguity in FIG. 3 occurs again when the history is stored as shown in FIG. Comparing the history from the latest, the first history 1201 "Choco | 1101"
Is an ambiguous word. Next, the new history 1202 is "Suzuki |
“Customer”, the ambiguous words match, and the selected word is also included in the data of the term information in FIG.
Is adopted, it becomes “sales of“ Suzuki ”who is a customer” without asking the user, and the correspondence table can be determined.

【0035】このようにこの実施例は、格納された履歴
の中で適応することが可能な最新の履歴だけを調べる場
合である。
Thus, this embodiment is a case where only the latest history that can be adapted in the stored history is examined.

【0036】実施例3.この実施例は上記実施例2と同
じ装置を用いるが、格納された履歴を用いる際に最新の
履歴を適応するけれど、それが採用できなければ更に曖
昧語が同じ履歴を探す場合である。図9はこの処理のな
がれを表す図であり、次に図について説明する。
Example 3. This embodiment uses the same device as in the second embodiment, but applies the latest history when using the stored history, but if it cannot be adopted, the history with the same ambiguous word is searched for. FIG. 9 is a diagram showing the flow of this process, and the diagram will be described below.

【0037】曖昧さが発生する(s30)。履歴データ
を検索する。履歴は最新のものから順に検索できるよう
に格納している(s31)。検索データがあるかどうか
調べ(s32)、もしなければ、ユーザに問い返す(s
37)。そして、対応表を決定し(s35)、処理を終
る(s36)。検索データがあるならば、曖昧語と同じ
履歴データかどうか調べる(s33)。曖昧語と同じで
はない場合、再びs31へ戻り履歴データを検索する。
曖昧語と同じである場合、その履歴データの選択語が対
応表選択手段27で絞り込まれた用語情報の中にあるか
どうか調べる(s34)。なければ、再びs31へ戻り
履歴データを検索する。履歴の選択語を採用可能な場合
ユーザに問い返すことなく、対応表を決定でき(s3
5)処理を終る(s36)。
Ambiguity occurs (s30). Search history data. The history is stored so that the latest history can be searched in order (s31). It is checked whether there is search data (s32), and if not, the user is queried (s).
37). Then, the correspondence table is determined (s35), and the process ends (s36). If there is search data, it is checked whether the history data is the same as the ambiguous word (s33). If it is not the same as the ambiguous word, the process returns to s31 again to search the history data.
If it is the same as the ambiguous word, it is checked whether or not the selected word of the history data is in the term information narrowed down by the correspondence table selecting means 27 (s34). If not, the process returns to s31 and the history data is searched. When the selected word in the history can be adopted, the correspondence table can be determined without asking the user (s3
5) The process ends (s36).

【0038】例えば、履歴が図10のように格納されて
おり、検索文「鈴木の掛率は」によって対応表選択手段
27で曖昧さが絞り込まれた結果を図11に示す。最初
の履歴1301『鈴木|商品』は曖昧語は同じだが、選
択語「商品」は図11の用語情報のデータの中に含まな
いため、この履歴は採用できない。実施例2の場合はこ
こで履歴の検索をやめユーザに問い返すが、この実施例
では次の新しい履歴を探す。次の履歴1302は、『鈴
木|得意先』であり、曖昧語が一致、選択語も含まれて
いるため、この履歴が採用され、ユーザに問い返すこと
なく、「得意先である『鈴木』の掛率」となり、対応表
を決定できる。
For example, the history is stored as shown in FIG. 10, and the result in which the ambiguity is narrowed down by the correspondence table selection means 27 by the search sentence "Suzuki's kakewa" is shown in FIG. The first history 1301 “Suzuki | Product” has the same ambiguous word, but the selected word “Product” is not included in the term information data of FIG. 11, so this history cannot be adopted. In the case of the second embodiment, the history search is stopped here and the user is queried again, but in this embodiment, the next new history is searched. The next history 1302 is “Suzuki | customer”, and the ambiguous words match and the selected word is also included. Therefore, this history is adopted, and “the customer's“ Suzuki ” It becomes the "multiplication rate" and the correspondence table can be determined.

【0039】このように、この実施例では格納された履
歴を用いる際に、適合する履歴の中から、適応可能な最
新のものを自動的に反映し、曖昧さを解消している。
As described above, in this embodiment, when the stored history is used, the latest adaptable history is automatically reflected from the matching history to eliminate the ambiguity.

【0040】実施例4.図12は、この実施例に係わる
問い返し装置を表す図である。この実施例の装置は上記
実施例の装置に加えて、検索文を解析する前に履歴の削
除が可能な履歴削除装置10を有する。
Example 4. FIG. 12 is a diagram showing an inquiry device according to this embodiment. In addition to the device of the above-mentioned embodiment, the device of this embodiment has a history deletion device 10 capable of deleting a history before analyzing a search sentence.

【0041】次に動作について説明する。Next, the operation will be described.

【0042】上記実施例では問い返しを行なった後、履
歴を格納し曖昧さが発生した際に適合する履歴を反映さ
せることができる。しかし話題が変わった場合や間違え
た選択をした場合は検索を行なう前に、履歴削除装置1
0によって格納した履歴を削除することができる。これ
によってユーザ自身が履歴を管理し自分の意図に合った
検索をすることが容易となる。
In the above-described embodiment, after asking a question, the history can be stored and the history that matches can be reflected when ambiguity occurs. However, if the topic changes or if the wrong selection is made, the history deletion device 1
The history stored by 0 can be deleted. This makes it easy for the user to manage the history and search for his or her intention.

【0043】図13は、この実施例における処理のなが
れを表す図である。この場合は、履歴削除を選択すると
これまでの履歴がすべてなくなり違う話題での検索を行
なうことができる。
FIG. 13 is a diagram showing the flow of processing in this embodiment. In this case, if history deletion is selected, the history up to this point is lost and you can search for a different topic.

【0044】実施例5.この実施例は、上記実施例4と
同様に履歴の削除に関するものであるが、この場合は履
歴の一部を削除する例である。図14は、この実施例に
おける処理のながれを表す図であり、図を用いて説明す
る。
Example 5. This embodiment relates to the deletion of the history as in the case of the fourth embodiment, but in this case, a part of the history is deleted. FIG. 14 is a diagram showing a process flow in this embodiment, which will be described with reference to the diagram.

【0045】検索を行なう前に、ユーザが履歴削除を選
択すると(s51)、図15のように全履歴が画面に表
示される(s52)。そこで削除したいNO.を入力す
ることにより、削除する履歴、または残す履歴を選択で
きる(s53)。ユーザが選択した履歴を削除し(s5
4)、処理を終る。このように格納された履歴を画面に
表示し、ユーザが履歴の格納状況によって削除する履歴
を選択することができるので、一部を変えたり、間違っ
て選択した結果を削除したりすることが可能となる。
When the user selects history deletion before performing the search (s51), the entire history is displayed on the screen as shown in FIG. 15 (s52). Therefore, the NO. By inputting, the history to be deleted or the history to be left can be selected (s53). Delete the history selected by the user (s5
4), the process ends. Since the history stored in this way is displayed on the screen and the user can select the history to be deleted depending on the storage status of the history, it is possible to change a part or delete the result selected by mistake. Becomes

【0046】実施例6.上記実施例4と5は別々におこ
なっても良いし、また図16のように全履歴削除と一部
履歴削除をえらべるメニュー画面を出して選択できるよ
うにしてもよい。
Example 6. The above-described fourth and fifth embodiments may be performed separately, or a menu screen for selecting all history deletion and partial history deletion may be displayed and selected as shown in FIG.

【0047】実施例7.図17は、この実施例に係わる
問い返し装置を表す図である。この装置は、ID別履歴
反映装置101、ID別履歴格納装置102、ID別履
歴削除装置100を有する。
Example 7. FIG. 17 is a diagram showing an inquiry device according to this embodiment. This apparatus has an ID-based history reflection apparatus 101, an ID-based history storage apparatus 102, and an ID-based history deletion apparatus 100.

【0048】次に動作について説明する。Next, the operation will be described.

【0049】本実施例ではまずID別履歴格納装置10
2によって、図18のようにこれまでの曖昧語、選択語
に加えてIDも履歴として格納する。このIDはユーザ
名、ユーザID、時間、季節などなんでもよい。この履
歴によってID別履歴反映装置101では実際に検索を
しているときのIDによって当てはまる履歴を取りだ
し、その中で採用できる選択結果を探す。例えば、図1
8においてR00というIDを持つユーザが検索をして
いるときには、R00というIDを持つ履歴だけを検索
対象とする。またID別履歴削除装置100でも、ID
を認識し、当てはまる履歴だけの表示、削除、を行な
う。これによって様々な条件の元での履歴管理が可能と
なる。
In this embodiment, first, the ID-based history storage device 10
2, the ID is stored as a history in addition to the ambiguous word and the selected word so far as shown in FIG. This ID may be any user name, user ID, time, season, or the like. Based on this history, the history reflecting apparatus for each ID 101 retrieves a history that applies to the ID during the actual search, and searches for a selection result that can be adopted in that history. For example, in FIG.
When the user with the ID R00 in 8 is searching, only the history with the ID R00 is the search target. In addition, the ID-based history deletion device 100
It recognizes and displays and deletes only the applicable history. This enables history management under various conditions.

【0050】実施例8.この実施例では、上記実施例7
と同じ装置を用いるが、格納された履歴を用いる際に、
複数のIDを検索対象として指定する場合である。例え
ば、R00というIDを持つユーザが、R00、R02
という2つのIDを持つ履歴を取り出し、採用できる選
択結果を探すことも可能である。
Example 8. In this embodiment,
But using the stored history,
This is a case of designating a plurality of IDs as search targets. For example, if a user having an ID of R00 is R00, R02
It is also possible to retrieve the history having the two IDs and search for a selection result that can be adopted.

【0051】[0051]

【発明の効果】以上のように第1の発明および第2の発
明によれば、検索文中の言葉が曖昧な場合にも用語情報
の内容から選択肢を作成してユーザに問い返すことによ
って、ユーザの意図にあった検索を行なうことができ
る。
As described above, according to the first and second aspects of the invention, even when the words in the search sentence are ambiguous, the choices are made from the contents of the term information and the user is queried back to ask the user. You can search according to your intentions.

【0052】また第3の発明によれば、問い返した時に
ユーザの選択したデータを履歴として残し、次に曖昧さ
が生じた際にその履歴が適合すれば反映することができ
るため、同じ問い返しを何度も繰り返さず、ユーザが一
度選択した結果を曖昧さ絞り込みに有効に用いることが
できる。
According to the third invention, when the question is returned, the data selected by the user can be left as a history, and when the ambiguity occurs next time, the history can be reflected as long as it fits. Therefore, the same question can be returned. It is possible to effectively use the result once selected by the user for narrowing the ambiguity without repeating it again and again.

【0053】また第4の発明および、第7の発明によれ
ば、問い返し履歴削除装置によって履歴をすべて、また
は選択的に削除できるので話題の変更や間違えた選択を
した場合に対応できる。
According to the fourth invention and the seventh invention, since the history can be deleted all or selectively by the inquiry history deleting device, it is possible to deal with the case where the topic is changed or the wrong selection is made.

【0054】また第5の発明によれば、格納された履歴
の中から曖昧語が同じでもので最新のものを調べ適合す
れば採用する。そのため、最新の履歴だけを対象とした
履歴反映が行なえる。
According to the fifth aspect of the invention, even if the ambiguous words have the same ambiguity in the stored history, the latest one is checked and adopted if it matches. Therefore, only the latest history can be reflected in the history.

【0055】また第6の発明によれば、格納された履歴
を新しいものから調べていき、曖昧語が同じものの中か
ら適合するものを採用するが、採用できなければ次に新
しい履歴を探す。そのため、すべての履歴を対象とした
履歴反映が行なえる。
According to the sixth aspect of the invention, the stored history is examined from the newest one, and the one having the same ambiguous word is adopted, but if it cannot be adopted, the next new history is searched. Therefore, the history can be reflected in all the histories.

【0056】また第8の発明および、第9の発明によれ
ば、履歴格納装置、履歴反映装置、履歴削除装置に識別
子を付加するので、識別子ごとの履歴の管理が可能とな
る。これによってさまざまな条件の元での履歴管理が可
能となる。
According to the eighth invention and the ninth invention, since the identifiers are added to the history storage device, the history reflection device, and the history deletion device, it becomes possible to manage the history for each identifier. This enables history management under various conditions.

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

【図1】この発明の一実施例における問い返し装置を含
むブロック図である。
FIG. 1 is a block diagram including an inquiry returning device according to an embodiment of the present invention.

【図2】上記実施例の処理のながれを示す図である。FIG. 2 is a diagram showing a process flow of the above-described embodiment.

【図3】用語情報のデータを表す図である。FIG. 3 is a diagram showing term information data.

【図4】ユーザに問い返す内容を示す図である。FIG. 4 is a diagram showing the contents of an inquiry to the user.

【図5】この発明の一実施例における履歴格納装置と履
歴反映装置を含む装置のブロック図である。
FIG. 5 is a block diagram of an apparatus including a history storage device and a history reflection device according to an embodiment of the present invention.

【図6】格納された履歴の内容を示す図である。FIG. 6 is a diagram showing the contents of a stored history.

【図7】上記実施例の処理のながれを示す図である。FIG. 7 is a diagram showing a process flow of the above-described embodiment.

【図8】格納された履歴の内容を示す図である。FIG. 8 is a diagram showing the contents of a stored history.

【図9】上記実施例の処理のながれを示す図である。FIG. 9 is a diagram showing a process flow of the above-described embodiment.

【図10】格納された履歴の内容を示す図である。FIG. 10 is a diagram showing the contents of a stored history.

【図11】用語情報のデータを表す図である。FIG. 11 is a diagram showing term information data.

【図12】この発明の一実施例における履歴格納装置と
履歴反映装置と履歴削除装置を含んだブロック図であ
る。
FIG. 12 is a block diagram including a history storage device, a history reflection device, and a history deletion device in one embodiment of the present invention.

【図13】上記実施例の処理のながれを示す図である。FIG. 13 is a diagram showing a process flow of the above-described embodiment.

【図14】上記実施例の処理のながれを示す図である。FIG. 14 is a diagram showing a process flow of the above-described embodiment.

【図15】履歴を削除する場合にユーザに提示する情報
を示す図である。
FIG. 15 is a diagram showing information presented to a user when deleting a history.

【図16】履歴削除の種類を選ぶメニュー画面を示す図
である。
FIG. 16 is a diagram showing a menu screen for selecting the type of history deletion.

【図17】この発明の一実施例におけるID別履歴格納
装置とID別履歴反映装置とID別履歴削除装置を含ん
だ装置のブロック図である。
FIG. 17 is a block diagram of an apparatus including an ID-based history storage device, an ID-based history reflection device, and an ID-based history deletion device according to an embodiment of the present invention.

【図18】格納された履歴の内容を示す図である。FIG. 18 is a diagram showing the contents of a stored history.

【図19】従来の対応表使用データベース検索装置のブ
ロック図である。
FIG. 19 is a block diagram of a conventional correspondence table use database search device.

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

10 履歴削除装置 16 検索文 17 入力装置 18 対話制御装置 19 形態素解析装置 20 構文解析装置 21 用語情報 22 文法表 23 構文解析結果 24 対応表 25 照合部 26 グループ分け手段 27 対応表選択手段 28 履歴反映装置 29 問い返し装置 30 履歴格納装置 50 データベース検索式生成部 51 データベース検索装置 52 データベース 100 ID別履歴削除装置 101 ID別履歴反映装置 102 ID別履歴格納装置 10 history deletion device 16 search sentence 17 input device 18 dialogue control device 19 morphological analysis device 20 syntactic analysis device 21 term information 22 grammar table 23 syntactic analysis result 24 correspondence table 25 collation unit 26 grouping means 27 correspondence table selection means 28 history reflection Device 29 Inquiry device 30 History storage device 50 Database search formula generation unit 51 Database search device 52 Database 100 ID-based history deletion device 101 ID-based history reflection device 102 ID-based history storage device

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 自然言語を入力する入力手段と、 複数のデータベース項目を有しデータを記憶する表形式
のデータベースと、 自然言語をもとにデータベース検索式を生成するための
対応表を記憶する対応表記憶手段と、 単語を対応表に対応させる情報を含む用語情報を記憶す
る用語情報記憶手段と、 入力された自然言語を解析して構文解析結果を出力する
構文解析部と、 構文解析結果から用語情報を使って対応表を決定する照
合部と、 照合部の結果から、上記対応表を用いてデータベース検
索式を生成するデータベース検索式生成部と、 上記データベース検索式によりデータベース検索を実行
するデータベース検索装置を備えたデータベース検索シ
ステムにおいて、 上記照合部が上記用語情報を用いて対応表の選択をする
場合に、単語が複数の対応表に対応していてデータベー
ス項目が特定できない曖昧語である場合、その曖昧語に
対する用語情報の内容を提示して選択させる問い返し装
置を備えたことを特徴とするデータベース検索システ
ム。
1. An input means for inputting a natural language, a tabular database having a plurality of database items for storing data, and a correspondence table for generating a database search expression based on the natural language are stored. Correspondence table storage means, term information storage means for storing term information including information for associating words with the correspondence table, syntactic analysis unit for parsing input natural language and outputting syntactic analysis result, syntactic analysis result The collation unit that uses the term information to determine the correspondence table, the database retrieval formula generation unit that generates the database retrieval formula from the result of the collation unit using the above correspondence table, and the database retrieval formula is executed. In a database search system equipped with a database search device, when the matching unit uses the term information to select a correspondence table, a word is If ambiguous word database entry can not be identified correspond to the number of the correspondence table, a database search system which comprising the asking back device to select and present the contents of the term information for the ambiguous word.
【請求項2】 上記用語情報は単語を対応表に対応させ
るための情報をいくつかの段階に分けて持ち、上記問い
返し装置は曖昧語が発生した場合、上記用語情報の中か
ら、必要なデータを段階ごとに順に提示することを特徴
とする請求項1記載のデータベース検索システム。
2. The term information has information for associating words with a correspondence table divided into several stages, and when the ambiguous word occurs, necessary data is selected from the term information. 2. The database search system according to claim 1, wherein is presented step by step.
【請求項3】 上記データベース検索システムは、さら
に、上記問い返し装置の問い返しの履歴を格納する履歴
格納装置と、曖昧語が発生した場合に、上記履歴格納装
置に格納された履歴を用いて曖昧語に対応するデータベ
ース項目を特定する履歴反映装置を備えたことを特徴と
する請求項2記載のデータベース検索システム。
3. The database search system further uses a history storage device that stores a history of inquiry responses of the inquiry response device and an ambiguous word using the history stored in the history storage device when an ambiguous word occurs. 3. The database search system according to claim 2, further comprising a history reflecting device that specifies a database item corresponding to.
【請求項4】 上記データベース検索システムは、さら
に、履歴格納装置に格納された履歴を削除する履歴削除
装置を備えたことを特徴とする請求項3記載のデータベ
ース検索システム。
4. The database search system according to claim 3, further comprising a history deletion device that deletes the history stored in the history storage device.
【請求項5】 上記履歴反映装置は、履歴格納装置に格
納された当該曖昧語に対する履歴の中で、最新の履歴を
用いて曖昧語に対応するデータベース項目を特定するこ
とを特徴とする請求項3記載のデータベース検索システ
ム。
5. The history reflection device specifies the database item corresponding to the ambiguous word using the latest history in the history of the ambiguous word stored in the history storage device. The database search system described in 3.
【請求項6】 上記履歴反映装置は、履歴格納装置に格
納された当該曖昧語に対して適応可能な履歴の中で、最
新の履歴を用いて曖昧語に対応するデータベース項目を
特定することを特徴とする請求項3記載のデータベース
検索システム。
6. The history reflecting device specifies the database item corresponding to the ambiguous word using the latest history in the history applicable to the ambiguous word stored in the history storage device. The database search system according to claim 3, which is characterized in that.
【請求項7】 上記履歴削除装置は、上記履歴格納装置
に格納された履歴をすべて、または選択的に削除するこ
とを特徴とする請求項4記載のデータベース検索システ
ム。
7. The database search system according to claim 4, wherein the history deletion device deletes all or all of the histories stored in the history storage device.
【請求項8】 上記履歴格納装置は、履歴に対して識別
子を付加して格納し、上記履歴反映装置は、識別子を用
いて履歴を適応することを特徴とする請求項3記載のデ
ータベース検索システム。
8. The database search system according to claim 3, wherein the history storage device stores the history by adding an identifier thereto, and the history reflection device adapts the history by using the identifier. .
【請求項9】 上記データベース検索システムは、さら
に、上記識別子を用いて履歴格納装置に格納された履歴
を削除する履歴削除装置を備えたことを特徴とする請求
項8記載のデータベース検索システム。
9. The database search system according to claim 8, further comprising a history deletion device that deletes the history stored in the history storage device using the identifier.
JP5238481A 1993-09-24 1993-09-24 Data base retrieval system Pending JPH0793362A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5238481A JPH0793362A (en) 1993-09-24 1993-09-24 Data base retrieval system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5238481A JPH0793362A (en) 1993-09-24 1993-09-24 Data base retrieval system

Publications (1)

Publication Number Publication Date
JPH0793362A true JPH0793362A (en) 1995-04-07

Family

ID=17030887

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5238481A Pending JPH0793362A (en) 1993-09-24 1993-09-24 Data base retrieval system

Country Status (1)

Country Link
JP (1) JPH0793362A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019103006A1 (en) * 2017-11-24 2019-05-31 株式会社Nttドコモ Information processing device and information processing method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019103006A1 (en) * 2017-11-24 2019-05-31 株式会社Nttドコモ Information processing device and information processing method
JPWO2019103006A1 (en) * 2017-11-24 2020-12-17 株式会社Nttドコモ Information processing device and information processing method

Similar Documents

Publication Publication Date Title
US6957213B1 (en) Method of utilizing implicit references to answer a query
US6741959B1 (en) System and method to retrieving information with natural language queries
US7987189B2 (en) Content data indexing and result ranking
US4972349A (en) Information retrieval system and method
US5404507A (en) Apparatus and method for finding records in a database by formulating a query using equivalent terms which correspond to terms in the input query
US5062074A (en) Information retrieval system and method
Kaplan Cooperative responses from a portable natural language query system
US6286000B1 (en) Light weight document matcher
US5454106A (en) Database retrieval system using natural language for presenting understood components of an ambiguous query on a user interface
US6678677B2 (en) Apparatus and method for information retrieval using self-appending semantic lattice
US5893094A (en) Method and apparatus using run length encoding to evaluate a database
EP1185942A1 (en) Natural language interface for searching database
KR970076347A (en) Input string guessing device
JPS622319A (en) Tracing for rule base of expert system
JPH06266780A (en) Character string retrieving method by semantic pattern recognition and device therefor
JP2002519751A (en) User profile driven information retrieval based on context
KR100593561B1 (en) Information Searching Method, Information Searching Program, and Computer-Readable Recording Medium on which Information Searching Program is Recorded
JPH02270067A (en) Inteligent inquiry system
US5551026A (en) Stored mapping data with information for skipping branches while keeping count of suffix endings
WO2001088662A2 (en) Answering natural language queries
JPH1078969A (en) Information retrieving device
JPH09212517A (en) Method and device for information substitutional retrieval
JPH0793362A (en) Data base retrieval system
CA1276728C (en) Information retrieval system and method
JPH11195041A (en) Document retrieval device/method and recording medium