JP2022114721A - Information providing system and information providing method - Google Patents

Information providing system and information providing method Download PDF

Info

Publication number
JP2022114721A
JP2022114721A JP2021011128A JP2021011128A JP2022114721A JP 2022114721 A JP2022114721 A JP 2022114721A JP 2021011128 A JP2021011128 A JP 2021011128A JP 2021011128 A JP2021011128 A JP 2021011128A JP 2022114721 A JP2022114721 A JP 2022114721A
Authority
JP
Japan
Prior art keywords
search
document
information
information providing
providing system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2021011128A
Other languages
Japanese (ja)
Other versions
JP6905724B1 (en
Inventor
聡 黒田
Satoshi Kuroda
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.)
Information System Engineering Inc
Original Assignee
Information System Engineering Inc
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 Information System Engineering Inc filed Critical Information System Engineering Inc
Priority to JP2021011128A priority Critical patent/JP6905724B1/en
Application granted granted Critical
Publication of JP6905724B1 publication Critical patent/JP6905724B1/en
Publication of JP2022114721A publication Critical patent/JP2022114721A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To provide an information providing system capable of significantly inhibiting an index from excessively expanding by determining the importance of each document with a relevance to other documents without screening the index registration of the documents to be retrieved, and performing retrieval processing with excellent performance in retrieving the document.SOLUTION: An information providing system 100A comprises: a retrieval key acquisition part 11 for causing a user terminal 2 to acquire a retrieval key as information; an object information identification part 12 for identifying object information from the retrieval key; a retrieval processing part 13 for preparing data sets of a document structure including contents in a document and keywords to content items as many as document patterns, and performing retrieval processing on the basis of a keyword acquired from the retrieval key by using an index created for each document pattern; a retrieval result output part 14 for outputting a retrieval result acquired by a combination of object information and a retrieval processing result; and a document output part 15 capable of selectively outputting real data from a link list linking the retrieval result.SELECTED DRAWING: Figure 3

Description

本発明は、情報提供システム及び情報提供方法に関するものである。 The present invention relates to an information providing system and an information providing method.

従来から、例えば、インターネット上に存在する情報を検索するためには、Google(登録商標)やYahoo!(登録商標)をはじめとした情報提供システムが利用されている。これらの情報提供システムは、ユーザ端末から入力して取得された単語等の取得情報に基づいて、検索対象となる文書等の情報を、全文検索で抽出する全文検索方式である。 Conventionally, for example, Google (registered trademark) and Yahoo! (registered trademark) and other information providing systems are used. These information providing systems are full-text search methods for extracting information such as documents to be searched based on acquired information such as words input from a user terminal.

このような全文検索方式の情報提供システムでは、単純に大量の文書等を対象にした全文検索を行うことでは現実的な性能が得られないので、検索処理を高速に実行するために、検索するためのインデックスを事前に作成しておく全文検索方式が広く用いられている。インデックスとは、単語または文節などの部分文字列を、その部分文字列が出現する文書に対応付けるデータ構造のことである。インデックスに格納させる部分文字列は、所謂見出し語であり、通常、インデックスには文書そのものではなく、文書IDのような形で文書を特定する情報だけが記録される。 In such a full-text search type information providing system, it is not possible to obtain realistic performance by simply performing a full-text search on a large number of documents. A full-text search method is widely used in which an index is created in advance. An index is a data structure that associates a substring, such as a word or phrase, with the document in which that substring appears. The partial character strings stored in the index are so-called headwords, and normally only the information specifying the document in the form of a document ID is recorded in the index instead of the document itself.

例えば、特許文献1には、インデックスを用いて検索を行う検索装置が開示されている。この特許文献1に開示された検索装置では、見出し語とその見出し語を含む文書との対応関係を記憶するインデックスと、インデックス管理手段と、文書検索手段とを備えている。そして、インデックス管理手段は、検索対象文書集合への第1の文書の登録時、第1の文書に含まれる語のうち、インデックスに既に見出し語として登録されている語については、第1の文書の見出し語としてインデックスに登録し、検索インデックスに見出し語として未だ登録されていない語については、第1の文書を引用する別の第2の文書について検索対象文書集合への登録要求があった時点で第1の文書の見出し語としてインデックスに登録する。そのうえで、文書検索手段は、検索要求時、インデックスから検索キーワードに一致する見出し語を含む文書を検索する。 For example, Patent Literature 1 discloses a search device that performs a search using an index. The search device disclosed in Patent Document 1 includes an index that stores the correspondence between entry words and documents containing the entry words, index management means, and document search means. When the first document is registered in the set of documents to be searched, the index management means, among the words contained in the first document, adds the words already registered as headwords in the index to the first document. When there is a request to register another second document that quotes the first document in the set of search target documents is registered in the index as a headword of the first document. In addition, the document search means searches the index for documents containing headwords that match the search keyword at the time of a search request.

このような構成なので、特許文献1に開示された検索装置では、他の文書から引用されないような重要でない文書のみに現れる語は見出し語としてインデックスに登録しないという簡便な処理により、重要でない文書によってインデックスが肥大化することの防止を図っている。 With such a configuration, the search device disclosed in Patent Document 1 performs a simple process of not registering in the index as an entry word a word appearing only in an unimportant document that is not quoted from other documents. It is intended to prevent the index from becoming bloated.

特開2011-238098号公報JP 2011-238098 A

しかしながら、この特許文献1に開示された従来技術は、検索対象文書集合に登録しようとする文書に含まれる語が検索インデックスに登録されておらず、かつ、他の文書からも引用されない場合、検索インデックスには登録されず、当該文書は検索不可になる。 However, according to the prior art disclosed in Patent Document 1, when a word included in a document to be registered in a search target document collection is not registered in the search index and is not quoted from other documents, the search cannot be performed. It will not be indexed and the document will not be searchable.

そこで本発明は、上述した問題点に鑑みて案出されたものであり、その目的とするところは、文書を検索するにあたり、他の文書との関連性をもって文書の重要度を判定し検索対象文書のインデックス登録を取捨選択することなくインデックスの肥大化を大幅に抑制でき、検索処理を優れたパフォーマンスで行うことができる情報提供システム、及び情報提供方法を提供することにある。 SUMMARY OF THE INVENTION The present invention has been devised in view of the above-mentioned problems, and its object is to determine the importance of a document based on its relevance to other documents and determine the importance of the document to be retrieved. To provide an information providing system and an information providing method capable of greatly suppressing enlargement of an index without selecting index registration of documents and performing search processing with excellent performance.

本発明に係る情報提供システムは、ユーザ端末から取得した情報に基づき、文書の検索を行う情報提供システムであって、前記ユーザ端末に前記情報としての検索キーを取得するための検索キー取得手段と、前記検索キー取得手段から取得された検索キーから対象情報を特定するための対象情報特定手段と、文書における目次を含む文書構造と目次項目に対するキーワードとのデータセットを文書パターンの数だけ用意し、文書パターン毎に作成されたインデックスを用い、前記検索キー取得手段から取得された検索キーから得られたキーワードに基づいて検索処理を行う検索処理手段と、前記対象情報特定手段で特定された対象情報と、前記検索処理手段による検索処理結果と、の組み合わせによって得られた検索結果を出力する検索結果出力手段と、前記検索結果出力手段で出力された検索結果とリンクするリンクリストから選択的に文書の実データを出力可能な文書出力手段と、を備えることを特徴とする。 An information providing system according to the present invention is an information providing system that searches for documents based on information obtained from a user terminal, and includes search key obtaining means for obtaining a search key as the information in the user terminal. a target information specifying means for specifying target information from the search key acquired from the search key acquiring means; and data sets of the document structure including the table of contents in the document and keywords for the items of the table of contents are prepared by the number of document patterns. a search processing means for performing search processing based on a keyword obtained from the search key obtained from the search key obtaining means using an index created for each document pattern; and a target specified by the target information specifying means. Search result output means for outputting search results obtained by combining information and search processing results by said search processing means; and a link list linked to the search results output by said search result output means. and document output means capable of outputting actual data of the document.

本発明に係る情報提供方法は、ユーザ端末から取得した情報に基づき、文書の検索を行う情報提供方法であって、前記ユーザ端末に前記情報としての検索キーを取得する検索キー取得工程と、前記検索キー取得工程で取得された検索キーから対象情報を特定する対象情報特定工程と、文書における目次を含む文書構造と目次項目に対するキーワードとのデータセットを文書パターンの数だけ用意し、文書パターン毎に作成されたインデックスを用い、前記検索キー取得工程で取得された検索キーから得られたキーワードに基づいて検索処理を行う検索処理工程と、前記対象情報特定工程で特定された対象情報と、前記検索処理工程による検索処理結果と、の組み合わせによって得られた検索結果を出力する検索結果出力工程と、前記検索結果出力工程で出力された検索結果とリンクするリンクリストから選択した文書の実データを出力する文書出力工程と、を備えることを特徴とする。 An information providing method according to the present invention is an information providing method for searching documents based on information obtained from a user terminal, comprising: a search key obtaining step of obtaining a search key as the information in the user terminal; A target information specifying step of specifying target information from the search key acquired in the search key acquiring step, and data sets of the document structure including the table of contents in the document and the keywords for the table of contents items are prepared for each document pattern. a search processing step of performing search processing based on the keyword obtained from the search key obtained in the search key obtaining step using the index created in the search key obtaining step; the target information identified in the target information identifying step; a search result output step of outputting search results obtained by combining the search processing results of the search processing step; and actual data of documents selected from a link list linked to the search results output in the search result output step. and a document output step for outputting.

本発明によれば、文書を検索するにあたり、他の文書との関連性をもって文書の重要度を判定し検索対象文書のインデックス登録を取捨選択することなくインデックスの肥大化を大幅に抑制でき、検索処理を優れたパフォーマンスで行うことができる。 According to the present invention, when retrieving a document, the degree of importance of the document can be judged based on the relevance to other documents, and the bloat of the index can be greatly suppressed without selecting the index registration of the document to be retrieved. Processing can be performed with excellent performance.

図1は、第1実施形態に係る情報提供システム全体の概略構成を示す模式図である。FIG. 1 is a schematic diagram showing a schematic configuration of the entire information providing system according to the first embodiment. 図2は、第1実施形態に係る情報提供システムにおける情報提供装置の構成の一例を示す模式図である。FIG. 2 is a schematic diagram showing an example of the configuration of the information providing device in the information providing system according to the first embodiment. 図3は、第1実施形態に係る情報提供システムの構成を示す模式図である。FIG. 3 is a schematic diagram showing the configuration of the information providing system according to the first embodiment. 図4は、第1実施形態に係る情報提供方法を示すフローチャートである。FIG. 4 is a flow chart showing an information providing method according to the first embodiment. 図5は、第2実施形態に係る情報提供システムの構成を示す模式図である。FIG. 5 is a schematic diagram showing the configuration of an information providing system according to the second embodiment. 図6は、第3実施形態に係る情報提供システムの構成を示す模式図である。FIG. 6 is a schematic diagram showing the configuration of an information providing system according to the third embodiment. 図7は、第4実施形態に係る情報提供システムの構成を示す模式図である。FIG. 7 is a schematic diagram showing the configuration of an information providing system according to the fourth embodiment.

以下、本発明の実施形態について、図面を参照しながら説明する。 BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, embodiments of the present invention will be described with reference to the drawings.

[第1実施形態]
先ず、図1~図4を用いて、本発明の第1実施形態に係る情報提供システム100Aについて説明する。図1は、第1実施形態に係る情報提供システム100A全体の概略構成を示す模式図である。
[First embodiment]
First, an information providing system 100A according to the first embodiment of the present invention will be described using FIGS. 1 to 4. FIG. FIG. 1 is a schematic diagram showing a schematic configuration of the entire information providing system 100A according to the first embodiment.

(情報提供システム100Aの構成)
本発明の第1実施形態に係る情報提供システム100Aは、図1に示すように、一例として、計測器Xを使用する技術者等のユーザUに利用される場合について説明する。情報提供システム100Aは、例えば、ユーザUが検索を行うことにより、計装機器Xのマニュアル等の文書をユーザUに提供できる。これにより、ユーザUは、計装機器Xのマニュアル等の文書を参照することができる。
(Configuration of information providing system 100A)
As an example, the information providing system 100A according to the first embodiment of the present invention is used by a user U such as an engineer who uses a measuring instrument X as shown in FIG. The information providing system 100A can provide the user U with documents such as the manual of the instrumentation device X, for example, when the user U performs a search. Thereby, the user U can refer to documents such as manuals of the instrumentation device X. FIG.

図1に示すように、情報提供システム100Aは、情報提供装置1を備える。情報提供装置1は、インターネット等の通信網Nを介してユーザ端末2及びサーバSと接続されている。 As shown in FIG. 1, the information providing system 100A includes an information providing device 1. As shown in FIG. The information providing device 1 is connected to a user terminal 2 and a server S via a communication network N such as the Internet.

<情報提供装置1>
図2は、情報提供装置1の構成の一例を示す模式図である。情報提供装置1は、筐体10と、CPU(Central Processing Unit)101と、ROM(Read Only Memory)102と、RAM(Random Access Memory)103と、保存部104と、I/F105~107とを備える。各構成101~107は、内部バス110により接続されるパーソナルコンピュータ(PC)であり、ユーザUが利用するユーザ端末2側へ通信網Nを介してサービスを提供するホストコンピュータである。
<Information providing device 1>
FIG. 2 is a schematic diagram showing an example of the configuration of the information providing device 1. As shown in FIG. The information providing device 1 includes a housing 10, a CPU (Central Processing Unit) 101, a ROM (Read Only Memory) 102, a RAM (Random Access Memory) 103, a storage unit 104, and I/Fs 105 to 107. Prepare. Each component 101 to 107 is a personal computer (PC) connected by an internal bus 110, and is a host computer that provides services to the user terminal 2 used by the user U via the communication network N. FIG.

CPU101は、情報提供装置1全体を制御する。ROM102は、CPU101の動作コードを格納する。RAM103は、CPU101の動作時に使用される作業領域である。保存部104は、後述する、対象情報特定用データベース16、検索処理用データベース17、及び検索結果出力用データベース18等の各種情報が保存される(図3を参照)。保存部104としては、例えばHDD(Hard Disk Drive)のほか、SSD(solid state drive)等が用いられる。 The CPU 101 controls the information providing apparatus 1 as a whole. ROM 102 stores the operation code of CPU 101 . A RAM 103 is a work area used when the CPU 101 operates. The storage unit 104 stores various types of information such as a target information specifying database 16, a search processing database 17, and a search result output database 18, which will be described later (see FIG. 3). As the storage unit 104, for example, an HDD (Hard Disk Drive), an SSD (solid state drive), or the like is used.

I/F105は、通信網Nを介してユーザ端末2等との各種情報の送受信を行うためのインターフェースである。I/F106は、入力部108との各種情報の送受信を行うためのインターフェースである。入力部108としては、例えばキーボードが用いられ、情報提供システム100Aによるサービスを提供するホスト側は、入力部108を介して、情報提供装置1のメンテナンス等を行う。I/F107は、出力部109との各種情報の送受信を行うためのインターフェースである。出力部109は、保存部104に保存された各種情報、又は情報提供装置1の処理状況等を出力する。出力部109としては、ディスプレイが用いられている。 The I/F 105 is an interface for transmitting and receiving various information to and from the user terminal 2 and the like via the communication network N. FIG. The I/F 106 is an interface for transmitting and receiving various information to and from the input unit 108 . A keyboard, for example, is used as the input unit 108 , and the host side that provides services by the information providing system 100</b>A performs maintenance of the information providing apparatus 1 via the input unit 108 . The I/F 107 is an interface for transmitting and receiving various information to and from the output unit 109 . The output unit 109 outputs various information stored in the storage unit 104, the processing status of the information providing apparatus 1, and the like. A display is used as the output unit 109 .

なお、情報提供システム100Aの機能は、情報提供装置1において、CPU101が、RAM103を作業領域として、保存部104等に記憶されたプログラムを実行することにより実現される。また、情報提供システム100Aの機能は、例えば人工知能により制御されてもよい。ここで、「人工知能」は、いかなる周知の人工知能技術に基づくものであってもよい。 The functions of the information providing system 100A are realized in the information providing apparatus 1 by the CPU 101 executing a program stored in the storage unit 104 or the like using the RAM 103 as a work area. Moreover, the function of 100 A of information provision systems may be controlled by artificial intelligence, for example. Here, "artificial intelligence" may be based on any known artificial intelligence technology.

<ユーザ端末2>
ユーザ端末2は、図1に示すように、情報提供装置1と同様に、パーソナルコンピュータ(PC)であり、ホストコンピュータである情報提供装置1から通信網Nを介してユーザUがサービスを受けるクライアントコンピュータである。
<User terminal 2>
As shown in FIG. 1, the user terminal 2 is a personal computer (PC), similar to the information providing apparatus 1, and is a client to which the user U receives services from the information providing apparatus 1, which is a host computer, via the communication network N. It's a computer.

ユーザ端末2は、一例として、計測器Xを使用する技術者等のユーザUの端末である。ユーザ端末2は、文字情報の入力を行うためのキーボード11A、音声情報の入力を行うためのマイクロホン11B、画像情報の入力を行うためのWebカメラ11Cと、出力部としてのディスプレイ21と、マウス22とを備え、不図示のインターフェースによって通信網Nに接続されている。 The user terminal 2 is, for example, a terminal of a user U such as an engineer who uses the measuring instrument X. FIG. The user terminal 2 includes a keyboard 11A for inputting character information, a microphone 11B for inputting voice information, a web camera 11C for inputting image information, a display 21 as an output unit, and a mouse 22. and is connected to a communication network N by an interface (not shown).

なお、画像情報の入力を行うためのWebカメラ11Cは、ホロレンズ(登録商標)等のHMD(ヘッドマウントディスプレイ)等を代わりに用いてもよい。また、ユーザ端末2は、パーソナルコンピュータ(PC)に限定されず、この他、携帯電話(携帯端末)、スマートフォン、タブレット型端末、ウェアラブル端末、IoT(Internet of Things)デバイス等の電子機器のほか、あらゆる電子機器で具現化されたものが用いられてもよい。ユーザ端末2は、例えば通信網Nを介して情報提供装置1と接続されるほか、例えば情報提供装置1と直接接続されてもよい。ユーザUは、ユーザ端末2を用いて、情報提供装置1で検索を行うほか、例えば情報提供装置1の制御も行えるようにしてもよい。 As the web camera 11C for inputting image information, an HMD (head mounted display) such as Hololens (registered trademark) may be used instead. In addition, the user terminal 2 is not limited to a personal computer (PC), and may be electronic equipment such as a mobile phone (mobile terminal), a smart phone, a tablet terminal, a wearable terminal, an IoT (Internet of Things) device, etc. Any electronic device may be used. The user terminal 2 is connected to the information providing device 1 via the communication network N, for example, or may be directly connected to the information providing device 1, for example. The user U may use the user terminal 2 to perform a search using the information providing device 1, and may also control the information providing device 1, for example.

また、ユーザ端末2と情報提供装置1とは、いずれもパーソナルコンピュータ(PC)であるが、情報提供装置1には、複数のユーザ端末2の検索要求に対応できるように処理能力のより高いものを用いるのが好ましい。 Both the user terminal 2 and the information providing device 1 are personal computers (PCs). is preferably used.

<サーバS>
サーバSには、ストレージS1に、ユーザUのユーザ端末2に提供される計装機器Xのマニュアル等の文書の実データが記憶されている(図3を参照)。なお、通信網Nを用いない場合は、ユーザUのユーザ端末2に提供される計装機器Xのマニュアル等の文書の実データを、例えば情報提供装置1の保存部104等に記憶させてもよい。
<Server S>
In the server S, the storage S1 stores the actual data of the document such as the manual of the instrumentation device X provided to the user terminal 2 of the user U (see FIG. 3). If the communication network N is not used, the actual data of the document such as the manual of the instrumentation device X provided to the user terminal 2 of the user U may be stored in the storage unit 104 of the information providing device 1, for example. good.

図3は、情報提供システム100Aの構成を示す模式図である。図4は、第1実施形態に係る情報提供方法を示すフローチャートである。情報提供システム100Aは、ユーザ端末2が有する検索キー取得部11と、情報提供装置1が有する、対象情報特定部12と、検索処理部13と、検索結果出力部14と、文書出力部15と、を備えている。 FIG. 3 is a schematic diagram showing the configuration of the information providing system 100A. FIG. 4 is a flow chart showing an information providing method according to the first embodiment. The information providing system 100A includes a search key acquisition unit 11 included in the user terminal 2, a target information specifying unit 12, a search processing unit 13, a search result output unit 14, and a document output unit 15 included in the information providing apparatus 1. , is equipped with

<検索キー取得部11>
検索キー取得部11は、具体的には、ユーザ端末2におけるキーボード11A、マイクロホン11B、又はWebカメラ11Cのいずれかである。検索キーを文字情報取得方式で取得する場合は、キーボード11Aによって文字入力で検索キーを入力し、文字情報として取得される。検索キーを音声情報取得方式で取得する場合は、マイクロホン11Bによる音声入力で検索キーを入力することによって、音声情報として取得される。なお、音声情報取得方式で取得された音声情報は、ユーザ端末2内で不図示の音声情報/文字情報変換手段によって文字情報に変換される。検索キーを画像情報取得方式で取得する場合は、Webカメラ11Cによる画像情報を、不図示の情報提供装置1又はユーザ端末2に内蔵された画像認識人工知能の認識結果によって文字情報に変換することによって検索キーとして取得される。或いは、検索キーを画像情報取得方式で取得する場合は、Webカメラ11Cによる画像入力で検索キーを入力することによって、画像情報として取得されるようにしてもよい。
<Search key acquisition unit 11>
The search key acquisition unit 11 is, specifically, any one of the keyboard 11A, the microphone 11B, or the web camera 11C in the user terminal 2 . When the search key is obtained by the character information obtaining method, the character information is obtained by inputting the search key using the keyboard 11A. When the search key is acquired by the voice information acquisition method, the voice information is acquired by inputting the search key by voice input through the microphone 11B. The voice information acquired by the voice information acquisition method is converted into text information in the user terminal 2 by voice information/text information conversion means (not shown). When the search key is obtained by the image information obtaining method, the image information obtained by the web camera 11C is converted into character information by the recognition result of the image recognition artificial intelligence built in the information providing device 1 or the user terminal 2 (not shown). is acquired as a search key by Alternatively, when the search key is obtained by the image information obtaining method, the image information may be obtained by inputting the search key by inputting an image using the web camera 11C.

具体的には、例えば、ユーザUが、検索キーとして、計装機器Xの名称、及び型番X1、或いはこれに操作方法等の広義の文言や各種操作シーンを表す狭義の文言(シーン名)、或いは計装機器Xの画像等を含めたものを、キーボード11A、マイクロホン11B、又はWebカメラ11Cで入力すると、文字情報又は画像情報として取得された検索キーは、ユーザ端末2から、通信網Nを介して、情報提供装置1における対象情報特定部12へ送られる(検索キー取得工程S11)。 Specifically, for example, the user U uses, as search keys, the name of the instrumentation device X and the model number X1, or broader terms such as an operation method, narrower terms representing various operation scenes (scene name), Alternatively, when an image including an image of the instrumentation device X is input with the keyboard 11A, the microphone 11B, or the web camera 11C, the search key acquired as character information or image information is transmitted from the user terminal 2 to the communication network N. is sent to the target information specifying unit 12 in the information providing apparatus 1 via the search key acquisition step S11.

ここで、検索キー取得工程S11における検索キーの取得方式は、キーボード11Aによる文字情報取得方式、マイクロホン11Bによる音声情報取得方式、及びWebカメラ11Cによる画像情報取得方式の単一の取得方式に限定されない。例えば、Webカメラ11Cによる画像情報取得方式だけでは、計装機器Xの型番X1等が写り込まなかったりして、情報が不足する場合は、この不足する情報を、キーボード11Aによる文字情報取得方式やマイクロホン11Bによる音声情報取得方式で補うことができる。すなわち、キーボード11Aによる文字情報取得方式、マイクロホン11Bによる音声情報取得方式、及びWebカメラ11Cによる画像情報取得方式を単一でなく複合して用いてもよい。 Here, the search key acquisition method in the search key acquisition step S11 is not limited to a single acquisition method of the character information acquisition method using the keyboard 11A, the voice information acquisition method using the microphone 11B, and the image information acquisition method using the web camera 11C. . For example, if the image information acquisition method using only the Web camera 11C does not capture the model number X1 of the instrumentation device X and the information is insufficient, the missing information can be obtained using the character information acquisition method using the keyboard 11A. This can be supplemented by a voice information acquisition method using the microphone 11B. That is, the character information acquisition method using the keyboard 11A, the voice information acquisition method using the microphone 11B, and the image information acquisition method using the web camera 11C may be used in combination rather than singly.

<対象情報特定部12>
対象情報特定部12は、情報提供装置1の内部に設けられており、同じく情報提供装置1の内部に設けられた対象情報特定用データベース16と接続されている。対象情報特定用データベース16内には、検索キー取得部11から送られてきた検索キーを特定するための対象情報のリストが記憶されている。なお、対象情報特定用データベース16内に記憶される対象情報のリストは、予めあれば、それらを流用してもよいし、新たに発生したものは、自動又は手動で作成し、追加してもよい。
<Target information identification unit 12>
The target information specifying unit 12 is provided inside the information providing device 1 and is connected to a target information specifying database 16 which is also provided inside the information providing device 1 . In the target information specifying database 16, a list of target information for specifying the search key sent from the search key acquisition unit 11 is stored. If there is a list of target information stored in the target information specifying database 16 in advance, it may be used, or new items may be created and added automatically or manually. good.

具体的には、対象情報特定部12は、検索キー取得部11から送られてきた文字情報又は画像情報として取得された検索キーに対応する対象情報を、対象情報特定用データベース16内の対象情報のリストから探し出し、その対象情報と紐付けする処理を行う。そして、検索キー取得部11から取得された検索キーと、対象情報特定部12で特定された対象情報と、は、検索処理部13へ送られる(対象情報特定工程S12)。 Specifically, the target information specifying unit 12 stores the target information corresponding to the search key acquired as character information or image information sent from the search key acquiring unit 11 as target information in the target information specifying database 16. is searched from the list, and the process of linking with the target information is performed. Then, the search key acquired from the search key acquisition unit 11 and the target information specified by the target information specifying unit 12 are sent to the search processing unit 13 (target information specifying step S12).

<検索処理部13>
検索処理部13は、情報提供装置1の内部に設けられており、同じく情報提供装置1の内部に設けられた検索処理用データベース17と接続されている。検索処理用データベース17内には、検索処理に用いるためのインデックスが記憶されている。
<Search processing unit 13>
The search processing unit 13 is provided inside the information providing device 1 and is connected to a search processing database 17 that is also provided inside the information providing device 1 . The search processing database 17 stores indexes for use in search processing.

検索処理用データベース17内に記憶されるインデックスは、文書における目次を含む文書構造と目次項目に対するキーワード(タグ・メタ情報)のデータセットを文書パターンの数だけ用意し、文書パターン毎に作成されている。具体的には、文書パターン毎に、目次項目に対するキーワードをインデックスとすることができる。文書パターンが同じ文書は、内容も類似しているので、キーワードも略共通である。それ故に、文書パターン毎のキーワードをインデックスとすることができるのである。 The index stored in the search processing database 17 is prepared for each document pattern by preparing a data set of keywords (tags/meta information) for the document structure including the table of contents of the document and the items of the table of contents for the number of document patterns. there is Specifically, for each document pattern, a keyword for a table of contents item can be used as an index. Documents having the same document pattern have similar contents, and therefore have substantially common keywords. Therefore, a keyword for each document pattern can be used as an index.

ここで、キーワードは、目次項目に対応する文書の本文から不図示の抽出部によって抽出される。その抽出手法は、論文、オープンソースなライブラリ等の既存の文書の単語重要度抽出手法を利用してもよいし、手動で行ってもよい。 なお、データ内の画像等非構造情報のキーワードは、アノテーション作業を行い、抽出すればよい。 Here, the keyword is extracted by an extraction unit (not shown) from the text of the document corresponding to the table of contents item. The extraction method may utilize a word importance extraction method for existing documents such as papers and open source libraries, or may be performed manually. Keywords of non-structural information such as images in data may be extracted by performing annotation work.

このインデックスの作成方法は、特に業務等に使用される文書(例えばマニュアル等の文書)は、現在では既に略完成段階にあり、ブランドやグレードが異なっていても、もはや文書構造は、略同じものが殆どであり、文書パターンも数パターンしかないことから、そこに着眼し、独自に考えついたものである。例えば、同じ対象に対する文書が1000冊あったとしても、文書パターンの数も、大抵2,3冊程度の文書となることが分かった。すなわち、インデックスはサンプリングされたものとなり、従来技術に比して、大幅に少量のインデックスとなる。なお、文書パターンの違いは、例えば、目次項目に、全ての文章等が記載されているものと、目次項目には、大まかな文章が記載され、その下側に追加の詳細や注釈等の文章が記載されているものと、の違い程度であることが多い。 This index creation method is particularly useful for documents used for business (for example, manuals and other documents), which are currently in a nearly complete stage, and even if the brand and grade are different, the document structure is almost the same. Most of them are , and there are only a few document patterns. For example, even if there are 1000 documents for the same target, it has been found that the number of document patterns is usually about 2 or 3 documents. That is, the index is sampled, resulting in a significantly smaller amount of index compared to the prior art. Note that the difference between the document patterns is that, for example, all sentences are described in the table of contents item, and general sentences are described in the table of contents item, and additional details and annotations are added below it. It is often the difference between what is described and what is described.

検索処理部13は、この大幅に少量とされたインデックスを用い、検索キー取得部11から取得された検索キーから得られたキーワード(タグ・メタ情報)に基づいて検索処理を行う。そして、検索処理部13は、対象情報特定部12で特定された対象情報と、検索処理部13による検索処理結果を、検索結果出力部14へ送る(検索処理工程S13)。 The search processing unit 13 performs search processing based on the keywords (tags/meta information) obtained from the search keys obtained from the search key obtaining unit 11, using this significantly reduced index. Then, the search processing unit 13 sends the target information specified by the target information specifying unit 12 and the search processing result by the search processing unit 13 to the search result output unit 14 (search processing step S13).

<検索結果出力部14>
検索結果出力部14は、情報提供装置1の内部に設けられており、同じく情報提供装置1の内部に設けられた検索結果出力用データベース18と接続されている。検索結果出力用データベース18内には、対象情報特定部12で特定された対象情報と、検索処理部13による検索処理結果と、の組み合わせによってヒットして得られた検索結果に対応した文書の実データのリンクリストのリンク情報のみが記憶されている。そして、検索結果出力部14は、通信網Nを介して、ユーザ端末2のディスプレイ21に、この検索結果のリンクリストを出力して表示させる。具体的には、計装機器Xのマニュアル等の文書の実データのリンクリストを出力して表示させる(検索結果出力工程S14)。
<Search result output unit 14>
The search result output unit 14 is provided inside the information providing device 1 and is connected to a search result output database 18 provided inside the information providing device 1 as well. In the search result output database 18, documents corresponding to the search results hit by the combination of the target information specified by the target information specifying unit 12 and the search processing result by the search processing unit 13 are stored. Only the link information of the linked list of data is stored. Then, the search result output unit 14 outputs the link list of the search results to the display 21 of the user terminal 2 via the communication network N for display. Specifically, a link list of the actual data of the document such as the manual of the instrumentation device X is output and displayed (search result output step S14).

<文書出力部15>
文書出力部15は、情報提供装置1の内部に設けられており、通信網Nを介して、サーバS内のストレージS1と接続されている。そして、文書出力部15は、ユーザUが、マウス22等を用い、検索結果のリンクリストのうちのいずれかを選択すると、指令を出し、ユーザ端末2のディスプレイ21に、選択された文書の実データを出力して表示させる(文書出力工程S15)。
<Document Output Unit 15>
The document output unit 15 is provided inside the information providing apparatus 1 and is connected to the storage S1 in the server S via the communication network N. As shown in FIG. When the user U selects one of the search result link lists using the mouse 22 or the like, the document output unit 15 issues a command to output the selected document to the display 21 of the user terminal 2. Data is output and displayed (document output step S15).

なお、文書出力部15によって出力可能な文書の実データは、文書テキストのみでなく、文書テキストに、イラスト、画像データ、動画データ、及び音声データ等が添付又はリンクされているコンテンツも含む。 Note that the actual data of the document that can be output by the document output unit 15 includes not only the document text but also contents attached or linked to the document text such as illustrations, image data, moving image data, and voice data.

また、第1実施形態に係る情報提供システム100Aで検索される対象は、計装機器Xのみに限定されないことを、再度、付言する。例えば、第1実施形態に係る情報提供システム100Aは、「リンゴ」のようなより単純なものから、「治療困難な心臓疾患の治療方法」のようなより高度なものまで、略全てのものを検索対象とすることができる。 Moreover, it is added again that the target searched by the information providing system 100A according to the first embodiment is not limited to the instrumentation device X only. For example, the information providing system 100A according to the first embodiment can handle almost everything from simple items such as "apples" to more advanced items such as "methods of treating intractable heart disease." Can be searched.

第1実施形態に係る情報提供システム100Aによれば、文書における目次を含む文書構造と目次項目に対するキーワードとのデータセットを文書パターンの数だけ用意し、文書パターン毎に作成されたインデックスを用い、検索キー取得部11から取得された検索キーから得られたキーワードに基づいて検索処理を行う検索処理部13を備えている。これにより、代表となるキーワードのみでインデックスが作成されるので、文書を検索するにあたり、他の文書との関連性をもって文書の重要度を判定し検索対象文書のインデックス登録を取捨選択することなくインデックスの肥大化を大幅に抑制でき、検索処理を優れたパフォーマンスで行うことができる情報提供システム100Aを提供することができる。 According to the information providing system 100A according to the first embodiment, data sets of the document structure including the table of contents in the document and the keywords for the table of contents items are prepared for the number of document patterns, and an index created for each document pattern is used, A search processing unit 13 is provided for performing search processing based on the keyword obtained from the search key obtained from the search key obtaining unit 11 . As a result, an index is created with only representative keywords, so when searching for a document, the importance of the document is determined based on its relevance to other documents, and indexing of the search target document is not required. It is possible to provide an information providing system 100A that can greatly suppress the bloat of the database and perform search processing with excellent performance.

また、この情報提供システム100Aでは、検索キー取得部11からユーザ端末2に取得される検索キーは、少なくとも、文字情報取得方式、音声情報取得方式、及び画像情報取得方式のうち、何れか、或いはこれらの複合の取得方式で取得される。このため、様々なユーザUや様々なシチュエーションに対応することができ、使い勝手がよい。 Further, in the information providing system 100A, the search key acquired by the user terminal 2 from the search key acquisition unit 11 is at least one of the character information acquisition method, the voice information acquisition method, and the image information acquisition method, or Acquired by these compound acquisition methods. Therefore, it is possible to deal with various users U and various situations, and it is convenient to use.

また、この情報提供システム100Aでは、文書出力部15によって出力可能な文書の実データは、文書テキストのみでなく、文書テキストに、イラスト、画像データ、動画データ及び音声データのうち、少なくとも何れか一が添付又はリンクされているコンテンツも含む。このため、様々なコンテンツの提供が可能となり、適切な情報の取得及び提供を効率的に行うことが可能となる。 In the information providing system 100A, the actual data of the document that can be output by the document output unit 15 is not only the document text, but also at least one of the document text, illustration, image data, moving image data, and voice data. Also includes content that is attached or linked to. Therefore, it is possible to provide various contents, and to efficiently acquire and provide appropriate information.

また、この情報提供システム100Aでは、情報提供装置1の内部に、対象情報特定部12に接続され、対象情報のリストが記憶された対象情報特定用データベース16と、検索処理部13に接続され、インデックスが記憶された検索処理用データベース17と、検索結果出力部14に接続され、検索結果とリンクするリンクリストが記憶された検索結果出力用データベース18と、を備える。このため、情報提供システム100Aの構成の多くが、情報提供装置1の内部に備えてあるので、メンテナンスやシステムの更新等を容易に行うことができる。 In the information providing system 100A, the information providing apparatus 1 is connected to the target information specifying unit 12, the target information specifying database 16 storing a list of target information, and the search processing unit 13, It comprises a search processing database 17 storing indexes, and a search result output database 18 connected to the search result output unit 14 and storing a link list linked to the search results. Therefore, since most of the configuration of the information providing system 100A is provided inside the information providing apparatus 1, maintenance and updating of the system can be easily performed.

さらに、この情報提供システム100Aでは、文書出力部15から出力可能な文書の実データは、通信網Nを介して接続されたストレージS1に記憶されている。このため、より多くの適切な情報の取得及び提供を行うことが可能となる。 Further, in the information providing system 100A, the actual data of documents that can be output from the document output unit 15 are stored in the storage S1 connected via the communication network N. FIG. Therefore, it is possible to acquire and provide more appropriate information.

[第2実施形態]
次に、図5を用いて、本発明の第2実施形態に係る情報提供システム100Bについて説明する。図5は、第2実施形態に係る情報提供システム100Bの構成を示す模式図である。上述の第1実施形態に係る情報提供システム100Aと相違する点は、主に、選択結果記録部20を更に備えたことなので、その点について主に説明し、同一構成は同一符号を付し、説明を省略する。
[Second embodiment]
Next, an information providing system 100B according to a second embodiment of the present invention will be described using FIG. FIG. 5 is a schematic diagram showing the configuration of an information providing system 100B according to the second embodiment. The main difference from the information providing system 100A according to the above-described first embodiment is that the selection result recording unit 20 is further provided. Description is omitted.

この情報提供システム100Bでは、情報提供装置1の内部に、検索結果出力部14によって出力された検索結果で必要な文書が選択されたか否かの選択結果を記録するための選択結果記録部20を更に備え、選択結果記録部20に記録された選択結果を、検索処理部13にフィードバックするフィードバック機構を有することが、第1実施形態に係る情報提供システム100Aと異なる。 In this information providing system 100B, the information providing apparatus 1 includes a selection result recording unit 20 for recording selection results as to whether or not a necessary document has been selected from the search results output by the search result output unit 14. Further, it differs from the information providing system 100A according to the first embodiment in that it has a feedback mechanism for feeding back the selection result recorded in the selection result recording unit 20 to the search processing unit 13 .

ここで、この情報提供システム100Bは、情報提供装置1の内部において、保存部104等に選択結果記録部20の領域が設けられ、保存部104等に記憶された選択結果記録部20に記録された選択結果を、検索処理部13にフィードバックするフィードバック機構を含めたプログラムを実行することにより実現される。 Here, in the information providing system 100B, an area for the selection result recording unit 20 is provided in the storage unit 104 or the like inside the information providing apparatus 1, and the selection result recording unit 20 stored in the storage unit 104 or the like has an area for the selection result recording unit 20. This is realized by executing a program including a feedback mechanism for feeding back the selected result to the search processing unit 13 .

この第2実施形態に係る情報提供システム100Bでは、第1実施形態に係る情報提供システム100Aとは異なり、上記したフィードバック機構を有する。このため、この情報提供システム100Bでは、フィードバック結果が、検索結果出力部14でのフィルタリング、レコメンド、及び優先順位処理等に反映されるので、使用される度に検索精度を高めることができる。 The information providing system 100B according to the second embodiment has the feedback mechanism described above, unlike the information providing system 100A according to the first embodiment. Therefore, in the information providing system 100B, the feedback results are reflected in the filtering, recommendation, priority processing, etc. in the search result output unit 14, so that the search accuracy can be improved each time it is used.

[第3実施形態]
次に、図6を用いて、本発明の第3実施形態に係る情報提供システム100Cについて説明する。図6は、第3実施形態に係る情報提供システム100Cの構成を示す模式図である。上述の第1実施形態に係る情報提供システム100Aと相違する点は、主に、類似語解析部30を更に備えたことなので、その点について主に説明し、同一構成は同一符号を付し、説明を省略する。
[Third embodiment]
Next, using FIG. 6, an information providing system 100C according to a third embodiment of the present invention will be described. FIG. 6 is a schematic diagram showing the configuration of an information providing system 100C according to the third embodiment. The difference from the information providing system 100A according to the above-described first embodiment is mainly that the synonym analysis unit 30 is further provided. Description is omitted.

この情報提供システム100Cでは、情報提供装置1の内部において、検索キーの類義語を検索処理過程で含むための類義語解析部30を、検索処理部13に接続して、更に備えることが、第1実施形態に係る情報提供システム100Aと異なる。 In this information providing system 100C, in the information providing apparatus 1, a synonym analysis unit 30 for including synonyms of the search key in the search processing process is connected to the search processing unit 13 and further provided. It differs from the information providing system 100A according to the form.

ここで、この情報提供システム100Cは、情報提供装置1の内部において、保存部104等に類義語解析部30の領域が設けられ、保存部104等に記憶された検索処理部13に接続された検索処理用データベース17に記憶されているインデックスではヒットしない検索キーも類義語解析部30から検索キーの類義語を検索処理部13に送る機能を含めたプログラムを実行することにより実現される。 Here, in the information providing system 100C, an area for the synonym analysis unit 30 is provided in the storage unit 104 or the like inside the information providing apparatus 1, and a search processing unit 13 connected to the search processing unit 13 stored in the storage unit 104 or the like is provided. A search key that is not hit by the index stored in the processing database 17 is also realized by executing a program including a function of sending synonyms of the search key from the synonym analysis unit 30 to the search processing unit 13 .

この第3実施形態に係る情報提供システム100Cでは、第1実施形態に係る情報提供システム100Aとは異なり、情報提供装置1の内部において、類義語解析部30を更に備える。このため、この情報提供システム100Cでは、検索処理部13に接続された検索処理用データベース17に記憶されているインデックスではヒットしない検索キーも類義語解析部30から検索キーの類義語を検索処理部13に送ることによって、フォローすることができる。 Unlike the information providing system 100A according to the first embodiment, the information providing system 100C according to the third embodiment further includes a synonym analysis section 30 inside the information providing apparatus 1. FIG. Therefore, in this information providing system 100C, the synonym analysis unit 30 provides the search processing unit 13 with the synonyms of the search keys that are not hit by the index stored in the search processing database 17 connected to the search processing unit 13. You can follow by sending.

[第4実施形態]
次に、図7を用いて、本発明の第4実施形態に係る情報提供システム100Dについて説明する。図7は、第4実施形態に係る情報提供システム100Dの構成を示す模式図である。上述の第1実施形態に係る情報提供システム100Aと相違する点は、主に、類似語解析部40を更に備えたことなので、その点について主に説明し、同一構成は同一符号を付し、説明を省略する。
[Fourth embodiment]
Next, an information providing system 100D according to a fourth embodiment of the present invention will be described using FIG. FIG. 7 is a schematic diagram showing the configuration of an information providing system 100D according to the fourth embodiment. The difference from the information providing system 100A according to the above-described first embodiment is mainly that a synonym analysis unit 40 is further provided. Description is omitted.

この情報提供システム100Dでは、ユーザ端末2の内部において、検索キーの類義語を検索処理過程で含むための類義語解析部40を、検索キー取得部11に接続して、更に備えることが、第1実施形態に係る情報提供システム100Aと異なる。 In this information providing system 100D, in the user terminal 2, a synonym analysis unit 40 for including synonyms of the search key in the search process is connected to the search key acquisition unit 11 and further provided. It differs from the information providing system 100A according to the form.

ここで、この情報提供システム100Dは、ユーザ端末2の内部において、不図示の保存部等に類義語解析部40の領域が設けられ、対象情報特定部12へ送る前に、検索キーの類義語も検索キーに含めるプログラムを実行することにより実現される。 Here, in this information providing system 100D, an area for a synonym analysis unit 40 is provided in a storage unit (not shown) or the like inside the user terminal 2, and before sending to the target information identification unit 12, the synonyms of the search key are also searched. It is realized by executing the program included in the key.

この第4実施形態に係る情報提供システム100Dでは、第1実施形態に係る情報提供システム100Aとは異なり、ユーザ端末2の内部において、類義語解析部40を更に備える。このため、この情報提供システム100Dでは、類義語解析部40により、対象情報特定部12へ送る前に、検索キーの類義語も検索キーに含めることができ、検索キーが、検索処理部13におけるインデックスでヒットしない確率を大幅に低減することができる。 Unlike the information providing system 100A according to the first embodiment, the information providing system 100D according to the fourth embodiment further includes a synonym analysis section 40 inside the user terminal 2 . Therefore, in this information providing system 100D, synonyms of the search key can be included in the search key by the synonym analysis unit 40 before being sent to the target information identification unit 12, and the search key is indexed in the search processing unit 13. It can greatly reduce the probability of not hitting.

本発明の実施形態を説明したが、実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。 While embodiments of the invention have been described, the embodiments are provided by way of example and are not intended to limit the scope of the invention. These novel embodiments can be implemented in various other forms, and various omissions, replacements, and modifications can be made without departing from the scope of the invention. These embodiments and modifications thereof are included in the scope and gist of the invention, and are included in the scope of the invention described in the claims and equivalents thereof.

100A~D 情報提供システム
11 検索キー取得部(検索キー取得手段)
11A キーボード(検索キー取得手段)
11B マイクロホン(検索キー取得手段)
11C Webカメラ(検索キー取得手段)
12 対象情報特定部(対象情報特定手段)
13 検索処理部(検索処理手段)
14 検索結果出力部(検索結果出力手段)
15 文書出力部(文書出力手段)
16 対象情報特定用データベース
17 検索処理用データベース
18 検索結果出力用データベース
S1 ストレージ
20 選択結果記録部(選択結果記録手段)
30 類義語解析部(類義語解析手段)
40 類義語解析部(類義語解析手段)
2 ユーザ端末
N 通信網
S11 検索キー取得工程
S12 対象情報特定工程
S13 検索処理工程
S14 検索結果出力工程
S15 文書出力工程
100A-D information providing system 11 search key acquisition unit (search key acquisition means)
11A keyboard (search key acquisition means)
11B microphone (search key acquisition means)
11C Web camera (search key acquisition means)
12 Target information specifying unit (target information specifying means)
13 search processing unit (search processing means)
14 search result output unit (search result output means)
15 document output unit (document output means)
16 Target information specifying database 17 Search processing database 18 Search result output database S1 Storage 20 Selection result recording unit (selection result recording means)
30 synonym analysis unit (synonym analysis means)
40 synonym analysis unit (synonym analysis means)
2 User terminal N Communication network S11 Search key acquisition step S12 Target information identification step S13 Search processing step S14 Search result output step S15 Document output step

Claims (9)

ユーザ端末から取得した情報に基づき、文書の検索を行う情報提供システムであって、
前記ユーザ端末に前記情報としての検索キーを取得するための検索キー取得手段と、
前記検索キー取得手段から取得された検索キーから対象情報を特定するための対象情報特定手段と、
文書における目次を含む文書構造と目次項目に対するキーワードとのデータセットを文書パターンの数だけ用意し、文書パターン毎に作成されたインデックスを用い、前記検索キー取得手段から取得された検索キーから得られたキーワードに基づいて検索処理を行う検索処理手段と、
前記対象情報特定手段で特定された対象情報と、前記検索処理手段による検索処理結果と、の組み合わせによって得られた検索結果を出力する検索結果出力手段と、
前記検索結果出力手段で出力された検索結果とリンクするリンクリストから選択的に文書の実データを出力可能な文書出力手段と、を備えること
を特徴とする情報提供システム。
An information providing system for searching documents based on information obtained from a user terminal,
a search key acquisition means for acquiring a search key as the information in the user terminal;
target information specifying means for specifying target information from the search key obtained from the search key obtaining means;
Data sets of the document structure including the table of contents in the document and keywords for the table of contents items are prepared for the number of document patterns, and an index created for each document pattern is used to obtain the search key obtained from the search key obtaining means. search processing means for performing search processing based on the keywords obtained;
search result output means for outputting a search result obtained by combining the target information specified by the target information specifying means and the search processing result by the search processing means;
and document output means capable of selectively outputting actual document data from a link list linked to the search results output by said search result output means.
前記検索キー取得手段から前記ユーザ端末に取得される検索キーは、少なくとも、文字情報取得方式、音声情報取得方式、及び画像情報取得方式のうち、何れか、或いはこれらの複合の取得方式で取得されること
を特徴とする請求項1記載の情報提供システム。
The search key acquired by the user terminal from the search key acquisition means is acquired by at least one of a character information acquisition method, a voice information acquisition method, and an image information acquisition method, or a combination of these acquisition methods. The information providing system according to claim 1, characterized by:
前記検索結果出力手段によって出力された検索結果で必要な文書が選択されたか否かの選択結果を記録するための選択結果記録手段を更に備え、
前記選択結果記録手段に記録された選択結果を、前記検索処理手段にフィードバックすること
を特徴とする請求項1又は2記載の情報提供システム。
further comprising selection result recording means for recording a selection result indicating whether or not a necessary document has been selected from the search results output by the search result output means;
3. The information providing system according to claim 1, wherein the selection result recorded in said selection result recording means is fed back to said search processing means.
検索キーの類義語を検索処理過程で含むための類義語解析手段を、前記検索処理手段に接続して、更に備えること
を特徴とする請求項1又は2記載の情報提供システム。
3. The information providing system according to claim 1, further comprising synonym analysis means connected to said search processing means for including synonyms of search keys in a search process.
検索キーの類義語を検索処理過程で含むための類義語解析手段を、前記検索キー取得手段に接続して、更に備えること
を特徴とする請求項1又は2記載の情報提供システム。
3. The information providing system according to claim 1, further comprising synonym analysis means for including synonyms of search keys in the process of searching, connected to said search key obtaining means.
前記文書出力手段によって出力可能な文書の実データは、文書テキストのみでなく、文書テキストに、イラスト、画像データ、動画データ及び音声データのうち、少なくとも何れか一が添付又はリンクされているコンテンツも含むこと
を特徴とする請求項1~5の何れか1項記載の情報提供システム。
The actual data of the document that can be output by the document output means is not only the document text, but also the content attached or linked to the document text with at least one of illustration, image data, video data and audio data. 6. The information providing system according to any one of claims 1 to 5, comprising:
前記対象情報特定手段に接続され、対象情報のリストが記憶された対象情報特定用データベースと、
前記検索処理手段に接続され、インデックスが記憶された検索処理用データベースと、
前記検索結果出力手段に接続され、検索結果とリンクするリンクリストが記憶された検索結果出力用データベースと、を更に備えること
を特徴とする請求項1~6の何れか1項記載の情報提供システム。
a target information specifying database connected to the target information specifying means and storing a list of target information;
a search processing database connected to the search processing means and storing an index;
7. The information providing system according to any one of claims 1 to 6, further comprising a search result output database connected to said search result output means and storing a link list linked to search results. .
前記文書出力手段から出力可能な文書の実データは、通信網を介して接続されたストレージに記憶されていること
を特徴とする請求項1~7の何れか1項記載の情報提供システム。
8. The information providing system according to any one of claims 1 to 7, wherein actual data of a document that can be output from said document output means is stored in a storage connected via a communication network.
ユーザ端末から取得した情報に基づき、文書の検索を行う情報提供方法であって、
前記ユーザ端末に前記情報としての検索キーを取得する検索キー取得工程と、
前記検索キー取得工程で取得された検索キーから対象情報を特定する対象情報特定工程と、
文書における目次を含む文書構造と目次項目に対するキーワードとのデータセットを文書パターンの数だけ用意し、文書パターン毎に作成されたインデックスを用い、前記検索キー取得工程で取得された検索キーから得られたキーワードに基づいて検索処理を行う検索処理工程と、
前記対象情報特定工程で特定された対象情報と、前記検索処理工程による検索処理結果と、の組み合わせによって得られた検索結果を出力する検索結果出力工程と、
前記検索結果出力工程で出力された検索結果とリンクするリンクリストから選択した文書の実データを出力する文書出力工程と、を備えること
を特徴とする情報提供方法。
An information providing method for searching documents based on information obtained from a user terminal,
a search key acquisition step of acquiring a search key as the information in the user terminal;
a target information identifying step of identifying target information from the search key obtained in the search key obtaining step;
Data sets of the document structure including the table of contents in the document and keywords for the table of contents items are prepared for the number of document patterns. a search processing step of performing search processing based on the keywords obtained;
a search result output step of outputting a search result obtained by combining the target information specified in the target information specifying step and the search processing result of the search processing step;
and a document output step of outputting actual data of a document selected from a link list linked to the search result output in the search result output step.
JP2021011128A 2021-01-27 2021-01-27 Information provision system and information provision method Active JP6905724B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021011128A JP6905724B1 (en) 2021-01-27 2021-01-27 Information provision system and information provision method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021011128A JP6905724B1 (en) 2021-01-27 2021-01-27 Information provision system and information provision method

Publications (2)

Publication Number Publication Date
JP6905724B1 JP6905724B1 (en) 2021-07-21
JP2022114721A true JP2022114721A (en) 2022-08-08

Family

ID=76918255

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021011128A Active JP6905724B1 (en) 2021-01-27 2021-01-27 Information provision system and information provision method

Country Status (1)

Country Link
JP (1) JP6905724B1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005063332A (en) * 2003-08-19 2005-03-10 Fujitsu Ltd Information system coordination device, and coordination method
JP2014235619A (en) * 2013-06-03 2014-12-15 株式会社プリマジェスト Image information processing apparatus and image information processing method
JP2020160494A (en) * 2019-03-25 2020-10-01 富士ゼロックス株式会社 Information processing apparatus, document management system and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005063332A (en) * 2003-08-19 2005-03-10 Fujitsu Ltd Information system coordination device, and coordination method
JP2014235619A (en) * 2013-06-03 2014-12-15 株式会社プリマジェスト Image information processing apparatus and image information processing method
JP2020160494A (en) * 2019-03-25 2020-10-01 富士ゼロックス株式会社 Information processing apparatus, document management system and program

Also Published As

Publication number Publication date
JP6905724B1 (en) 2021-07-21

Similar Documents

Publication Publication Date Title
US6883001B2 (en) Document information search apparatus and method and recording medium storing document information search program therein
US8200695B2 (en) Database for uploading, storing, and retrieving similar documents
US11853334B2 (en) Systems and methods for generating and using aggregated search indices and non-aggregated value storage
US6442540B2 (en) Information retrieval apparatus and information retrieval method
US8495049B2 (en) System and method for extracting content for submission to a search engine
JP5353148B2 (en) Image information retrieving apparatus, image information retrieving method and computer program therefor
US20110106805A1 (en) Method and system for searching multilingual documents
JP2010073114A6 (en) Image information retrieving apparatus, image information retrieving method and computer program therefor
WO2002101588A1 (en) Content management system
US10078672B2 (en) Search device, search method, and computer program product
KR20090023613A (en) Visual and multi-dimensional search
KR20160124079A (en) Systems and methods for in-memory database search
WO2011091442A1 (en) System and method for optimizing search objects submitted to a data resource
JP2015525929A (en) Weight-based stemming to improve search quality
KR20090087269A (en) Method and apparatus for information processing based on context, and computer readable medium thereof
JPH1145267A (en) Document retrieval device and computer readable recording medium recorded with program for functioning computer as the device
US20040010556A1 (en) Electronic document information expansion apparatus, electronic document information expansion method , electronic document information expansion program, and recording medium which records electronic document information expansion program
JP7272540B2 (en) Information provision system, information provision method, and data structure
JP2022114721A (en) Information providing system and information providing method
JP2011086156A (en) System and program for tracking of leaked information
JP2005025418A (en) Question answering device, question answering method, and program
JP2002049638A (en) Document information retrieval device, method, document information retrieval program and computer readable recording medium storing document information retrieval program
JP4484957B1 (en) Retrieval expression generation device, retrieval expression generation method, and program
JP2009217741A (en) Metadata attachment method, device, and metadata attachment program
Mourão et al. The Anatomy of a Web Archive Image Search Engine-Technical Report

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210127

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20210127

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20210316

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

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20210519

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210618

R150 Certificate of patent or registration of utility model

Ref document number: 6905724

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150