JP2019153267A - 検索システム及び検索システムの動作方法 - Google Patents
検索システム及び検索システムの動作方法 Download PDFInfo
- Publication number
- JP2019153267A JP2019153267A JP2018133752A JP2018133752A JP2019153267A JP 2019153267 A JP2019153267 A JP 2019153267A JP 2018133752 A JP2018133752 A JP 2018133752A JP 2018133752 A JP2018133752 A JP 2018133752A JP 2019153267 A JP2019153267 A JP 2019153267A
- Authority
- JP
- Japan
- Prior art keywords
- directed graph
- search
- phrase
- resource
- index
- 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
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/237—Lexical tools
-
- 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/31—Indexing; Data structures therefor; Storage structures
- G06F16/316—Indexing structures
-
- 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/901—Indexing; Data structures therefor; Storage structures
- G06F16/9024—Graphs; Linked lists
-
- 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/903—Querying
- G06F16/9032—Query formulation
- G06F16/90332—Natural language query formulation or dialogue systems
-
- 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/903—Querying
- G06F16/90335—Query processing
-
- 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/95—Retrieval from the web
- G06F16/951—Indexing; Web crawling techniques
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/205—Parsing
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/237—Lexical tools
- G06F40/242—Dictionaries
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/279—Recognition of textual entities
- G06F40/284—Lexical analysis, e.g. tokenisation or collocates
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Computational Linguistics (AREA)
- Artificial Intelligence (AREA)
- Health & Medical Sciences (AREA)
- Audiology, Speech & Language Pathology (AREA)
- General Health & Medical Sciences (AREA)
- Data Mining & Analysis (AREA)
- Software Systems (AREA)
- Mathematical Physics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
10…コンピュータネットワーク
20…検索エンジン
21…クローラ
22…辞書
23…インデクサ
231…入力インターフェース部
232…テキスト処理部
233…有向グラフ生成部
234…有向グラフ探索部
235…インデックス作成部
24…データベース
241…インデックス
25…クエリサーバ
30…クライアント
Claims (20)
- テキスト文を含むリソースに基づいて、データベースを検索するためのインデックスを作成する装置であって、
特定の概念ごとに、相互に関連付けられた複数のフレーズを含む辞書と、
前記リソースの入力を受け付ける入力インターフェース部と、
前記受け付けたリソースのテキスト文から複数の語をトークンとして切り出すための処理を行うテキスト処理部と、
前記テキスト文に従って、前記切り出した複数のトークンどうしの接続関係を表現した有向グラフを生成する有向グラフ生成部と、
探索対象フレーズに基づいて前記有向グラフ内を探索し、前記探索対象フレーズが前記辞書中に発見される場合に、前記有向グラフ内における前記探索対象フレーズが顕出した箇所を特定する有向グラフ探索部と、
前記有向グラフ内における複数のトークンに基づいて、前記リソースとの関連付けを示すインデックスを作成するインデックス作成部と、を備え、
前記有向グラフ探索部は、
前記有向グラフ内における少なくとも1つのトークンを前記探索対象フレーズに設定し、前記設定した探索対象フレーズに基づいて前記辞書を参照し、
前記有向グラフ生成部は、
前記辞書に基づいて、前記探索対象フレーズに関連付けられた少なくとも1つのフレーズに基づく新たなトークンを前記有向グラフに追加することによって、前記有向グラフを更新する、
装置。 - 前記有向グラフ生成部は、前記複数のトークンのうちの隣接するトークンどうしをノードによって接続した前記有向グラフを生成する、請求項1に記載の装置。
- 前記有向グラフ生成部は、前記有向グラフ内における前記顕出した箇所の前後のノードに、前記辞書中に発見された前記探索対象フレーズに関連付けられた前記少なくとも1つのフレーズを接続する、請求項2に記載の装置。
- 前記有向グラフ探索部は、前記有向グラフ生成部によって更新された有向グラフを探索する、請求項1に記載の装置。
- 前記有向グラフ探索部は、前記更新された有向グラフにおいて既に探索し終えたトークンに対する再探索が回避されるように、前記更新された有向グラフ内を探索する、請求項4に記載の装置。
- 前記有向グラフは、前記複数のトークンのうちの隣接するトークンどうしを接続する複数のノードを含み、
前記有向グラフ探索部は、前記探索をし終えたトークンに関連付けられたノードを探索済みノードとして記憶し、前記探索済みノード以外のノードに接続されたトークンに対して再探索する、
請求項5に記載の装置。 - 前記装置は、前記辞書に含まれる前記複数のフレーズに基づいて構成される木構造を示すデータ配列をさらに備え、前記木構造は、前記複数のフレーズのそれぞれに対応する順序付きノードを含み、
前記有向グラフ探索部は、前記木構造を参照しながら、前記有向グラフ内を探索する、
請求項1に記載の装置。 - 前記有向グラフ探索部は、前記探索対象フレーズが前記木構造における少なくとも1つの前記順序付きノードに対応する少なくとも1つのフレーズと一致する場合に、前記有向グラフ内に前記探索対象フレーズが顕出したと判断する、請求項7に記載の装置。
- 前記有向グラフ生成部は、前記一致する探索対象フレーズに関連付けられた、前記辞書における少なくとも1つのフレーズに基づく新たなトークンを前記有向グラフに追加することによって、前記有向グラフを更新する、請求項8に記載の装置。
- 前記インデックス作成部は、更新された前記有向グラフ内における複数のトークンに基づいてN−gramを抽出し、前記抽出したN−gramに基づいて、前記インデックスを作成する、請求項1に記載の装置。
- 前記インデックス作成部は、前記N−gramとして、単語ベースのN−gramを抽出する、請求項10に記載の装置。
- 請求項1に記載された装置により作成されたインデックスと、
前記インデックスに関連付けられた前記リソースに関するリソース情報ファイルと、
検索クエリに基づいて前記インデックスを検索し、該検索の結果に基づいて前記リソース情報ファイルから少なくとも1つのリソースを特定し、前記特定した少なくとも1つのリソースを示す検索結果を出力するクエリサーバと、を備える検索装置であって、
前記クエリサーバは、前記特定した少なくとも1つのリソースから得られる、前記少なくとも1つのリソースにおけるフレーズに関連する所定の関連フレーズを含む有向グラフに基づいて、前記少なくとも1つのリソースが特定された根拠となった根拠フレーズ及び前記フレーズに関連付けられた前記少なくとも1つのリソースにおける元フレーズを特定し、
前記検索結果は、前記根拠フレーズ及び前記元フレーズを含む、
検索装置。 - テキスト文を含むリソースに基づいて、データベースを検索するためのインデックスを作成する装置の作動方法であって、
特定の概念ごとに、相互に関連付けられた複数のフレーズを含む辞書を、前記装置のプロセッサによってアクセスされるメモリに展開することと、
入力インターフェース部を介して、前記リソースの入力を受け付けることと、
前記受け付けたリソースのテキスト文から複数の語をトークンとして切り出すためのテキスト処理を行うことと、
前記テキスト文に従って、前記切り出した複数のトークンどうしの接続関係を表現した有向グラフを生成することと、
探索対象フレーズに基づいて前記有向グラフ内を探索することと、
前記有向グラフ内における複数のトークンに基づいて、前記リソースとの関連付けを示すインデックスを作成することと、を含み、
前記有向グラフ内を探索することは、
前記有向グラフ内における少なくとも1つのトークンを前記探索対象フレーズに設定し、前記設定した探索対象フレーズに基づいて前記辞書を参照し、前記探索対象フレーズが前記辞書中に発見される場合に、前記有向グラフ内における前記探索対象フレーズが顕出した箇所を特定することを含み、
前記有向グラフを生成することは、
前記辞書に基づいて、前記探索対象フレーズに関連付けられた少なくとも1つのフレーズに基づく新たなトークンを前記有向グラフに追加することによって、前記有向グラフを更新することを含む、
装置の作動方法。 - 前記有向グラフを生成することは、前記複数のトークンのうちの隣接するトークンどうしをノードによって接続した前記有向グラフを生成することを含む、請求項13に記載の方法。
- 前記有向グラフを生成することは、前記有向グラフ内における前記顕出した箇所の前後のノードに、前記辞書中に発見された前記探索対象フレーズに関連付けられた前記少なくとも1つのフレーズを接続する、請求項14に記載の方法。
- 前記有向グラフを探索することは、前記更新された有向グラフを新たな探索対象の有向グラフとして探索する、請求項13に記載の方法。
- 前記インデックスを作成することは、更新された前記有向グラフ内における複数の語に基づいてN−gramを抽出し、前記抽出したN−gramに基づいて、前記インデックスを作成することを含む、請求項13に記載の方法。
- 前記インデックスを作成することは、前記N−gramとして、単語ベースのN−gramを抽出する、請求項17に記載の方法。
- 検索クエリに基づいてインデックスを検索し、該検索の結果に基づいてリソース情報ファイルから少なくとも1つのリソースを特定することと、
前記特定した少なくとも1つのリソースから得られる、前記少なくとも1つのリソースにおけるフレーズに関連する所定の関連フレーズを含む有向グラフに基づいて、前記少なくとも1つのリソースが特定された根拠となった根拠フレーズ及び前記フレーズに関連付けられた前記所定のリソースにおける元フレーズを特定することと、
前記少なくとも1つのリソース並びに前記根拠フレーズ及び前記元フレーズを示す情報を検索結果として出力することと、
を含む検索装置の作動方法。 - コンピューティングデバイスに、請求項13に記載の方法を実現させるためのコンピュータプログラム。
Priority Applications (7)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP19763530.3A EP3764240B1 (en) | 2018-03-05 | 2019-03-04 | Information search system and information search method using index |
US16/970,916 US11755833B2 (en) | 2018-03-05 | 2019-03-04 | Information search system and information search method using index |
PCT/JP2019/008254 WO2019172153A1 (ja) | 2018-03-05 | 2019-03-04 | インデックスを用いた情報検索システム及び情報検索方法 |
KR1020207028264A KR102453183B1 (ko) | 2018-03-05 | 2019-03-04 | 인덱스를 이용한 정보 검색 시스템 및 정보 검색 방법 |
SG11202008506RA SG11202008506RA (en) | 2018-03-05 | 2019-03-04 | Information search system and information search method using index |
CN201980012723.4A CN111699485A (zh) | 2018-03-05 | 2019-03-04 | 使用索引的信息检索系统和信息检索方法 |
US18/360,504 US20230376682A1 (en) | 2018-03-05 | 2023-07-27 | Information search system and information search method using index |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018039167 | 2018-03-05 | ||
JP2018039167 | 2018-03-05 |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018166457A Division JP7240662B2 (ja) | 2018-03-05 | 2018-09-05 | 検索システム及び検索システムの動作方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP6435467B1 JP6435467B1 (ja) | 2018-12-12 |
JP2019153267A true JP2019153267A (ja) | 2019-09-12 |
Family
ID=64655859
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018133752A Active JP6435467B1 (ja) | 2018-03-05 | 2018-07-13 | 検索システム及び検索システムの動作方法 |
JP2018166457A Active JP7240662B2 (ja) | 2018-03-05 | 2018-09-05 | 検索システム及び検索システムの動作方法 |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018166457A Active JP7240662B2 (ja) | 2018-03-05 | 2018-09-05 | 検索システム及び検索システムの動作方法 |
Country Status (7)
Country | Link |
---|---|
US (2) | US11755833B2 (ja) |
EP (1) | EP3764240B1 (ja) |
JP (2) | JP6435467B1 (ja) |
KR (1) | KR102453183B1 (ja) |
CN (1) | CN111699485A (ja) |
SG (1) | SG11202008506RA (ja) |
WO (1) | WO2019172153A1 (ja) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112559926B (zh) * | 2020-12-22 | 2023-10-03 | 北京百度网讯科技有限公司 | 搜索展示条目的上线处理方法、装置、设备、介质及产品 |
JP2022128934A (ja) * | 2021-02-24 | 2022-09-05 | 富士通株式会社 | データ特定プログラム、装置、及び方法 |
WO2022226549A2 (en) * | 2021-04-23 | 2022-10-27 | Iqvia Inc. | Matching service requester with service providers |
US11636110B1 (en) * | 2021-10-29 | 2023-04-25 | Snowflake Inc. | Metadata search via N-Gram index |
CN114637839A (zh) * | 2022-03-15 | 2022-06-17 | 平安国际智慧城市科技股份有限公司 | 文本高亮显示方法、装置、设备及存储介质 |
WO2024157438A1 (ja) * | 2023-01-27 | 2024-08-02 | 日本電気株式会社 | 情報処理装置、情報処理方法、及び、記録媒体 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2001290843A (ja) * | 2000-02-04 | 2001-10-19 | Fujitsu Ltd | 文書検索装置及びその方法並びに文書検索プログラム及びそのプログラムを記録した記録媒体 |
JP2006048686A (ja) * | 2004-07-26 | 2006-02-16 | Google Inc | フレーズに基づく文書説明の生成方法 |
JP2009223781A (ja) * | 2008-03-18 | 2009-10-01 | Nec Corp | 情報推薦装置、情報推薦システム、情報推薦方法、プログラム及び記録媒体 |
US20160085742A1 (en) * | 2014-09-23 | 2016-03-24 | Kaybus, Inc. | Automated collective term and phrase index |
US20160203130A1 (en) * | 2013-08-30 | 2016-07-14 | Unsilo A/S | Method and system for identifying and evaluating semantic patterns in written language |
Family Cites Families (27)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
IL107482A (en) * | 1992-11-04 | 1998-10-30 | Conquest Software Inc | A method for solving questions in natural language from databases of full texts |
US5715468A (en) * | 1994-09-30 | 1998-02-03 | Budzinski; Robert Lucius | Memory system for storing and retrieving experience and knowledge with natural language |
US7165058B2 (en) * | 2001-12-27 | 2007-01-16 | The Boeing Company | Database analysis tool |
US20040186705A1 (en) * | 2003-03-18 | 2004-09-23 | Morgan Alexander P. | Concept word management |
JP2004295301A (ja) * | 2003-03-26 | 2004-10-21 | Oki Electric Ind Co Ltd | 文書検索装置 |
US7406459B2 (en) * | 2003-05-01 | 2008-07-29 | Microsoft Corporation | Concept network |
US8014997B2 (en) * | 2003-09-20 | 2011-09-06 | International Business Machines Corporation | Method of search content enhancement |
US20050283473A1 (en) * | 2004-06-17 | 2005-12-22 | Armand Rousso | Apparatus, method and system of artificial intelligence for data searching applications |
JP2008537225A (ja) * | 2005-04-11 | 2008-09-11 | テキストディガー,インコーポレイテッド | クエリについての検索システムおよび方法 |
JP4803709B2 (ja) * | 2005-07-12 | 2011-10-26 | 独立行政法人情報通信研究機構 | 単語用法差異情報取得プログラム及び同装置 |
US20070106499A1 (en) * | 2005-08-09 | 2007-05-10 | Kathleen Dahlgren | Natural language search system |
US7805392B1 (en) * | 2005-11-29 | 2010-09-28 | Tilera Corporation | Pattern matching in a multiprocessor environment with finite state automaton transitions based on an order of vectors in a state transition table |
US20070162481A1 (en) * | 2006-01-10 | 2007-07-12 | Millett Ronald P | Pattern index |
RU2618375C2 (ru) * | 2015-07-02 | 2017-05-03 | Общество с ограниченной ответственностью "Аби ИнфоПоиск" | Расширение возможностей информационного поиска |
CA2675216A1 (en) * | 2007-01-10 | 2008-07-17 | Nick Koudas | Method and system for information discovery and text analysis |
US9361365B2 (en) * | 2008-05-01 | 2016-06-07 | Primal Fusion Inc. | Methods and apparatus for searching of content using semantic synthesis |
US10025855B2 (en) | 2008-07-28 | 2018-07-17 | Excalibur Ip, Llc | Federated community search |
JP5110201B2 (ja) | 2009-03-17 | 2012-12-26 | 富士通株式会社 | 検索処理方法及び装置 |
JP2011180823A (ja) | 2010-03-01 | 2011-09-15 | National Institute Of Information & Communication Technology | 機械翻訳装置、機械翻訳方法、およびプログラム |
US9379971B2 (en) * | 2012-05-11 | 2016-06-28 | Simula Inovation AS | Method and apparatus for determining paths between source/destination pairs |
US9594872B2 (en) * | 2012-10-25 | 2017-03-14 | Intelligent Medical Objects, Inc. | Method and system for concept-based terminology management |
US20140278362A1 (en) * | 2013-03-15 | 2014-09-18 | International Business Machines Corporation | Entity Recognition in Natural Language Processing Systems |
CN104462084B (zh) * | 2013-09-13 | 2019-08-16 | Sap欧洲公司 | 基于多个查询提供搜索细化建议 |
JP6176017B2 (ja) | 2013-09-17 | 2017-08-09 | 富士通株式会社 | 検索装置、検索方法、およびプログラム |
US9390196B2 (en) * | 2014-06-03 | 2016-07-12 | International Business Machines Corporation | Adjusting ranges of directed graph ontologies across multiple dimensions |
US10509814B2 (en) * | 2014-12-19 | 2019-12-17 | Universidad Nacional De Educacion A Distancia (Uned) | System and method for the indexing and retrieval of semantically annotated data using an ontology-based information retrieval model |
US11030402B2 (en) * | 2019-05-03 | 2021-06-08 | International Business Machines Corporation | Dictionary expansion using neural language models |
-
2018
- 2018-07-13 JP JP2018133752A patent/JP6435467B1/ja active Active
- 2018-09-05 JP JP2018166457A patent/JP7240662B2/ja active Active
-
2019
- 2019-03-04 US US16/970,916 patent/US11755833B2/en active Active
- 2019-03-04 KR KR1020207028264A patent/KR102453183B1/ko active IP Right Grant
- 2019-03-04 EP EP19763530.3A patent/EP3764240B1/en active Active
- 2019-03-04 SG SG11202008506RA patent/SG11202008506RA/en unknown
- 2019-03-04 CN CN201980012723.4A patent/CN111699485A/zh active Pending
- 2019-03-04 WO PCT/JP2019/008254 patent/WO2019172153A1/ja unknown
-
2023
- 2023-07-27 US US18/360,504 patent/US20230376682A1/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2001290843A (ja) * | 2000-02-04 | 2001-10-19 | Fujitsu Ltd | 文書検索装置及びその方法並びに文書検索プログラム及びそのプログラムを記録した記録媒体 |
JP2006048686A (ja) * | 2004-07-26 | 2006-02-16 | Google Inc | フレーズに基づく文書説明の生成方法 |
JP2009223781A (ja) * | 2008-03-18 | 2009-10-01 | Nec Corp | 情報推薦装置、情報推薦システム、情報推薦方法、プログラム及び記録媒体 |
US20160203130A1 (en) * | 2013-08-30 | 2016-07-14 | Unsilo A/S | Method and system for identifying and evaluating semantic patterns in written language |
US20160085742A1 (en) * | 2014-09-23 | 2016-03-24 | Kaybus, Inc. | Automated collective term and phrase index |
Non-Patent Citations (2)
Title |
---|
井上 孝史、外3名: "全文検索システムにおけるフレーズインデックス保持戦略", 第1回データ工学と情報マネジメントに関するフォーラム−DEIMフォーラム−論文集, JPN6018031431, 25 December 2009 (2009-12-25), JP, pages 1 - 5, ISSN: 0003858513 * |
天野 宗佑、外2名: "文短縮による食事名データの要約表現", 電子情報通信学会技術研究報告, vol. 第114巻,第487号, JPN6018031432, 24 February 2015 (2015-02-24), JP, pages 147 - 152, ISSN: 0003858514 * |
Also Published As
Publication number | Publication date |
---|---|
US20230376682A1 (en) | 2023-11-23 |
EP3764240B1 (en) | 2022-10-19 |
EP3764240A1 (en) | 2021-01-13 |
KR102453183B1 (ko) | 2022-10-07 |
CN111699485A (zh) | 2020-09-22 |
JP6435467B1 (ja) | 2018-12-12 |
EP3764240A4 (en) | 2021-12-08 |
KR20200125697A (ko) | 2020-11-04 |
SG11202008506RA (en) | 2020-10-29 |
US20200394223A1 (en) | 2020-12-17 |
JP7240662B2 (ja) | 2023-03-16 |
JP2019153271A (ja) | 2019-09-12 |
US11755833B2 (en) | 2023-09-12 |
WO2019172153A1 (ja) | 2019-09-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6435467B1 (ja) | 検索システム及び検索システムの動作方法 | |
KR102408082B1 (ko) | 질문문 생성 장치 및 컴퓨터 프로그램 | |
CN102236640B (zh) | 命名实体的消歧 | |
JP5224851B2 (ja) | 検索エンジン、検索システム、検索方法およびプログラム | |
JP2019153271A5 (ja) | ||
Saraswathi | Bilingual information retrieval system for English and Tamil | |
US20080040352A1 (en) | Method for creating a disambiguation database | |
Yates et al. | Extracting adverse drug reactions from forum posts and linking them to drugs | |
KR20230051364A (ko) | 인덱스를 이용한 정보 검색 시스템 및 정보 검색 방법 | |
JP6098725B2 (ja) | 情報検索処理プログラム、装置、および方法 | |
Yunus et al. | Semantic method for query translation. | |
Paul et al. | An affix removal stemmer for natural language text in nepali | |
JP2004514967A (ja) | データベースをリンクする方法と装置 | |
Charton et al. | Improving Entity Linking using Surface Form Refinement. | |
WO2015177861A1 (ja) | 教師データ作成装置及び方法 | |
Frontini et al. | Domain-adapted named-entity linker using Linked Data | |
JP5148583B2 (ja) | 機械翻訳装置、方法及びプログラム | |
Afzal et al. | Concept recognition in French biomedical text using automatic translation | |
dos Santos | HealthSuggestions: moving beyond the beta version | |
JP4034503B2 (ja) | 文書検索システムおよび文書検索方法 | |
Bugla | Name identification in scientific publications | |
JP2013015967A (ja) | 検索システム、索引作成装置、検索装置、索引作成方法、検索方法およびプログラム | |
Colowick | Multilingual search with PanImages | |
Hu et al. | Semi-Automatic Online Tagging with K-Medoid Clustering | |
Tran et al. | Linking online dictionaries to Wikipedia |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20180731 |
|
A871 | Explanation of circumstances concerning accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A871 Effective date: 20180731 |
|
A975 | Report on accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A971005 Effective date: 20180806 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20180814 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20180905 |
|
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: 20180912 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20180918 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6435467 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |