JP2005250674A - Information retrieval system and program for information retrieval - Google Patents

Information retrieval system and program for information retrieval Download PDF

Info

Publication number
JP2005250674A
JP2005250674A JP2004057794A JP2004057794A JP2005250674A JP 2005250674 A JP2005250674 A JP 2005250674A JP 2004057794 A JP2004057794 A JP 2004057794A JP 2004057794 A JP2004057794 A JP 2004057794A JP 2005250674 A JP2005250674 A JP 2005250674A
Authority
JP
Japan
Prior art keywords
search
search result
concept
full
result
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2004057794A
Other languages
Japanese (ja)
Inventor
Yasuhiro Takayama
泰博 高山
Akito Nagai
明人 永井
Takeyuki Aikawa
勇之 相川
Makoto Imamura
誠 今村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2004057794A priority Critical patent/JP2005250674A/en
Publication of JP2005250674A publication Critical patent/JP2005250674A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an information retrieval system capable of automating threshold settings for narrowing down conception search results. <P>SOLUTION: A full-text search part 4 searches for documents containing a character string that matches a search character string inputted from a search request input part 1. A concept search part 5 searches for documents containing any character strings semantically related to the search character string inputted from the search request input part 1. A control part 9 sees if there is a match between the result of the full-text search by the full-text search part 4 and the result of the concept search by the concept search part 5, determines a threshold based on whether there is the match, selects a concept search result based on the threshold, and outputs the result along with the result of the full-text search. When the threshold has been reset by a reset directing part 8, the result of the concept search is reselected according to the threshold changed. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

この発明は、蓄積された大量の文書から業務で必要とされる重要な文書を迅速に検索して、業務目的に応じて活用することを可能とする情報検索装置および情報検索のためのプログラムに関するものである。   The present invention relates to an information search apparatus and an information search program capable of quickly searching important documents required for business from a large amount of stored documents and utilizing them according to business purposes. Is.

文書の電子化が進み、短時間で必要な情報を取得するための検索方法の重要性が増している。このような検索方法のうち、入力とは異なる表現であっても類似する内容をもつ文書を検索可能な概念検索手段を含む複数の検索手段を備えた検索装置として、例えば特許文献1に示すものがあった。   As computerization of documents progresses, the importance of search methods for acquiring necessary information in a short time is increasing. Among such search methods, a search apparatus including a plurality of search means including a concept search means capable of searching for documents having similar contents even if the expression is different from the input is disclosed in Patent Document 1, for example. was there.

この文献に記載の情報処理装置では、利用者からの検索要求(クエリ)を取得すると、入力されたテキストを単語に分解し、その後、検索方法を選択して全文検索や概念検索、あるいはフレーズ検索といった検索を行い、これを表示していた。そして、このような構成により、検索モードが二つ以上存在する場合において、クエリ文字に含まれる文字数や言語解析結果によって適用する検索モードを一つ以上決定し、クエリの解析結果によって、検索モードの結果の重み付けを決定していた。   In the information processing apparatus described in this document, when a search request (query) from a user is obtained, the input text is decomposed into words, and then a full text search, a concept search, or a phrase search is selected by selecting a search method. Search was performed and this was displayed. With such a configuration, when there are two or more search modes, one or more search modes to be applied are determined according to the number of characters included in the query characters and the language analysis result, and the search mode is determined according to the query analysis result. The weighting of the results was determined.

特開2003−085201号公報JP 2003-085201 A

しかしながら、従来の情報検索装置では、次のような課題があった。
即ち、検索結果は検索対象の文書に依存するため、検索結果を求める前に入力したクエリの解析結果を元に検索モードおよび重み付けを決定する従来の方法では、入力に合致しない文字列を含む文書を検索結果として得る概念検索の閾値を自動的に設定できないため、検索結果の増減が利用者にとって明確でないという問題点があった。
However, the conventional information retrieval apparatus has the following problems.
In other words, since the search result depends on the document to be searched, in the conventional method of determining the search mode and weighting based on the analysis result of the query input before obtaining the search result, the document including a character string that does not match the input Since the threshold value of the concept search for obtaining the search result cannot be automatically set, the increase or decrease in the search result is not clear to the user.

この発明は上記のような課題を解決するためになされたもので、従来は、検索条件の閾値をどのように設定してよいか利用者にとって不明確であったものを、概念検索結果の足切りのための閾値の設定を自動化することが可能な情報検索装置および情報検索のためのプログラムを得ることを目的とする。   The present invention has been made to solve the above-described problems. Conventionally, it has been unclear to the user how to set the threshold value of the search condition. An object of the present invention is to obtain an information search apparatus and an information search program capable of automating the setting of a threshold for cutting.

この発明に係る情報検索装置は、検索要求入力部で入力した文字列に一致する文書を検索する全文検索部と、入力した文字列に意味的に関連した文字列を含む文書を検索する概念検索部とを備え、全文検索結果と、概念検索結果とを照合し、これらの照合結果に基づいて、概念検索結果のうち、どの概念検索結果を選択するかを決定するための閾値を決定するようにしたものである。   An information search apparatus according to the present invention includes a full-text search unit that searches for a document that matches a character string input by a search request input unit, and a concept search that searches for a document that includes a character string that is semantically related to the input character string A full-text search result and a concept search result are collated, and a threshold for determining which concept search result is selected from the concept search results is determined based on the collation results. It is a thing.

この発明の情報検索装置は、全文検索結果と、概念検索結果とを照合し、これらの照合結果に基づいて、概念検索結果のうち、どの概念検索結果を選択するかを決定するための閾値を決定するようにしたので、概念検索結果の足切りのための閾値の設定を自動化することが可能となる。   The information search apparatus according to the present invention compares a full-text search result and a concept search result, and sets a threshold for determining which concept search result is selected from the concept search results based on the comparison results. Since the determination is made, it is possible to automate the setting of a threshold for cutting off the concept search result.

以下、この発明の実施の一形態を説明する。
実施の形態1.
図1は、この発明の実施の形態1による情報検索装置を示す構成図である。
図において、情報検索装置は、検索要求入力部1、表示部2、文書登録部3、全文検索部4、概念検索部5、拡張指示部6、絞り込み指示部7、再設定指示部8、制御部9からなる。
An embodiment of the present invention will be described below.
Embodiment 1 FIG.
1 is a block diagram showing an information retrieval apparatus according to Embodiment 1 of the present invention.
In the figure, an information search apparatus includes a search request input unit 1, a display unit 2, a document registration unit 3, a full text search unit 4, a concept search unit 5, an expansion instruction unit 6, a narrowing instruction unit 7, a reset instruction unit 8, and a control. It consists of part 9.

検索要求入力部1は、利用者が検索要求を行うと共にその検索要求する文字列を入力し、これらのデータを制御部9に渡すための手段であり、例えば、キーボードやポインティングデバイスといった入力手段と、表示部2に対して文字列入力や検索要求を行うための表示制御を行う機能で構成されている。あるいは、検索要求入力部1は、装置外部から検索を行う文字列を入力するためのインタフェース等で構成されていてもよい。表示部2は、例えばCRT(Cathode Ray Tube)や液晶ディスプレイといった表示装置からなり、制御部9からの表示制御データを表示する表示手段である。文書登録部3は、検索対象となる文書と、この文書を解析して検索に必要な索引等の情報とを有する例えばハードディスクといった記憶部上に形成された登録部である。   The search request input unit 1 is a means for a user to make a search request and to input a character string for which the search is requested, and to pass these data to the control unit 9, for example, an input means such as a keyboard or a pointing device; The display unit 2 has a function of performing display control for inputting a character string and making a search request. Alternatively, the search request input unit 1 may be configured with an interface or the like for inputting a character string to be searched from outside the apparatus. The display unit 2 includes a display device such as a CRT (Cathode Ray Tube) or a liquid crystal display, and is a display unit that displays display control data from the control unit 9. The document registration unit 3 is a registration unit formed on a storage unit such as a hard disk, which has a document to be searched and information such as an index necessary for the search by analyzing the document.

全文検索部4は、検索要求の文字列に合致する文書の情報を制御部9に送出する機能部である。概念検索部5は、検索要求の内容に類似した順にスコア付けした文書の情報を制御部9に送出する機能部である。尚、全文検索部4および概念検索部5における検索処理の詳細については、動作の項で詳述する。   The full-text search unit 4 is a functional unit that sends information on a document that matches the character string of the search request to the control unit 9. The concept search unit 5 is a functional unit that sends information of documents scored in the order similar to the content of the search request to the control unit 9. Details of the search processing in the full text search unit 4 and the concept search unit 5 will be described in detail in the operation section.

拡張指示部6は、概念検索結果を用いて全文検索結果より広い範囲の検索結果を得るか否かを指定するための指示部であり、具体的には、表示部2上に表示されている拡張ボタンを利用者が選択することにより概念拡張指示を行うようにしたものである。絞り込み指示部7は、概念検索結果を用いて全文検索結果を絞り込む検索結果を得るか否かを指定するための指示部であり、具体的には、表示部2上に表示されている絞り込みボタンを利用者が選択することにより概念絞り込み指示を行うようにしたものである。   The expansion instruction unit 6 is an instruction unit for designating whether or not to obtain a search result in a wider range than the full-text search result using the concept search result. Specifically, the extension instruction unit 6 is displayed on the display unit 2. A concept expansion instruction is performed by the user selecting an expansion button. The refinement instruction unit 7 is an instruction unit for designating whether or not to obtain a search result for narrowing down the full-text search result using the concept search result. Specifically, a refinement button displayed on the display unit 2 The user selects the concept and instructs to narrow down the concept.

再設定指示部8は、照合結果に基づく閾値の決定後、その閾値の値を再設定するか否かを指定するための指示部であり、具体的には、表示部2上に表示されているスライドバー(これについては後述する)を利用者が変更することにより閾値再設定指示を行うようにしたものである。   The reset instruction unit 8 is an instruction unit for designating whether or not to reset the threshold value after the threshold value is determined based on the collation result. Specifically, the reset instruction unit 8 is displayed on the display unit 2. The user resets the threshold value by changing the slide bar (which will be described later).

制御部9は、情報検索装置を統括して管理する機能部であり、全文検索部4の全文検索結果と、概念検索部5の概念検索結果とを照合し、これらの照合結果に基づいて、概念検索結果のうち、どの概念検索結果を選択するかを決定するための閾値を決定すると共に、再設定指示部8にて再設定指示が行われた場合は、その再設定された閾値を新たな閾値として概念検索結果を選択するよう構成されている。   The control unit 9 is a functional unit that manages and manages the information search apparatus, collates the full-text search result of the full-text search unit 4 with the concept search result of the concept search unit 5, and based on these collation results, A threshold for determining which concept search result to select from among the concept search results is determined, and when a reset instruction is given by the reset instruction unit 8, the reset threshold is newly set. A concept search result is selected as a threshold value.

また、上記の情報検索装置は、コンピュータを用いて実現され、全文検索部4、概念検索部5および制御部9は、それぞれの機能に対応するソフトウェアと、これを実行するためのCPUやメモリ等のハードウェアから構成されている。   Further, the information search device described above is realized using a computer. The full-text search unit 4, the concept search unit 5, and the control unit 9 are software corresponding to each function, a CPU, a memory, and the like for executing the software. It consists of hardware.

次に、実施の形態1の動作について説明する。
図2は、情報検索装置の起動時の表示部2の状態を示す説明図である。
Next, the operation of the first embodiment will be described.
FIG. 2 is an explanatory diagram illustrating a state of the display unit 2 when the information search apparatus is activated.

図において、検索文字列入力部201は、図1における検索要求入力部1に対応する表示部2上の構成であり、利用者が検索要求を行う文字列が表示される。検索ボタン202は、図1における検索要求入力部1に対応する構成であり、利用者が検索指示を行うためのボタンであり、表示部2上のこの検索ボタン202を押下する(マウスで選択してクリックするといった動作を行う)ことにより、情報検索が開始されるものである。拡張ボタン203は、図1における拡張指示部6に対応する表示部2上の構成であり、また、絞り込みボタン204は、図1における絞り込み指示部7に対応する表示部2上の構成である。   In the figure, a search character string input unit 201 is configured on the display unit 2 corresponding to the search request input unit 1 in FIG. 1, and displays a character string for which a user makes a search request. The search button 202 has a configuration corresponding to the search request input unit 1 in FIG. 1 and is a button for a user to issue a search instruction. The search button 202 is pressed on the display unit 2 (selected with a mouse). The information search is started by performing an operation such as clicking. The expansion button 203 has a configuration on the display unit 2 corresponding to the expansion instruction unit 6 in FIG. 1, and the narrowing button 204 has a configuration on the display unit 2 corresponding to the narrowing instruction unit 7 in FIG.

図3は、実施の形態1による概念拡張指示が行われた場合の動作フローチャートである。
先ず、図2に示すように、検索文字列入力部201に、“サーボとの接続方法”といった検索文字列が利用者によって入力され、かつ、検索ボタン202が押下されたとする。
FIG. 3 is an operation flowchart when the concept expansion instruction according to the first embodiment is performed.
First, as shown in FIG. 2, it is assumed that a search character string such as “connection method with servo” is input to the search character string input unit 201 by the user and the search button 202 is pressed.

これにより、制御部9は全文検索部4に対して検索指示を行う。全文検索部4は、全文検索ステップとして、検索要求入力部1より入力されたテキスト情報に対して、文書登録部3からの索引情報に基づいて、検索要求の文字列に合致する文書の情報を制御部9に受け渡す(ステップST101)。尚、文書の情報とは例えば文書に対して一意に設定された文書番号といった情報である。また、ここで、全文検索とは、検索文字列が全て含まれた文書を検索するものであるが、この検索方法は公知であるため、ここでの詳細な説明は省略する。ステップST101では、検索結果を取得する上限n件が検索対象の一部として指定されていれば、n件分の全文検索結果を得ることとする。   As a result, the control unit 9 issues a search instruction to the full-text search unit 4. As a full-text search step, the full-text search unit 4 searches the text information input from the search request input unit 1 based on the index information from the document registration unit 3 for document information that matches the search request character string. The data is transferred to the control unit 9 (step ST101). The document information is information such as a document number uniquely set for the document. Here, the full-text search is a search for a document including all search character strings. However, since this search method is known, a detailed description thereof is omitted here. In step ST101, if the upper limit of n items for obtaining the search result is specified as a part of the search target, n full-text search results are obtained.

次に、ステップST102において、制御部9は、拡張指示部6によって概念拡張が指定されているかどうか、即ち、拡張ボタン203が押下されているかどうかを判定し、概念拡張の指定がなされていなければ、全文検索結果をそのまま検索結果として表示部2に表示させる(ステップST103)。   Next, in step ST102, the control unit 9 determines whether or not the concept extension is designated by the extension instruction unit 6, that is, whether or not the extension button 203 is pressed, and if the concept extension is not designated. Then, the full text search result is displayed on the display unit 2 as the search result as it is (step ST103).

上記ステップST102において、概念拡張の指定がなされていれば、次に概念検索ステップとして、概念検索部5によって、検索要求の内容に類似した順にスコア付けした文書の情報を制御部9に受け渡す(ステップST104)。このとき、概念検索結果の取得する最大数mが検索要求の一部として指定されていれば、スコア上位のm件の検索結果のみを取得する。   If the concept extension is designated in step ST102, the concept search unit 5 passes the document information scored in the order similar to the content of the search request to the control unit 9 as a concept search step (step ST102). Step ST104). At this time, if the maximum number m of concept search results to be acquired is specified as a part of the search request, only m search results with higher scores are acquired.

概念検索には、たとえば文献(「単語の連想関係に基づく情報検索システムInfoMAP、高山他、情報学基礎53-1、1999-3、情報処理学会」)に開示された方法を用いる。この文献では、登録文書に含まれるテキストを解析して単語に分割し、同時に出現する(共起する)単語の頻度から特異値分解という代数的演算により索引を生成しておくことにより、概念検索を行うものである。   For the concept search, for example, a method disclosed in literature ("Information search system InfoMAP based on word associations, Takayama et al., Informatics Fundamentals 53-1, 1999-3, Information Processing Society of Japan") is used. In this document, text contained in a registered document is analyzed and divided into words, and an index is generated by algebraic operation called singular value decomposition from the frequency of words that appear (co-occur) at the same time. Is to do.

次に、ステップST105において、制御部9は、ステップST101で得たn件の全文検索結果と、ステップST104で得たm件の概念検索結果を照合する(検索結果照合ステップ)。この検索結果照合ステップには、検索結果の文書を一意に同定する文書番号等の情報を用いることとする。   Next, in step ST105, the control unit 9 collates the n full-text search results obtained in step ST101 with the m concept search results obtained in step ST104 (search result collation step). In this search result collation step, information such as a document number for uniquely identifying the search result document is used.

次に、ステップST105で照合した結果、両方の検索結果が合致した文書の中から、閾値決定ステップとして、全文検索結果n件中で、概念検索のスコアが最も低い値であるスコアsを求める(ステップST106)。尚、このとき、スコアsの計算には、最低のスコアにある演算を施したものを用いてもよい。例えば、最低スコアに所定の値を加算するといった方法である。これは、検索対象の文書によっては、最低スコアを用いると、検索結果として得られる文書が大量になってしまうような場合に有効であり、例えば、最低スコアに、0.1を加算したものをスコアとして用いる、といった演算である。   Next, as a threshold determination step, a score s having a lowest concept search score among n full-text search results is obtained as a threshold value determination step from documents matched as a result of collation in step ST105 ( Step ST106). At this time, for the calculation of the score s, a value obtained by performing an operation at the lowest score may be used. For example, a predetermined value is added to the lowest score. This is effective when the minimum score is used depending on the document to be searched, resulting in a large amount of documents obtained as a search result. For example, a value obtained by adding 0.1 to the minimum score is used. The calculation is used as a score.

次に、制御部9は、ステップST105で求めたスコアsを閾値として、ステップST104で求めた概念検索の結果の中から、スコアsよりも高いスコアを持つ概念検索の結果を表示部2に表示させる(ステップST107)。   Next, the control unit 9 displays on the display unit 2 the result of the concept search having a score higher than the score s from the results of the concept search obtained in step ST104, using the score s obtained in step ST105 as a threshold value. (Step ST107).

これにより、「概念拡張」の指示がされていた場合には、常に全文検索結果よりも検索結果の件数が増え、かつ、文書の内容に応じた順位付けがなされた検索結果を得ることが可能となる。   As a result, when “concept expansion” is instructed, the number of search results always increases compared to the full-text search results, and it is possible to obtain search results ranked according to the contents of the document. It becomes.

また、ステップST108において、閾値を再設定するためのスライドバー205の表示を行う。   In step ST108, the slide bar 205 for resetting the threshold is displayed.

図4は、閾値再設定時における表示画面の説明図である。
図中、スライドバー205は、図4における再設定指示部8に対応する表示部2上の構成であり、閾値再設定の範囲を視覚的に表示したグラフィカル・ユーザ・インタフェースである。また、このスライドバー205の表示位置は、図3のステップST106において自動的に求めたスコアsに対応した値となっている。
FIG. 4 is an explanatory diagram of a display screen when the threshold is reset.
In the figure, a slide bar 205 is configured on the display unit 2 corresponding to the reset instruction unit 8 in FIG. 4 and is a graphical user interface that visually displays a range of threshold resetting. The display position of the slide bar 205 is a value corresponding to the score s automatically obtained in step ST106 in FIG.

利用者は、自動的に求めたスコアsを閾値とした場合の検索結果が少なすぎると判断した場合は、スライドバー205を「広げる」と表示されている方向に移動させ、再度、検索ボタン202を押下する(ステップST109)。これにより、制御部9は、閾値の値を変更して(ステップST110)、ステップST107に戻り、変更された閾値で概念検索結果を得る。そして、このような動作を、利用者がスライドバー205の移動によって閾値再設定を行う限り繰り返す。   When the user determines that there are too few search results when the automatically obtained score s is set as a threshold value, the user moves the slide bar 205 in the direction in which “expand” is displayed, and again the search button 202. Is pressed (step ST109). Thereby, the control part 9 changes the value of a threshold value (step ST110), returns to step ST107, and obtains a concept search result with the changed threshold value. Such an operation is repeated as long as the user resets the threshold by moving the slide bar 205.

以上のように、実施の形態1によれば、検索要求する文字列を入力する検索要求入力部と、検索要求入力部で入力した文字列に一致する文字列を含む文書を検索する全文検索部と、検索要求入力部で入力した文字列に意味的に関連した文字列を含む文書を検索する概念検索部と、全文検索結果と、概念検索結果とを照合し、これらの照合結果に基づいて、概念検索結果のうち、どの概念検索結果を選択するかを決定するための閾値を決定する制御部とを備えたので、概念検索結果を選択するための閾値を自動的に設定することが可能となり、利用者にとって検索結果の増減を明確に知ることができる。   As described above, according to the first embodiment, a search request input unit that inputs a character string that requests a search, and a full-text search unit that searches for a document that includes a character string that matches the character string input by the search request input unit And a concept search unit that searches for a document that includes a character string that is semantically related to the character string input in the search request input unit, a full-text search result, and a concept search result are collated, and based on these collation results And a control unit that determines a threshold value for determining which concept search result is to be selected from the concept search results, so that a threshold value for selecting the concept search result can be automatically set. Thus, the user can clearly know the increase or decrease in the search results.

また、実施の形態1によれば、検索要求する文字列に基づき、文書の全文検索と概念検索を行う情報検索装置の動作制御をコンピュータで実現させる情報検索のためのプログラムを、文字列に一致する文字列を含む文書を検索する全文検索ステップと、文字列に意味的に関連した文字列を含む文書を検索する概念検索ステップと、全文検索ステップの全文検索結果と、概念検索ステップの概念検索結果とを照合する検索結果照合ステップと、検索結果照合ステップの結果に基づいて、概念検索結果のうち、どの概念検索結果を選択するかを決定するための閾値を決定する閾値決定ステップとを実現させる情報検索のためのプログラムとしたので、概念検索結果を選択するための閾値を自動的に設定することがコンピュータ上で実現可能となり、利用者にとって検索結果の増減を明確に知ることができる。   In addition, according to the first embodiment, the information search program for realizing the operation control of the information search apparatus that performs the full-text search and the concept search of the document on the basis of the character string requested for the search is matched with the character string. Full-text search step for searching for documents containing character strings to be searched, conceptual search step for searching for documents containing character strings semantically related to character strings, full-text search results of full-text search steps, and conceptual search of concept search steps A search result matching step for matching results and a threshold determination step for determining a threshold for determining which concept search results to select from the concept search results based on the results of the search result matching step are realized. It is possible to automatically set a threshold for selecting a concept search result on a computer. It is possible to know clearly the increase or decrease of the search results for the user.

また、実施の形態1によれば、全文検索結果の全てと、閾値より大きい値の概念検索結果を出力する制御部と、制御部の出力結果を表示する表示部とを備えたので、利用者にとって、検索結果を表示部で容易に確認することが可能となる。また、大量の検索結果の中から、文書内容が検索要求と概念的に類似度が高いもののみに減らして検索結果を出力することが可能となる。   Further, according to the first embodiment, since the control unit that outputs all of the full-text search results, the concept search result having a value larger than the threshold value, and the display unit that displays the output result of the control unit, the user is provided. Therefore, the search result can be easily confirmed on the display unit. In addition, it is possible to reduce the number of search results to only those whose document content is conceptually similar to the search request and output the search results.

また、実施の形態1によれば、概念検索結果を用いて全文検索結果より広い範囲の検索結果を得るか否かを指定する概念拡張指示部と、概念拡張指示部で拡張指示があった場合に、閾値を決定する制御部とを備えたので、利用者は広い範囲の検索結果を得るか否かを自由に設定することができる。   Also, according to the first embodiment, when there is an extension instruction in the concept extension instruction unit that specifies whether or not to obtain a search result in a wider range than the full-text search result using the concept search result, and the concept extension instruction unit In addition, since the control unit for determining the threshold value is provided, the user can freely set whether to obtain a wide range of search results.

また、実施の形態1によれば、照合結果に基づく閾値の決定後、閾値の値を再設定するか否かを指定するための再設定指示部と、再設定指示部で再設定指示が行われた場合は、再設定された閾値を新たな閾値として概念検索結果を選択する制御部とを備えたので、自動設定された閾値を利用者が任意に変更可能であるため、利用者は意図通りの検索結果を容易に得ることができると共に、利用者にとって理解し易い形で検索結果を得ることができる。   Further, according to the first embodiment, after the threshold value is determined based on the collation result, a reset instruction unit for specifying whether or not to reset the threshold value, and a reset instruction are issued by the reset instruction unit. In this case, the control unit selects a concept search result using the reset threshold as a new threshold, and the user can arbitrarily change the automatically set threshold. It is possible to easily obtain street search results and obtain search results in a form that is easy for the user to understand.

また、実施の形態1によれば、2種類の検索機能の呼び出し方を組み合わせた検索窓(検索文字列入力部201)を一つとしたため、従来のように、利用者が2種類の検索機能の意識的な使い分けを行わなければならないといったことがなく、利用者にとって、検索作業が容易となる。   In addition, according to the first embodiment, since the search window (search character string input unit 201) that combines the two types of search function calls is combined into one, the user has two types of search functions as in the past. There is no need to consciously use it properly, and the search operation is easy for the user.

また、実施の形態1によれば、検索ボタン202や拡張ボタン203の押下といった利用者にとって簡単な操作によって拡張動作の指示を行うようにしたので、利用者にとって理解し易い形で拡張指示を行うことができる。   In addition, according to the first embodiment, since the extension operation is instructed by a simple operation for the user such as pressing the search button 202 or the extension button 203, the extension instruction is given in a form that is easy for the user to understand. be able to.

実施の形態2.
実施の形態2は、上記実施の形態1で説明した情報検索装置における検索結果の絞り込みを行うようにしたものである。
Embodiment 2. FIG.
In the second embodiment, search results are narrowed down in the information search apparatus described in the first embodiment.

図面上の構成は、図1で示した実施の形態1と同様であるため、ここでの説明は省略する。   The configuration on the drawing is the same as that of the first embodiment shown in FIG.

次に、実施の形態2の動作について説明する。
図5は、実施の形態2による概念絞り込み指示が行われた場合の動作フローチャートである。
先ず、制御部9は概念拡張動作と同様に、全文検索部4に対して検索指示を行う。全文検索部4は、検索要求入力部1より入力されたテキスト情報に対して、文書登録部3からの索引情報に基づいて、検索要求の文字列に合致する文書の情報を制御部9に受け渡す(ステップST201)。
Next, the operation of the second embodiment will be described.
FIG. 5 is an operation flowchart when the concept narrowing-down instruction according to the second embodiment is performed.
First, the control unit 9 issues a search instruction to the full-text search unit 4 as in the concept expansion operation. The full text search unit 4 receives the text information input from the search request input unit 1 based on the index information from the document registration unit 3 and receives information on a document that matches the character string of the search request from the control unit 9. (Step ST201).

次に、ステップST202において、制御部9は、絞り込み指示部7によって概念絞り込み指示がなされているかどうか、即ち、絞り込みボタン204が押下されているかどうかを判定し、概念絞り込みの指定がなされていなければ、全文検索結果をそのまま検索結果として表示部2に表示させる(ステップST203)。   Next, in step ST202, the control unit 9 determines whether or not a concept narrowing instruction is given by the narrowing down instruction unit 7, that is, whether or not the narrowing down button 204 is pressed, and if the concept narrowing down is not designated. Then, the full text search result is displayed on the display unit 2 as the search result as it is (step ST203).

上記ステップST202において、概念拡張の指定がなされている場合のステップST204〜ステップST205迄の動作は、実施の形態1におけるステップST104〜ステップST105迄の動作と同様であるため、ここでの説明は省略する。次に、ステップST206では、概念絞り込みステップとして、全文検索結果のn件の文書の中で、その文書に対する概念検索のスコアが正である文書(基準値を0としてこの基準値より大きい値を持つ文書)を結果として求める。ここでは、概念検索のスコアは、検索要求に対する類似度に応じて、完全に一致する1から内容が全く異なる−1までの範囲の値をとることとする。   In step ST202, the operation from step ST204 to step ST205 in the case where the concept extension is designated is the same as the operation from step ST104 to step ST105 in the first embodiment, and thus the description thereof is omitted here. To do. Next, in step ST206, as a concept narrowing step, among n documents of the full-text search result, a document having a positive concept search score for the document (having a value larger than the reference value with a reference value of 0) Document) as a result. Here, it is assumed that the score of the concept search takes a value in a range from 1 that completely matches to −1 that is completely different depending on the similarity to the search request.

尚、本実施の形態では、スコアの中間的な値として0を基準値として、スコアが正の値のものを求めるようにしているが、概念検索のスコアが他の範囲をとる場合に、所定の基準に基づいた値を基準にして、その基準値以上の類似度を持つ文書を結果として求める構成としてもよい。   In the present embodiment, an intermediate value of the score is set to 0 as a reference value, and a score having a positive value is obtained. However, when the score of the concept search is in another range, a predetermined value is used. It is also possible to employ a configuration in which a document having a degree of similarity equal to or higher than the reference value is obtained as a result based on the value based on the reference.

次に、ステップST207では、制御部9は、ステップST206で求めた概念検索のスコアが正である全文検索の結果を、概念検索のスコアの順に表示部2に表示させる。   Next, in step ST207, the control unit 9 causes the display unit 2 to display the result of the full text search in which the concept search score obtained in step ST206 is positive in the order of the concept search score.

このような動作により、「概念絞り込み」の指示がされていた場合には、常に全文検索結果よりも検索結果の件数が減り、かつ、概念検索のスコアによって文書の内容に応じた順位付けがなされた検索結果を得ることが可能となる。   As a result of such operations, when “concept narrowing” is instructed, the number of search results is always reduced compared to the full-text search results, and the ranking according to the content of the document is made based on the concept search score. Search results can be obtained.

また、概念絞り込みの場合でも、検索結果の表示と共に、再設定するためのスライドバーの表示を行う(ステップST208)。尚、このスライドバーは、閾値が基準値である以外は、実施の形態1における図4で説明したスライドバー205と同様の構成である。利用者は、自動的に求めた絞り込みでは検索結果が多すぎると判断した場合、スライドバー205を「絞る」方向へ移動し、再度、検索ボタン202を押下する(ステップST209)。これにより、制御部9は、基準値を変更し(ステップST210)、ステップST207に戻る。このような動作により、利用者が意図した検索結果の絞り込みを行うことができる。   Even in the case of conceptual narrowing, a slide bar for resetting is displayed together with the display of the search result (step ST208). This slide bar has the same configuration as the slide bar 205 described in FIG. 4 in the first embodiment except that the threshold value is the reference value. If the user determines that there are too many search results by the automatically obtained narrowing down, the user moves the slide bar 205 in the “squeeze” direction and presses the search button 202 again (step ST209). Thereby, the control part 9 changes a reference value (step ST210), and returns to step ST207. By such an operation, it is possible to narrow down search results intended by the user.

以上のように、実施の形態2によれば、概念検索結果を用いて全文検索結果を絞り込む検索結果を得るか否かを指定する絞り込み指示部と、絞り込み指示部で絞り込み指示があった場合、全文検索結果の検索結果文書中、概念検索結果の一致度が基準値より大きい値を持つ文書を結果として求める制御部とを備えたので、利用者は、容易に検索結果が絞り込まれた結果を得ることができると共に、自動設定された基準値による検索結果が意図した結果とは異なる場合でも、自分の意図通りに検索結果を減らした再検索結果を得ることができる。   As described above, according to the second embodiment, when there is a refinement instruction unit that specifies whether to obtain a search result that narrows down the full-text search result using the concept search result, and a refinement instruction unit, Since the search result document of the full-text search result is provided with a control unit that obtains a document with a matching value of the concept search result larger than the reference value as a result, the user can easily narrow down the search result. In addition, even if the search result based on the automatically set reference value is different from the intended result, it is possible to obtain a re-search result obtained by reducing the search result as intended.

また、実施の形態2によれば、概念検索結果を用いて全文検索結果を絞り込む検索結果を得るための絞り込み指示を受けて、前記全文検索結果の検索結果文書中、前記概念検索結果の一致度が基準値より大きい値を持つ文書を絞り込み検索結果として求める概念絞り込みステップを実現させる情報検索のためのプログラムを備えたので、利用者が容易に検索結果が絞り込まれた結果を得ることができるようなコンピュータを実現できると共に、自動設定された基準値による検索結果が利用者の意図した結果とは異なる場合でも、自分の意図通りに検索結果を減らした再検索結果を得ることができるようなコンピュータを実現することができる。   Further, according to the second embodiment, upon receiving a narrowing-down instruction for obtaining a search result for narrowing down the full-text search result using the concept search result, the degree of coincidence of the concept search result in the search result document of the full-text search result A program for information retrieval that realizes a concept narrowing step for obtaining documents having a value larger than the reference value as a narrowing search result is provided, so that the user can easily obtain a result of narrowing the search result. A computer capable of realizing a re-search result with a reduced search result as intended even when the search result based on the automatically set reference value is different from the result intended by the user. Can be realized.

実施の形態3.
実施の形態3は、全文検索結果と概念検索結果の差分表示を行うようにしたものである。
Embodiment 3 FIG.
In the third embodiment, the difference between the full text search result and the concept search result is displayed.

図6は、実施の形態3の情報検索装置の構成図である。
図の装置は、検索要求入力部1、表示部2、文書登録部3、全文検索部4、概念検索部5、拡張指示部6、絞り込み指示部7、再設定指示部8、制御部9、差分表示指示部10からなる。ここで、検索要求入力部1〜再設定指示部8は実施の形態1,2と同様であるため、対応する部分に同一符号を付してその説明を省略する。また、差分表示指示部10は、全文検索結果と概念検索結果の差分のみの検索結果の表示指示を行うための機能部である。また、制御部9aは、基本的な機能は、実施の形態1における制御部9と同様であるが、実施の形態2における機能として、差分表示指示部10で差分表示指示があった場合は、全文検索結果と概念検索結果のうちの概念検索結果のみを表示部2に表示させる機能を有している。
FIG. 6 is a configuration diagram of the information search apparatus according to the third embodiment.
The apparatus shown in FIG. 1 includes a search request input unit 1, a display unit 2, a document registration unit 3, a full-text search unit 4, a concept search unit 5, an expansion instruction unit 6, a refinement instruction unit 7, a reset instruction unit 8, a control unit 9, It consists of a difference display instruction unit 10. Here, since the search request input unit 1 to the reset instruction unit 8 are the same as those in the first and second embodiments, the corresponding parts are denoted by the same reference numerals and the description thereof is omitted. Moreover, the difference display instruction | indication part 10 is a function part for instruct | indicating the display of the search result only of the difference of a full-text search result and a concept search result. The basic function of the control unit 9a is the same as that of the control unit 9 in the first embodiment. However, as a function in the second embodiment, when the difference display instruction unit 10 has a difference display instruction, The display unit 2 has a function of displaying only the concept search result of the full text search result and the concept search result.

次に、実施の形態3の動作について説明する。
検索結果の拡張動作および絞り込み動作は実施の形態1および実施の形態2と同様であるため、ここでの説明は省略し、一例として拡張ボタン203が押下された場合の差分表示動作について説明する。
Next, the operation of the third embodiment will be described.
Since the search result expansion operation and the narrowing-down operation are the same as those in the first and second embodiments, description thereof will be omitted, and a differential display operation when the expansion button 203 is pressed will be described as an example.

図7は、検索要求文字列入力画面と検索結果を示す説明図である。
ここでは、検索文字列として「サーボとの接続方法」が入力され、かつ、拡張ボタン203を押下し、検索ボタン202を押下して検索結果の一覧を表示した状態を示している。
FIG. 7 is an explanatory diagram showing a search request character string input screen and search results.
In this example, “servo connection method” is input as a search character string, and the expansion button 203 is pressed and the search button 202 is pressed to display a list of search results.

また、図中、差分表示ボタン206は、図6における差分表示指示部10の表示部2上の構成に相当するものであり、この差分表示ボタン206を押下することによって、差分表示が行われるようになっている。   Further, in the figure, the difference display button 206 corresponds to the configuration on the display unit 2 of the difference display instruction unit 10 in FIG. 6, and the difference display is performed by pressing the difference display button 206. It has become.

図7に示す検索結果では、「サーボモータとの接続方法」という検索結果のタイトルと「82%」という概念検索のスコア、および文書の要約である「この章では、機器と…」等が各文章毎にスコアの順に表示されている。このとき、入力された文字列そのもの、例えば「サーボモータ」等を含む検索結果と、入力された文字列とは完全に合致する文字列は含まないが、「小型電動機」のように入力と同じ内容を表す語を含む文書の検索結果とが混在する形で表示されている。   In the search result shown in FIG. 7, the title of the search result “connection method with the servo motor”, the score of the concept search “82%”, and the summary of the document “in this chapter, with the device…” Each sentence is displayed in order of score. At this time, the input character string itself, for example, a search result including “servo motor” or the like does not include a character string that completely matches the input character string, but it is the same as the input like “small motor”. The search result of the document including the word representing the content is displayed in a mixed form.

このような状態で、差分表示ボタン206と検索ボタン202とが押下された場合、制御部9は、差分結果抽出ステップとして、全文検索結果と概念検索結果の検索結果(図3におけるステップST107参照)のうち、全文検索結果を取り除いた概念検索結果のみを表示部2で表示させる。   When the difference display button 206 and the search button 202 are pressed in such a state, the control unit 9 searches the search result of the full text search result and the concept search result as the difference result extraction step (see step ST107 in FIG. 3). Among them, only the concept search result from which the full-text search result is removed is displayed on the display unit 2.

図8は、差分表示を行った場合の検索結果画面の説明図である。
図示のように、図7に示した27件の検索結果から、全文検索結果を取り除いた概念検索結果のみとなる6件の差分表示が行われる。即ち、この場合は、拡張動作により広がった検索結果のみを表示することができるため、利用者にとって検索結果の確認が容易に行うことができる。
FIG. 8 is an explanatory diagram of a search result screen when the difference display is performed.
As shown in the figure, six differences are displayed as only the concept search results obtained by removing the full-text search results from the 27 search results shown in FIG. That is, in this case, only the search result spread by the expansion operation can be displayed, so that the user can easily confirm the search result.

以上のように、実施の形態3によれば、全文検索結果と概念検索結果の差分のみの検索結果を表示指示する差分表示指示部と、差分表示指示部で、差分表示指示があった場合、全文検索結果と概念検索結果のうち、概念検索結果のみを表示部に表示指示する制御部とを備えたので、利用者にとって拡張動作によって拡がった検索結果の確認を容易に行うことができる。   As described above, according to the third embodiment, when there is a difference display instruction in the difference display instruction unit for instructing to display only the difference between the full text search result and the concept search result, and the difference display instruction unit, Of the full-text search result and the concept search result, the control unit that instructs the display unit to display only the concept search result is provided, so that the user can easily check the search result expanded by the expansion operation.

また、実施の形態3によれば、全文検索結果と概念検索結果の差分のみの検索結果を表示指示するための差分表示指示を受けて、前記全文検索結果と前記概念検索結果のうち、前記概念検索結果のみを表示部に表示する差分結果抽出ステップを実現させる情報検索のためのプログラムを備えたので、利用者が拡張動作によって拡がった検索結果の確認を容易に行うことができるようなコンピュータを実現することができる。   Further, according to the third embodiment, the difference display instruction for instructing to display the search result of only the difference between the full-text search result and the concept search result is received, and the concept is selected from the full-text search result and the concept search result. Since the information search program for realizing the difference result extraction step for displaying only the search results on the display unit is provided, a computer that allows the user to easily check the search results expanded by the expansion operation is provided. Can be realized.

尚、上記各実施の形態では、全文検索と概念検索の2種類の検索結果としたが、全文検索の拡張として自然文検索やフレーズ検索を用いてもよい。ここで、自然文検索とは、全文検索の入力を単語毎に自動的に分かち書きする検索であり、フレーズ検索とは、全文検索で指定する複数の語が必ず連続している文書を検索する検索方法である。   In each of the above embodiments, two types of search results, full text search and concept search, are used, but natural text search and phrase search may be used as an extension of full text search. Here, the natural text search is a search that automatically divides the input of the full text search for each word, and the phrase search is a search that always searches a document in which a plurality of words specified in the full text search are always continuous. Is the method.

この発明の実施の形態1による情報検索装置を示す構成図である。It is a block diagram which shows the information search device by Embodiment 1 of this invention. この発明の実施の形態1による情報検索装置の起動時の表示部の状態を示す説明図である。It is explanatory drawing which shows the state of the display part at the time of starting of the information search device by Embodiment 1 of this invention. 実施の形態1による概念拡張指示が行われた場合の動作フローチャートである。6 is an operation flowchart when a concept extension instruction according to the first embodiment is performed. 閾値再設定時における表示画面の説明図である。It is explanatory drawing of the display screen at the time of a threshold reset. 実施の形態2による概念絞り込み指示が行われた場合の動作フローチャートである。10 is an operation flowchart when a concept narrowing-down instruction according to the second embodiment is performed. 実施の形態3の情報検索装置の構成図である。FIG. 10 is a configuration diagram of an information search device according to a third embodiment. 検索要求文字列入力画面と検索結果を示す説明図である。It is explanatory drawing which shows a search request character string input screen and a search result. 差分表示を行った場合の検索結果画面の説明図である。It is explanatory drawing of the search result screen at the time of performing a difference display.

符号の説明Explanation of symbols

1 検索要求入力部、2 表示部、4 全文検索部、5 概念検索部、6 拡張指示部、7 絞り込み指示部、8 再設定指示部、9,9a 制御部、10 差分表示指示部、201 検索文字列入力部、202 検索ボタン、203 拡張ボタン、204 絞り込みボタン、205 スライドバー、206 差分表示ボタン。   1 search request input unit, 2 display unit, 4 full-text search unit, 5 concept search unit, 6 expansion instruction unit, 7 narrowing instruction unit, 8 resetting instruction unit, 9, 9a control unit, 10 differential display instruction unit, 201 search Character string input part 202 Search button 203 Expansion button 204 Narrow down button 205 Slide bar 206 Difference display button

Claims (9)

検索要求する文字列を入力する検索要求入力部と、
前記検索要求入力部で入力した文字列に一致する文字列を含む文書を検索する全文検索部と、
前記検索要求入力部で入力した文字列に意味的に関連した文字列を含む文書を検索する概念検索部と、
前記全文検索結果と、前記概念検索結果とを照合し、これらの照合結果に基づいて、前記概念検索結果のうち、どの概念検索結果を選択するかを決定するための閾値を決定する制御部とを備えた情報検索装置。
A search request input part for inputting a search request character string;
A full-text search unit for searching for a document including a character string that matches the character string input in the search request input unit;
A concept search unit for searching for a document including a character string semantically related to the character string input in the search request input unit;
A control unit that collates the full-text search result and the concept search result, and determines a threshold for determining which concept search result is selected from the concept search results based on the collation results; An information retrieval apparatus comprising:
全文検索結果の全てと、閾値より大きい値の概念検索結果を出力する制御部と、
前記制御部の出力結果を表示する表示部とを備えたことを特徴とする請求項1記載の情報検索装置。
A control unit that outputs all of the full-text search results and a concept search result having a value larger than the threshold;
The information search apparatus according to claim 1, further comprising: a display unit that displays an output result of the control unit.
概念検索結果を用いて全文検索結果より広い範囲の検索結果を得るか否かを指定する概念拡張指示部と、
前記概念拡張指示部で拡張指示があった場合に、閾値を決定する制御部とを備えたことを特徴とする請求項1記載の情報検索装置。
A concept extension instruction unit that specifies whether to obtain a search result in a wider range than the full-text search result using the concept search result;
The information search apparatus according to claim 1, further comprising a control unit that determines a threshold value when an extension instruction is given by the concept extension instruction unit.
照合結果に基づく閾値の決定後、当該閾値の値を再設定するか否かを指定するための再設定指示部と、
前記再設定指示部で再設定指示が行われた場合は、当該再設定された閾値を新たな閾値として概念検索結果を選択する制御部とを備えたことを特徴とする請求項1記載の情報検索装置。
After determining the threshold value based on the collation result, a reset instruction unit for specifying whether or not to reset the threshold value;
The information according to claim 1, further comprising: a control unit that selects a concept search result using the reset threshold as a new threshold when the reset instruction is issued by the reset instruction unit. Search device.
概念検索結果を用いて全文検索結果を絞り込む検索結果を得るか否かを指定する絞り込み指示部と、
前記絞り込み指示部で絞り込み指示があった場合、全文検索結果の検索結果文書中、概念検索結果の一致度が基準値より大きい値を持つ文書を絞り込み検索結果として求める制御部とを備えたことを特徴とする請求項1記載の情報検索装置。
A refinement instruction unit that specifies whether to obtain a search result that narrows down the full-text search result using the concept search result;
A control unit for obtaining, as a narrowing search result, a document having a matching degree of a concept search result larger than a reference value in a search result document of a full text search result when a narrowing instruction is given by the narrowing down instruction unit. The information search apparatus according to claim 1, wherein
全文検索結果と概念検索結果の差分のみの検索結果を表示指示する差分表示指示部と、
前記差分表示指示部で、差分表示指示があった場合、前記全文検索結果と前記概念検索結果のうち、前記概念検索結果のみを表示部に表示指示する制御部とを備えたことを特徴とする請求項1記載の情報検索装置。
A difference display instruction unit for instructing to display a search result of only the difference between the full-text search result and the concept search result;
The difference display instruction unit includes a control unit that instructs the display unit to display only the concept search result among the full-text search result and the concept search result when there is a difference display instruction. The information search device according to claim 1.
検索要求する文字列に基づき、文書の全文検索と概念検索を行う情報検索装置の動作制御をコンピュータで実現させる情報検索のためのプログラムであって、
前記文字列に一致する文字列を含む文書を検索する全文検索ステップと、
前記文字列に意味的に関連した文字列を含む文書を検索する概念検索ステップと、
前記全文検索ステップの全文検索結果と、前記概念検索ステップの概念検索結果とを照合する検索結果照合ステップと、
前記検索結果照合ステップの結果に基づいて、前記概念検索結果のうち、どの概念検索結果を選択するかを決定するための閾値を決定する閾値決定ステップとを実現させる情報検索のためのプログラム。
A program for information retrieval that realizes operation control of an information retrieval device that performs full-text retrieval and concept retrieval of a document based on a character string requested for retrieval by a computer,
A full-text search step for searching for a document including a character string matching the character string;
A concept search step of searching for a document including a character string semantically related to the character string;
A search result matching step for matching the full-text search result of the full-text search step with the concept search result of the concept search step;
A program for information search that realizes a threshold value determining step for determining a threshold value for determining which concept search result is selected from the concept search results based on the result of the search result matching step.
概念検索結果を用いて全文検索結果を絞り込む検索結果を得るための絞り込み指示を受けて、前記全文検索結果の検索結果文書中、前記概念検索結果の一致度が基準値より大きい値を持つ文書を絞り込み検索結果として求める概念絞り込みステップを実現させる請求項7記載の情報検索のためのプログラム。   In response to a narrowing-down instruction for obtaining a search result for narrowing down the full-text search result using the concept search result, a document having a matching score greater than a reference value in the search result document of the full-text search result is selected. The information search program according to claim 7, wherein the concept narrowing step to be obtained as a narrow search result is realized. 全文検索結果と概念検索結果の差分のみの検索結果を表示指示するための差分表示指示を受けて、前記全文検索結果と前記概念検索結果のうち、前記概念検索結果のみを表示部に表示する差分結果抽出ステップを実現させる請求項7記載の情報検索のためのプログラム。
In response to a difference display instruction for instructing to display a search result of only the difference between the full text search result and the concept search result, a difference in which only the concept search result is displayed on the display unit among the full text search result and the concept search result. 8. The information retrieval program according to claim 7, wherein the result extraction step is realized.
JP2004057794A 2004-03-02 2004-03-02 Information retrieval system and program for information retrieval Pending JP2005250674A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004057794A JP2005250674A (en) 2004-03-02 2004-03-02 Information retrieval system and program for information retrieval

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004057794A JP2005250674A (en) 2004-03-02 2004-03-02 Information retrieval system and program for information retrieval

Publications (1)

Publication Number Publication Date
JP2005250674A true JP2005250674A (en) 2005-09-15

Family

ID=35031114

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004057794A Pending JP2005250674A (en) 2004-03-02 2004-03-02 Information retrieval system and program for information retrieval

Country Status (1)

Country Link
JP (1) JP2005250674A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011048521A (en) * 2009-08-26 2011-03-10 Fuji Xerox Co Ltd Writing information processing apparatus, writing information processing system, and program
US8938123B2 (en) 2012-05-11 2015-01-20 Kabushiki Kaisha Toshiba Electronic device and handwritten document search method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011048521A (en) * 2009-08-26 2011-03-10 Fuji Xerox Co Ltd Writing information processing apparatus, writing information processing system, and program
US8938123B2 (en) 2012-05-11 2015-01-20 Kabushiki Kaisha Toshiba Electronic device and handwritten document search method

Similar Documents

Publication Publication Date Title
US7096218B2 (en) Search refinement graphical user interface
JP4005425B2 (en) Search result ranking change processing program, search result ranking change processing program recording medium, and content search processing method
US20120136848A1 (en) Information processing apparatus capable of providing advanced text search
JP2006527870A (en) Configurable information identification system and method
JP2000200281A (en) Device and method for information retrieval and recording medium where information retrieval program is recorded
JP2018181148A (en) Information output program, information output method, and information processing apparatus
EP3255566A1 (en) Text retrieval method and apparatus
JP4935243B2 (en) Search program, information search device, and information search method
CN112487159A (en) Search method, search device, and computer-readable storage medium
JPH0773197A (en) Supporting system for preparing different notation word dictionary
JP2005250674A (en) Information retrieval system and program for information retrieval
JP5544003B2 (en) Information search device, information search system, and information search method
JP3162907B2 (en) Document data retrieval device
JPH08235204A (en) Method and device for retrieving document
JP2009271671A (en) Information processor, information processing method, program, and recording medium
JPH07134720A (en) Method and device for presenting relative information in sentence preparing system
RU2797036C1 (en) Information search system
KR101501413B1 (en) Apparatus for searching architectural material using similarity of keyword and method thereof
JP7339148B2 (en) Search support device
JP7325252B2 (en) Document information presentation device and program
JPH0844750A (en) Document retrieval device and different document deciding method for retrieval result applied to the same
JP3498635B2 (en) Information retrieval method and apparatus, and computer-readable recording medium
JP2011076144A (en) Information retrieval device, information retrieval method, and computer program
JP2016051253A (en) Document management device and document management program
JPH05181912A (en) Document retrieving device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070213

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20071016

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20080714

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20091201

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091208

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20100406