JP7172226B2 - 検索装置、検索方法及び検索プログラム - Google Patents
検索装置、検索方法及び検索プログラム Download PDFInfo
- Publication number
- JP7172226B2 JP7172226B2 JP2018137236A JP2018137236A JP7172226B2 JP 7172226 B2 JP7172226 B2 JP 7172226B2 JP 2018137236 A JP2018137236 A JP 2018137236A JP 2018137236 A JP2018137236 A JP 2018137236A JP 7172226 B2 JP7172226 B2 JP 7172226B2
- Authority
- JP
- Japan
- Prior art keywords
- sentence
- synonym
- synonyms
- words
- storage unit
- 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.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/30—Semantic analysis
-
- 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/3332—Query translation
- G06F16/3338—Query expansion
-
- 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/242—Query formulation
- G06F16/243—Natural language query formulation
-
- 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/3329—Natural language query formulation or dialogue systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/02—Input arrangements using manually operated switches, e.g. using keyboards or dials
- G06F3/023—Arrangements for converting discrete items of information into a coded form, e.g. arrangements for interpreting keyboard generated codes as alphanumeric codes, operand codes or instruction codes
- G06F3/0233—Character input methods
- G06F3/0237—Character input methods using prediction or retrieval 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/247—Thesauruses; Synonyms
-
- 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
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L51/00—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
- H04L51/02—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail using automatic reactions or user delegation, e.g. automatic replies or chatbot-generated messages
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- Artificial Intelligence (AREA)
- Mathematical Physics (AREA)
- Health & Medical Sciences (AREA)
- Audiology, Speech & Language Pathology (AREA)
- General Health & Medical Sciences (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Human Computer Interaction (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Machine Translation (AREA)
Description
図1は、実施の形態のチャットボットシステムのシステム構成図である。この図1に示すように、実施の形態のチャットボットシステムは、検索サーバ装置1、管理者のパーソナルコンピュータ装置(管理者PC)2、及び、ユーザのパーソナルコンピュータ装置(ユーザPC)3を、例えばインターネット(又は、LAN(Local Area Network))等のネットワーク(NW)4を介して相互に接続して構成されている。
図2は、検索サーバ装置1のハードウェア構成を示す図である。この図2に示すように、検索サーバ装置1は、CPU(Central Processing Unit)21、ROM(Read Only Memory)22、RAM(Random Access Memory)23、HDD(Hard Disk Drive)24、操作インタフェース(操作I/F)、及び、通信部26を有している。
図3は、実施の形態のチャットボットシステムの全体的な動作を概略的に示す図である。この図3において、検索サーバ装置1に対する類義語の登録又は更新を行う場合、管理者は、管理者PC2を介して検索サーバ装置1に対して類義語の登録要求又は更新要求を行う(ステップS1)。この要求を受信すると、検索サーバ装置1は、質問DB19に記憶されているユーザからの質問に含まれる単語を解析すると共に、解析した単語に対応する類義語を、10万語登録されている類義語DB18から検索する。そして、検索サーバ装置1は、解析した単語のうち、出現頻度が高い順に、単語と類義語との組を1万組選択して質問類義語テーブルを作成する(ステップS2)。
次に、図4のシーケンス図を用いて、顧客用類義語DB21の更新動作を詳細に説明する。まず、管理者が管理者PC2を用いて類義語マップの更新要求を行う(ステップS11)。この更新要求は、検索サーバ装置1の受付部11で受信され、類義語更新部14に通知される。
次に、実施の形態のチャットボットシステムにおいて、登録された類義語を参照して、ユーザの質問にチャット形式で回答する動作を説明する。図10のフローチャートは、ユーザの質問に回答するまでの動作の流れを示すフローチャートである。一例ではあるが、検索サーバ装置1は、例えば企業等のホームページを提供しており、このホームページに、チャット形式でユーザの質問に回答するチャットボットシステムが設けられている。このチャットボットシステムは、図2に示したCPU21が、HDD24に記憶されている検索プログラムを実行することで実現される。
ユーザにより、「全てのカテゴリから検索」との検索方法が選択された場合、検索エンジン15は、例えば「質問を投稿してください」等の質問の入力を促すメッセージをユーザPC3上のチャット画面に表示し、質問投稿待ちの状態に移行する(ステップS32)。ユーザは、キーボード等の入力装置を介して、所望の質問の文字入力を行う。
類義語に基づいて質問DB19を検索することで、一つの回答候補を検索した場合、検索エンジン15は、図12に示すサブルーチンに移行し、検索した回答候補に対応する回答と共に、チャット画面の初期画面(検索方法の選択画面)に表示画面を戻すか否かを選択するためのフィードバックボタン(Yes/No)をユーザPC3上のチャット画面に表示する(ステップS51)。
次に、ステップS33において、2つ等の複数の回答候補が存在すると判別した場合、検索エンジン15は、各回答候補の「表示選択ボタン」をチャット画面に表示する。また、検索エンジン15は、この「表示選択ボタン」と共に、表示された各回答候補の中には、自分の質問に対応する回答が存在しない際に操作する「回答無しボタン」をチャット画面に表示する(ステップS34)。
次に、ステップS33において、ユーザの質問に対する回答候補を検出できないと判別した場合、検索エンジン15は、例えば「すみません。該当する回答が見つかりませんでした。検索する方法や言葉を変えて再度検索してください。」等の謝罪及び再検索を促すメッセージをチャット画面に表示し(ステップS36)、ステップS31に処理を戻し、チャット画面の初期画面(検索方法の選択画面)をユーザPC3に表示する。
次に、図11に示した検索方法の選択メニューから「カテゴリから選んで検索」の検索方法を選択する場合、ユーザは、図14に示すように、ユーザPC3を操作してチャット画面に対して「カテゴリから選んで検索」との文字入力を行う。
次に、図11に示した検索方法の選択メニューから「よくある質問から検索」の検索方法を選択する場合、ユーザは、図15に示すように、ユーザPC3を操作してチャット画面に対して「よくある質問から検索」との文字入力を行う。
以上の説明から明らかなように、実施の形態のチャットボットシステムは、ユーザの質問から抽出した単語のうち、出現頻度が高い単語に対応する類義語を、検索エンジン15で取り扱い可能な数分(取り扱い可能な数未満の数でもよい)、類義語DB18に記憶されている類義語から選択して顧客用類義語DB21に記憶する。すなわち、ユーザの質問に含まれている頻度が高い順に、この頻度が高い各単語の類義語を、類義語DB18から抽出して顧客用類義語DB21に記憶する。
2 管理者パーソナルコンピュータ装置(管理者PC)
3 ユーザパーソナルコンピュータ装置(ユーザPC)
4 ネットワーク
11 受付部
12 解析部
14 類義語更新部
15 検索エンジン
16 問い合わせ履歴データベース(問い合わせ履歴DB)
17 質問類義語DB
18 類義語DB
19 質問DB
20 対話シナリオDB
21 顧客用類義語DB
Claims (6)
- 過去に入力された第1の文章に対応する第2の文章が記憶された第2の文章記憶部と、
過去に入力された前記第1の文章を単語に分割すると共に、新たに入力された第1の文章を単語に分割する分割部と、
類義語が記憶された類義語記憶部と、
複数の単語のそれぞれに対応する類義語を関連付けた対応情報が記憶された対応情報記憶部と、
前記対応情報に基づき類義語記憶部から、過去に入力された前記第1の文章から分割された単語に対応する類義語を、前記単語の出現頻度順に選択して記憶する選択類義語記憶部と、
前記分割部で分割された、新たに入力された前記第1の文章から分割された単語に対応する類義語を前記選択類義語記憶部から検出し、検出した類義語及び新たに入力された前記第1の文章の単語に基づいて、新たに入力された前記第1の文章に対応する前記第2の文章を、前記第2の文章記憶部から検索する検索部と、
前記選択類義語記憶部から検出した出現頻度が高い類義語に対応する前記単語を前記対応情報記憶部に基づき特定し、該単語に対応する類義語を前記類義語記憶部から取得して前記選択類義語記憶部に記憶する類義語更新部と、
を有する検索装置。 - 前記検索部は、対応可能な類義語数が予め定められており、
前記選択類義語記憶部には、前記検索部が対応可能な類義語数以下の類義語が、前記類義語記憶部から選択されて記憶されていること
を特徴とする請求項1に記載の検索装置。 - 前記検索部は、新たに入力される前記第1の文章のカテゴリが指定された場合、指定された前記カテゴリに対応する前記第2の文章を前記第2の文章記憶部から予め取得し、指定されたカテゴリに対応して予め取得した前記第2の文章の中から、新たに入力された前記第1の文章に対応する前記第2の文章を検索すること
を特徴とする請求項1又は請求項2に記載の検索装置。 - 前記第1の文章は、質問の文章であり、前記第2の文章は、前記質問に対する回答の文章であること
を特徴とする請求項1から請求項3のうち、いずれか一項に記載の検索装置。 - 分割部が、過去に入力された第1の文章を単語に分割すると共に、新たに入力された第1の文章を単語に分割する分割ステップと、
対応情報記憶部が、複数の単語のそれぞれに対応する類義語を関連付けた対応情報を記憶する対応情報記憶ステップと、
検索部が、前記分割部で分割された、新たに入力された前記第1の文章から分割された単語に対応する類義語を、過去に入力された前記第1の文章から分割された単語に対応する類義語を、前記単語の出現頻度順に、複数の単語のそれぞれに対応する前記対応情報に基づき類義語が記憶された類義語記憶部から選択して記憶した選択類義語記憶部から検出し、検出した類義語及び新たに入力された前記第1の文章の単語に基づいて、新たに入力された前記第1の文章に対応する第2の文章を、過去に入力された前記第1の文章に対応する前記第2の文章が記憶された第2の文章記憶部から検索する検索ステップと
類義語更新部が、前記選択類義語記憶部から検出した出現頻度が高い類義語に対応する前記単語を前記対応情報記憶部に基づき特定し、該単語に対応する類義語を前記類義語記憶部から取得して前記選択類義語記憶部に記憶する類義語更新ステップと、
を有する検索方法。 - コンピュータを、
過去に入力された第1の文章を単語に分割すると共に、新たに入力された第1の文章を単語に分割する分割部と、
複数の単語のそれぞれに対応する類義語を関連付けた対応情報を記憶する対応情報記憶部と、
前記分割部で分割された、新たに入力された前記第1の文章から分割された単語に対応する類義語を、過去に入力された前記第1の文章から分割された単語に対応する類義語を、前記単語の出現頻度順に、複数の単語のそれぞれに対応する前記対応情報に基づき類義語が記憶された類義語記憶部から選択して記憶した選択類義語記憶部から検出し、検出した類義語及び新たに入力された前記第1の文章の単語に基づいて、新たに入力された前記第1の文章に対応する第2の文章を、過去に入力された前記第1の文章に対応する前記第2の文章が記憶された第2の文章記憶部から検索する検索部と、
前記選択類義語記憶部から検出した出現頻度が高い類義語に対応する前記単語を前記対応情報記憶部に基づき特定し、該単語に対応する類義語を前記類義語記憶部から取得して前記選択類義語記憶部に記憶する類義語更新として機能させること
を特徴とする検索プログラム。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018137236A JP7172226B2 (ja) | 2018-07-20 | 2018-07-20 | 検索装置、検索方法及び検索プログラム |
EP19185870.3A EP3598320B1 (en) | 2018-07-20 | 2019-07-11 | Search apparatus, search method, search program, and carrier means |
US16/515,242 US11531816B2 (en) | 2018-07-20 | 2019-07-18 | Search apparatus based on synonym of words and search method thereof |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018137236A JP7172226B2 (ja) | 2018-07-20 | 2018-07-20 | 検索装置、検索方法及び検索プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2020013514A JP2020013514A (ja) | 2020-01-23 |
JP7172226B2 true JP7172226B2 (ja) | 2022-11-16 |
Family
ID=67437678
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018137236A Active JP7172226B2 (ja) | 2018-07-20 | 2018-07-20 | 検索装置、検索方法及び検索プログラム |
Country Status (3)
Country | Link |
---|---|
US (1) | US11531816B2 (ja) |
EP (1) | EP3598320B1 (ja) |
JP (1) | JP7172226B2 (ja) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7459470B2 (ja) | 2019-09-20 | 2024-04-02 | 株式会社リコー | 情報処理システム、情報処理方法及びプログラム |
US11762937B2 (en) | 2019-11-29 | 2023-09-19 | Ricoh Company, Ltd. | Information processing apparatus, information processing system, and method of processing information |
US20240214331A1 (en) * | 2020-03-30 | 2024-06-27 | Nec Corporation | Chatbot system, option formation device, option formation method, and non-transitorycomputer-readable medium |
CN111752448A (zh) * | 2020-05-28 | 2020-10-09 | 维沃移动通信有限公司 | 信息显示方法、装置及电子设备 |
JP7475977B2 (ja) | 2020-06-12 | 2024-04-30 | 株式会社エクサ | 知識収集支援システム |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004287696A (ja) | 2003-03-20 | 2004-10-14 | Seiko Epson Corp | 検索システム及び検索プログラム |
JP2013214294A (ja) | 2012-03-06 | 2013-10-17 | Okwave:Kk | クライアントシステム及びサーバ |
Family Cites Families (25)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0432966A (ja) | 1990-05-23 | 1992-02-04 | Ricoh Co Ltd | 辞書作成装置 |
JPH0756933A (ja) * | 1993-06-24 | 1995-03-03 | Xerox Corp | 文書検索方法 |
JP2004280661A (ja) * | 2003-03-18 | 2004-10-07 | Fujitsu Ltd | 検索方法及びプログラム |
JP4650072B2 (ja) * | 2005-04-12 | 2011-03-16 | 富士ゼロックス株式会社 | 質問応答システム、およびデータ検索方法、並びにコンピュータ・プログラム |
WO2007108788A2 (en) * | 2006-03-13 | 2007-09-27 | Answers Corporation | Method and system for answer extraction |
CN101872351B (zh) * | 2009-04-27 | 2012-10-10 | 阿里巴巴集团控股有限公司 | 识别同义词的方法、装置及利用其进行搜索的方法和装置 |
US8972431B2 (en) * | 2010-05-06 | 2015-03-03 | Salesforce.Com, Inc. | Synonym supported searches |
US20150127323A1 (en) * | 2013-11-04 | 2015-05-07 | Xerox Corporation | Refining inference rules with temporal event clustering |
US9607035B2 (en) * | 2014-05-21 | 2017-03-28 | International Business Machines Corporation | Extensible validation framework for question and answer systems |
US9378204B2 (en) * | 2014-05-22 | 2016-06-28 | International Business Machines Corporation | Context based synonym filtering for natural language processing systems |
JP2016021136A (ja) | 2014-07-14 | 2016-02-04 | 株式会社東芝 | 類義語辞書作成装置 |
JP6414956B2 (ja) * | 2014-08-21 | 2018-10-31 | 国立研究開発法人情報通信研究機構 | 質問文生成装置及びコンピュータプログラム |
US11301632B2 (en) * | 2015-01-23 | 2022-04-12 | Conversica, Inc. | Systems and methods for natural language processing and classification |
US9720917B2 (en) * | 2015-02-17 | 2017-08-01 | International Business Machines Corporation | Electronic meeting question management |
US10325026B2 (en) * | 2015-09-25 | 2019-06-18 | International Business Machines Corporation | Recombination techniques for natural language generation |
US10832146B2 (en) * | 2016-01-19 | 2020-11-10 | International Business Machines Corporation | System and method of inferring synonyms using ensemble learning techniques |
US10474703B2 (en) * | 2016-08-25 | 2019-11-12 | Lakeside Software, Inc. | Method and apparatus for natural language query in a workspace analytics system |
US10540440B2 (en) * | 2017-06-05 | 2020-01-21 | International Business Machines Corporation | Relation extraction using Q and A |
CN107220380A (zh) * | 2017-06-27 | 2017-09-29 | 北京百度网讯科技有限公司 | 基于人工智能的问答推荐方法、装置和计算机设备 |
CN108509477B (zh) * | 2017-09-30 | 2019-10-11 | 平安科技(深圳)有限公司 | 语义识别方法、电子装置及计算机可读存储介质 |
US11093858B2 (en) * | 2017-10-30 | 2021-08-17 | International Business Machines Corporation | Training a cognitive system on partial correctness |
JPWO2019138567A1 (ja) * | 2018-01-15 | 2020-12-03 | 富士通株式会社 | 出力制御プログラム、出力制御方法、及び出力制御装置 |
US10664662B2 (en) * | 2018-04-18 | 2020-05-26 | Microsoft Technology Licensing, Llc | Multi-scale model for semantic matching |
JPWO2019220518A1 (ja) * | 2018-05-14 | 2021-02-25 | 富士通株式会社 | 回答プログラム、回答方法および回答装置 |
US20200007380A1 (en) * | 2018-06-28 | 2020-01-02 | Microsoft Technology Licensing, Llc | Context-aware option selection in virtual agent |
-
2018
- 2018-07-20 JP JP2018137236A patent/JP7172226B2/ja active Active
-
2019
- 2019-07-11 EP EP19185870.3A patent/EP3598320B1/en active Active
- 2019-07-18 US US16/515,242 patent/US11531816B2/en active Active
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004287696A (ja) | 2003-03-20 | 2004-10-14 | Seiko Epson Corp | 検索システム及び検索プログラム |
JP2013214294A (ja) | 2012-03-06 | 2013-10-17 | Okwave:Kk | クライアントシステム及びサーバ |
Also Published As
Publication number | Publication date |
---|---|
EP3598320B1 (en) | 2021-09-01 |
JP2020013514A (ja) | 2020-01-23 |
US20200026758A1 (en) | 2020-01-23 |
EP3598320A1 (en) | 2020-01-22 |
US11531816B2 (en) | 2022-12-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP7172226B2 (ja) | 検索装置、検索方法及び検索プログラム | |
CN107330120B (zh) | 询问应答方法、询问应答装置及计算机可读存储介质 | |
EP2089790B1 (en) | Input prediction | |
CN103080927B (zh) | 使用搜索结果的自动路由 | |
US9305050B2 (en) | Aggregator, filter and delivery system for online context dependent interaction, systems and methods | |
KR102278020B1 (ko) | 챗봇을 이용한 질의응답 처리 장치 및 방법 | |
CN109033156B (zh) | 一种信息处理方法、装置及终端 | |
JP2002519751A (ja) | 文脈に基づきユーザーのプロフィールが駆動する情報検索 | |
WO2019220518A1 (ja) | 回答プログラム、回答方法および回答装置 | |
US11392589B2 (en) | Multi-vertical entity-based search system | |
US20240080283A1 (en) | Information processing system and information processing method | |
US11120455B2 (en) | Intelligent channel steering based on dynamically determined intents during channel interactions | |
US11194883B2 (en) | Alert driven interactive interface to a website mining system | |
JP2019500704A (ja) | 人工知能ベースの関連度計算を用いたノート提供方法及び装置 | |
CN113239278A (zh) | 信息展示方法、装置、电子设备以及存储介质 | |
WO2021098876A1 (zh) | 一种基于知识图谱的问答方法及装置 | |
KR20090000279A (ko) | 유무선 네트워크를 통한 지혜 획득 및 제공 방법과 그시스템 | |
JP4195260B2 (ja) | Faq検索システム、方法及びプログラム | |
JP7485940B2 (ja) | 検索制御プログラム、検索制御方法及び検索制御装置 | |
JP2008052634A (ja) | サービス連携サーバ、方法、システム、プログラム、及び、記録媒体 | |
KR20060016633A (ko) | 이동통신단말기를 이용한 정보검색 시스템 | |
JP6647488B1 (ja) | 検索管理装置 | |
JP5469477B2 (ja) | 検索最適化方法、プログラム及び装置 | |
JP2021039456A (ja) | チャットプログラム、装置、及び方法 | |
JP2008021213A (ja) | アンケート装置及びプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20210222 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20220124 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20220204 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20220208 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20220331 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20220614 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20220802 |
|
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: 20221004 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20221017 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 7172226 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |