KR20210061141A - 자연어 처리 방법 및 장치 - Google Patents
자연어 처리 방법 및 장치 Download PDFInfo
- Publication number
- KR20210061141A KR20210061141A KR1020190148984A KR20190148984A KR20210061141A KR 20210061141 A KR20210061141 A KR 20210061141A KR 1020190148984 A KR1020190148984 A KR 1020190148984A KR 20190148984 A KR20190148984 A KR 20190148984A KR 20210061141 A KR20210061141 A KR 20210061141A
- Authority
- KR
- South Korea
- Prior art keywords
- sentence
- input
- natural language
- language processing
- similarity
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/30—Semantic analysis
- G06F40/35—Discourse or dialogue representation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/40—Processing or translation of natural language
- G06F40/55—Rule-based translation
- G06F40/56—Natural language generation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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
- G06F16/3344—Query execution using natural language analysis
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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 OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/205—Parsing
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/268—Morphological analysis
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/30—Semantic analysis
-
- G—PHYSICS
- G10—MUSICAL INSTRUMENTS; ACOUSTICS
- G10L—SPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
- G10L15/00—Speech recognition
- G10L15/08—Speech classification or search
- G10L15/18—Speech classification or search using natural language modelling
- G10L15/1822—Parsing for meaning understanding
-
- 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)
- Artificial Intelligence (AREA)
- Computational Linguistics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Databases & Information Systems (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Health & Medical Sciences (AREA)
- Data Mining & Analysis (AREA)
- General Health & Medical Sciences (AREA)
- Human Computer Interaction (AREA)
- Acoustics & Sound (AREA)
- Multimedia (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Machine Translation (AREA)
Abstract
Description
도 2 및 도 3은 일실시예에 따른 탐색 모델과 생성 모델을 이용하여 응답 문장을 결정하는 과정을 설명하기 위한 도면이다.
도 4 및 도 5는 일실시예에 따라 결정된 응답 문장의 예시들을 나타낸 도면이다.
도 6 및 도 7은 일실시예에 따른 자연어 처리 방법을 나타낸 도면이다.
도 8은 일실시예에 따른 자연어 처리 장치를 나타낸 도면이다.
Claims (20)
- 사용자의 입력 문장 및 데이터베이스에 저장된 제1 쿼리 문장 간 제1 유사도를 결정하는 단계;
상기 제1 유사도가 제1 임계치보다 낮으면, 상기 입력 문장의 일부와 상기 데이터베이스에 저장된 제2 쿼리 문장 간 제2 유사도를 결정하는 단계; 및
상기 제2 유사도가 제2 임계치보다 높으면, 상기 데이터베이스에서 상기 제2 쿼리 문장에 대응하는 응답 문장을 상기 입력 문장의 응답으로 출력하는 단계
를 포함하는
자연어 처리 방법.
- 제1항에 있어서,
상기 입력 문장의 일부는
상기 입력 문장에 포함된 성분들 중 어느 하나인,
자연어 처리 방법.
- 제2항에 있어서,
상기 입력 문장의 일부는
상기 입력 문장에 포함된 동사인,
자연어 처리 방법.
- 제1항에 있어서,
상기 입력 문장의 일부는
상기 입력 문장을 처리하는 태스크의 종류에 대응하는 것으로 선택된 문장 성분인,
자연어 처리 방법.
- 제4항에 있어서,
상기 태스크의 종류는 챗봇, 검색을 포함하는,
자연어 처리 방법.
- 제1항에 있어서,
상기 입력 문장의 일부는
상기 입력 문장에 형태소 분석을 수행하여 선택되는,
자연어 처리 방법.
- 제1항에 있어서,
상기 제1 유사도가 제1 임계치보다 높으면, 상기 데이터베이스에서 상기 제1 쿼리 문장에 대응하는 응답 문장을 상기 음성 신호의 응답으로 출력하는 단계
를 더 포함하는,
자연어 처리 방법.
- 제1항에 있어서,
상기 제2 유사도가 상기 제2 임계치보다 낮으면, 생성 모델에서 상기 입력 문장에 대응하는 응답 문장을 생성하여 출력하는 단계
를 더 포함하는,
자연어 처리 방법.
- 제1항에 있어서,
상기 사용자의 입력 문장은
상기 사용자가 발화한 음성 신호 또는 상기 사용자가 입력한 텍스트 데이터로부터 획득되는,
자연어 처리 방법.
- 사용자의 입력 문장에 포함된 성분들 중 어느 하나를 선택하는 단계;
상기 선택된 성분과 데이터베이스에 저장된 쿼리 문장 간 유사도를 결정하는 단계; 및
상기 유사도가 임계치보다 높으면, 상기 데이터베이스에서 상기 쿼리 문장에 대응하는 응답 문장을 상기 입력 문장의 응답으로 출력하는 단계
를 포함하는
자연어 처리 방법.
- 제10항에 있어서,
상기 성분들 중 어느 하나를 선택하는 단계는
상기 성분들 중에서 상기 입력 문장을 처리하는 태스크의 종류에 대응하는 어느 하나를 선택하는,
자연어 처리 방법.
- 제10항에 있어서,
상기 성분들 중 어느 하나를 선택하는 단계는
상기 입력 문장에 형태소 분석을 수행하여 상기 성분들 중 어느 하나를 선택하는,
자연어 처리 방법.
- 제10항에 있어서,
상기 유사도가 상기 임계치보다 낮으면, 생성 모델에서 상기 입력 문장에 대응하는 응답 문장을 획득하여 출력하는 단계
를 더 포함하는,
자연어 처리 방법.
- 제1항 내지 제13항 중에서 어느 하나의 항의 방법을 실행시키기 위한 프로그램이 기록된 컴퓨터 판독 가능한 저장 매체.
- 하나 이상의 프로세서를 포함하고,
상기 하나 이상의 프로세서는
사용자의 입력 문장 및 데이터베이스에 저장된 제1 쿼리 문장 간 제1 유사도를 결정하고,
상기 제1 유사도가 제1 임계치보다 낮으면, 상기 입력 문장의 일부와 상기 데이터베이스에 저장된 제2 쿼리 문장 간 제2 유사도를 결정하며,
상기 제2 유사도가 제2 임계치보다 높으면, 상기 데이터베이스에서 상기 제2 쿼리 문장에 대응하는 응답 문장을 상기 입력 문장의 응답으로 출력하는,
자연어 처리 장치.
- 제15항에 있어서,
상기 입력 문장의 일부는
상기 입력 문장에 포함된 성분들 중 어느 하나인,
자연어 처리 장치.
- 제16항에 있어서,
상기 입력 문장의 일부는
상기 입력 문장에 포함된 동사인,
자연어 처리 장치.
- 제15항에 있어서,
상기 입력 문장의 일부는
상기 입력 문장을 처리하는 태스크의 종류에 대응하는 것으로 선택된 문장 성분인,
자연어 처리 장치.
- 제18항에 있어서,
상기 태스크의 종류는 챗봇, 검색을 포함하는,
자연어 처리 장치.
- 제15항에 있어서,
상기 입력 문장의 일부는
상기 입력 문장에 형태소 분석을 수행하여 선택되는,
자연어 처리 장치.
Priority Applications (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR1020190148984A KR20210061141A (ko) | 2019-11-19 | 2019-11-19 | 자연어 처리 방법 및 장치 |
| US16/872,723 US11487953B2 (en) | 2019-11-19 | 2020-05-12 | Method and apparatus with natural language processing |
| CN202010424480.XA CN112905735A (zh) | 2019-11-19 | 2020-05-19 | 用于自然语言处理的方法和设备 |
| EP20191978.4A EP3825895A1 (en) | 2019-11-19 | 2020-08-20 | Method and apparatus with natural language processing |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR1020190148984A KR20210061141A (ko) | 2019-11-19 | 2019-11-19 | 자연어 처리 방법 및 장치 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| KR20210061141A true KR20210061141A (ko) | 2021-05-27 |
Family
ID=72193260
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| KR1020190148984A Pending KR20210061141A (ko) | 2019-11-19 | 2019-11-19 | 자연어 처리 방법 및 장치 |
Country Status (4)
| Country | Link |
|---|---|
| US (1) | US11487953B2 (ko) |
| EP (1) | EP3825895A1 (ko) |
| KR (1) | KR20210061141A (ko) |
| CN (1) | CN112905735A (ko) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US12505839B2 (en) | 2021-12-30 | 2025-12-23 | Samsung Electronics Co., Ltd. | Electronic apparatus and control method thereof |
Families Citing this family (20)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11922300B2 (en) * | 2016-03-01 | 2024-03-05 | Microsoft Technology Licensing, Llc. | Automated commentary for online content |
| US11379670B1 (en) * | 2019-09-30 | 2022-07-05 | Splunk, Inc. | Automatically populating responses using artificial intelligence |
| WO2021117180A1 (ja) * | 2019-12-12 | 2021-06-17 | 日本電信電話株式会社 | 対話処理装置、学習装置、対話処理方法、学習方法及びプログラム |
| CN111177355B (zh) * | 2019-12-30 | 2021-05-28 | 北京百度网讯科技有限公司 | 基于搜索数据的人机对话交互方法、装置和电子设备 |
| US12210549B2 (en) * | 2020-06-30 | 2025-01-28 | Google Llc | Recognizing polling questions from a conference call discussion |
| US11755181B2 (en) | 2020-08-25 | 2023-09-12 | Google Llc | Populating answers to polling questions based on initial responses |
| US11245648B1 (en) * | 2020-07-31 | 2022-02-08 | International Business Machines Corporation | Cognitive management of context switching for multiple-round dialogues |
| US12079185B2 (en) * | 2020-10-29 | 2024-09-03 | Yext, Inc. | Vector-based search result generation |
| US11379253B2 (en) * | 2020-11-30 | 2022-07-05 | International Business Machines Corporation | Training chatbots for remote troubleshooting |
| JP2022102306A (ja) * | 2020-12-25 | 2022-07-07 | トヨタ自動車株式会社 | エージェント表示方法、プログラム、及びエージェント表示システム |
| US11805159B2 (en) | 2021-08-24 | 2023-10-31 | Google Llc | Methods and systems for verbal polling during a conference call discussion |
| US11838448B2 (en) | 2021-08-26 | 2023-12-05 | Google Llc | Audio-based polling during a conference call discussion |
| WO2023028269A2 (en) | 2021-08-26 | 2023-03-02 | Google Llc | Audio-based polling during a conference call discussion |
| CN114490965B (zh) * | 2021-12-23 | 2022-11-08 | 北京百度网讯科技有限公司 | 问题处理方法、装置、电子设备和存储介质 |
| US20250363121A1 (en) * | 2022-05-19 | 2025-11-27 | Deepmind Technologies Limited | Resource navigation using neural networks |
| CN115331660B (zh) * | 2022-08-09 | 2024-10-29 | 北京绝影智联科技有限公司 | 神经网络训练方法、语音识别方法、装置、设备及介质 |
| US11966688B1 (en) | 2022-12-30 | 2024-04-23 | Gal EHRLICH | AI-based method and system for drafting patent applications |
| WO2025038558A1 (en) * | 2023-08-11 | 2025-02-20 | Martian Learning, Inc. | Prompt routing system and method |
| US12579175B2 (en) * | 2023-11-10 | 2026-03-17 | Samsung Electronics Co., Ltd. | Method and device for generating answer to natural language question for data |
| US20250181835A1 (en) * | 2023-11-30 | 2025-06-05 | Intuit Inc. | Indirect lookup using semantic matching and a large language model |
Family Cites Families (29)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6859800B1 (en) * | 2000-04-26 | 2005-02-22 | Global Information Research And Technologies Llc | System for fulfilling an information need |
| US6687689B1 (en) * | 2000-06-16 | 2004-02-03 | Nusuara Technologies Sdn. Bhd. | System and methods for document retrieval using natural language-based queries |
| IL142421A0 (en) * | 2001-04-03 | 2002-03-10 | Linguistic Agents Ltd | Linguistic agent system |
| JP5377430B2 (ja) | 2009-07-08 | 2013-12-25 | 本田技研工業株式会社 | 質問応答データベース拡張装置および質問応答データベース拡張方法 |
| EP2354967A1 (en) * | 2010-01-29 | 2011-08-10 | British Telecommunications public limited company | Semantic textual analysis |
| EP2622428A4 (en) * | 2010-09-28 | 2017-01-04 | International Business Machines Corporation | Providing answers to questions using hypothesis pruning |
| CN103294666B (zh) * | 2013-05-28 | 2017-03-01 | 百度在线网络技术(北京)有限公司 | 语法编译方法、语义解析方法以及对应装置 |
| US20150058059A1 (en) * | 2013-08-22 | 2015-02-26 | KB Cubed, LLC | Systems and methods for facilitating and coordinating online and offline relationships |
| US10235470B2 (en) * | 2013-12-06 | 2019-03-19 | Here Global B.V. | User retrieval enhancement |
| US20170278416A1 (en) * | 2014-09-24 | 2017-09-28 | Hewlett-Packard Development Company, L.P. | Select a question to associate with a passage |
| US20160196360A1 (en) * | 2014-12-22 | 2016-07-07 | Pricewaterhousecoopers Llp | System and method for searching structured and unstructured data |
| CN104866631A (zh) * | 2015-06-18 | 2015-08-26 | 北京京东尚科信息技术有限公司 | 咨询问题聚合的方法和装置 |
| CN105677636A (zh) * | 2015-12-30 | 2016-06-15 | 上海智臻智能网络科技股份有限公司 | 智能问答系统的信息处理方法及信息处理装置 |
| US11256691B1 (en) * | 2016-06-29 | 2022-02-22 | Emc Corporation | System and method to enhance phrase search with nested thesaurus parsing |
| US10162816B1 (en) | 2017-06-15 | 2018-12-25 | Oath Inc. | Computerized system and method for automatically transforming and providing domain specific chatbot responses |
| CN107491547B (zh) | 2017-08-28 | 2020-11-10 | 北京百度网讯科技有限公司 | 基于人工智能的搜索方法和装置 |
| GB2568233A (en) | 2017-10-27 | 2019-05-15 | Babylon Partners Ltd | A computer implemented determination method and system |
| KR102517843B1 (ko) | 2017-12-06 | 2023-04-03 | 주식회사 케이티 | Aiml 기반의 챗봇 시스템 및 챗봇 서비스 제공 방법 |
| US11080667B2 (en) | 2017-12-13 | 2021-08-03 | Visa International Service Association | System and method for automated chatbots |
| KR102047010B1 (ko) | 2017-12-21 | 2019-11-20 | 주식회사 카카오 | 중계 챗봇을 이용하여 인스턴트 메시징 서비스를 제공하는 서버, 단말 및 방법 |
| KR20190080599A (ko) | 2017-12-28 | 2019-07-08 | 주식회사 카카오 | 챗봇과 상담원을 이용한 반자동 대화제공방법 및 서버 |
| CN109994108B (zh) | 2017-12-29 | 2023-08-29 | 微软技术许可有限责任公司 | 用于聊天机器人和人之间的会话交谈的全双工通信技术 |
| US10515155B2 (en) | 2018-02-09 | 2019-12-24 | Digital Genius Limited | Conversational agent |
| US20190260694A1 (en) | 2018-02-16 | 2019-08-22 | Mz Ip Holdings, Llc | System and method for chat community question answering |
| US11068518B2 (en) * | 2018-05-17 | 2021-07-20 | International Business Machines Corporation | Reducing negative effects of service waiting time in humanmachine interaction to improve the user experience |
| KR102026338B1 (ko) | 2018-10-08 | 2019-09-27 | 엘지전자 주식회사 | 인공지능 자가 학습 로봇 |
| US11151191B2 (en) * | 2019-04-09 | 2021-10-19 | International Business Machines Corporation | Video content segmentation and search |
| CN110275946A (zh) * | 2019-05-14 | 2019-09-24 | 闽江学院 | 一种faq自动问答方法和装置 |
| CN110135551B (zh) * | 2019-05-15 | 2020-07-21 | 西南交通大学 | 一种基于词向量和循环神经网络的机器人聊天方法 |
-
2019
- 2019-11-19 KR KR1020190148984A patent/KR20210061141A/ko active Pending
-
2020
- 2020-05-12 US US16/872,723 patent/US11487953B2/en active Active
- 2020-05-19 CN CN202010424480.XA patent/CN112905735A/zh active Pending
- 2020-08-20 EP EP20191978.4A patent/EP3825895A1/en not_active Withdrawn
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US12505839B2 (en) | 2021-12-30 | 2025-12-23 | Samsung Electronics Co., Ltd. | Electronic apparatus and control method thereof |
Also Published As
| Publication number | Publication date |
|---|---|
| US20210150155A1 (en) | 2021-05-20 |
| US11487953B2 (en) | 2022-11-01 |
| EP3825895A1 (en) | 2021-05-26 |
| CN112905735A (zh) | 2021-06-04 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| KR20210061141A (ko) | 자연어 처리 방법 및 장치 | |
| US11238306B2 (en) | Generating vector representations of code capturing semantic similarity | |
| TWI684881B (zh) | 基於機器翻譯的自動生成重述以產生一對話式代理人的方法、系統及非暫態機器可讀取媒體 | |
| US11282521B2 (en) | Dialog system and dialog method | |
| EP3648099B1 (en) | Voice recognition method, device, apparatus, and storage medium | |
| US9805718B2 (en) | Clarifying natural language input using targeted questions | |
| KR102881282B1 (ko) | 음성 처리 방법 및 장치 | |
| US20190163691A1 (en) | Intent Based Dynamic Generation of Personalized Content from Dynamic Sources | |
| US11531693B2 (en) | Information processing apparatus, method and non-transitory computer readable medium | |
| US12026472B2 (en) | Dialogue processing apparatus, learning apparatus, dialogue processing method, learning method and program | |
| KR20190125863A (ko) | 다중언어 번역 장치 및 다중언어 번역 방법 | |
| Zhang et al. | Recognizing everything from all modalities at once: Grounded multimodal universal information extraction | |
| US20160071510A1 (en) | Voice generation with predetermined emotion type | |
| US11586689B2 (en) | Electronic apparatus and controlling method thereof | |
| US12073299B2 (en) | Systems and methods for using contrastive pre-training to generate text and code embeddings | |
| CN104573099A (zh) | 题目的搜索方法及装置 | |
| Zhong et al. | Lyra: An efficient and speech-centric framework for omni-cognition | |
| CN112581327A (zh) | 基于知识图谱的法律推荐方法、装置和电子设备 | |
| WO2020110815A1 (ja) | キーワード抽出装置、キーワード抽出方法、およびプログラム | |
| CN111209389A (zh) | 一种电影故事生成方法 | |
| US20230140480A1 (en) | Utterance generation apparatus, utterance generation method, and program | |
| CN114841162B (zh) | 文本处理方法、装置、设备及介质 | |
| WO2020052060A1 (zh) | 用于生成修正语句的方法和装置 | |
| CN120336502A (zh) | 基于数据增强的多语言监督数据集的生成方法及装置 | |
| CN120688606A (zh) | 文本处理方法、装置、电子设备及介质 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PA0109 | Patent application |
St.27 status event code: A-0-1-A10-A12-nap-PA0109 |
|
| P22-X000 | Classification modified |
St.27 status event code: A-2-2-P10-P22-nap-X000 |
|
| P22-X000 | Classification modified |
St.27 status event code: A-2-2-P10-P22-nap-X000 |
|
| PG1501 | Laying open of application |
St.27 status event code: A-1-1-Q10-Q12-nap-PG1501 |
|
| A201 | Request for examination | ||
| PA0201 | Request for examination |
St.27 status event code: A-1-2-D10-D11-exm-PA0201 |
|
| D21 | Rejection of application intended |
Free format text: ST27 STATUS EVENT CODE: A-1-2-D10-D21-EXM-PE0902 (AS PROVIDED BY THE NATIONAL OFFICE) |
|
| PE0902 | Notice of grounds for rejection |
St.27 status event code: A-1-2-D10-D21-exm-PE0902 |
|
| P11 | Amendment of application requested |
Free format text: ST27 STATUS EVENT CODE: A-2-2-P10-P11-NAP-X000 (AS PROVIDED BY THE NATIONAL OFFICE) |
|
| P11-X000 | Amendment of application requested |
St.27 status event code: A-2-2-P10-P11-nap-X000 |