JP4034503B2 - Document search system and document search method - Google Patents

Document search system and document search method Download PDF

Info

Publication number
JP4034503B2
JP4034503B2 JP2000227325A JP2000227325A JP4034503B2 JP 4034503 B2 JP4034503 B2 JP 4034503B2 JP 2000227325 A JP2000227325 A JP 2000227325A JP 2000227325 A JP2000227325 A JP 2000227325A JP 4034503 B2 JP4034503 B2 JP 4034503B2
Authority
JP
Japan
Prior art keywords
document
search
database
link
client computer
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.)
Expired - Fee Related
Application number
JP2000227325A
Other languages
Japanese (ja)
Other versions
JP2002041577A (en
Inventor
修明 近藤
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2000227325A priority Critical patent/JP4034503B2/en
Publication of JP2002041577A publication Critical patent/JP2002041577A/en
Application granted granted Critical
Publication of JP4034503B2 publication Critical patent/JP4034503B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は自然言語検索システムなどの文書検索システムおよびその検索システムに用いられる文書検索方法に関する。
【0002】
【従来の技術】
従来より、文書検索の方式としてはキーワード検索システムが良く知られている。このキーワード検索システムは、ユーザが入力したキーワードを含む文書を検索するものである。このシステムで目的とする文書を検索するためには、ユーザは、その目的文書に含まれている適切なキーワードを指定する必要がある。この場合、特に、データベース中に大量の文書がある場合には、単独のキーワードを指定しただけでは多数の候補文書が得られてしまうので、ユーザはさらにキーワードを付加入力して候補を絞りこむといった絞り込み検索を行う必要がある。
【0003】
このような検索方式を用いたものとして、膨大な文書ファイル中からユーザが必要とする文書ファイルを探し出すという全文検索システムが開発されている。この文書検索システムにおいては、検索候補を絞り込むために、ユーザがいくつかの単語を“or”あるいは“and”あるいは“not”で結び、検索式を作成し、それに応じて検索する必要があった。
【0004】
そこで、最近では、登録された文書データを日常的な言葉(自然言語)で効率的に検索可能な自然言語検索システムが開発されている。自然言語検索システムにおいては、日常的な言葉(自然言語)により質問文(クエリー)を入力するだけで、自動的にそのクエリーの内容解析、構文解析、形態素解析、キーワードの重み付け処理、類似度算出などの処理が行われ、これにより適切な文書をデータベースから容易に検索することができる。
【0005】
このような自然言語検索システムにおいては、高度な文書解析処理が必要となるので、検索対象の文書ファイルを予め解析してそれに対応する検索用データを生成し、その検索用データをデータベースに登録しておくことが必要となる。
【0006】
【発明が解決しようとする課題】
しかし、自然言語検索システムを用いた場合であっても、検索はあくまで単語ベースで行われるため、互いに同一テーマで書かれた関連文書を一度にもれなく検索することは困難であり、質問文(クエリー)を変えながら何度も検索を行うことが必要とされた。
【0007】
本発明は上述の事情に鑑みてなされたものであり、関連する登録文書を参照するためのリンク集を検索結果の一覧を用いて容易に作成・登録できるようにし、データベースに登録されている関連文書を一度にもれなく検索することが可能な文書検索システムおよび文書検索方法を提供することを目的とする。
【0008】
【課題を解決するための手段】
上述の課題を解決するため、本発明は、クライアントコンピュータにネットワークを介して接続されたサーバコンピュータが、前記クライアントコンピュータから入力されるキーワードまたは質問文に応じて、前記サーバコンピュータに設けられたデータベースに登録されている文書ファイルの検索を行う文書検索システムにおいて、前記クライアントコンピュータから入力されるキーワードまたは質問文に応じて前記データベースに登録されている文書ファイルを検索し、その検索結果の一覧を前記クライアントコンピュータに提示する手段と、前記検索結果の一覧の中から前記クライアントコンピュータによってリンク先文書として選択された文書ファイルそれぞれの識別情報を含むリンク集を作成し、そのリンク集を前記データベースに文書ファイルの一つとして登録するリンク集作成・登録手段と、前記リンク集作成・登録手段によって前記データベースに登録されたリンク集を用いて、前記データベースに登録されているリンク先文書の検索を行うリンク先文書検索手段と、前記クライアントコンピュータから入力されるキーワードまたは質問文に応じて前記キーワードまたは質問文に対応する文書ファイルを前記データベースから検索すると共に、前記検索された文書ファイルと、前記キーワードまたは質問文に対応するタイトルまたはコメントを含むリンク集と、前記検索された文書ファイルをリンク先文書として指定する識別情報を含むリンク集とを、検索結果の一覧として併せて前記クライアントコンピュータに提示するリンク集検索手段とを具備することを特徴とする。
【0009】
この文書検索システムにおいては、リンク集の作成機能が設けられており、入力したキーワードまたは質問文に応じて検索された登録文書の検索結果一覧の中から該当する文書ファイルを選択するだけで、それら選択された文書ファイルそれぞれに対応するリンク先情報を含むリンク集が作成されてデータベースに登録される。このリンク集を用いることにより、キーワードまたは質問文による検索を何度も繰り返し行うことなく、データベースに登録されている関連文書を一度にもれなく検索することが可能となる。特に、リンク集についても通常の検索対象の文書ファイルの一つとしてデータベースに登録することにより、リンク集の検索をも容易に行うことができる。また、文書ファイルの検索時には、キーワードまたは質問文に応じて前記データベースから検索された文書ファイルと、その文書ファイルをリンク先文書として指定するリンク集とを、検索結果の一覧として併せて提示しているので、通常の文書ファイルのみならず、リンク集をも効率よく検索することが可能となる。
【0010】
また、前記検索結果の一覧の中からリンク先文書として選択された文書ファイルを解析し、その解析結果をキーワードまたは質問文として用いることによって、前記選択された文書ファイルに関連する文書ファイルを前記データベースから検索し、その関連する文書ファイルの一覧を前記リンク先文書の候補として追加提示する関連文書検索手段をさらに設けることが好ましい。このような関連文書検索手段を設けることにより、利用者自身が入力したキーワードまたは質問文に応じて検索された登録文書の検索結果一覧には含まれてない文書についても、それを検索してリンク先文書の候補に加えることが可能となる。
【0011】
関連文書検索手段の代わりに、またはそれに加えて、新たに入力されたキーワードまたは質問文に応じて前記データベースに登録されている文書ファイルを再検索し、その再検索結果の一覧を前記リンク先文書の候補として追加提示する再検索手段を利用しても良い。
【0012】
また、前記リンク集は検索対象の文書ファイルの一つとして前記データベースに登録しておき、且つ前記データベースに登録されている文書ファイルの中からリンク集のみを検索して、そのリンク集の一覧を提示する手段を設けることが望ましい。これにより、リンク集を文書ファイルと同様に検索して利用できるようになるとともに、キーワードまたは質問文を入力せずとも、リンク集の一覧から目的の文書を参照することが可能となる。
【0014】
【発明の実施の形態】
以下、図面を参照して本発明の実施形態を説明する。
図1には、本発明の一実施形態に係る文書検索システムを適用したクランアント・サーバ型のコンピュータシステムの構成が示されている。このコンピュータシステムは、図示のように、サーバコンピュータ11と、複数のクライアントコンピュータ12とから構成されている。サーバコンピュータ11およびクライアントコンピュータ12は、LAN、インターネットなどのコンピュータネットワークを介して接続されている。
【0015】
サーバコンピュータ11には、図示のように、自然言語検索システム111、およびHTTPサーバ112などが設けられている。自然言語検索システム111は、予め登録された文書ファイルを日常的な言葉(自然言語)で効率的に検索可能な検索システムであり、クライアントコンピュータ12からの日常的な言葉(自然言語)による質問文(クエリー)を解析し、さらにその構文解析、形態素解析、キーワードの重み付け処理、類似度算出などの処理を行うことにより、登録文書の中から適切な文書を検索する。この自然言語検索システム111は、検索サーバ201、検索エンジン202、データベース203から構成されている。
【0016】
データベース203には、検索対象として登録された文書ファイルとそれに対応する検索用データ(インデックスデータ)が記憶されている。検索エンジン202は上述の自然言語検索のための処理を行うためのソフトウェアモジュールであり、データベース203の検索用データを用いることにより、自然言語による質問文や入力キーワードで指定された条件に合致する登録文書を検索する。検索サーバ201はHTTPサーバ112を通じてクライアントコンピュータ12に対して検索サービスを提供するためのソフトウェアモジュールであり、本実施形態の特徴とするリンク集の管理を行うリンク集管理部201aを備えている。
【0017】
リンク集は、データベース203に登録されている登録文書の中から互いに関連する文書それぞれに対するリンク先情報の集合であり、通常の検索対象文書の一つとしてデータベース203に登録される。リンク集管理部201aは、リンク集の作成、登録、検索等に関する処理を行うためのものであり、作成されたリンク集毎にそのIDとリンク先文書に対するリンク先情報を管理している。リンク集管理部201aにて各リンク集のIDを管理することにより、データベース203に検索対象文書ファイルとして登録されている文書が通常文書であるかリンク集であるかを区分することができる。
【0018】
各クライアントコンピュータ12のユーザは、Webブラウザ121を通じてサーバコンピュータ11にアクセスすることにより、文書ファイルの検索、リンク集の作成・検索などを行うことができる。
【0019】
図2には、リンク集のデータ構造の一例が模式的に示されている。
リンク集は前述したように一種の文書ファイルであり、「タイトル」、「コメント」、および「リンク先情報」等から構成されている。「タイトル」は該当するリンク集の見出しであり、また「コメント」はそのリンク集の内容を簡単に記述した文書情報である。「リンク先情報」は、リンク先文書として参照すべき文書ファイル(ここでは、文書ファイルA,B,C)それぞれに対するリンクの集合であり、参照すべき文書ファイルのID群などから構成されている。
【0020】
(リンク集の作成・登録)
次に、検索サーバ201によって提供されるリンク集作成機能について説明する。
リンク集作成・登録機能はユーザがWebブラウザ121上で容易にリンク集を作成してそれをデータベース203に登録できるようにするための支援機能であり、検索サーバ201によってWebブラウザ121に提供されるWebページ上で「リンク集作成」の機能を選択することにより、そのための手続きが実行される。
【0021】
この場合、まず、検索サーバ201によってWebブラウザ121にリンク集作成用の画面が提供され、その画面上の操作にしたがって処理が進められることになる。ここで、リンク集作成・登録のための一連の処理を、図3のフローチャート、および図4および図5の表示画面例を参照して説明する。
【0022】
まず、クライアントコンピュータ12にて、リンク集のタイトル、コメント、作成者の入力が行われるとともに、自然言語による質問文(自然文)またはキーワードの入力が行われ、データベース203の登録文書の中からのリンク候補の検索が行われる(ステップS101)。リンク集のタイトル、コメント、作成者の入力操作、および自然文またはキーワードの入力操作は、図4の画面上で行われる。
【0023】
すなわち、図4の画面は、検索サーバ201によって最初に提供されるWebページ上で「リンク集作成」ボタンを押したときに表示されるリンク集作成用の画面であり、ここには、作成対象のリンク集に対応するタイトル、コメント、作成者の入力フィールド群と、自然言語による質問文、キーワードの入力フィールド群が設けられている。「タイトル」の入力フィールドはリンク集のタイトルを登録するためのものであり、入力されたタイトルの先頭には「リンク集:」という文字列が自動的に挿入される。また「コメント」の入力フィールドはリンク集に対するコメントの登録に使用され、「作成者」の入力フィールドはリンク集の作成者名の登録に使用される。
【0024】
「質問文」または「キーワード」の入力フィールドに質問文またはキーワードを入力して、「検索」ボタンを押すと、その情報が検索サーバ201に送られて、データベース201の検索が実行される。そして、検索結果の一覧が検索サーバ201からWebブラウザ121に返される。
【0025】
次いで、クライアントコンピュータ12においては、Webブラウザ121にて表示されている検索結果の一覧表示画面の中から、リンク先文書としてリンク集に登録すべき文書ファイルの選択操作が行われる(ステップS102)。検索結果の一覧表示画面の表示例を図5に示す。この一覧表示画面上では、図示のように、検索された文書ファイルそれぞれの見出しがスコア順に並べて表示される。スコアは「質問文」または「キーワード」に対する一致度を示すものであり、ここでは星印の数および%でスコアが表示される。また、各文書ファイルの見出しの横には図示のようなチェックボックスが設けられており、ここをチェックすることにより、リンク集に登録すべき文書ファイルを選択することができ。
【0026】
次に、図5の検索結果一覧表示画面上の操作に従い、登録/再検索/関連文書検索のいずれの処理に進むかが決定される(ステップS103)。図5の検索結果一覧表示画面上の「登録」ボタンが押されると、現在選択されている文書ファイル(チェックでチェックされた文書ファイル)をリンク先文書として含むリンク集が作成され、それがデータベース203に自動登録される(ステップS104)。この場合、リンク集のタイトル、コメントに対しては形態素解析が施され、その結果に基づいてリンク集の検索に必要な検索用インデックスデータが作成され、データベース203に登録される。また、選択されている文書ファイルそれぞれのIDがリンク先情報として生成され、それがリンク集のIDと一緒にリンク集管理部201aにて管理される。
【0027】
図5の検索結果一覧表示画面上の質問文、キーワードの入力フィールドに新たな質問文またはキーワードを入力した状態で「再検索」ボタンが押されると、その新たな質問文またはキーワードによる登録文書の再検索が実行され、その検索結果を図5の検索結果一覧表示画面上にリンク先文書候補として追加表示される(ステップS105)。この再検索処理では、ステップS102ですでにチェックされた文書ファイルはそのまま検索結果一覧画面上に残され、チェックされていない文書ファイルの一覧の代わりに、再検索によって新たに検索された文書ファイルの一覧が表示される。
【0028】
また、図5の検索結果一覧画面上の「関連検索」ボタンが押されると、現在選択されている文書ファイル(チェックでチェックされた文書ファイル)に関連する文書ファイルをデータベース203から検索して、検索結果一覧画面上にリンク先文書候補として追加表示する関連文書検索処理が実行される(ステップS106)。この場合においても、すでにチェックされた文書ファイルはそのまま検索結果一覧画面上に残され、チェックされていない文書ファイルの一覧の代わりに、新たに検索された文書ファイルの一覧が表示されることになる。また関連文書検索処理では、現在選択されている各文書ファイルに対応する検索用のインデックスデータがデータベース203から読み出され、その検索用のインデックスデータを用いて新たな質問文またはキーワードが自動生成され、その質問文またはキーワードによる検索が実行される。これにより、リンク先候補として選択された文書に類似する関連文書を検索して、それをリンク先候補として提示することが可能となる。
【0029】
このようにして、再検索処理または関連文書検索処理が行われた後は、再びステップS102の文書ファイル選択処理が行われる。そして、「登録」ボタンが押されると、その時点までに選択されている文書ファイルをリンク先文書として含むリンク集が作成され、それがデータベース203に登録される(ステップS104)。
【0030】
(リンク集の一覧表示)
次に、データベース203に登録されたリンク集の一覧を表示するためのリンク集一覧表示機能について説明する。
【0031】
このリンク集一覧表示機能は、質問文またはキーワードによる通常の文書ファイル検索ではなく、データベース203に登録された文書の中からリンク集のみを検索してその一覧を要求元のクライアントコンピュータ12に提供するというものである。リンク集一覧表示機能のサービスは、例えば図4の画面上で「リンク集」ボタンを押すことによって起動される。以下、リンク集一覧表示に係わる一連の処理を、図6のフローチャート、および図7および図8の表示画面例を参照して説明する。
【0032】
まず、前述の「リンク集」ボタンが押されると、登録済みの各リンク集のIDを基にデータベース203からのリンク集の検索が検索サーバ201によって行われ、その検索によって得られたリンク集の一覧が要求元のWebブラウザ121にて表示される(ステップS201)。このリンク集一覧の表示画面例を図7に示す。
【0033】
図7に示されているように、リンク集一覧表示画面では、データベース203に登録されている全てのリンク集それぞれについてのタイトルと、作成者名と、コメントとが並べて表示される。タイトルの先頭には、リンク集作成時に付加された「リンク集:」の文字列が追加表示される。
【0034】
このリンク集一覧表示画面上で、あるリンク集のタイトルが選択されると(ステップS202)、その選択されたリンク集の本文(タイトル、作成者名、文書ID、コメント)とリンク先情報とが検索サーバ201から要求元のWebブラウザ121に提供され、それがWebブラウザ121によって図8のように表示される(ステップS203)。図8では、「リンク集;ナレッジマネージメントの薦め」というタイトルを持つリンク集が選択された場合の表示例が示されている。リンク先情報の表示領域には、リンク先文書それぞれのタイトルが一覧表示される。そして、この画面上で、あるリンク先文書のタイトルが選択されると(ステップS204)、その選択された文書の本文が検索サーバ201から要求元のWebブラウザ121に提供され、それがWebブラウザ121によって画面表示される(ステップS205)。
【0035】
(リンク集の検索)
次に、通常文書と同様に、キーワード、質問文によってデータベース203からリンク集を検索する処理について説明する。
【0036】
前述したように、リンク集についてはそのタイトルとコメントを解析することによって得られた検索用データがデータベース203に登録されているが、それだけでは、十分なヒット率が得られないのでリンク集の検索漏れが生じる場合がある。そこで、本システムでは、キーワード、質問文によってデータベース203から検索された通常文書のIDをリンク先情報として持つリンク文書をも併せて検索して、それを検索結果一覧として提供する仕組みを設けている。以下、リンク集検索のための一連の処理を、図9のフローチャート、および図10の表示画面例を参照して説明する。
【0037】
まず、クライアントコンピュータ12にて、質問文またはキーワードの入力が行われ、それら質問文またはキーワードを基にデータベース203の登録文書の中から該当する文書を検索する処理が行われる(ステップS301)。次いで、検索された文書をリンク先として持つリンク集の検索が行われ(ステップS302)、質問文またはキーワードによって検索された文書とそれをリンク先文書として指定しているリンク集とが検索結果一覧として要求元のWebブラウザ121に併せて提供され、それがWebブラウザ121によって画面表示される(ステップS303)。この表示画面の一例を図10に示す。
【0038】
図10では、質問文またはキーワードによって検索された通常文書に加え、「リンク集;ナレッジマネージメントの薦め」というタイトルを持つリンク集が併せて検索された場合が示されている。このリンク集は、検索された通常文書の少なくとも1つをリンク先文書として含むものである。
【0039】
図10の検索結果一覧表示画面上で、あるリンク集が選択されると(ステップS304)、その選択されたリンク集の本文(タイトル、作成者名、文書ID、コメント)とリンク先情報とが検索サーバ201から要求元のWebブラウザ121に提供され、それがWebブラウザ121によって図8で説明したように表示される(ステップS305)。そして、その画面上で、リンク先情報で指定される文書の中から目的の文書のタイトルを選択することにより(ステップS306)、その選択された文書の本文をWebブラウザ121によって画面表示することができる(ステップS307)。
【0040】
以上のように、本実施形態の文書検索システムにおいては、入力したキーワードまたは質問文に応じて検索された登録文書の検索結果一覧の中から該当する文書を選択するだけで、それら選択された文書それぞれに対応するリンク先情報を含むリンク集を自動的に作成し、それをデータベース203に登録することができる。また、この登録されたリンク集を用いて、リンク先の文書を検索・参照することができるので、キーワードまたは質問文による検索を何度も繰り返すことなく、データベース203に登録されている関連文書を一度にもれなく検索することが可能となる。
【0041】
なお、以上の説明では、本実施形態の文書検索システムをクランアント・サーバ型のコンピュータシステムに適用した場合を例に説明したが、スタンドアロンで使用されるコンピュータにおいても同様にして適用することができる。
【0042】
また、本実施形態の自然言語検索システム111はコンピュータプログラムによって実現されているので、そのコンピュータプログラムをコンピュータ読み取り可能な記憶媒体に記録しておくことにより、その記憶媒体を通じてコンピュータプログラムを通常のコンピュータに導入するだけで、本実施形態と同様の効果を得ることが可能となる。また、コンピュータプログラムの配布は、記憶媒体のみならず、通信媒体を通じて行うこともできる。
【0043】
また、本発明は、上記実施形態に限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で種々に変形することが可能である。更に、上記実施形態には種々の段階の発明が含まれており、開示される複数の構成要件における適宜な組み合わせにより種々の発明が抽出され得る。例えば、実施形態に示される全構成要件から幾つかの構成要件が削除されても、発明が解決しようとする課題の欄で述べた課題が解決でき、発明の効果の欄で述べられている効果が得られる場合には、この構成要件が削除された構成が発明として抽出され得る。
【0044】
【発明の効果】
以上説明したように、本発明によれば、関連する登録文書を参照するためのリンク集を検索結果の一覧を用いて容易に作成・登録できるようにし、データベースに登録されている関連文書を一度にもれなく検索することが可能となる。特に、リンク集についても通常の文書の一つとしてデータベースに登録することにより、リンク集の検索をも容易に行うことができる。
【図面の簡単な説明】
【図1】本発明の一実施形態に係る文書検索システムを適用したクランアント・サーバ型のコンピュータシステムの構成を示すブロック図。
【図2】同実施形態で用いられるリンク集のデータ構造を説明するための図。
【図3】同実施形態で実行されるリンク集作成処理の手順を示すフローチャート。
【図4】同実施形態のリンク集作成処理で提供される第1の表示画面を示す図。
【図5】同実施形態のリンク集作成処理で提供される第2の表示画面を示す図。
【図6】同実施形態で実行されるリンク集一覧表示処理の手順を示すフローチャート。
【図7】同実施形態で実行されるリンク集一覧表示処理で提供される第1の表示画面を示す図。
【図8】同実施形態で実行されるリンク集一覧表示処理で提供される第2の表示画面を示す図。
【図9】同実施形態で実行されるリンク集検索処理の手順を示すフローチャート。
【図10】同実施形態のリンク集検索処理で提供される表示画面を示す図。
【符号の説明】
11…サーバコンピュータ
12…クライアントコンピュータ
111…自然言語検索システム
112…HTTPサーバ
121…webブラウザ
201…検索サーバ
202…検索エンジン
203…データベース
201a…リンク集管理部
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a document search system such as a natural language search system and a document search method used in the search system.
[0002]
[Prior art]
Conventionally, a keyword search system is well known as a document search method. This keyword search system searches for a document including a keyword input by a user. In order to search for a target document using this system, the user needs to specify an appropriate keyword included in the target document. In this case, especially when there are a large number of documents in the database, a large number of candidate documents can be obtained simply by specifying a single keyword. Therefore, the user further refines the candidates by additionally inputting keywords. A refined search is required.
[0003]
As a system using such a search method, a full-text search system for searching for a document file required by a user from a large number of document files has been developed. In this document search system, in order to narrow down search candidates, the user needs to connect several words with “or”, “and”, or “not”, create a search expression, and search accordingly. .
[0004]
Therefore, recently, a natural language search system capable of efficiently searching registered document data with daily words (natural language) has been developed. In a natural language search system, just by inputting a question sentence (query) in everyday language (natural language), the query content analysis, syntax analysis, morpheme analysis, keyword weighting, and similarity calculation are performed automatically. Thus, an appropriate document can be easily retrieved from the database.
[0005]
Such a natural language search system requires advanced document analysis processing. Therefore, the search target document file is analyzed in advance to generate search data corresponding thereto, and the search data is registered in the database. It is necessary to keep it.
[0006]
[Problems to be solved by the invention]
However, even if a natural language search system is used, since the search is performed on a word basis, it is difficult to search for related documents written in the same theme with each other. ) And repeated searches many times.
[0007]
The present invention has been made in view of the above-described circumstances, and it is possible to easily create and register a link collection for referring to a related registered document by using a list of search results, and the relation registered in the database. An object of the present invention is to provide a document search system and a document search method capable of searching a document all at once.
[0008]
[Means for Solving the Problems]
In order to solve the above-described problem, the present invention provides a database provided in a server computer connected to a client computer via a network in accordance with a keyword or a question sentence input from the client computer. in the document retrieval system for searching a document file is registered, searching for document files registered in the database as a keyword or question inputted from the client computer, the list of the search results clients create a means for presenting to the computer, the links including the document file respective identification information selected as the destination document by a client computer from the list of the search results, the the links database Using the links created and registration means for registering as a single document file, the links registered in the database by the Links creation and registration means, for searching the linked documents registered in the database The linked document search means, and searches the database for a document file corresponding to the keyword or question sentence according to the keyword or question sentence input from the client computer, the searched document file, the keyword or A link that presents a link collection including a title or comment corresponding to a question sentence and a link collection including identification information designating the searched document file as a link destination document together as a list of search results to the client computer. especially in that it comprises a collection retrieval means To.
[0009]
This document search system has a function to create a collection of links. Simply select the corresponding document file from the list of search results for registered documents searched according to the entered keyword or question text. A collection of links including link destination information corresponding to each selected document file is created and registered in the database. By using this collection of links, it is possible to search all the related documents registered in the database without repeating the search by keywords or question sentences many times. In particular, the link collection can also be easily searched by registering it in the database as one of the normal search target document files. When searching for a document file, a document file searched from the database according to a keyword or a question sentence and a collection of links that specify the document file as a link destination document are presented together as a list of search results. Therefore, it is possible to efficiently search not only a normal document file but also a collection of links.
[0010]
In addition, by analyzing a document file selected as a link destination document from the list of search results and using the analysis result as a keyword or a question sentence, a document file related to the selected document file is stored in the database. It is preferable to further provide related document search means for performing a search from the list and additionally presenting a list of related document files as candidates for the link destination document. By providing such a related document search means, even if a document that is not included in the search result list of registered documents searched according to the keyword or question text entered by the user is searched and linked. It becomes possible to add to the candidates for the previous document.
[0011]
Instead of or in addition to the related document search means, the document file registered in the database is re-searched according to the newly input keyword or question sentence, and a list of the re-search results is displayed as the linked document. Re-search means for additionally presenting as candidates may be used.
[0012]
The link collection is registered in the database as one of the document files to be searched, and only the link collection is searched from the document files registered in the database, and a list of the link collection is displayed. It is desirable to provide means for presenting. As a result, the link collection can be searched and used in the same manner as the document file, and the target document can be referred to from the list of link collections without inputting a keyword or a question sentence.
[0014]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
FIG. 1 shows a configuration of a client server type computer system to which a document search system according to an embodiment of the present invention is applied. As shown in the figure, this computer system includes a server computer 11 and a plurality of client computers 12. Server computer 11 and client computer 12 are connected via a computer network such as a LAN or the Internet.
[0015]
As shown in the figure, the server computer 11 is provided with a natural language search system 111, an HTTP server 112, and the like. The natural language search system 111 is a search system capable of efficiently searching a pre-registered document file with daily words (natural language), and a query sentence with daily words (natural language) from the client computer 12. (Query) is analyzed, and further processing such as syntax analysis, morphological analysis, keyword weighting processing, similarity calculation, and the like is performed to search for an appropriate document from registered documents. The natural language search system 111 includes a search server 201, a search engine 202, and a database 203.
[0016]
The database 203 stores document files registered as search targets and search data (index data) corresponding thereto. The search engine 202 is a software module for performing the above-described processing for natural language search, and by using the search data in the database 203, registration that matches the condition specified by the question sentence or input keyword in the natural language. Search for documents. The search server 201 is a software module for providing a search service to the client computer 12 through the HTTP server 112, and includes a link collection management unit 201a that manages the link collection, which is a feature of the present embodiment.
[0017]
The link collection is a set of link destination information for each of the documents related to each other among the registered documents registered in the database 203, and is registered in the database 203 as one of the normal search target documents. The link collection management unit 201a is for performing processing related to creation, registration, search, and the like of the link collection, and manages the link destination information for the ID and the link destination document for each created link collection. By managing the ID of each link collection in the link collection management unit 201a, it is possible to classify whether a document registered as a search target document file in the database 203 is a normal document or a link collection.
[0018]
The user of each client computer 12 can access the server computer 11 through the Web browser 121 to search a document file, create / search a link collection, and the like.
[0019]
FIG. 2 schematically shows an example of the data structure of the link collection.
As described above, the link collection is a kind of document file, and includes “title”, “comment”, “link destination information”, and the like. “Title” is a headline of the corresponding link collection, and “comment” is document information that briefly describes the contents of the link collection. “Link destination information” is a set of links to document files (here, document files A, B, and C) to be referred to as link destination documents, and is composed of ID groups of document files to be referred to. .
[0020]
(Creation / registration of links)
Next, the link collection creation function provided by the search server 201 will be described.
The link collection creation / registration function is a support function that allows a user to easily create a link collection on the web browser 121 and register it in the database 203, and is provided to the web browser 121 by the search server 201. By selecting the “Create link collection” function on the Web page, a procedure for that is executed.
[0021]
In this case, first, the search server 201 provides the Web browser 121 with a screen for creating a collection of links, and the processing proceeds according to the operation on the screen. Here, a series of processing for link collection creation / registration will be described with reference to the flowchart of FIG. 3 and display screen examples of FIGS. 4 and 5.
[0022]
First, the client computer 12 inputs a title of the link collection, a comment, and a creator, and also inputs a question sentence (natural sentence) or a keyword in a natural language. Link candidates are searched (step S101). The link collection title, comment, creator input operation, and natural sentence or keyword input operation are performed on the screen of FIG.
[0023]
That is, the screen of FIG. 4 is a link collection creation screen that is displayed when the “link collection creation” button is pressed on the Web page that is first provided by the search server 201. A group of input fields for titles, comments, and creators corresponding to the link collection, a question sentence in natural language, and keywords are provided. The input field of “Title” is for registering the title of the link collection, and the character string “Link Collection:” is automatically inserted at the head of the input title. The “comment” input field is used for registering a comment for the link collection, and the “creator” input field is used for registering the creator name of the link collection.
[0024]
When a question sentence or keyword is input in the “question sentence” or “keyword” input field and the “search” button is pressed, the information is sent to the search server 201 and the database 201 is searched. Then, a list of search results is returned from the search server 201 to the Web browser 121.
[0025]
Next, the client computer 12 performs a selection operation of a document file to be registered in the link collection as a link destination document from the search result list display screen displayed on the Web browser 121 (step S102). A display example of the search result list display screen is shown in FIG. On the list display screen, as shown in the figure, the headings of the retrieved document files are displayed in order of score. The score indicates the degree of coincidence with the “question sentence” or “keyword”, and here, the score is displayed with the number of stars and%. A check box as shown in the figure is provided next to the heading of each document file. By checking this, a document file to be registered in the link collection can be selected.
[0026]
Next, in accordance with the operation on the search result list display screen of FIG. 5, it is determined which of registration / re-search / related document search is to be performed (step S103). When the “Register” button on the search result list display screen of FIG. 5 is pressed, a link collection including the currently selected document file (the document file checked by the check) as a link destination document is created, and this is a database. It is automatically registered in 203 (step S104). In this case, morphological analysis is performed on the titles and comments of the link collection, and search index data necessary for the search of the link collection is created based on the result and registered in the database 203. In addition, the ID of each selected document file is generated as link destination information, which is managed by the link collection management unit 201a together with the ID of the link collection.
[0027]
When a “re-search” button is pressed in a state where a new question text or keyword is entered in the question text / keyword input field on the search result list display screen of FIG. 5, the registration document of the new question text or keyword is registered. The re-search is executed, and the search result is additionally displayed as a link destination document candidate on the search result list display screen of FIG. 5 (step S105). In this re-search process, the document file already checked in step S102 is left on the search result list screen as it is, and instead of the unchecked document file list, the document file newly searched by the re-search is stored. A list is displayed.
[0028]
Further, when the “Related Search” button on the search result list screen in FIG. 5 is pressed, a document file related to the currently selected document file (the document file checked by the check) is searched from the database 203. A related document search process for additionally displaying as a link destination document candidate on the search result list screen is executed (step S106). Even in this case, document files that have already been checked are left as they are on the search result list screen, and a list of newly searched document files is displayed instead of a list of unchecked document files. . In the related document search process, search index data corresponding to each currently selected document file is read from the database 203, and a new question sentence or keyword is automatically generated using the search index data. The search by the question sentence or the keyword is executed. This makes it possible to search for related documents similar to the document selected as the link destination candidate and present it as a link destination candidate.
[0029]
In this way, after the re-search process or the related document search process is performed, the document file selection process in step S102 is performed again. When the “Register” button is pressed, a link collection including the document files selected up to that point is created as a link destination document and registered in the database 203 (step S104).
[0030]
(List of links)
Next, a link collection list display function for displaying a list of link collections registered in the database 203 will be described.
[0031]
This link collection list display function searches only the link collection from the documents registered in the database 203 and provides the list to the requesting client computer 12 instead of a normal document file search by a question sentence or a keyword. That's it. The link collection list display function service is activated by, for example, pressing a “link collection” button on the screen of FIG. Hereinafter, a series of processing related to the link list display will be described with reference to the flowchart of FIG. 6 and display screen examples of FIGS. 7 and 8.
[0032]
First, when the “link collection” button is pressed, the search of the link collection from the database 203 is performed by the search server 201 based on the ID of each registered link collection, and the link collection obtained by the search is searched. The list is displayed on the requesting Web browser 121 (step S201). FIG. 7 shows an example of a screen for displaying the link list.
[0033]
As shown in FIG. 7, on the link collection list display screen, the titles, creator names, and comments for each of all the link collections registered in the database 203 are displayed side by side. At the top of the title, a character string “link collection:” added at the time of creating the link collection is additionally displayed.
[0034]
When a title of a certain link collection is selected on the link collection list display screen (step S202), the text (title, creator name, document ID, comment) of the selected link collection and link destination information are displayed. It is provided from the search server 201 to the requesting Web browser 121, and is displayed by the Web browser 121 as shown in FIG. 8 (step S203). FIG. 8 shows a display example when a link collection having the title “Link collection; recommendation of knowledge management” is selected. In the link destination information display area, a list of titles of the link destination documents is displayed. When a title of a certain linked document is selected on this screen (step S204), the text of the selected document is provided from the search server 201 to the requesting Web browser 121, which is the Web browser 121. Is displayed on the screen (step S205).
[0035]
(Search links)
Next, a process for searching a link collection from the database 203 using keywords and question sentences as in the case of a normal document will be described.
[0036]
As described above, the search data obtained by analyzing the title and comment of the link collection is registered in the database 203. However, it is not possible to obtain a sufficient hit rate by itself. Leakage may occur. Therefore, in this system, there is provided a mechanism for searching for a linked document having the ID of a normal document searched from the database 203 as a link destination information by a keyword and a question sentence, and providing it as a search result list. . Hereinafter, a series of processing for link collection search will be described with reference to a flowchart of FIG. 9 and a display screen example of FIG.
[0037]
First, the client computer 12 inputs a question sentence or a keyword, and a process of searching for a corresponding document from registered documents in the database 203 based on the question sentence or the keyword is performed (step S301). Next, a search for a link collection having the searched document as a link destination is performed (step S302), and a search result list includes a document searched by a question sentence or a keyword and a link collection specifying the document as a link destination document. Are provided together with the requesting Web browser 121 and displayed on the screen by the Web browser 121 (step S303). An example of this display screen is shown in FIG.
[0038]
FIG. 10 shows a case where a link collection having the title “link collection; recommendation of knowledge management” is searched in addition to a normal document searched by a question sentence or a keyword. This collection of links includes at least one of the retrieved normal documents as a link destination document.
[0039]
When a certain link collection is selected on the search result list display screen of FIG. 10 (step S304), the text (title, creator name, document ID, comment) and link destination information of the selected link collection are displayed. The search server 201 provides the request to the Web browser 121, which is displayed by the Web browser 121 as described with reference to FIG. 8 (step S305). Then, by selecting the title of the target document from the documents specified by the link destination information on the screen (step S306), the text of the selected document can be displayed on the screen by the Web browser 121. Yes (step S307).
[0040]
As described above, in the document search system according to the present embodiment, the selected document can be selected simply by selecting the corresponding document from the search result list of registered documents searched according to the input keyword or question sentence. A link collection including link destination information corresponding to each can be automatically created and registered in the database 203. In addition, since it is possible to search and refer to linked documents using the registered link collection, related documents registered in the database 203 can be retrieved without repeating a search using a keyword or a question sentence many times. It will be possible to search all at once.
[0041]
In the above description, the case where the document search system of the present embodiment is applied to a client-server type computer system has been described as an example. However, the document search system can be similarly applied to a stand-alone computer. .
[0042]
In addition, since the natural language search system 111 according to the present embodiment is realized by a computer program, the computer program is stored in a computer-readable storage medium so that the computer program can be transferred to a normal computer through the storage medium. The effect similar to that of the present embodiment can be obtained only by introduction. The computer program can be distributed not only via a storage medium but also via a communication medium.
[0043]
Further, the present invention is not limited to the above-described embodiment, and various modifications can be made without departing from the scope of the invention in the implementation stage. Further, the above embodiments include inventions at various stages, and various inventions can be extracted by appropriately combining a plurality of disclosed constituent elements. For example, even if some constituent requirements are deleted from all the constituent requirements shown in the embodiment, the problem described in the column of the problem to be solved by the invention can be solved, and the effect described in the column of the effect of the invention Can be obtained as an invention.
[0044]
【The invention's effect】
As described above, according to the present invention, a collection of links for referring to related registered documents can be easily created and registered using a list of search results, and related documents registered in the database are stored once. It is possible to search without any leaks. In particular, the link collection can be easily searched by registering the link collection in the database as one of ordinary documents.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a configuration of a client server type computer system to which a document search system according to an embodiment of the present invention is applied.
FIG. 2 is a diagram for explaining a data structure of a link collection used in the embodiment.
FIG. 3 is an exemplary flowchart illustrating a procedure of link collection creation processing which is executed in the embodiment;
FIG. 4 is an exemplary view showing a first display screen provided in the link collection creating process of the embodiment.
FIG. 5 is an exemplary view showing a second display screen provided in the link collection creation process of the embodiment.
FIG. 6 is an exemplary flowchart showing the procedure of a link collection list display process which is executed in the embodiment;
FIG. 7 is an exemplary view showing a first display screen provided in a link collection list display process executed in the embodiment.
FIG. 8 is an exemplary view showing a second display screen provided in the link collection list display process executed in the embodiment.
FIG. 9 is an exemplary flowchart illustrating a procedure of link collection search processing which is executed in the embodiment;
FIG. 10 is an exemplary view showing a display screen provided in the link collection search process of the embodiment.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 11 ... Server computer 12 ... Client computer 111 ... Natural language search system 112 ... HTTP server 121 ... Web browser 201 ... Search server 202 ... Search engine 203 ... Database 201a ... Link collection management part

Claims (8)

クライアントコンピュータにネットワークを介して接続されたサーバコンピュータが、前記クライアントコンピュータから入力されるキーワードまたは質問文に応じて、前記サーバコンピュータに設けられたデータベースに登録されている文書ファイルの検索を行う文書検索システムにおいて、
前記クライアントコンピュータから入力されるキーワードまたは質問文に応じて前記データベースに登録されている文書ファイルを検索し、その検索結果の一覧を前記クライアントコンピュータに提示する手段と、
前記検索結果の一覧の中から前記クライアントコンピュータによってリンク先文書として選択された文書ファイルそれぞれの識別情報を含むリンク集を作成し、そのリンク集を前記データベースに文書ファイルの一つとして登録するリンク集作成・登録手段と、
前記リンク集作成・登録手段によって前記データベースに登録されたリンク集を用いて、前記データベースに登録されているリンク先文書の検索を行うリンク先文書検索手段と
前記クライアントコンピュータから入力されるキーワードまたは質問文に応じて前記キーワードまたは質問文に対応する文書ファイルを前記データベースから検索すると共に、前記検索された文書ファイルと、前記キーワードまたは質問文に対応するタイトルまたはコメントを含むリンク集と、前記検索された文書ファイルをリンク先文書として指定する識別情報を含むリンク集とを、検索結果の一覧として併せて前記クライアントコンピュータに提示するリンク集検索手段とを具備することを特徴とする文書検索システム。
A server computer connected via a network to a client computer, in response to a keyword or question inputted from the client computer, the document retrieval to search for a document file that the registered in the database provided in the server computer In the system,
Means for searching a document file registered in the database according to a keyword or a question sentence input from the client computer, and presenting a list of search results to the client computer ;
A link collection that includes identification information of each document file selected as a link destination document by the client computer from the search result list and registers the link collection as one of the document files in the database. Creation / registration means,
Link destination document search means for searching for a link destination document registered in the database using the link collection registered in the database by the link collection creation / registration means ;
A document file corresponding to the keyword or question sentence is searched from the database according to a keyword or question sentence input from the client computer, and the searched document file and a title or a title corresponding to the keyword or question sentence A link collection search means for presenting a link collection including a comment and a link collection including identification information for specifying the searched document file as a link destination document to the client computer together with a list of search results; A document retrieval system characterized by that.
前記クライアントコンピュータによって前記リンク先文書として選択された文書ファイルを解析し、その解析結果をキーワードまたは質問文として用いることによって、前記選択された文書ファイルに関連する文書ファイルを前記データベースから検索し、その関連する文書ファイルの一覧をリンク先文書候補として前記クライアントコンピュータに追加提示する関連文書検索手段をさらに具備することを特徴とする請求項1記載の文書検索システム。By analyzing the document file selected as the link destination document by the client computer, and using the analysis result as a keyword or a question sentence, the document file related to the selected document file is searched from the database, 2. The document search system according to claim 1, further comprising related document search means for additionally presenting a list of related document files as link destination document candidates to the client computer . 前記クライアントコンピュータから新たに入力されたキーワードまたは質問文に応じて前記データベースに登録されている文書ファイルを再検索し、その再検索結果の一覧をリンク先文書候補として前記クライアントコンピュータに追加提示する再検索手段をさらに具備することを特徴とする請求項1記載の文書検索システム。 The document file registered in the database is re-searched in accordance with a keyword or question sentence newly input from the client computer, and a list of the re-search results is additionally presented to the client computer as linked document candidates. 2. The document retrieval system according to claim 1, further comprising retrieval means. 前記データベースに登録されている文書ファイルの中からリンク集のみを検索して、そのリンク集の一覧を前記クライアントコンピュータに提示する手段をさらに具備することを特徴とする請求項1記載の文書検索システム。2. The document retrieval system according to claim 1, further comprising means for retrieving only a link collection from the document files registered in the database and presenting a list of the link collection to the client computer. . クライアントコンピュータにネットワークを介して接続されたサーバコンピュータが、前記クライアントコンピュータから入力されるキーワードまたは質問文に応じて、前記サーバコンピュータに設けられたデータベースに登録されている文書ファイルの検索を行う文書検索方法において、A document search in which a server computer connected to a client computer via a network searches a document file registered in a database provided in the server computer according to a keyword or a question sentence input from the client computer In the method
前記サーバコンピュータが、前記クライアントコンピュータから入力されるキーワードまたは質問文に応じて前記データベースに登録されている文書ファイルを検索し、その検索結果の一覧を前記クライアントコンピュータに提示するステップと、The server computer searching a document file registered in the database according to a keyword or a question sentence input from the client computer, and presenting a list of search results to the client computer;
前記サーバコンピュータが、前記検索結果の一覧の中から前記クライアントコンピュータによってリンク先文書として選択された文書ファイルそれぞれの識別情報を含むリンク集を作成し、そのリンク集を前記データベースに文書ファイルの一つとして登録するリンク集作成・登録ステップと、The server computer creates a link collection including identification information of each document file selected as a link destination document by the client computer from the list of search results, and stores the link collection in the database as one of the document files. Link collection creation / registration step to register as,
前記サーバコンピュータが、前記データベースに登録されたリンク集を用いて、前記データベースに登録されているリンク先文書の検索を行うリンク先文書検索ステップと、A link destination document search step in which the server computer searches for a link destination document registered in the database using a link collection registered in the database;
前記サーバコンピュータが、前記クライアントコンピュータから入力されるキーワードまたは質問文に応じて前記キーワードまたは質問文に対応する文書ファイルを前記データベースから検索すると共に、前記検索された文書ファイルと、前記キーワードまたは質問文に対応するタイトルまたはコメントを含むリンク集と、前記検索された文書ファイルをThe server computer searches the database for a document file corresponding to the keyword or question sentence according to the keyword or question sentence input from the client computer, and the retrieved document file and the keyword or question sentence Links containing titles or comments corresponding to the リンク先文書として指定する識別情報を含むリンク集とを、検索結果の一覧として併せて前記クライアントコンピュータに提示するリンク集検索ステップとを具備することを特徴とする文書検索方法。A document search method comprising: a link collection search step of presenting a link collection including identification information designated as a link destination document together with a list of search results to the client computer.
前記サーバコンピュータが、前記データベースに登録されている文書ファイルの中からリンク集のみを検索して、そのリンク集の一覧を提示するステップをさらに具備することを特徴とする請求項5記載の文書検索方法。6. The document search according to claim 5, further comprising a step in which the server computer searches only the link collection from the document files registered in the database and presents a list of the link collection. Method. クライアントコンピュータにネットワークを介して接続されたサーバコンピュータに、前記クライアントコンピュータから入力されるキーワードまたは質問文に応じて、前記サーバコンピュータに設けられたデータベースに登録されている文書ファイルの検索を実行させるためのコンピュータプログラムが記憶されたコンピュータ読み取り可能な記憶媒体であって、To cause a server computer connected to a client computer via a network to execute a search for a document file registered in a database provided in the server computer in accordance with a keyword or a question sentence input from the client computer A computer-readable storage medium storing a computer program of
前記コンピュータプログラムは、The computer program is
前記クライアントコンピュータから入力されるキーワードまたは質問文に応じて前記データベースに登録されている文書ファイルを検索し、その検索結果の一覧を前記クライアントコンピュータに提示する手順と、A procedure for searching a document file registered in the database according to a keyword or a question sentence input from the client computer, and presenting a list of search results to the client computer;
前記検索結果の一覧の中から前記クライアントコンピュータによってリンク先文書として選択された文書ファイルそれぞれの識別情報を含むリンク集を作成し、そのリンク集を前記データベースに文書ファイルの一つとして登録するリンク集作成・登録手順と、A link collection that includes identification information of each document file selected as a link destination document by the client computer from the search result list and registers the link collection as one of the document files in the database. Creation and registration procedures,
前記データベースに登録されたリンク集を用いて、前記データベースに登録されているリンク先文書の検索を行うリンク先文書検索手順と、A link destination document search procedure for searching for link destination documents registered in the database using the link collection registered in the database;
前記クライアントコンピュータから入力されるキーワードまたは質問文に応じて前記キーワードまたは質問文に対応する文書ファイルを前記データベースから検索すると共に、前記検索された文書ファイルと、前記キーワードまたは質問文に対応するタイトルまたはコメントを含むリンク集と、前記検索された文書ファイルをリンク先文書として指定する識別情報を含むリンク集とを、検索結果の一覧として併せて前記クライアントコンピュータに提示するリンク集検索手順とを前記サーバコンピュータに実行させることを特徴とする記憶媒体。A document file corresponding to the keyword or question sentence is searched from the database according to a keyword or question sentence input from the client computer, and the searched document file and a title or a title corresponding to the keyword or question sentence A link collection search procedure for presenting a link collection including a comment and a link collection including identification information designating the searched document file as a link destination document to the client computer together as a list of search results; A storage medium that is executed by a computer.
前記コンピュータプログラムは、The computer program is
前記データベースに登録されている文書ファイルの中からリンク集のみを検索して、そのリンク集の一覧を提示する手順を前記サーバコンピュータにさらに実行させることを特徴とする請求項7記載の記憶媒体。8. The storage medium according to claim 7, further causing the server computer to further execute a procedure of searching only a link collection from document files registered in the database and presenting a list of the link collection.
JP2000227325A 2000-07-27 2000-07-27 Document search system and document search method Expired - Fee Related JP4034503B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000227325A JP4034503B2 (en) 2000-07-27 2000-07-27 Document search system and document search method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000227325A JP4034503B2 (en) 2000-07-27 2000-07-27 Document search system and document search method

Publications (2)

Publication Number Publication Date
JP2002041577A JP2002041577A (en) 2002-02-08
JP4034503B2 true JP4034503B2 (en) 2008-01-16

Family

ID=18720795

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000227325A Expired - Fee Related JP4034503B2 (en) 2000-07-27 2000-07-27 Document search system and document search method

Country Status (1)

Country Link
JP (1) JP4034503B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7188879B2 (en) * 2017-11-24 2022-12-13 ヤフー株式会社 Provision device, provision method and provision program
JP6700450B1 (en) * 2019-03-07 2020-05-27 みずほ情報総研株式会社 Document output system, document output method, and document output program

Also Published As

Publication number Publication date
JP2002041577A (en) 2002-02-08

Similar Documents

Publication Publication Date Title
JP4467184B2 (en) Semantic analysis and selection of documents with knowledge creation potential
US6094649A (en) Keyword searches of structured databases
US9323827B2 (en) Identifying key terms related to similar passages
US7788262B1 (en) Method and system for creating context based summary
US8290967B2 (en) Indexing and search query processing
US20020032693A1 (en) Method and system of establishing electronic documents for storing, retrieving, categorizing and quickly linking via a network
US20020002547A1 (en) Information retrieval apparatus and information retrieval method
JP2006505863A (en) Electronic document repository management and access system
US20080162115A1 (en) Computer program, apparatus, and method for searching translation memory and displaying search result
JP2005122295A (en) Relationship figure creation program, relationship figure creation method, and relationship figure generation device
Candela et al. A linked open data framework to enhance the discoverability and impact of culture heritage
JP4200834B2 (en) Information search system, information search method, and information search program
JP3803961B2 (en) Database generation apparatus, database generation processing method, and database generation program
JPH11224256A (en) Information retrieving method and record medium recording information retrieving program
JP2006099428A (en) Document summary preparation system, method, and program
JP3178421B2 (en) Text search device and computer-readable recording medium storing text search program
US20110252313A1 (en) Document information selection method and computer program product
KR102256007B1 (en) System and method for searching documents and providing an answer to a natural language question
Kiran et al. An approach towards establishing reference linking in desktop reference manager
JP4034503B2 (en) Document search system and document search method
KR101037091B1 (en) Ontology Based Semantic Search System and Method for Authority Heading of Various Languages via Automatic Language Translation
JPH1166078A (en) Retrieval request embodiment method/device and storage medium storing retrieval, request embodiment program
JP2005025418A (en) Question answering device, question answering method, and program
JP2002183195A (en) Concept retrieving system
WO2001024053A2 (en) System and method for automatic context creation for electronic documents

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040915

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070703

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070903

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20071023

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20071025

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101102

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101102

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101102

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111102

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111102

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121102

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131102

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees