JP2018181148A - 情報出力プログラム、情報出力方法および情報処理装置 - Google Patents
情報出力プログラム、情報出力方法および情報処理装置 Download PDFInfo
- Publication number
- JP2018181148A JP2018181148A JP2017082916A JP2017082916A JP2018181148A JP 2018181148 A JP2018181148 A JP 2018181148A JP 2017082916 A JP2017082916 A JP 2017082916A JP 2017082916 A JP2017082916 A JP 2017082916A JP 2018181148 A JP2018181148 A JP 2018181148A
- Authority
- JP
- Japan
- Prior art keywords
- words
- search
- word
- search condition
- document
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2453—Query optimisation
- G06F16/24534—Query rewriting; Transformation
- G06F16/24539—Query rewriting; Transformation using cached or materialised query results
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/33—Querying
- G06F16/3331—Query processing
- G06F16/334—Query execution
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/248—Presentation of query results
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/25—Integrating or interfacing systems involving database management systems
- G06F16/252—Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/33—Querying
- G06F16/332—Query formulation
- G06F16/3322—Query formulation using system suggestions
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/33—Querying
- G06F16/332—Query formulation
- G06F16/3325—Reformulation based on results of preceding query
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/93—Document management systems
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- Mathematical Physics (AREA)
- Business, Economics & Management (AREA)
- General Business, Economics & Management (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
【解決手段】情報出力プログラムは、以下の処理をコンピュータに実行させる。コンピュータは、検索条件を受け付ける。コンピュータは、複数の文書を記憶する記憶部を参照して、複数の文書のうち、受け付けた検索条件に含まれる単語が含まれる文書を取得する。コンピュータは、取得した文書に含まれる複数の単語を抽出する。コンピュータは、受け付けた検索条件に含まれる単語との類似度が低い単語を優先的に選択するアルゴリズムを用いて、抽出した複数の単語のうち、一または複数の単語を選択する。コンピュータは、記憶部を参照して、複数の文書のうち、選択した一または複数の単語が含まれる文書を取得する。コンピュータは、取得した文書に関する情報を出力する。
【選択図】図2
Description
110 通信部
111 表示部
112 操作部
120 記憶部
121 学習モデル記憶部
122 文書記憶部
130,230 制御部
131,231 受付部
132,232 取得部
133 抽出部
134,234 選択部
135,235 出力制御部
Claims (11)
- 検索条件を受け付け、
複数の文書を記憶する記憶部を参照して、前記複数の文書のうち、受け付けた前記検索条件に含まれる単語が含まれる文書を取得し、
取得した前記文書に含まれる複数の単語を抽出し、
受け付けた前記検索条件に含まれる単語との類似度が低い単語を優先的に選択するアルゴリズムを用いて、抽出した前記複数の単語のうち、一または複数の単語を選択し、
前記記憶部を参照して、前記複数の文書のうち、選択した前記一または複数の単語が含まれる文書を取得し、
取得した前記文書に関する情報を出力する、
処理をコンピュータに実行させることを特徴とする情報出力プログラム。 - 選択した前記一または複数の単語を表示部に表示し、
表示した前記一または複数の単語のうち、いずれかの単語の指定を受け付けると、前記記憶部を参照して、前記複数の文書のうち、指定された前記単語が含まれる文書を取得する、
ことを特徴とする請求項1に記載の情報出力プログラム。 - 表示した前記一または複数の単語のうち、いずれかの単語の指定を受け付けると、前記記憶部を参照して、前記複数の文書のうち、前記検索条件に含まれる複数の単語と、指定された前記単語とが含まれる文書を取得する、
ことを特徴とする請求項2に記載の情報出力プログラム。 - 前記複数の文書のうち、前記検索条件に含まれる単語が含まれる文書に関する情報と、前記一または複数の単語が含まれる文書に関する情報、または、指定された前記単語が含まれる文書に関する情報とを、比較可能に出力する、
ことを特徴とする請求項1〜3のいずれか1つに記載の情報出力プログラム。 - 前記選択する処理は、抽出した前記複数の単語のうち、類似する単語をクラスに分類して、分類した前記クラスを選択し、
前記記憶部を参照して、前記複数の文書のうち、選択した前記クラスに分類された単語が含まれる文書を取得する、
ことを特徴とする請求項1に記載の情報出力プログラム。 - 前記アルゴリズムは、逆文書頻度が高い単語を優先的に選択するアルゴリズムである、
ことを特徴とする請求項1〜5のいずれか1つに記載の情報出力プログラム。 - 検索条件を受け付け、
複数の文書を検索して検索結果を出力する検索エンジンに対して、受け付けた前記検索条件を送信し、前記検索条件に対する検索結果として、前記検索条件に含まれる単語が含まれる文書を取得し、
取得した前記文書に含まれる複数の単語を抽出し、
受け付けた前記検索条件に含まれる単語との類似度が低い単語を優先的に選択するアルゴリズムを用いて、抽出した前記複数の単語のうち、一または複数の単語を選択し、
前記検索エンジンに対して、選択した前記一または複数の単語を送信し、前記複数の文書のうち、選択した前記一または複数の単語が含まれる文書を取得し、
取得した前記文書に関する情報を出力する、
処理をコンピュータに実行させることを特徴とする情報出力プログラム。 - 検索条件を受け付け、
複数の文書を記憶する記憶部を参照して、前記複数の文書のうち、受け付けた前記検索条件に含まれる単語が含まれる文書を取得し、
取得した前記文書に含まれる複数の単語を抽出し、
受け付けた前記検索条件に含まれる単語との類似度が低い単語を優先的に選択するアルゴリズムを用いて、抽出した前記複数の単語のうち、一または複数の単語を選択し、
前記記憶部を参照して、前記複数の文書のうち、選択した前記一または複数の単語が含まれる文書を取得し、
取得した前記文書に関する情報を出力する、
処理をコンピュータが実行することを特徴とする情報出力方法。 - 検索条件を受け付け、
複数の文書を検索して検索結果を出力する検索エンジンに対して、受け付けた前記検索条件を送信し、前記検索条件に対する検索結果として、前記検索条件に含まれる単語が含まれる文書を取得し、
取得した前記文書に含まれる複数の単語を抽出し、
受け付けた前記検索条件に含まれる単語との類似度が低い単語を優先的に選択するアルゴリズムを用いて、抽出した前記複数の単語のうち、一または複数の単語を選択し、
前記検索エンジンに対して、選択した前記一または複数の単語を送信し、前記複数の文書のうち、選択した前記一または複数の単語が含まれる文書を取得し、
取得した前記文書に関する情報を出力する、
処理をコンピュータが実行することを特徴とする情報出力方法。 - 検索条件を受け付ける受付部と、
複数の文書を記憶する記憶部を参照して、前記複数の文書のうち、受け付けた前記検索条件に含まれる単語が含まれる文書を取得する第1取得部と、
取得した前記文書に含まれる複数の単語を抽出する抽出部と、
受け付けた前記検索条件に含まれる単語との類似度が低い単語を優先的に選択するアルゴリズムを用いて、抽出した前記複数の単語のうち、一または複数の単語を選択する選択部と、
前記記憶部を参照して、前記複数の文書のうち、選択した前記一または複数の単語が含まれる文書を取得する第2取得部と、
取得した前記文書に関する情報を出力する出力制御部と、
を有することを特徴とする情報処理装置。 - 検索条件を受け付ける受付部と、
複数の文書を検索して検索結果を出力する検索エンジンに対して、受け付けた前記検索条件を送信し、前記検索条件に対する検索結果として、前記検索条件に含まれる単語が含まれる文書を取得する第1取得部と、
取得した前記文書に含まれる複数の単語を抽出する抽出部と、
受け付けた前記検索条件に含まれる単語との類似度が低い単語を優先的に選択するアルゴリズムを用いて、抽出した前記複数の単語のうち、一または複数の単語を選択する選択部と、
前記検索エンジンに対して、選択した前記一または複数の単語を送信し、前記複数の文書のうち、選択した前記一または複数の単語が含まれる文書を取得する第2取得部と、
取得した前記文書に関する情報を出力する出力制御部と、
を有することを特徴とする情報処理装置。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017082916A JP6880974B2 (ja) | 2017-04-19 | 2017-04-19 | 情報出力プログラム、情報出力方法および情報処理装置 |
US15/949,698 US11163765B2 (en) | 2017-04-19 | 2018-04-10 | Non-transitory compuyer-read able storage medium, information output method, and information processing apparatus |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017082916A JP6880974B2 (ja) | 2017-04-19 | 2017-04-19 | 情報出力プログラム、情報出力方法および情報処理装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2018181148A true JP2018181148A (ja) | 2018-11-15 |
JP6880974B2 JP6880974B2 (ja) | 2021-06-02 |
Family
ID=63853921
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2017082916A Active JP6880974B2 (ja) | 2017-04-19 | 2017-04-19 | 情報出力プログラム、情報出力方法および情報処理装置 |
Country Status (2)
Country | Link |
---|---|
US (1) | US11163765B2 (ja) |
JP (1) | JP6880974B2 (ja) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11556802B2 (en) * | 2018-05-21 | 2023-01-17 | Microsoft Technology Licensing, Llc | Interfacing with results of artificial intelligent models |
US20200159860A1 (en) * | 2018-11-15 | 2020-05-21 | Microsoft Technology Licensing, Llc | Search engine user interface ai skinning |
US10631257B1 (en) * | 2018-11-27 | 2020-04-21 | Avaya Inc. | System and method for providing enhanced routing in a contact center |
CN111666405B (zh) * | 2019-03-06 | 2023-07-07 | 百度在线网络技术(北京)有限公司 | 用于识别文本蕴含关系的方法和装置 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009110231A (ja) * | 2007-10-30 | 2009-05-21 | Nippon Telegr & Teleph Corp <Ntt> | 文章検索サーバコンピュータ,文章検索方法,文章検索プログラム,そのプログラムを記録した記録媒体 |
WO2010106642A1 (ja) * | 2009-03-17 | 2010-09-23 | 富士通株式会社 | 検索処理方法及び装置 |
JP2014215826A (ja) * | 2013-04-25 | 2014-11-17 | 株式会社デンソー | 検索システム |
US20160019304A1 (en) * | 2014-07-15 | 2016-01-21 | Naver Corporation | Method and system for providing search result |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH02245971A (ja) | 1989-03-20 | 1990-10-01 | Nippon Telegr & Teleph Corp <Ntt> | 情報検索処理方法及び装置 |
JPH09101969A (ja) | 1995-10-06 | 1997-04-15 | Nippon Telegr & Teleph Corp <Ntt> | 適合フィードバックを用いた全文検索方法および装置 |
JP2007094552A (ja) | 2005-09-27 | 2007-04-12 | Nippon Telegr & Teleph Corp <Ntt> | コミュニティ抽出装置、コミュニティ抽出方法、プログラム、及び記録媒体 |
JP2008204235A (ja) * | 2007-02-21 | 2008-09-04 | Hitachi Ltd | 非類似アイテム推薦方法、推薦装置、及びプログラム |
JP4323561B2 (ja) * | 2007-08-08 | 2009-09-02 | パナソニック株式会社 | 番組検索支援装置およびその方法 |
US20090077065A1 (en) * | 2007-09-13 | 2009-03-19 | Samsung Electronics Co., Ltd. | Method and system for information searching based on user interest awareness |
JP5389130B2 (ja) * | 2011-09-15 | 2014-01-15 | 株式会社東芝 | 文書分類装置、方法およびプログラム |
US20160189034A1 (en) * | 2014-12-30 | 2016-06-30 | Cirrus Shakeri | Computer automated learning management systems and methods |
US20170154077A1 (en) * | 2015-12-01 | 2017-06-01 | Le Holdings (Beijing) Co., Ltd. | Method for comment tag extraction and electronic device |
-
2017
- 2017-04-19 JP JP2017082916A patent/JP6880974B2/ja active Active
-
2018
- 2018-04-10 US US15/949,698 patent/US11163765B2/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009110231A (ja) * | 2007-10-30 | 2009-05-21 | Nippon Telegr & Teleph Corp <Ntt> | 文章検索サーバコンピュータ,文章検索方法,文章検索プログラム,そのプログラムを記録した記録媒体 |
WO2010106642A1 (ja) * | 2009-03-17 | 2010-09-23 | 富士通株式会社 | 検索処理方法及び装置 |
JP2014215826A (ja) * | 2013-04-25 | 2014-11-17 | 株式会社デンソー | 検索システム |
US20160019304A1 (en) * | 2014-07-15 | 2016-01-21 | Naver Corporation | Method and system for providing search result |
Also Published As
Publication number | Publication date |
---|---|
US11163765B2 (en) | 2021-11-02 |
US20180307725A1 (en) | 2018-10-25 |
JP6880974B2 (ja) | 2021-06-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9817901B1 (en) | System and method for search with the aid of images associated with product categories | |
JP6880974B2 (ja) | 情報出力プログラム、情報出力方法および情報処理装置 | |
US20120290561A1 (en) | Information processing apparatus, information processing method, program, and information processing system | |
US9542474B2 (en) | Forensic system, forensic method, and forensic program | |
JP2020135891A (ja) | 検索提案を提供する方法、装置、機器及び媒体 | |
US9684726B2 (en) | Realtime ingestion via multi-corpus knowledge base with weighting | |
CN110008396B (zh) | 对象信息推送方法、装置、设备及计算机可读存储介质 | |
US20180314890A1 (en) | Method, information processing apparatus and non-transitory computer-readable storage medium | |
CN111373386A (zh) | 相似度指标值计算装置、相似检索装置及相似度指标值计算用程序 | |
US20190347295A1 (en) | Display apparatus and display method | |
JP2008077137A (ja) | ドキュメントデータを検索する方法、サーバ、およびプログラム | |
US7474807B2 (en) | System and method for generating usable images | |
JP2005128872A (ja) | 文書検索システム及び文書検索プログラム | |
JP6828582B2 (ja) | 情報出力プログラム、情報出力方法および情報処理装置 | |
CN111177236B (zh) | 基于医养照护场景的量表生成方法、系统、设备及介质 | |
CN115858742A (zh) | 问题文本扩充方法、装置、设备及存储介质 | |
CN114780745A (zh) | 用于构建知识体系的方法及装置、电子设备、存储介质 | |
US20220327162A1 (en) | Information search system | |
JP2019096019A (ja) | 情報解析システム | |
JP2002318812A (ja) | 類似画像検索装置,類似画像検索方法並びに類似画像検索プログラム | |
JPH06251081A (ja) | ハイパーメディア処理装置 | |
JP2020181332A (ja) | 高精度類似画像検索方法、プログラム及び高精度類似画像検索装置 | |
CN111324820A (zh) | 邀请方法、装置、终端设备及计算机存储介质 | |
JP2003308434A (ja) | データ管理システムおよび検索システム | |
JP7522885B1 (ja) | 情報処理装置、情報処理システムおよびプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20200115 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20201119 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20201201 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20210129 |
|
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: 20210406 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20210419 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6880974 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |