JP2007034466A - Information retrieval system and information retrieval program - Google Patents

Information retrieval system and information retrieval program Download PDF

Info

Publication number
JP2007034466A
JP2007034466A JP2005213885A JP2005213885A JP2007034466A JP 2007034466 A JP2007034466 A JP 2007034466A JP 2005213885 A JP2005213885 A JP 2005213885A JP 2005213885 A JP2005213885 A JP 2005213885A JP 2007034466 A JP2007034466 A JP 2007034466A
Authority
JP
Japan
Prior art keywords
word
event
search
conversion
browser terminal
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.)
Granted
Application number
JP2005213885A
Other languages
Japanese (ja)
Other versions
JP4781741B2 (en
JP2007034466A5 (en
Inventor
Ikuo Kitagishi
郁雄 北岸
Takumi Kageyama
工 影山
Kazuya Tanaka
一哉 田中
Motohiro Koma
基裕 小間
Masanori Osugi
眞規 大杉
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.)
Yahoo Japan Corp
Original Assignee
Yahoo Japan 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 Yahoo Japan Corp filed Critical Yahoo Japan Corp
Priority to JP2005213885A priority Critical patent/JP4781741B2/en
Publication of JP2007034466A publication Critical patent/JP2007034466A/en
Publication of JP2007034466A5 publication Critical patent/JP2007034466A5/ja
Application granted granted Critical
Publication of JP4781741B2 publication Critical patent/JP4781741B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To estimate a purpose of information retrieval for presenting a combination of proper search keywords in AND-retrieval before information retrieval processing. <P>SOLUTION: This information retrieval system is provided with a means returning a web page, in which records corresponding to the search words from a browser terminal is listed, to the browser terminal, a means sending a list of translated words, which are translated from Japanese in Roman characters inputted by keys during a search keyword input process at the browser terminal into Japanese, to the browser terminal, and a means returning an event related term corresponding to an event word to the browser terminal when the search keyword selected from the translated word list at the browser terminal corresponds to the event word associated with a predetermined period or date. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

この発明は、検索キーワードに基づいて情報検索を行うコンピュータシステムに関する。   The present invention relates to a computer system that searches information based on a search keyword.

インターネット利用の普及に伴って、利用者は膨大な量の情報にアクセスする環境を手に入れた。そしてインターネット利用者は、膨大な量の情報から目的とする情報を直接入手するために、検索サイトと呼ばれるWebサイトを活用している。むしろ検索サイトは、インターネット利用者が際に最もよく閲覧するWebサイトであるとも言える。   With the widespread use of the Internet, users have gained access to an enormous amount of information. In order to directly obtain target information from a huge amount of information, Internet users use a website called a search site. Rather, it can be said that the search site is a Web site that Internet users browse most often.

検索サイトを実現するためのコンピュータシステム(情報検索システム)は、WWWサーバーと、検索エンジンとにより構成される。情報検索システムは、WWWサーバーによる「検索フロント」と呼ばれる機能を備えている。検索フロントは、ブラウザ端末とのインタフェースであり、アクセスしてきたブラウザを実装するコンピュータ(ブラウザ端末)に情報検索サービスの窓口となるWebページを返送し、ブラウザ端末からの検索キーワードを受け付ける。そして、その検索キーワードを検索エンジンに与える。   A computer system (information search system) for realizing a search site includes a WWW server and a search engine. The information search system has a function called “search front” by a WWW server. The search front is an interface with the browser terminal, returns a Web page serving as an information search service window to a computer (browser terminal) that implements the accessed browser, and receives a search keyword from the browser terminal. Then, the search keyword is given to the search engine.

検索エンジンは、インターネット上にある膨大な情報について、その内容や所在など、利用者が最終的に入手したい情報への手がかりとなる情報(レコード)を、付帯するデータベースに蓄積・管理し、検索フロントを介してブラウザ端末から介して受け付けた検索キーワードをデータベースに照会し、該当するレコードを検索フロントに返す。検索フロントは、検索結果として、検索エンジンから受け取ったレコードの一覧をWebページに作成してブラウザ端末に返送する。   The search engine stores and manages information (records), which is a clue to the information that the user wants to finally obtain, such as the content and location of the vast amount of information on the Internet, in the accompanying database, The search keyword received from the browser terminal is inquired to the database via the, and the corresponding record is returned to the search front. The search front creates a list of records received from the search engine as a search result on a Web page and returns it to the browser terminal.

利用者が、目的する情報を確実に得るために、検索エンジンに複数の検索キーワードを与え、その複数の検索キーワードの双方に該当するレコードを提示してもらう、「アンド検索」がある。しかしながら、アンド検索に用いる複数のキーワードが適切でないと、該当するレコードが検索されなかったり、あるいは見当違いのレコードが検索されたりしてしまう。そのため、アンド検索は、ある程度情報検索に慣れた人向きの手法であると言える。   There is an “and search” in which a user gives a plurality of search keywords to a search engine and presents records corresponding to both of the plurality of search keywords in order to surely obtain the target information. However, if a plurality of keywords used in the AND search are not appropriate, the corresponding record is not searched or a misregistered record is searched. Therefore, it can be said that AND search is a technique suitable for people who are used to information search to some extent.

検索キーワードを検索エンジンに与えて検索結果を取得し、また一つ検索キーワードを追加して先の検索キーワードとともにアンド検索させ、目的とする情報に近いレコードがなければ追加した検索キーワードを他のものに変えてから再度アンド検索させる、という方法もあるが、検索キーワードを検索エンジンに与えて検索結果を得るまでに時間や手間が掛かる。   The search keyword is given to the search engine to obtain the search result, and one search keyword is added and AND search is performed together with the previous search keyword. If there is no record close to the target information, the added search keyword is another one. There is also a method of performing an AND search again after changing to, but it takes time and effort to obtain a search result by giving a search keyword to a search engine.

そこで、情報検索システムにて、アンド検索したときに受け付けた複数の検索キーワードとその受付頻度を記憶・管理しておき、ある検索キーワードを受け付けて検索結果をブラウザに返送する際、その受け付けた検索キーワードとともにアンド検索した他の検索キーワードを提示することが考えられる。確かに、検索キーワードを提示することで目的とする情報を利用者が得る可能性は高くなる、しかし、検索キーワードを送信して検索結果を受信し再度追加の検索キーワードを検索エンジンに与える、という手順自体は変わらず、相変わらず時間がかかる。情報検索システムにおいても検索処理を再度行うことで負荷が増大する。   Therefore, the information search system stores and manages a plurality of search keywords accepted when AND search is performed, and accepts the search results when a certain search keyword is accepted and the search results are returned to the browser. It is conceivable to present other search keywords that have been AND searched together with the keywords. Certainly, by presenting the search keyword, the user is more likely to obtain the target information. However, the search keyword is transmitted, the search result is received, and the additional search keyword is given to the search engine again. The procedure itself does not change and still takes time. Even in the information retrieval system, the load increases by performing the retrieval process again.

また、複数の検索キーワードとその受付頻度を管理していたとしても、頻度の高いキーワードの組み合わせ(関連語)は年間を通して一律に高い頻度なのであって、特殊な場合では必ずしもその組み合わせ利用者が目的とする情報検索のための検索キーワードには成り得ない。たとえば、「クリスマス」とともにアンド検索される検索キーワードとしては、年間を通じて「キリスト」「プレゼント」「サンタクロース」などの語が指定される頻度が高いと予想できる。しかし、12月24日の間近であれば、「イルミネーション」「夜景」など、クリスマスイブの利用者の行動に直結するような語が「クリスマス」とともにアンド検索される頻度が高い。もちろん、検索回数の絶対値自体は少なくても、これら「イルミネーション」「夜景」は、クリスマス直前の期間において、他の期間と比べて明らかに検索回数が急増する。そのため、12月24日の直前数日〜1週間程度の期間では、一つの検索キーワード「クリスマス」を利用者が指定したとしても、実は、利用者はクリスマス当日に「イルミネーション」や「夜景」を見に行きたくて情報を得ようとしている可能性が高い。   Also, even if you manage multiple search keywords and their acceptance frequency, the combination of frequently used keywords (related words) is uniformly high throughout the year. It cannot be a search keyword for information retrieval. For example, as a search keyword that is AND-searched together with “Christmas”, it can be expected that words such as “Christ”, “Present”, and “Santa Claus” are frequently specified throughout the year. However, if it is close to December 24, words such as “illumination” and “night view” that directly relate to the behavior of the user on Christmas Eve are frequently searched with “Christmas”. Of course, even if the absolute value of the number of searches is small, the “illumination” and “night view” clearly increase the number of searches in the period immediately before Christmas compared to other periods. Therefore, even if the user specifies one search keyword “Christmas” for the period of several days to one week immediately before December 24, the user actually “illuminates” or “night view” on Christmas day. There is a high possibility that you want to go to see and get information.

そこで本発明は、情報検索処理に掛かる時間や処理負荷を軽減させつつ、情報検索の目的をも推測し、情報検索処理以前にアンド検索における適切な検索キーワードの組み合わせを提示できる情報検索システムを提供することを目的としている。   Therefore, the present invention provides an information search system that can estimate the purpose of information search while reducing the time and processing load required for the information search process, and can present an appropriate combination of search keywords in AND search before the information search process. The purpose is to do.

上記目的を達成するための本発明は、情報検索システムであって、
所定の検索キーワードをイベントワードとして所定の時期に対応付けするとともに、当該イベントワードに特定の検索キーワードをイベント関連語として対応付けして管理し、検索された検索キーワードが、現時点に対応する前記イベントワードに該当すれば、当該イベントワードに対応する前記イベント関連語を抽出するイベントワード抽出手段を備えた情報検索システムとした。
The present invention for achieving the above object is an information retrieval system,
A predetermined search keyword is associated with an event word at a predetermined time, and a specific search keyword is associated with the event word as an event-related word and managed, and the searched search keyword corresponds to the current event If it corresponds to a word, the information search system includes an event word extracting unit that extracts the event-related word corresponding to the event word.

また上記情報検索システムは、WWWサーバー機能を備えたコンピュータシステムにより構成され、
アクセスしてきたブラウザ端末から送付されてきた検索キーワードに該当するレコードを出力する検索エンジンと、
前記検索エンジンが出力したレコードを一覧にした検索結果ページを前記ブラウザ端末に返送する検索結果ページ返送手段と、
与えられた文字をかな漢字変換した変換語を出力する日本語変換手段と、
前記ブラウザ端末におけるキー入力状況を監視し、検索キーワードを入力する経過でキー入力される文字を前記日本語変換手段に与え、該当する変換語のリストをブラウザ端末に送付する変換語リスト送付手段と、を備え、
前記イベントワード抽出手段は、前記変換語リストを送付したブラウザ端末にて当該リスト中のある検索キーワードが検索された場合に、当該検索キーワードが現時点に対応する前記イベントワードに該当すれば、当該イベントワードに対応する前記イベント関連語を前記ブラウザ端末に返送することとしてもよい。
The information retrieval system is constituted by a computer system having a WWW server function,
A search engine that outputs records corresponding to the search keyword sent from the browser terminal that has been accessed,
Search result page return means for returning a search result page listing the records output by the search engine to the browser terminal;
Japanese conversion means for outputting a conversion word obtained by converting a given character into Kana-Kanji,
A conversion word list sending means for monitoring a key input situation in the browser terminal, giving a character key-input in the course of inputting a search keyword to the Japanese conversion means, and sending a list of corresponding conversion words to the browser terminal; With
The event word extracting means, when a search keyword in the list is searched at the browser terminal that sent the converted word list, if the search keyword corresponds to the event word corresponding to the current time, The event-related word corresponding to the word may be returned to the browser terminal.

この場合、前記検索エンジンによる検索キーワードの検索履歴を管理するクエリーデータベースと、
前記変換語リストを送付したブラウザ端末にてある変換語が選択されると、前記クエリーデータベースの管理情報に基づいて当該変換語とともに過去にアンド検索された頻度が高い検索キーワードを関連語としてリストアップした関連語リストを当該ブラウザ端末に返送する関連語リスト返送手段とを備え、
前記イベントワード抽出手段は、前記クエリーデータベースの管理情報に基づいて、特定の期間に検索履歴が特異的に増加する検索キーワードを前記イベントワードとし、前記特定の期間において前記イベントワードとともにアンド検索された検索キーワードのうち特異的に検索履歴が増加するものを前記イベント関連語とするとともに、前記ブラウザ端末にて前記変換語リストから選択された変換語がイベントワードに該当する場合、前記関連語リストに対応のイベント関連語を他の関連語と識別可能にして含めることとしてもよい。
In this case, a query database that manages a search history of search keywords by the search engine;
When a conversion word is selected by the browser terminal that has sent the conversion word list, a search keyword that has been frequently AND-searched with the conversion word in the past is listed as a related word based on the management information of the query database. A related word list returning means for returning the related word list to the browser terminal,
The event word extraction means uses the search keyword whose search history increases specifically during a specific period as the event word based on the management information of the query database, and is AND-searched together with the event word during the specific period A search keyword that has a search history that specifically increases is used as the event-related word, and if a conversion word selected from the conversion word list in the browser terminal corresponds to an event word, Corresponding event related words may be included so as to be distinguishable from other related words.

より好ましくは、上記情報検索システムは、所定のURLを指定してアクセスしてきたブラウザ端末に検索キーワードの入力欄と、当該ブラウザ端末にて検索指示があると前記検索キーワード入力欄に入力されている検索キーワードを送出する機能と、当該ブラウザ端末にて解釈実行される制御プログラムとを含んだ検索窓口ページを送付する前記検索窓口ページ送付手段と、
アルファベットの文字列とかな文字との対応関係や、かな文字列と漢字を含む変換語との対応関係を蓄積・管理する辞書データベースを備え、
前記日本語変換手段は、前記ブラウザ端末において順次入力されるキー入力情報を順次取得するとともに、当該キー入力情報により特定される文字列に対応するかな文字を前記辞書データベースから抽出して前記ブラウザ端末に送付するとともに、前記ブラウザ端末から送付されてきたかな文字列を前記辞書データベースに照会して対応する変換語のリストを前記ブラウザ端末に返送し、
前記制御プロラムは、
前記ブラウザ端末にて前記検索キーワード入力欄への文字入力があると当該文字入力の過程における前記キー入力情報を前記日本語変換手段へ逐一送付させる機能と、
前記日本語変換手段から送付されてきたかな文字を前記キーワード入力欄に入力する機能と、
前記ブラウザ端末にて変換指示に対応する所定のキー入力があると、前記キーワード入力欄に入力されているかな文字を前記かな漢字変換手段に送付させる機能と、
前記日本語変換手段から返送されてきた変換語リストを表示するとともに、当該リスト中の変換語を選択可能にする機能と、
前記ブラウザ端末にて前記変換語リストから一つの変換語が選択されるとその選択情報を前記関連語抽出手段に送付する機能と、
前記関連語抽出手段から送付されてきた前記関連語リストを表示するとともに、当該変換語リストにある一つの変換語を選択しながら前記関連語リスト中の関連語を選択可能にする機能と、
前記関連語リストにおいて、前記イベント関連語を識別可能にして表示する機能と、
前記ブラウザ端末にて前記変換語リストにある一つの変換語を選択しながら前記関連語リストから一つの関連語が選択されて確定指示があると、当該選択されている変換語と当該確定指示された関連語とを前記キーワード入力欄に入力する機能と、
を含んた情報検索システムとすることである。
More preferably, in the information search system, a search keyword input field is input to a browser terminal accessed by specifying a predetermined URL, and a search instruction is input to the search keyword input field when the browser terminal is instructed. The search window page sending means for sending a search window page including a function for sending a search keyword and a control program interpreted and executed by the browser terminal;
It has a dictionary database that stores and manages the correspondence between alphabetic character strings and kana characters, and the correspondence between kana character strings and conversion words including kanji,
The Japanese language conversion unit sequentially acquires key input information sequentially input in the browser terminal, and extracts a kana character corresponding to a character string specified by the key input information from the dictionary database. And sending back a list of corresponding conversion words to the browser terminal by querying the dictionary database for a character string sent from the browser terminal,
The control program is:
A function for sending the key input information in the character input process to the Japanese conversion means one by one when there is a character input in the search keyword input field in the browser terminal;
A function of inputting the kana characters sent from the Japanese conversion means into the keyword input field;
A function of causing the kana-kanji conversion means to send the kana character input in the keyword input field when there is a predetermined key input corresponding to the conversion instruction in the browser terminal;
A function for displaying a conversion word list returned from the Japanese conversion means, and for selecting a conversion word in the list;
A function of sending selection information to the related word extraction means when one conversion word is selected from the conversion word list in the browser terminal;
A function for displaying the related word list sent from the related word extracting means and selecting a related word in the related word list while selecting one converted word in the converted word list;
In the related word list, a function for displaying the event related words in an identifiable manner;
When one related word is selected from the related word list and there is a confirmation instruction while selecting one conversion word in the conversion word list on the browser terminal, the selected conversion word and the confirmation instruction are given. A function for inputting a related word into the keyword input field;
Information retrieval system including

また、前記イベントワード抽出手段は、年間における特定の時期に前記照会頻度が急増したのち、特定の日を経過すると、照会頻度が激減する検索キーワードを前記イベントワードとする情報検索システムとしてもよい。   Further, the event word extracting means may be an information search system in which a search keyword that drastically decreases after a specific day elapses after the inquiry frequency rapidly increases at a specific time in the year is used as the event word.

あるいは、前記イベントワード抽出手段は、イベントワードに対応するイベント関連語が該当する前記特定の期間の経過に伴って変化する場合、前記特定の期間の時系列に応じて前記関連語リストに含ませるイベント関連語を変化させることとしてもよい。
前記イベントワード抽出手段は、最近の所定期間において前記照会頻度が急増した検索キーワードをイベントワードとし、当該イベントワードの照会頻度に連動してアンド検索頻度が急増した検索キーワードをイベント関連語とする情報検索システムとすることもできる。
Alternatively, when the event-related word corresponding to the event word changes with the passage of the specific period, the event word extraction unit includes the event word extraction unit in the related word list according to the time series of the specific period. The event-related word may be changed.
The event word extracting means uses the search keyword whose query frequency has increased rapidly during a recent predetermined period as an event word, and sets the search keyword whose search frequency has increased rapidly in conjunction with the query frequency of the event word as event related word. It can also be a search system.

前記イベントワード抽出手段は、所定のWebサイトにおいて掲載されているニュース記事に含まれる文字列を解析して単語を抽出するとともに、最近の所定期間において出現頻度が急増した単語をイベントワードとし、当該イベントワード含まれる記事に含まれる他の単語のうち、前記イベントワードの出現頻度に連動して出現頻度が急増した単語をイベント関連語とする情報検索システムとしてもよい。   The event word extracting means extracts a word by analyzing a character string included in a news article posted on a predetermined website, and sets a word whose appearance frequency has increased rapidly in a recent predetermined period as an event word. Of the other words included in the article included in the event word, an information search system may be used in which a word whose appearance frequency has increased rapidly in association with the appearance frequency of the event word is used as an event-related word.

本発明はコンピュータプログラムにも及んでおり、当該コンピュータプログラムは、ネットワークに接続するコンピュータにインストールされ、当該コンピュータに、
アクセスしてきたブラウザ端末から送付されてきた検索キーワードに該当するレコードを出力する検索ステップと、
前記検索エンジンが出力したレコードを一覧にした検索結果ページを前記ブラウザ端末に返送する検索結果ページ返送ステップと、
与えられた文字をかな漢字変換した変換語を出力する日本語変換ステップと、
前記ブラウザ端末におけるキー入力状況を監視し、検索キーワードを入力する経過でキー入力される文字を前記日本語変換ステップに与え、該当する変換語のリストをブラウザ端末に送付する変換語リスト送付ステップと、
所定の検索キーワードをイベントワードとして所定の時期に対応付けするとともに、当該イベントワードに特定の検索キーワードをイベント関連語として対応付けして管理し、前記変換語リストを送付したブラウザ端末にて当該リスト中のある検索キーワードが検索された場合、当該検索キーワードが現時点に対応する前記イベントワードに該当すれば、当該イベントワードに対応する前記イベント関連語をブラウザ端末に返送するイベントワード抽出ステップと、
を実行させる情報検索プログラムとしている。
The present invention also extends to a computer program, which is installed in a computer connected to a network,
A search step for outputting a record corresponding to a search keyword sent from a browser terminal that has been accessed;
A search result page returning step of returning a search result page listing the records output by the search engine to the browser terminal;
A Japanese conversion step for outputting a conversion word obtained by converting a given character into Kana-Kanji, and
A conversion word list sending step of monitoring a key input situation in the browser terminal, giving a character key-input in the course of inputting a search keyword to the Japanese conversion step, and sending a list of corresponding conversion words to the browser terminal; ,
In addition to associating a predetermined search keyword as an event word with a predetermined time, and managing the event word in association with a specific search keyword as an event-related word, the list at the browser terminal that has sent the conversion word list When a certain search keyword is searched, if the search keyword corresponds to the event word corresponding to the current time, an event word extraction step of returning the event related word corresponding to the event word to the browser terminal;
It is an information retrieval program that executes.

また、上記情報検索プログラムは、前記レコード検索ステップによる検索キーワードの検索履歴を管理するクエリーデータベースにアクセスするクエリーデータベース・アクセスステップと、
前記クエリーデータベースの管理情報に基づいて、アンド検索時の複数の検索キーワードを相互に関連語として対応付けするともに、一組の関連語ごとにアンド検索された頻度を対応付けして管理する関連語データベースにアクセスする関連語データベース・アクセスステップと、
前記変換語リストを送付したブラウザ端末にてある変換語が選択されると、当該変換語を前記関連語データベースに照会し、該当する関連語を頻度の順にリストアップした関連語リストを当該ブラウザ端末に返送する関連語リスト返送ステップと、
を実行させるとともに、
前記イベントワード抽出ステップでは、前記クエリーデータベースの管理情報に基づいて、特定の期間に検索履歴が特異的に増加する検索キーワードをイベントワードとし、前記特定の期間において前記イベントワードとともにアンド検索された検索キーワードのうち特異的に検索履歴が増加するイベント関連語とを対応付けして管理し、前記ブラウザ端末にて前記変換語リストから選択された変換語がイベントワードに該当する場合、前記関連語リストに対応のイベント関連語を他の関連語と識別可能にして含めることとしてもよい。
The information search program includes a query database access step for accessing a query database that manages a search history of search keywords by the record search step,
Based on the management information of the query database, a plurality of search keywords at the time of AND search are associated with each other as related words, and related words managed by associating the frequency of AND search for each set of related words A related term database access step for accessing the database;
When a conversion word is selected in the browser terminal to which the conversion word list is sent, the conversion word is referred to the related word database, and the related word list in which the corresponding related words are listed in order of frequency is displayed in the browser terminal. A related word list returning step to be returned to
As well as
In the event word extraction step, based on the management information of the query database, a search keyword whose search history specifically increases during a specific period is set as an event word, and a search that is AND-searched together with the event word during the specific period If the conversion word selected from the conversion word list in the browser terminal corresponds to the event word, the event related word whose search history increases specifically among the keywords is managed in association, the related word list It is possible to include an event-related word corresponding to the item so that it can be distinguished from other related words.

また、前記イベントワード抽出ステップでは、年間における特定の時期に前記照会頻度が急増したのち、特定の日を経過すると、照会頻度が激減する検索キーワードを前記イベントワードとする情報検索プログラムとしてもよい。   Further, the event word extraction step may be an information search program in which a search keyword that drastically decreases after a specific date passes after a rapid increase in the inquiry frequency at a specific time in the year is the event word.

あるいは、前記イベントワード抽出ステップでは、イベントワードに対応するイベント関連語が該当する前記特定の期間の経過に伴って変化する場合、前記特定の期間の時系列に応じて前記関連語リストに含ませるイベント関連語を変化させることとしてもよい。   Alternatively, in the event word extraction step, when an event related word corresponding to the event word changes with the passage of the specific period, the event word extraction step includes the event word in the related word list according to the time series of the specific period. The event-related word may be changed.

前記イベントワード抽出ステップでは、最近の所定期間において前記照会頻度が急増した検索キーワードをイベントワードとし、当該イベントワードの照会頻度に連動してアンド検索頻度が急増した検索キーワードをイベント関連語とする情報検索プログラムとすることもできる。   In the event word extracting step, the search keyword whose query frequency has increased rapidly in a recent predetermined period is used as an event word, and the search keyword whose AND search frequency has increased in conjunction with the query frequency of the event word is used as an event related word. It can also be a search program.

さらに、前記イベントワード抽出ステップでは、所定のWebサイトにおいて掲載されているニュース記事に含まれる文字列を解析して単語を抽出するとともに、最近の所定期間において出現頻度が急増した単語をイベントワードとし、当該イベントワード含まれる記事に含まれる他の単語のうち、前記イベントワードの出現頻度に連動して出現頻度が急増した単語をイベント関連語とすることとしてもよい。   Further, in the event word extraction step, a word is extracted by analyzing a character string included in a news article posted on a predetermined website, and a word whose appearance frequency has increased rapidly in a recent predetermined period is set as an event word. Of the other words included in the article included in the event word, a word whose appearance frequency has increased rapidly in association with the appearance frequency of the event word may be used as the event-related word.

本発明の情報検索システムによれば、情報検索処理に掛かる時間や処理負荷を軽減させつつ、利用者の情報検索の目的をも推測し、情報検索処理以前にアンド検索における適切な検索キーワードの組み合わせを提示できる。   According to the information search system of the present invention, while reducing the time and processing load required for the information search process, the user's purpose of information search is also estimated, and an appropriate search keyword combination in AND search before the information search process Can be presented.

===情報検索システム===
図1は、本発明の実施例における情報検索システムを含むネットワーク構成である。情報検索システム1は、インターネット31に接続されたコンピュータシステムであり、ブラウザを実装したコンピュータ(ブラウザ端末)30とHTTP通信を行うWWWサーバー10を備えている。検索フロント部11は、WWWサーバー10により実現される機能である。そして、検索エンジン12と、かな文字変換部17と、かな漢字変換部18と、関連語抽出部19と、各種データベース(13,14,15,16)を含んでいる。
=== Information Retrieval System ===
FIG. 1 shows a network configuration including an information search system in an embodiment of the present invention. The information retrieval system 1 is a computer system connected to the Internet 31, and includes a WWW server 10 that performs HTTP communication with a computer (browser terminal) 30 that is equipped with a browser. The search front unit 11 is a function realized by the WWW server 10. It includes a search engine 12, a kana character conversion unit 17, a kana-kanji conversion unit 18, a related word extraction unit 19, and various databases (13, 14, 15, 16).

レコードデータベース13は、多数のレコードを蓄積・管理し、検索エンジン12は、ブラウザ端末30から送付されてきた検索キーワードを検索フロント部11を介して受け取ると、その検索キーワードをレコードデータベース13に照会して該当するレコードを抽出し、そのレコードを検索フロント11に出力する。またクエリーデータベース14は、検索エンジン12が、過去の検索時に受け付けた検索キーワードのログを蓄積・管理している。   The record database 13 stores and manages a large number of records. When the search engine 12 receives the search keyword sent from the browser terminal 30 via the search front unit 11, the search database 12 queries the record database 13 for the search keyword. The corresponding record is extracted and the record is output to the search front 11. The query database 14 stores and manages a log of search keywords accepted by the search engine 12 during past searches.

辞書データベース15は、ローマ字による文字列とかな文字との対応関係と、かな文字列と漢字との対応関係とを蓄積・管理している。また辞書データベース15では、クエリーデータベース14の管理情報に基づいて、同じ読みのかな文字列に対して同音異字語(食器、織機など)同士となる語句が複数存在する場合、それぞれの語句に検索キーワードとして受け付けた頻度を対応付けしている。   The dictionary database 15 stores and manages the correspondence between a character string in Roman letters and a Kana character, and the correspondence between a Kana character string and a Kanji character. In the dictionary database 15, based on the management information in the query database 14, if there are a plurality of words that are homophones (tableware, looms, etc.) for the same character string, the search keyword is used for each word. Are associated with the received frequency.

かな文字変換部17はブラウザ端末30におけるキーの一つ一つの入力情報を逐一取得するととともに、アルファベットの文字コードに対応する入力情報の順列を辞書データベースに照会し、そのアルファベットの文字列に対応するかなに変換して出力する。たとえば、「j」「i」と順番にキー入力があったならば、「i」を取得した時点でかなの「じ」を出力し、以後同様にしてキー入力を受け付け、かなに対応するキー順列を認知すると、そのかな文字を出力する。   The kana character conversion unit 17 obtains the input information of each key of the browser terminal 30 one by one, and inquires the dictionary database for the permutation of the input information corresponding to the alphabet character code, and corresponds to the alphabet character string. Convert to kana and output. For example, if there is a key input in the order of “j” and “i”, the kana “ji” will be output when “i” is acquired, and the key input will be accepted in the same way, and the key corresponding to the kana will be output. When the permutation is recognized, the kana character is output.

かな漢字変換部18は、ブラウザ端末30から所定のキー入力があると、それまでに取得して変換したかな文字列を辞書データベース15に照会して対応する語句を変換語として出力する。また、同じ「読み」に同音異字語の関係となる複数の変換語が存在すれば、所定の数の変換語を対応する頻度に基づいて上位から順にリストアップしていき、所定の数の変換語を含む変換語リストを作成して出力する。具体的には、例えば、「jishin」とキー入力があれば、かな文字変換部17が「じしん」と、かな文字に変換し、次にスペースキーの入力があったならば、かな漢字変換部18が、その「じしん」に対して「自身」「自信」「地震」「磁針」「じしん」「ジシン」などと、平かなやカタカナを含めた変換語を対応する頻度の順にリストアップして出力する。   When there is a predetermined key input from the browser terminal 30, the kana-kanji conversion unit 18 queries the dictionary database 15 for the kana character string obtained and converted so far, and outputs the corresponding word / phrase as a conversion word. Also, if there are multiple conversion words that have the same syllables in the same “reading”, a predetermined number of conversion words are listed in order from the top based on the corresponding frequency, and the predetermined number of conversion words Create and output a conversion word list containing words. Specifically, for example, if there is a key input of “jishin”, the kana character conversion unit 17 converts it to “kineshin” and kana characters, and if there is a space key input next, the kana-kanji conversion unit 18 However, for this “jishin”, “self”, “confidence”, “earthquake”, “magnetic needle”, “jishin”, “jishin”, etc., and conversion words including flat and katakana are listed and output in the order of the corresponding frequencies. To do.

関連語データベース16は、クエリーデータベース14の管理情報に基づいて、アンド検索時に受け付けた複数の検索キーワードを互いに関連語とし、関連語同士となる検索キーワードの各セットについて、アンド検索実行頻度を対応付けして蓄積・管理している。   Based on the management information in the query database 14, the related term database 16 uses a plurality of search keywords received at the AND search as related terms, and associates the AND search execution frequency with each set of search keywords that are related terms. Are stored and managed.

イベントワード抽出部20は、特定の検索キーワードについて、検索頻度の絶対値自体は少なくても、年間の特定の時期や期間、あるいは最近の過去所定期間(例えば、過去1週間など)において、クエリーとして受け付ける頻度が急激に増加する現象(以下、バーストと称す)を見出したならば、その検索キーワードをイベントワードとし、そのイベントワードとともにバーストの発生を認めた時期や期間(以下、バースト期間)にアンド検索された関連語をイベント関連語として抽出する。そして、イベントワードやイベント関連語と該当のバースト期間との対応付けを管理する。そして、関連語データベースにおける関連語のうち、現時点をバースト期間とするイベントワードやイベント関連語については関連語データベースにおける頻度に重み付けを行い、関連語データベースを随時更新する。   The event word extraction unit 20 uses a specific search keyword as a query at a specific time or period of the year or a recent past predetermined period (for example, the past week) even if the absolute value of the search frequency itself is small. If you find a phenomenon in which the frequency of acceptance increases rapidly (hereinafter referred to as a burst), the search keyword is used as an event word, and the event word and the period or period (hereinafter referred to as the burst period) when the occurrence of a burst is recognized. The retrieved related terms are extracted as event related terms. Then, the association between the event word or event-related word and the corresponding burst period is managed. Of the related words in the related word database, for the event words and event related words having the current time as the burst period, the frequency in the related word database is weighted, and the related word database is updated as needed.

関連語抽出部19は、ブラウザ端末30から送付されてきた検索キーワードを関連語データベース16に照会し、ブラウザ端末30からの検索キーワードともにアンド検索された関連語のうち頻度の高い関連語を所定の数を上限として抽出して出力する。   The related word extraction unit 19 inquires the related word database 16 for the search keyword sent from the browser terminal 30, and selects a related word having a high frequency among the related words searched together with the search keyword from the browser terminal 30. Extract and output the number as the upper limit.

そして、本実施例の情報検索システム1は、上記構成により、検索サイトにアクセスしてきたブラウザ端末において検索キーワードが入力されている過程で、そのキーワードとともにアンド検索すべき他の検索キーワードとして関連語を提示し、しかも、検索日時に応じてその関連語を変え、利用者が目的としている情報を確実に得ることが出来るように支援するイベントワード情報検索サービスを提供している。なお情報検索システム1において、各機能ブロック(10〜19)は、個別のコンピュータにより構成されていてもよいし、1台以上のコンピュータに適宜に実装されたプログラムの実行により実現されるものでもよい。   And the information search system 1 of a present Example is a process in which the search keyword is input in the browser terminal which accessed the search site by the said structure, A related word is used as another search keyword which should be AND-searched with the keyword. In addition, it provides an event word information search service that supports the user to reliably obtain the target information by changing the related words according to the search date and time. In the information retrieval system 1, each functional block (10 to 19) may be configured by an individual computer, or may be realized by executing a program appropriately installed in one or more computers. .

===検索窓口ページ===
情報検索システム1は、検索フロント部11に所定のURLを指定してアクセスしてきたブラウザ端末30が日本語検索サービスを利用できるようにするためのプログラム(制御プログラム)を含んだWebページ(検索窓口ページ)を送付する。図2に検索窓口ページの画面概略を示した。本実施例において、WWWサーバー10は、ポータルサイトを公開し、検索窓口ページ40は、検索サイトのホームページであると同時にポータルサイトのホームページとしての画面構成を備えている。この例では、検索キーワードの入力欄41、入力欄に記入された検索キーワードをクエリーとして検索エンジン12に送付するための送信ボタン42、ポータルサイトが提供する各種サービス毎のホームページへのリンク43、各レコードをその内容に応じたカテゴリを手がかりにして検索するためのディレクトリ44などが記載されている。
=== Search window page ===
The information search system 1 includes a Web page (search window) including a program (control program) for enabling the browser terminal 30 that has accessed the search front unit 11 by specifying a predetermined URL to use the Japanese search service. Page). FIG. 2 shows an outline of the search window page. In this embodiment, the WWW server 10 publishes a portal site, and the search window page 40 has a screen configuration as a home page of the portal site as well as a home page of the search site. In this example, a search keyword input field 41, a send button 42 for sending the search keyword entered in the input field to the search engine 12 as a query, a link 43 to a home page for each service provided by the portal site, A directory 44 or the like for searching for records by using a category corresponding to the contents as a clue is described.

===イベントワードとイベント関連語===
イベントワードは、
(1)毎年特定の月日や特定の月/週/曜日に至るまでの比較的短期間(例えば、3日〜1週間)をバースト期間としてバーストが認められるイベントワード
(2)毎年特定の時期をバースト期間とするイベントワード
(3)最近の過去短期間以内にバーストしてそのバーストが継続しているイベントワード
の3つの類型に区別できる。
=== Event word and event related word ===
The event word is
(1) An event word in which a burst is recognized with a relatively short period (for example, 3 days to 1 week) until a specific month or day / a specific month / week / day of the week as a burst period. (2) A specific period every year. (3) Event words that burst within the last short period of time and can be distinguished into three types of event words that continue the burst.

(1)のイベントワードには「クリスマス」「バレンタインデー」「母の日」などがあり、例えば「クリスマス」に対するイベント関連語としては「イルミネーション」「夜景」などがある。図3に「クリスマス」をイベントワードとしたバーストの状況として、イベントワード「クリスマス」による各日の検索回数の推移(A)と、そのワードとイベント関連語「イルミネーション」とによるアンド検索の回数の推移(B)とを示した。クリスマスイブの12月24日の3日前当たりから「クリスマス」の語による検索件数が急増し、その検索件数に連動して、「クリスマス」と「イルミネーション」によるアンド検索される頻度が増加する。そして12月25日になると、イベントワードの検索回数、およびそのイベントワードとイベント関連語とによるアンド検索回数が激減する。この例では12月21日〜12月24日までをイベント期間32とし、イベントワード抽出部20は、この期間については関連語データベース16における「クリスマス」に対応する関連語「イルミネーション」の頻度を割り増しする。   The event words of (1) include “Christmas”, “Valentine's Day”, “Mother's Day”, etc. For example, event related words for “Christmas” include “illumination” and “night view”. Fig. 3 shows the burst situation with "Christmas" as the event word, and the change in the number of searches for each day by the event word "Christmas" (A) and the number of AND searches by the word and the event-related word "illumination". Transition (B) is shown. The number of searches for the word “Christmas” has increased rapidly from around 3 days before December 24 of Christmas Eve, and the frequency of AND searches for “Christmas” and “Illumination” increases in conjunction with the number of searches. Then, on December 25, the number of searches for the event word and the number of AND searches for the event word and the event-related word are drastically reduced. In this example, the event period 32 is from December 21 to December 24, and the event word extraction unit 20 increases the frequency of the related word “illumination” corresponding to “Christmas” in the related word database 16 for this period. To do.

(2)のタイプに分類されるイベントワードとしては「花粉症」などがあり、イベントワードに対応するイベント関連語が、バースト期間の前後半など、バースト期間中で変化する。例えば、イベントワードが先の「花粉症」であれば、期間の当初は発症前なので「対策」「予防」などがイベント関連語としてバーストする。バースト期間の中盤から終わりまでは発症後となり「治療」「症状」などがイベント関連語となる。図4に「花粉症」に対するイベント関連語のバースト状況をグラフにして示した。(A)は、イベントワード「花粉症」のバーストを示している。(B)は「花粉症」と「対策」とによってアンド検索された回数の推移を示しており、(C)は「花粉症」と「治療」とによるアンド検索回数の推移を示している。バースト期間33の当初33aでは「花粉症」と「対策」とによるアンド検索回数が増加し、その増加傾向が減少に転ずると、「対策」に入れ替わって「治療」がイベント関連語として「花粉症」と「治療」とによるアンド検索回数が増加している。なお、「対策」と「治療」が「花粉症」とともに検索される回数が入れ替わる時期33cについては、「花粉症」に対して「対策」と「治療」の双方をイベント関連語とすればよい。   Event words classified into the type (2) include “hay fever”, and event-related words corresponding to the event word change during the burst period, such as before and after the burst period. For example, if the event word is the previous “hay fever”, since the beginning of the period is before the onset, “measure” and “prevention” burst as event related words. From the middle to the end of the burst period, after the onset, "treatment" and "symptoms" are event-related words. FIG. 4 is a graph showing the burst status of event-related words for “hay fever”. (A) shows a burst of the event word “hay fever”. (B) shows the transition of the number of AND searches performed by “hay fever” and “countermeasure”, and (C) shows the transition of the number of AND searches by “hay fever” and “treatment”. In the initial 33a of the burst period 33, the number of AND searches for “hay fever” and “countermeasure” increases, and when the increasing trend starts to decrease, “treatment” is replaced with “treatment” as “event”. "And" Treatment "AND searches are increasing. In addition, regarding the time 33c when the number of times “countermeasure” and “treatment” are searched together with “hay fever” is switched, both “countermeasure” and “treatment” may be event-related words for “hay fever”. .

(3)のイベントワードは、最近起こった大事件や災害、有名人のゴシップに関連する語などである。例えば、周知の2004年12月末にインドネシアのスマトラ島沖で発生した巨大地震に関連して、「地震」というイベントワードに対して、「スマトラ島」「インドネシア」「津波」「断層」などがイベント関連語としてアンド検索される頻度が増加した。   The event word of (3) includes words related to recent major events and disasters, and celebrity gossip. For example, “Sumatra”, “Indonesia”, “Tsunami”, “Fault”, and other events related to the well-known event word “earthquake” off the coast of Sumatra, Indonesia at the end of December 2004 The frequency of AND searches as related terms has increased.

===イベントワード情報検索サービス===
次にイベントワード情報検索サービスの実施に伴う情報検索システムを主体とした情報処理について説明する。図5にイベントワード検索サービスに関わる処理の流れを示した。また図6〜図14に当該サービスの提供過程でブラウザ端末30に表示されるWebページの画面遷移を示した。
=== Event word information search service ===
Next, information processing based on an information search system associated with the implementation of the event word information search service will be described. FIG. 5 shows the flow of processing related to the event word search service. 6 to 14 show screen transitions of Web pages displayed on the browser terminal 30 during the service provision process.

まず、ブラウザ端末が所定のURLを指定して検索窓口ページ40を取り寄せる。検索窓口ページ40の画面構成を記述するHTML文書には制御プログラムを取り寄せるためのハイパーリンクが設定されており、ブラウザ端末30は、検索窓口ページ40のHTMLを解釈して検索窓口ページ40の画面を表示するとともに、情報検索システム1の所定のURLにより同定される制御プログラムを取り寄せて実行する(s1〜s3)。なお本実施例において、制御プログラムは、JAVA(登録商標)アプレットであり、ブラウザ端末30にはJAVA実行環境が実装されているものとする。もちろん、適宜なプログラム言語による制御プログラム本体のコードを検索窓口ページ40を記述するHTMLに記載しておくこともできる。   First, the browser terminal specifies a predetermined URL and obtains the search window page 40. A hyperlink for obtaining a control program is set in the HTML document describing the screen structure of the search window page 40, and the browser terminal 30 interprets the HTML of the search window page 40 and displays the screen of the search window page 40. In addition to displaying, a control program identified by a predetermined URL of the information search system 1 is obtained and executed (s1 to s3). In this embodiment, it is assumed that the control program is a JAVA (registered trademark) applet and the JAVA execution environment is installed in the browser terminal 30. Of course, the code of the control program body in an appropriate program language can also be written in the HTML describing the search window page 40.

ブラウザ端末30は、制御プログラムを解釈実行すると、まず、キーボードから検索キーワード入力欄41への文字入力があると、その文字入力の過程におけるキー入力情報をかな文字変換部17へ逐一送付する(s4,s5)。例えば、「j」をキー入力すれば(図6)、その文字コードがかな文字変換部17へ与えられる。かな文字変換部17は、ブラウザ端末30にて次々に入力されて送付されてくる文字コードを取得し、「j」「i」と入力すれば、その取得した文字の順列がかな文字「じ」に対応付けされており、そのかな文字「じ」のコードをブラウザ端末30へ返送する。ブラウザ端末30は、制御プログラムにより、かな文字変換部17から返送されてきたかな文字コードに対応するかな文字「じ」46をキーワード入力欄41に入力する(図7、s6〜s8)。   When the browser terminal 30 interprets and executes the control program, first, when there is a character input from the keyboard to the search keyword input field 41, the key input information in the character input process is sent to the kana character conversion unit 17 one by one (s4). , S5). For example, if “j” is key-inputted (FIG. 6), the character code is given to the kana character conversion unit 17. The kana character conversion unit 17 acquires the character code that is successively input and sent from the browser terminal 30 and inputs “j” and “i”, and the permutation of the acquired character is the kana character “ji”. The code of the kana character “ji” is returned to the browser terminal 30. The browser terminal 30 inputs the kana character “ji” 46 corresponding to the kana character code returned from the kana character conversion unit 17 to the keyword input field 41 by the control program (FIG. 7, s6 to s8).

ブラウザ端末30にて検索キーワード入力欄41にかな文字が次々と入力されていき(s4〜s9→s4)、ある時点(図8)で所定のキー(本実施例ではスペースキー)入力があると、この入力を変換指示として、それまでにキーワード入力欄41に入力されているかな文字をかな漢字変換部18へ送付する(s4〜s9→s10)。ここでは「じしん」の文字コードが送付されたものとする。   When kana characters are successively input to the search keyword input field 41 in the browser terminal 30 (s4 to s9 → s4), and a predetermined key (space key in this embodiment) is input at a certain time (FIG. 8). Then, using this input as a conversion instruction, the kana characters that have been input in the keyword input field 41 are sent to the kana-kanji conversion unit 18 (s4 to s9 → s10). Here, it is assumed that the character code “Jinshin” has been sent.

かな漢字変換部18は、送付されてきたかな文字に対応する変換語を抽出して作成した変換語リストをブラウザ端末30へ返送する(s11,s12)。ブラウザ端末30は、かな漢字変換部18から変換語リスト47が送付されてきた当初では、リスト47の一番上位の変換語48aを選択状態に設定する(図9)。本実施例では選択中にある変換語が反転表示される。そして制御プログラムは、ブラウザ端末30に、その初期選択されている変換語48aについての選択情報を関連語抽出部19に宛てて送付させる(s13〜s15)。なお、変換語の選択情報については、選択された変換語の文字コードであってもよいし、送付した変換語リスト47と、そのリスト47中の各変換語(48a,48)の順位とを情報検索システム1側で管理しておき、ブラウザ端末30に、変換語リスト47を識別するための情報と、選択した変換語(48a,48)のリスト47中の順位とを送付させるようにしてもよい。   The kana-kanji conversion unit 18 returns a conversion word list created by extracting conversion words corresponding to the sent kana characters to the browser terminal 30 (s11, s12). At the beginning when the conversion word list 47 is sent from the kana-kanji conversion unit 18, the browser terminal 30 sets the highest conversion word 48a in the list 47 to a selected state (FIG. 9). In this embodiment, the conversion word being selected is highlighted. Then, the control program causes the browser terminal 30 to send selection information about the conversion word 48a that is initially selected to the related word extraction unit 19 (s13 to s15). Note that the conversion word selection information may be the character code of the selected conversion word, or the sent conversion word list 47 and the rank of each conversion word (48a, 48) in the list 47. Information is managed on the information retrieval system 1 side, and the browser terminal 30 is made to send information for identifying the conversion word list 47 and the rank in the list 47 of the selected conversion words (48a, 48). Also good.

関連語抽出部19は、ブラウザ端末30から変換語についての選択情報が送付されてくると、その変換語に対応する関連語を抽出して作成した関連語リストを返送する(s16,s17)。そしてブラウザ端末30は、変換語リスト47とともに関連語リスト49aを検索窓口ページ40に並べて表示する(s18)。また、関連語リスト49aが返送されてきた当初も、関連語リスト49aの一番上位の関連語50aが選択状態となるように設定する(図10)。なお、関連語リスト49aは、変換語リスト47中のいずれかの変換語(48a,48)が選択指示された時点でその選択情報を関連語抽出部19へ送付するようにしてもよい。   When the selection information about the conversion word is sent from the browser terminal 30, the related word extraction unit 19 returns a related word list created by extracting the related word corresponding to the conversion word (s 16 and s 17). Then, the browser terminal 30 displays the related word list 49a together with the converted word list 47 on the search window page 40 (s18). Further, even when the related word list 49a is returned, the highest related word 50a in the related word list 49a is set to be selected (FIG. 10). The related word list 49a may send the selection information to the related word extraction unit 19 when any conversion word (48a, 48) in the conversion word list 47 is instructed to be selected.

ここで、ブラウザ端末30にて、マウスカーソル51で他の変換語48を指示すると、その指示した変換語48が選択状態となる。そしてブラウザ端末30は、その選択されている変換語48の文字コードを関連語抽出部19へ送付し、対応する関連語のリストを返送してもらい、返送されてきた関連語リスト49を当初の関連語リスト49aに代えて表示する。このときも関連語リスト49の一番上位の関連語50aが選択状態となる(図9、s15〜s18)。   Here, when another conversion word 48 is designated with the mouse cursor 51 at the browser terminal 30, the designated conversion word 48 is selected. Then, the browser terminal 30 sends the character code of the selected conversion word 48 to the related word extraction unit 19 to have a corresponding list of related words returned, and the returned related word list 49 is returned to the original. It displays instead of the related word list 49a. At this time, the top related word 50a in the related word list 49 is selected (FIG. 9, s15 to s18).

一方、イベントワード抽出部20は、現時点の月日についての情報を常時取得し、現時点がイベント期間に該当するイベントワードを認識し、そのイベントワードに対応するイベント関連語をその頻度に重み付けを行うとともに、イベント関連語にその旨の識別子を付帯して関連語データベース16に登録する(s31〜s35)。それによって、関連語リスト49の返送起源として選択された変換語48がイベントワードであった場合、関連語抽出部19は、バースト期間外では表示する可能性が少ないイベント関連語をリストアップすることになる。そして関連語抽出部19は、リストアップした関連語のうち、イベント関連語にはその識別子を付帯させてブラウザ端末30に返送する。ブラウザ端末30は、関連語リスト49を表示する際、関連語(50a,50,50b)に付帯するイベント関連語の識別子の有無に応じてイベント関連語50bを他の関連語(50a,50)と識別できるように表示する。本実施例では、文字の表示領域を着色することでイベント関連語が識別できるようになっている(図11)。もちろん、関連語リストの表示領域とは別の領域にイベント関連語を別のリストとして表示するなど、ユーザインタフェース環境は適宜に変更できる。   On the other hand, the event word extraction unit 20 always acquires information about the current month and day, recognizes an event word corresponding to the current event period, and weights event-related words corresponding to the event word to the frequency. In addition, an identifier to that effect is added to the event related word and registered in the related word database 16 (s31 to s35). Thereby, when the conversion word 48 selected as the return origin of the related word list 49 is an event word, the related word extracting unit 19 lists event related words that are less likely to be displayed outside the burst period. become. Then, the related word extraction unit 19 attaches an identifier to the event related word among the listed related words and returns it to the browser terminal 30. When the browser terminal 30 displays the related word list 49, the event related word 50b is changed to another related word (50a, 50) according to the presence or absence of the identifier of the event related word attached to the related word (50a, 50, 50b). It is displayed so that it can be identified. In this embodiment, event-related words can be identified by coloring the character display area (FIG. 11). Of course, the user interface environment can be changed as appropriate, such as displaying event-related words as a separate list in an area different from the display area of the related word list.

つぎに、ある変換語48を指示した状態で関連語リスト49へマウスカーソル51を移動させると、指示した変換後48が反転表示されたまま、関連語(50a,50)が選択可能となる。そして、マウスカーソル51で関連語リスト49中の一つの関連語(50a,50,50b)を指示し(図12)、マウスの左ボタンをクリックするなど、所定の確定操作を行うと、選択状態にある変換語48と確定した関連語(50a,50,50b)とがそれぞれ検索キーワード(52,53)として半角スペースを介して検索キーワード入力欄41に入力される(図13、s19,s20)。ここで、検索窓口ページ40の検索ボタン42に対して指示・確定操作すると、ブラウザ端末30は、検索キーワード入力欄41に入力されている検索キーワードを検索フロント11に送付する(s21,s22)。検索フロント11は、送付されてきた検索キーワードを検索エンジン12に与えて、検索エンジン12が出力する該当レコードを受け取る。そして、受け取ったレコードを一覧にしたWebページ(検索結果ページ)を作成してブラウザ端末30に返送し、ブラウザ端末30がその検索結果ページ60を表示する(図14、s23〜s28)。なお、変換語(48a,48)のみを検索キーワードとして検索エンジン12に送付する場合には、変換語リスト47の表示領域にマウスカーソル51を置いて、目的の変換語(48a,48)を指示した状態で確定操作を行い、指示した変換語(48a,48)のみを検索キーワード入力欄41へ入力させる。そして、送信ボタン42に対する指示確定操作を行えばよい。   Next, when the mouse cursor 51 is moved to the related word list 49 in a state where a certain conversion word 48 is designated, the related words (50a, 50) can be selected while the designated converted 48 is highlighted. When the mouse cursor 51 designates one related word (50a, 50, 50b) in the related word list 49 (FIG. 12) and performs a predetermined confirmation operation such as clicking the left button of the mouse, the selected state is displayed. The converted word 48 and the confirmed related word (50a, 50, 50b) are respectively input as search keywords (52, 53) into the search keyword input field 41 via a single-byte space (FIG. 13, s19, s20). . Here, when an instruction / confirmation operation is performed on the search button 42 of the search window page 40, the browser terminal 30 sends the search keyword input in the search keyword input field 41 to the search front 11 (s21, s22). The search front 11 gives the search keyword sent to the search engine 12 and receives the corresponding record output by the search engine 12. Then, a Web page (search result page) listing the received records is created and returned to the browser terminal 30, and the browser terminal 30 displays the search result page 60 (FIG. 14, s23 to s28). When only the conversion word (48a, 48) is sent to the search engine 12 as a search keyword, the mouse cursor 51 is placed in the display area of the conversion word list 47 and the target conversion word (48a, 48) is indicated. In this state, a confirmation operation is performed, and only the designated conversion word (48a, 48) is input to the search keyword input field 41. Then, an instruction confirmation operation for the transmission button 42 may be performed.

このように、本実施例の情報検索システム1によれば、利用者が検索キーワードとして選択した変換語が現時点までの所定期間において集中的にレコードデータベースに照会されている検索キーワードである場合、その期間において当該変換語の照会頻度に連動して特異的にアンド検索される頻度が高い関連語を利用者に提示することができる。そのため、適切な複数の検索キーワードでアンド検索を行うことができ、利用者は目的とする情報にたどり着くためのレコードを確実に得ることができる。また、複数の検索キーワードは、実際に検索エンジンに検索キーワードを照会する前に提示されるので、利用者は、情報検索に要する時間を節約することができる。また、情報検索システム1においても、ブラウザ端末においてもレコードデータベースへの検索キーワード照会頻度が減り、検索処理に関わる負荷が軽減される。   Thus, according to the information search system 1 of the present embodiment, when the conversion word selected by the user as the search keyword is a search keyword that is intensively referred to the record database in a predetermined period up to the present time, It is possible to present the user with related words that are frequently AND-searched in conjunction with the conversion frequency of the conversion word during the period. Therefore, an AND search can be performed with a plurality of appropriate search keywords, and the user can reliably obtain a record for reaching the target information. Further, since the plurality of search keywords are presented before actually inquiring the search engine for the search keywords, the user can save time required for information search. In the information search system 1 and the browser terminal, the search keyword inquiry frequency to the record database is reduced, and the load related to the search process is reduced.

===イベント関連語の提示方式===
上記実施例では、イベントワード抽出部20が、関連語データベース16におけるイベント関連語の頻度を調整することで、関連語抽出部19がブラウザ端末30に送付する関連語リストにイベント関連語が含まれるようになっていた。イベント関連語の提示方式はこの方式に限らず、例えば、イベント期間とイベントワードとイベント関連語とを対応付けしたデータベース(イベントワードデータベース)を別途用意しておき、ブラウザ端末30にて変換語が選択されたならば、その変換語をイベントワードデータベースに照会し、その変換語がイベントワードであるならば、関連語抽出部19が抽出した関連語によって作成した関連語リストにイベント関連語を加えて関連語リストを更新し、その更新後の関連語リストをブラウザ端末30に送付するようにしてもよい。
=== Presentation method of event-related words ===
In the above embodiment, the event word extraction unit 20 adjusts the frequency of event related words in the related word database 16, so that the event related words are included in the related word list that the related word extraction unit 19 sends to the browser terminal 30. It was like that. The method for presenting event-related words is not limited to this method. For example, a database (event word database) in which an event period, an event word, and an event-related word are associated with each other is prepared separately, and the conversion word is converted by the browser terminal 30. If selected, the conversion word is queried in the event word database. If the conversion word is an event word, the event related word is added to the related word list created by the related word extracted by the related word extraction unit 19. The related word list may be updated, and the updated related word list may be sent to the browser terminal 30.

===イベントワードの抽出方法===
上記(3)のタイプのイベントワードをクエリーデータベースの管理情報に基づいて抽出するのではなく、例えば、新聞やニュースを提供するWebサイト(ニュースサイト)に掲載されている記事から抽出してもよい。すなわち、ニュース記事には、上記(3)のタイプに属するイベントワードが確実に存在する。そこで、情報検索システム1において、所定のニュースサイトにアクセスし、そのサイトに掲載されている記事を取得し、最近頻繁に出現する複数の語の組み合わせをイベントワードとイベント関連語として抽出する。そして、これらの語を関連語データベースに所定の頻度を対応付けして登録する。それによって、最近注目されている話題に関する詳細な情報を利用者が得ようとして自身のブラウザ端末を検索サイトにアクセスさせた際、目的とする情報源への窓口となるレコードを取得するためにアンド検索すべき複数の検索キーワードが確実に提示される。
=== Event word extraction method ===
The event word of the above type (3) is not extracted based on the management information in the query database, but may be extracted from, for example, an article posted on a newspaper or news website (news site). . That is, an event word belonging to the type (3) is surely present in the news article. Therefore, the information search system 1 accesses a predetermined news site, acquires articles posted on the site, and extracts a combination of a plurality of words that frequently appear as event words and event-related words. These words are registered in the related word database in association with a predetermined frequency. As a result, when a user tries to obtain detailed information on a topic that has recently been attracting attention, when the user accesses his / her browser terminal to the search site, an AND is used to acquire a record that serves as a window to the target information source. A plurality of search keywords to be searched are surely presented.

本発明の実施例における情報検索システムの機能ブロック構成図である。It is a functional block block diagram of the information search system in the Example of this invention. 上記情報検索システムがブラウザ端末に送付する検索窓口ページの概略図である。It is the schematic of the search window page which the said information search system sends to a browser terminal. 上記情報検索システムにおけるイベントワード抽出部が抽出するイベントワードとイベント関連語の検索頻度を示すグラフである。It is a graph which shows the search frequency of the event word and event related word which the event word extraction part in the said information search system extracts. 上記イベントワード抽出部が抽出するその他のイベントワードとイベント関連語の検索頻度を示すグラフである。It is a graph which shows the search frequency of the other event word and event related word which the said event word extraction part extracts. 上記情報検索システムが提供するイベントワード情報検索サービスの実施手順図である。It is an implementation procedure figure of the event word information search service which the said information search system provides. 上記イベントワード情報検索サービスの提供過程でブラウザ端末に表示される画面概略図である。It is the screen schematic displayed on a browser terminal in the provision process of the said event word information search service. 上記イベントワード情報検索サービスの提供過程でブラウザ端末に表示される画面概略図である。It is the screen schematic displayed on a browser terminal in the provision process of the said event word information search service. 上記イベントワード情報検索サービスの提供過程でブラウザ端末に表示される画面概略図である。It is the screen schematic displayed on a browser terminal in the provision process of the said event word information search service. 上記イベントワード情報検索サービスの提供過程でブラウザ端末に表示される画面概略図である。It is the screen schematic displayed on a browser terminal in the provision process of the said event word information search service. 上記イベントワード情報検索サービスの提供過程でブラウザ端末に表示される画面概略図である。It is the screen schematic displayed on a browser terminal in the provision process of the said event word information search service. 上記イベントワード情報検索サービスの提供過程でブラウザ端末に表示される画面概略図である。It is the screen schematic displayed on a browser terminal in the provision process of the said event word information search service. 上記イベントワード情報検索サービスの提供過程でブラウザ端末に表示される画面概略図である。It is the screen schematic displayed on a browser terminal in the provision process of the said event word information search service. 上記イベントワード情報検索サービスの提供過程でブラウザ端末に表示される画面概略図である。It is the screen schematic displayed on a browser terminal in the provision process of the said event word information search service. 上記情報検索システムがブラウザ端末に送付する検索結果ページの画面概略図である。It is the screen schematic diagram of the search result page which the above-mentioned information search system sends to a browser terminal.

符号の説明Explanation of symbols

1 情報検索システム 10 WWWサーバー
11 検索フロント部 12 検索エンジン
13 レコードデータベース 14 クエリーデータベース
15 辞書データベース 16 関連語データベース
17 かな文字変換部 18 かな漢字変換部
19 関連語抽出部 20 イベントワード抽出部
30 ブラウザ端末 40 検索窓口ページ
47,47b 変換語リスト 49,49a 関連語リスト
60 検索結果ページ
DESCRIPTION OF SYMBOLS 1 Information search system 10 WWW server 11 Search front part 12 Search engine 13 Record database 14 Query database 15 Dictionary database 16 Related word database 17 Kana character conversion part 18 Kana-Kanji conversion part 19 Related word extraction part 20 Event word extraction part 30 Browser terminal 40 Search window page 47, 47b Conversion word list 49, 49a Related word list 60 Search result page

Claims (14)

情報検索システムであって、
所定の検索キーワードをイベントワードとして所定の時期に対応付けするとともに、当該イベントワードに特定の検索キーワードをイベント関連語として対応付けして管理し、検索された検索キーワードが、現時点に対応する前記イベントワードに該当すれば、当該イベントワードに対応する前記イベント関連語を抽出するイベントワード抽出手段を備えたことを特徴とする情報検索システム。
An information retrieval system,
A predetermined search keyword is associated with an event word at a predetermined time, and a specific search keyword is associated with the event word as an event-related word and managed, and the searched search keyword corresponds to the current event An information retrieval system comprising event word extraction means for extracting the event-related word corresponding to the event word if it corresponds to the word.
請求項1において、
WWWサーバー機能を備えたコンピュータシステムにより構成され、
アクセスしてきたブラウザ端末から送付されてきた検索キーワードに該当するレコードを出力する検索エンジンと、
前記検索エンジンが出力したレコードを一覧にした検索結果ページを前記ブラウザ端末に返送する検索結果ページ返送手段と、
与えられた文字をかな漢字変換した変換語を出力する日本語変換手段と、
前記ブラウザ端末におけるキー入力状況を監視し、検索キーワードを入力する経過でキー入力される文字を前記日本語変換手段に与え、該当する変換語のリストをブラウザ端末に送付する変換語リスト送付手段と、を備え、
前記イベントワード抽出手段は、前記変換語リストを送付したブラウザ端末にて当該リスト中のある検索キーワードが検索された場合に、当該検索キーワードが現時点に対応する前記イベントワードに該当すれば、当該イベントワードに対応する前記イベント関連語を前記ブラウザ端末に返送することを特徴とする情報検索システム。
In claim 1,
Consists of a computer system with a WWW server function,
A search engine that outputs records corresponding to the search keyword sent from the browser terminal that has been accessed,
Search result page return means for returning a search result page listing the records output by the search engine to the browser terminal;
Japanese conversion means for outputting a conversion word obtained by converting a given character into Kana-Kanji,
A conversion word list sending means for monitoring a key input situation in the browser terminal, giving a character key-input in the course of inputting a search keyword to the Japanese conversion means, and sending a list of corresponding conversion words to the browser terminal; With
The event word extracting means, when a search keyword in the list is searched at the browser terminal that sent the converted word list, if the search keyword corresponds to the event word corresponding to the current time, An information retrieval system, wherein the event-related word corresponding to a word is returned to the browser terminal.
請求項2において、
前記検索エンジンによる検索キーワードの検索履歴を管理するクエリーデータベースと、
前記変換語リストを送付したブラウザ端末にてある変換語が選択されると、前記クエリーデータベースの管理情報に基づいて当該変換語とともに過去にアンド検索された頻度が高い検索キーワードを関連語としてリストアップした関連語リストを当該ブラウザ端末に返送する関連語リスト返送手段とを備え、
前記イベントワード抽出手段は、前記クエリーデータベースの管理情報に基づいて、特定の期間に検索履歴が特異的に増加する検索キーワードを前記イベントワードとし、前記特定の期間において前記イベントワードとともにアンド検索された検索キーワードのうち特異的に検索履歴が増加するものを前記イベント関連語とするとともに、前記ブラウザ端末にて前記変換語リストから選択された変換語がイベントワードに該当する場合、前記関連語リストに対応のイベント関連語を他の関連語と識別可能にして含めることを特徴とする情報検索システム。
In claim 2,
A query database for managing a search history of search keywords by the search engine;
When a conversion word is selected by the browser terminal that has sent the conversion word list, a search keyword that has been frequently AND-searched with the conversion word in the past is listed as a related word based on the management information of the query database. A related word list returning means for returning the related word list to the browser terminal,
The event word extraction means uses the search keyword whose search history increases specifically during a specific period as the event word based on the management information of the query database, and is AND-searched together with the event word during the specific period A search keyword that has a search history that specifically increases is used as the event-related word, and if a conversion word selected from the conversion word list in the browser terminal corresponds to an event word, An information retrieval system comprising a corresponding event-related word so as to be distinguishable from other related words.
請求項3において、
所定のURLを指定してアクセスしてきたブラウザ端末に検索キーワードの入力欄と、当該ブラウザ端末にて検索指示があると前記検索キーワード入力欄に入力されている検索キーワードを送出する機能と、当該ブラウザ端末にて解釈実行される制御プログラムとを含んだ検索窓口ページを送付する前記検索窓口ページ送付手段と、
アルファベットの文字列とかな文字との対応関係や、かな文字列と漢字を含む変換語との対応関係を蓄積・管理する辞書データベースを備え、
前記日本語変換手段は、前記ブラウザ端末において順次入力されるキー入力情報を順次取得するとともに、当該キー入力情報により特定される文字列に対応するかな文字を前記辞書データベースから抽出して前記ブラウザ端末に送付するとともに、前記ブラウザ端末から送付されてきたかな文字列を前記辞書データベースに照会して対応する変換語のリストを前記ブラウザ端末に返送し、
前記制御プロラムは、
前記ブラウザ端末にて前記検索キーワード入力欄への文字入力があると当該文字入力の過程における前記キー入力情報を前記日本語変換手段へ逐一送付させる機能と、
前記日本語変換手段から送付されてきたかな文字を前記キーワード入力欄に入力する機能と、
前記ブラウザ端末にて変換指示に対応する所定のキー入力があると、前記キーワード入力欄に入力されているかな文字を前記日本語変換手段に送付させる機能と、
前記日本語変換手段から返送されてきた変換語リストを表示するとともに、当該リスト中の変換語を選択可能にする機能と、
前記ブラウザ端末にて前記変換語リストから一つの変換語が選択されるとその選択情報を前記関連語抽出手段に送付する機能と、
前記関連語抽出手段から送付されてきた前記関連語リストを表示するとともに、当該変換語リストにある一つの変換語を選択しながら前記関連語リスト中の関連語を選択可能にする機能と、
前記関連語リストにおいて、前記イベント関連語を識別可能にして表示する機能と、
前記ブラウザ端末にて前記変換語リストにある一つの変換語を選択しながら前記関連語リストから一つの関連語が選択されて確定指示があると、当該選択されている変換語と当該確定指示された関連語とを前記キーワード入力欄に入力する機能と、
を含んでいることを特徴とする情報検索システム。
In claim 3,
An input field for a search keyword to a browser terminal that has been accessed by designating a predetermined URL, a function for sending the search keyword input in the search keyword input field when a search instruction is issued at the browser terminal, and the browser The search window page sending means for sending a search window page including a control program interpreted and executed by the terminal;
It has a dictionary database that stores and manages the correspondence between alphabetic character strings and kana characters, and the correspondence between kana character strings and conversion words including kanji,
The Japanese language conversion unit sequentially acquires key input information sequentially input in the browser terminal, and extracts a kana character corresponding to a character string specified by the key input information from the dictionary database. And sending back a list of corresponding conversion words to the browser terminal by querying the dictionary database for a character string sent from the browser terminal,
The control program is:
A function for sending the key input information in the character input process to the Japanese conversion means one by one when there is a character input in the search keyword input field in the browser terminal;
A function of inputting the kana characters sent from the Japanese conversion means into the keyword input field;
When there is a predetermined key input corresponding to the conversion instruction in the browser terminal, a function of sending the kana characters input in the keyword input field to the Japanese conversion means;
A function for displaying a conversion word list returned from the Japanese conversion means and enabling selection of conversion words in the list;
A function of sending selection information to the related word extraction means when one conversion word is selected from the conversion word list in the browser terminal;
A function for displaying the related word list sent from the related word extracting means and selecting a related word in the related word list while selecting one converted word in the converted word list;
In the related word list, a function for displaying the event related words in an identifiable manner;
When one related word is selected from the related word list and there is a confirmation instruction while selecting one conversion word in the conversion word list on the browser terminal, the selected conversion word and the confirmation instruction are given. A function for inputting a related word into the keyword input field;
An information retrieval system comprising:
請求項3または4において、前記イベントワード抽出手段は、年間における特定の時期に前記照会頻度が急増したのち、特定の日を経過すると、照会頻度が激減する検索キーワードを前記イベントワードとすることを特徴とする情報検索システム。   5. The event word extracting means according to claim 3, wherein the event word extracting means sets a search keyword whose query frequency drastically decreases after a specific day elapses at a specific time in a year as the event word. Characteristic information retrieval system. 請求項3または4において、前記イベントワード抽出手段は、イベントワードに対応するイベント関連語が該当する前記特定の期間の経過に伴って変化する場合、前記特定の期間の時系列に応じて前記関連語リストに含ませるイベント関連語を変化させることを特徴とする情報検索システム。   5. The event word extraction unit according to claim 3, wherein the event word extraction unit, when an event related word corresponding to an event word changes with the passage of the specific period, corresponds to the time series of the specific period. An information retrieval system characterized by changing event-related words included in a word list. 請求項3または4において、前記イベントワード抽出手段は、最近の所定期間において前記照会頻度が急増した検索キーワードをイベントワードとし、当該イベントワードの照会頻度に連動してアンド検索頻度が急増した検索キーワードをイベント関連語とすることを特徴とする情報検索システム。   5. The search keyword according to claim 3 or 4, wherein the event word extraction means uses the search keyword whose query frequency has rapidly increased during a recent predetermined period as an event word, and the AND search frequency has increased rapidly in conjunction with the query frequency of the event word. An information retrieval system characterized by using event-related words. 請求項3または4において、所定のWebサイトにおいて掲載されているニュース記事に含まれる文字列を解析して単語を抽出するとともに、最近の所定期間において出現頻度が急増した単語をイベントワードとし、当該イベントワード含まれる記事に含まれる他の単語のうち、前記イベントワードの出現頻度に連動して出現頻度が急増した単語をイベント関連語とすることを特徴とする情報検索システム。   5. The method according to claim 3, wherein a word string is extracted by analyzing a character string included in a news article posted on a predetermined website, and a word whose appearance frequency has rapidly increased in a recent predetermined period is defined as an event word. An information search system characterized in that, among other words included in an article included in an event word, a word whose appearance frequency has increased rapidly in association with the appearance frequency of the event word is set as an event-related word. ネットワークに接続するコンピュータにインストールされるコンピュータプログラムであって、当該コンピュータに、
アクセスしてきたブラウザ端末から送付されてきた検索キーワードに該当するレコードを出力する検索ステップと、
前記検索エンジンが出力したレコードを一覧にした検索結果ページを前記ブラウザ端末に返送する検索結果ページ返送ステップと、
与えられた文字をかな漢字変換した変換語を出力する日本語変換ステップと、
前記ブラウザ端末におけるキー入力状況を監視し、検索キーワードを入力する経過でキー入力される文字を前記日本語変換ステップに与え、該当する変換語のリストをブラウザ端末に送付する変換語リスト送付ステップと、
所定の検索キーワードをイベントワードとして所定の時期に対応付けするとともに、当該イベントワードに特定の検索キーワードをイベント関連語として対応付けして管理し、前記変換語リストを送付したブラウザ端末にて当該リスト中のある検索キーワードが検索された場合、当該検索キーワードが現時点に対応する前記イベントワードに該当すれば、当該イベントワードに対応する前記イベント関連語をブラウザ端末に返送するイベントワード抽出ステップと、
を実行させることを特徴とする情報検索プログラム。
A computer program installed on a computer connected to a network,
A search step for outputting a record corresponding to a search keyword sent from a browser terminal that has been accessed,
A search result page returning step of returning a search result page listing the records output by the search engine to the browser terminal;
A Japanese conversion step of outputting a conversion word obtained by converting a given character into Kana-Kanji,
A conversion word list sending step of monitoring a key input situation in the browser terminal, giving a character key-input in the course of inputting a search keyword to the Japanese conversion step, and sending a list of corresponding conversion words to the browser terminal; ,
In addition to associating a predetermined search keyword as an event word with a predetermined time, and managing the event word in association with a specific search keyword as an event-related word, the list at the browser terminal that has sent the conversion word list When a certain search keyword is searched, if the search keyword corresponds to the event word corresponding to the current time, an event word extraction step of returning the event related word corresponding to the event word to the browser terminal;
An information retrieval program characterized by causing
請求項9において、
前記レコード検索ステップによる検索キーワードの検索履歴を管理するクエリーデータベースにアクセスするクエリーデータベース・アクセスステップと、
前記クエリーデータベースの管理情報に基づいて、アンド検索時の複数の検索キーワードを相互に関連語として対応付けするともに、一組の関連語ごとにアンド検索された頻度を対応付けして管理する関連語データベースにアクセスする関連語データベース・アクセスステップと、
前記変換語リストを送付したブラウザ端末にてある変換語が選択されると、当該変換語を前記関連語データベースに照会し、該当する関連語を頻度の順にリストアップした関連語リストを当該ブラウザ端末に返送する関連語リスト返送ステップと、
を実行させるとともに、
前記イベントワード抽出ステップでは、前記クエリーデータベースの管理情報に基づいて、特定の期間に検索履歴が特異的に増加する検索キーワードをイベントワードとし、前記特定の期間において前記イベントワードとともにアンド検索された検索キーワードのうち特異的に検索履歴が増加するイベント関連語とを対応付けして管理し、前記ブラウザ端末にて前記変換語リストから選択された変換語がイベントワードに該当する場合、前記関連語リストに対応のイベント関連語を他の関連語と識別可能にして含める
ことを特徴とする情報検索プログラム。
In claim 9,
A query database access step for accessing a query database for managing a search history of search keywords by the record search step;
Based on the management information of the query database, a plurality of search keywords at the time of AND search are associated with each other as related words, and related words managed by associating the frequency of AND search for each set of related words A related term database access step for accessing the database;
When a conversion word is selected in the browser terminal to which the conversion word list is sent, the conversion word is referred to the related word database, and the related word list in which the corresponding related words are listed in order of frequency is displayed in the browser terminal. A related word list returning step to be returned to
As well as
In the event word extraction step, based on the management information of the query database, a search keyword whose search history specifically increases during a specific period is set as an event word, and a search that is AND-searched together with the event word during the specific period If the conversion word selected from the conversion word list in the browser terminal corresponds to the event word, the event related word whose search history increases specifically among the keywords is managed in association, the related word list An information retrieval program characterized by including event-related words that are identifiable to and related to other related words.
請求項10において、前記イベントワード抽出ステップでは、年間における特定の時期に前記照会頻度が急増したのち、特定の日を経過すると、照会頻度が激減する検索キーワードを前記イベントワードとすることを特徴とする情報検索プログラム。   11. The event word extraction step according to claim 10, wherein, in the event word extraction step, a search keyword that drastically decreases after a specific day elapses after the query frequency rapidly increases at a specific time in the year is defined as the event word. Information retrieval program. 請求項10において、前記イベントワード抽出ステップでは、イベントワードに対応するイベント関連語が該当する前記特定の期間の経過に伴って変化する場合、前記特定の期間の時系列に応じて前記関連語リストに含ませるイベント関連語を変化させることを特徴とする情報検索プログラム。   11. The related word list according to claim 10, wherein, in the event word extraction step, when an event related word corresponding to an event word changes with the passage of the specific period, the related word list according to a time series of the specific period. An information search program characterized by changing event-related words to be included. 請求項10において、前記イベントワード抽出ステップでは、最近の所定期間において前記照会頻度が急増した検索キーワードをイベントワードとし、当該イベントワードの照会頻度に連動してアンド検索頻度が急増した検索キーワードをイベント関連語とすることを特徴とする情報検索プログラム。   11. The event word extracting step according to claim 10, wherein the search keyword whose query frequency has rapidly increased in a recent predetermined period is set as an event word, and the search keyword whose AND search frequency has rapidly increased in association with the query frequency of the event word is defined as an event. An information search program characterized by being related words. 請求項10において、前記イベントワード抽出ステップでは、所定のWebサイトにおいて掲載されているニュース記事に含まれる文字列を解析して単語を抽出するとともに、最近の所定期間において出現頻度が急増した単語をイベントワードとし、当該イベントワード含まれる記事に含まれる他の単語のうち、前記イベントワードの出現頻度に連動して出現頻度が急増した単語をイベント関連語とすることを特徴とする情報検索プログラム。

11. The event word extracting step according to claim 10, wherein in the event word extracting step, a word string included in a news article posted on a predetermined website is analyzed to extract a word, and a word whose appearance frequency has increased rapidly in a recent predetermined period. An information search program characterized in that, as an event word, a word whose appearance frequency increases rapidly in association with the appearance frequency of the event word among other words included in an article included in the event word is set as an event-related word.

JP2005213885A 2005-07-25 2005-07-25 Information retrieval system, information retrieval program Active JP4781741B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005213885A JP4781741B2 (en) 2005-07-25 2005-07-25 Information retrieval system, information retrieval program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005213885A JP4781741B2 (en) 2005-07-25 2005-07-25 Information retrieval system, information retrieval program

Publications (3)

Publication Number Publication Date
JP2007034466A true JP2007034466A (en) 2007-02-08
JP2007034466A5 JP2007034466A5 (en) 2008-06-05
JP4781741B2 JP4781741B2 (en) 2011-09-28

Family

ID=37793690

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005213885A Active JP4781741B2 (en) 2005-07-25 2005-07-25 Information retrieval system, information retrieval program

Country Status (1)

Country Link
JP (1) JP4781741B2 (en)

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009259245A (en) * 2008-04-11 2009-11-05 Fujitsu Ltd Method for interactively and dynamically displaying term related to input term and storage medium
JP2010009262A (en) * 2008-06-26 2010-01-14 Yahoo Japan Corp Information management device, information management method, and program for determining event unique to user
JP2010524066A (en) * 2007-04-06 2010-07-15 アリババ グループ ホールディング リミテッド Method, apparatus and system for processing correlation keywords
JP2010170324A (en) * 2009-01-22 2010-08-05 Toshiba Corp Apparatus for supporting knowledge sharing, and method and program thereof
JP2010231344A (en) * 2009-03-26 2010-10-14 Ntt Docomo Inc Device for preparing reference data for retrieval, information retrieval device, method of preparing reference data for retrieval and information retrieval method
JP2010537305A (en) * 2007-09-18 2010-12-02 エヌエイチエヌ コーポレーション Relevant soaring word search method and system
JP2011511970A (en) * 2007-12-27 2011-04-14 マイクロソフト コーポレーション Sorting user browser history based on relevance
JP2012003516A (en) * 2010-06-17 2012-01-05 Yahoo Japan Corp Device and method for configuring tag cloud having extendable and contractible character string length
JP2012137923A (en) * 2010-12-27 2012-07-19 Canvas Mapple Co Ltd Navigation server, navigation program, and navigation system
JP2012164242A (en) * 2011-02-09 2012-08-30 Nippon Telegr & Teleph Corp <Ntt> Related word extraction device, related word extraction method, related word extraction program
JP2012529106A (en) * 2009-06-03 2012-11-15 ヤフー! インコーポレイテッド Open search support
JP2012530957A (en) * 2009-06-19 2012-12-06 エヌエイチエヌ コーポレーション Method and apparatus for providing search results using previous queries
WO2013018387A1 (en) 2011-07-29 2013-02-07 楽天株式会社 Information processing apparatus, information processing method, information processing program, and storage medium having information processing program stored therein
JP2013037404A (en) * 2011-08-03 2013-02-21 Yahoo Japan Corp Information processing apparatus, information processing method and program
JP2013065157A (en) * 2011-09-16 2013-04-11 Yahoo Japan Corp Search device, method, and program
JP2013077327A (en) * 2013-01-16 2013-04-25 Yahoo Japan Corp Tag cloud construction device and method capable of extending and contracting character string length
JP2013519150A (en) * 2010-02-03 2013-05-23 グーグル・インコーポレーテッド Information retrieval system with real-time feedback
JP2013535729A (en) * 2010-07-22 2013-09-12 グーグル・インコーポレーテッド Predictive query suggestion cache
JP2017016240A (en) * 2015-06-29 2017-01-19 国立大学法人佐賀大学 Device, method, and program for displaying search candidate word
JP2018501584A (en) * 2015-01-09 2018-01-18 フェイスブック,インク. Suggested keywords for searching news-related content on online social networks
JP2019101841A (en) * 2017-12-05 2019-06-24 富士通株式会社 Retrieval processing program, retrieval processing method and retrieval processing device
KR20210027853A (en) * 2019-09-03 2021-03-11 삼육대학교산학협력단 News data analysis system for non-experts, and method thereof
JP2022519137A (en) * 2020-01-08 2022-03-22 バイドゥ オンライン ネットワーク テクノロジー(ペキン) カンパニー リミテッド Electronic map search methods, devices, equipment and media
JP7077431B1 (en) * 2021-02-01 2022-05-30 ヤフー株式会社 Information processing equipment, information processing methods and information processing programs

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003173352A (en) * 2001-12-05 2003-06-20 Nippon Telegr & Teleph Corp <Ntt> Retrieval log analysis method and device, document information retrieval method and device, retrieval log analysis program, document information retrieval program and storage medium

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003173352A (en) * 2001-12-05 2003-06-20 Nippon Telegr & Teleph Corp <Ntt> Retrieval log analysis method and device, document information retrieval method and device, retrieval log analysis program, document information retrieval program and storage medium

Cited By (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8626742B2 (en) 2007-04-06 2014-01-07 Alibaba Group Holding Limited Method, apparatus and system of processing correlated keywords
JP2010524066A (en) * 2007-04-06 2010-07-15 アリババ グループ ホールディング リミテッド Method, apparatus and system for processing correlation keywords
US9275100B2 (en) 2007-04-06 2016-03-01 Alibaba Group Holding Limited Method, apparatus and system of processing correlated keywords
US8725723B2 (en) 2007-09-18 2014-05-13 Nhn Corporation Method for searching relation sudden rising word and system thereof
JP2010537305A (en) * 2007-09-18 2010-12-02 エヌエイチエヌ コーポレーション Relevant soaring word search method and system
JP2011511970A (en) * 2007-12-27 2011-04-14 マイクロソフト コーポレーション Sorting user browser history based on relevance
JP2009259245A (en) * 2008-04-11 2009-11-05 Fujitsu Ltd Method for interactively and dynamically displaying term related to input term and storage medium
JP2010009262A (en) * 2008-06-26 2010-01-14 Yahoo Japan Corp Information management device, information management method, and program for determining event unique to user
JP2010170324A (en) * 2009-01-22 2010-08-05 Toshiba Corp Apparatus for supporting knowledge sharing, and method and program thereof
JP2010231344A (en) * 2009-03-26 2010-10-14 Ntt Docomo Inc Device for preparing reference data for retrieval, information retrieval device, method of preparing reference data for retrieval and information retrieval method
JP2012529106A (en) * 2009-06-03 2012-11-15 ヤフー! インコーポレイテッド Open search support
JP2012530957A (en) * 2009-06-19 2012-12-06 エヌエイチエヌ コーポレーション Method and apparatus for providing search results using previous queries
US9129012B2 (en) 2010-02-03 2015-09-08 Google Inc. Information search system with real-time feedback
JP2013519150A (en) * 2010-02-03 2013-05-23 グーグル・インコーポレーテッド Information retrieval system with real-time feedback
JP2012003516A (en) * 2010-06-17 2012-01-05 Yahoo Japan Corp Device and method for configuring tag cloud having extendable and contractible character string length
JP2013535729A (en) * 2010-07-22 2013-09-12 グーグル・インコーポレーテッド Predictive query suggestion cache
US9323808B1 (en) 2010-07-22 2016-04-26 Google Inc. Predictive query suggestion caching
JP2012137923A (en) * 2010-12-27 2012-07-19 Canvas Mapple Co Ltd Navigation server, navigation program, and navigation system
JP2012164242A (en) * 2011-02-09 2012-08-30 Nippon Telegr & Teleph Corp <Ntt> Related word extraction device, related word extraction method, related word extraction program
WO2013018387A1 (en) 2011-07-29 2013-02-07 楽天株式会社 Information processing apparatus, information processing method, information processing program, and storage medium having information processing program stored therein
US10262064B2 (en) 2011-07-29 2019-04-16 Rakuten, Inc. Information processing apparatus, information processing method, information processing program, recording medium having stored therein information processing program
JP2013037404A (en) * 2011-08-03 2013-02-21 Yahoo Japan Corp Information processing apparatus, information processing method and program
JP2013065157A (en) * 2011-09-16 2013-04-11 Yahoo Japan Corp Search device, method, and program
JP2013077327A (en) * 2013-01-16 2013-04-25 Yahoo Japan Corp Tag cloud construction device and method capable of extending and contracting character string length
JP2018501584A (en) * 2015-01-09 2018-01-18 フェイスブック,インク. Suggested keywords for searching news-related content on online social networks
JP2017016240A (en) * 2015-06-29 2017-01-19 国立大学法人佐賀大学 Device, method, and program for displaying search candidate word
JP2019101841A (en) * 2017-12-05 2019-06-24 富士通株式会社 Retrieval processing program, retrieval processing method and retrieval processing device
JP7059599B2 (en) 2017-12-05 2022-04-26 富士通株式会社 Search processing program, search processing method and search processing device
KR20210027853A (en) * 2019-09-03 2021-03-11 삼육대학교산학협력단 News data analysis system for non-experts, and method thereof
KR102245942B1 (en) 2019-09-03 2021-04-28 삼육대학교산학협력단 News data analysis system for non-experts, and method thereof
JP2022519137A (en) * 2020-01-08 2022-03-22 バイドゥ オンライン ネットワーク テクノロジー(ペキン) カンパニー リミテッド Electronic map search methods, devices, equipment and media
JP7171905B2 (en) 2020-01-08 2022-11-15 バイドゥ オンライン ネットワーク テクノロジー(ペキン) カンパニー リミテッド Electronic map search method, device, equipment and medium
US11609961B2 (en) 2020-01-08 2023-03-21 Baidu Online Network Technology (Beijing) Co., Ltd. Search method and apparatus for an electronic map, device and medium
JP7077431B1 (en) * 2021-02-01 2022-05-30 ヤフー株式会社 Information processing equipment, information processing methods and information processing programs

Also Published As

Publication number Publication date
JP4781741B2 (en) 2011-09-28

Similar Documents

Publication Publication Date Title
JP4781741B2 (en) Information retrieval system, information retrieval program
US9348872B2 (en) Method and system for assessing relevant properties of work contexts for use by information services
US7047502B2 (en) Methods and apparatus for mouse-over preview of contextually relevant information
US7353246B1 (en) System and method for enabling information associations
US9111008B2 (en) Document information management system
US7895595B2 (en) Automatic method and system for formulating and transforming representations of context used by information services
AU2018282276A1 (en) Method and system for information retrieval and processing
US20060080292A1 (en) Enhanced interface utility for web-based searching
JP2006164269A (en) System and method for customization of search result
JPH10269237A (en) Document browsing system
WO2015150886A1 (en) System and method for managing a web resource in a browser application
JP2005346495A (en) Information processing system, information processing method, and information processing program
JP2000231570A (en) Internet information processor, internet information processing method and computer readable recording medium with program making computer execute method recorded therein
JP4505389B2 (en) Advertisement content transmission system and advertisement content transmission method
JP2000231569A (en) Internet information retrieving device, internet information retrieving method and computer readable recording medium with program making computer execute method recorded therein
JP2007034463A (en) Information retrieval system and information retrieval program
JP2004030021A (en) Document processor and processing method
JP2746198B2 (en) Database search method for full text
JP2020024595A (en) Posted information management device
KR20100084265A (en) Method and apparatus for extracting information from contents evaluated by using user feedbacks and utilizing said information
JP2002334100A (en) Web page retrieving system

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080421

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080421

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100917

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100928

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20101129

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110405

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110531

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: 20110621

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110706

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

Free format text: PAYMENT UNTIL: 20140715

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4781741

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250