KR20200101891A - 복합 문장 분석 장치, 이를 위한 기록매체 - Google Patents
복합 문장 분석 장치, 이를 위한 기록매체 Download PDFInfo
- Publication number
- KR20200101891A KR20200101891A KR1020200103630A KR20200103630A KR20200101891A KR 20200101891 A KR20200101891 A KR 20200101891A KR 1020200103630 A KR1020200103630 A KR 1020200103630A KR 20200103630 A KR20200103630 A KR 20200103630A KR 20200101891 A KR20200101891 A KR 20200101891A
- Authority
- KR
- South Korea
- Prior art keywords
- sentence
- semantic
- short sentences
- meaning
- compound
- Prior art date
Links
- 238000004458 analytical method Methods 0.000 claims abstract description 102
- 230000014509 gene expression Effects 0.000 claims abstract description 64
- 238000000926 separation method Methods 0.000 claims abstract description 22
- 150000001875 compounds Chemical class 0.000 claims description 100
- 238000000034 method Methods 0.000 claims description 31
- 239000002131 composite material Substances 0.000 claims description 7
- 238000010586 diagram Methods 0.000 description 11
- 230000006870 function Effects 0.000 description 7
- 230000008569 process Effects 0.000 description 5
- 230000008859 change Effects 0.000 description 4
- 238000011835 investigation Methods 0.000 description 4
- 238000004891 communication Methods 0.000 description 3
- 238000004590 computer program Methods 0.000 description 3
- 238000012545 processing Methods 0.000 description 3
- 238000013515 script Methods 0.000 description 3
- 238000011161 development Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 230000002452 interceptive effect Effects 0.000 description 2
- 238000010801 machine learning Methods 0.000 description 2
- 238000011160 research Methods 0.000 description 2
- 238000012706 support-vector machine Methods 0.000 description 2
- RZVAJINKPMORJF-UHFFFAOYSA-N Acetaminophen Chemical compound CC(=O)NC1=CC=C(O)C=C1 RZVAJINKPMORJF-UHFFFAOYSA-N 0.000 description 1
- 241000534414 Anotopterus nikparini Species 0.000 description 1
- 238000003491 array Methods 0.000 description 1
- 230000015572 biosynthetic process Effects 0.000 description 1
- 230000008878 coupling Effects 0.000 description 1
- 238000010168 coupling process Methods 0.000 description 1
- 238000005859 coupling reaction Methods 0.000 description 1
- 230000001934 delay Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000011017 operating method Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000008520 organization Effects 0.000 description 1
- 230000001151 other effect Effects 0.000 description 1
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
- 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/268—Morphological analysis
-
- 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
-
- 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/289—Phrasal analysis, e.g. finite state techniques or chunking
- G06F40/295—Named entity recognition
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Machine Translation (AREA)
Abstract
Description
도 1은 본 발명의 일 실시예에 따른 복합 문장 분석 장치의 구성을 예시하는 도면이다.
도 2는 본 발명의 일 실시예에 따라 복합 문장의 의미를 분석하는 과정을 예시하기 위한 도면이다.
도 3은 본 발명의 일 실시예에 따른 복합 문장 분석 방법을 예시하는 도면이다.
도 4는 본 발명의 일 실시예에 따른 복합 문장 분석 방법을 예시하는 다른 도면이다.
도 5는 본 발명의 일 실시예에 따라 복수 개의 단문으로부터 복합 문장에 대한 의미표현을 생성하는 방법을 예시하는 도면이다.
120: 저장부 121: 의미자질 데이터베이스
122: 개체명 데이터베이스 123: 병합 규칙 데이터베이스
130: 제어부 131: 형태소 분석 모듈
132: 의미자질 인식 모듈 133: 개체명 인식 모듈
134: 복합 문장 분리 모듈 135: 의미 분석 모듈
Claims (7)
- 복수 개의 단문이 연결된 복합 문장을 입력 받는 인터페이스부;
상기 입력 받은 복합 문장을 복수 개의 단문으로 분리하는 복합 문장 분리 모듈; 및
상기 분리된 복수 개의 단문으로부터 상기 입력 받은 복합 문장에 대한 의미표현을 생성하는 의미 분석 모듈;을 포함하고,
상기 의미 분석 모듈은
상기 복수 개의 단문 각각에 대한 의미표현을 병합하여 상기 복합 문장에 포함된 화자의 의도를 나타내는 의미표현을 생성하는 복합 문장 분석 장치. - 제 1항에 있어서,
복수 개의 단문이 의미 분석되어 생성된 복수 개의 의미 표현을 하나의 의미표현으로 병합하기 위한 병합 규칙을 포함하는 병합 규칙 데이터베이스;
를 더 포함하는 복합 문장 분석 장치. - 제 2항에 있어서,
상기 병합 규칙은 상기 복합 문장을 구성하는 복수 개의 단문의 연결 형태 및 의미 표현을 기준으로 정의되고,
상기 연결 형태는 병렬형, 선택형, 대조형 및 종결형 중 어느 하나를 포함하는 복합 문장 분석 장치. - 제 2항에 있어서,
상기 의미 분석 모듈은
상기 분리된 복수 개의 단문에 대한 의미를 분석하여 각각의 의미표현을 생성하고, 상기 분리된 복수 개의 단문의 연결 형태를 판단하며, 상기 병합 규칙 데이터베이스에서 상기 판단된 연결 형태 및 상기 생성된 의미표현과 상응하는 병합 규칙을 검색하고, 상기 검색된 병합 규칙에 따라 상기 분리된 복수 개의 단문의 의미표현을 병합하는 복합 문장 분석 장치. - 제 1항에 있어서,
상기 입력 받은 복합 문장에 포함된 형태소를 분석하여 품사 태그를 부여하는 형태소 분석 모듈;을 더 포함하고,
상기 복합 문장 분리 모듈은
상기 부여된 품사 태그를 기준으로 상기 입력 받은 복합 문장을 복수 개의 단문으로 분리하는 복합 문장 분석 장치. - 제 1항에 있어서,
상기 입력 받은 복합 문장에 포함된 어휘에 대하여 의미자질을 부여하는 의미자질 인식 모듈; 및
상기 의미자질이 부여된 복합 문장에 개체명이 포함되어 있는지 검색하여 개체명을 부여하는 개체명 인식 모듈;을 더 포함하고,
상기 의미 분석 모듈은
상기 부여된 의미자질과 개체명을 기초로 상기 분리된 복수 개의 단문에 대한 의미를 분석하여 각각에 대한 의미표현을 생성하는 복합 문장 분석 장치. - 복수 개의 단문이 연결된 복합 문장을 입력 받는 단계;
상기 입력 받은 복합 문장을 복수 개의 단문으로 분리하는 단계; 및
상기 분리된 복수 개의 단문으로부터 상기 입력 받은 복합 문장에 대한 의미표현을 생성하는 단계;를 포함하고,
상기 생성하는 단계는
상기 복수 개의 단문 각각에 대한 의미표현을 병합하는 단계; 및
상기 복합 문장에 포함된 화자의 의도를 나타내는 의미표현을 생성하는 단계;
를 포함하는 복합 문장 분석 방법을 컴퓨터에서 실행시키기 위한 프로그램을 기록한 컴퓨터로 판독할 수 있는 기록매체.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020200103630A KR20200101891A (ko) | 2020-08-19 | 2020-08-19 | 복합 문장 분석 장치, 이를 위한 기록매체 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020200103630A KR20200101891A (ko) | 2020-08-19 | 2020-08-19 | 복합 문장 분석 장치, 이를 위한 기록매체 |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020130122002A Division KR102147670B1 (ko) | 2013-10-14 | 2013-10-14 | 복합 문장 분석 장치, 이를 위한 기록매체 |
Publications (1)
Publication Number | Publication Date |
---|---|
KR20200101891A true KR20200101891A (ko) | 2020-08-28 |
Family
ID=72265886
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020200103630A KR20200101891A (ko) | 2020-08-19 | 2020-08-19 | 복합 문장 분석 장치, 이를 위한 기록매체 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR20200101891A (ko) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR102558933B1 (ko) * | 2022-08-19 | 2023-07-25 | 델타인덱스주식회사 | 시간 조건을 포함한 한글 요구사항을 위한 체계적 테스트 케이스 생성 방법 및 장치 |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20050036303A (ko) | 2003-10-15 | 2005-04-20 | 한국전자통신연구원 | 대화체 연속음성인식을 위한 의사형태소 기반다중발음사전 구축 방법 및 그 시스템과 이를 이용한대화체 음성인식 방법 |
-
2020
- 2020-08-19 KR KR1020200103630A patent/KR20200101891A/ko not_active IP Right Cessation
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20050036303A (ko) | 2003-10-15 | 2005-04-20 | 한국전자통신연구원 | 대화체 연속음성인식을 위한 의사형태소 기반다중발음사전 구축 방법 및 그 시스템과 이를 이용한대화체 음성인식 방법 |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR102558933B1 (ko) * | 2022-08-19 | 2023-07-25 | 델타인덱스주식회사 | 시간 조건을 포함한 한글 요구사항을 위한 체계적 테스트 케이스 생성 방법 및 장치 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Tur et al. | Spoken language understanding: Systems for extracting semantic information from speech | |
US7286987B2 (en) | Multi-phoneme streamer and knowledge representation speech recognition system and method | |
US7158934B2 (en) | Speech recognition with feedback from natural language processing for adaptation of acoustic model | |
US8566102B1 (en) | System and method of automating a spoken dialogue service | |
US7072837B2 (en) | Method for processing initially recognized speech in a speech recognition session | |
Watts | Unsupervised learning for text-to-speech synthesis | |
JP2000137596A (ja) | 対話型音声応答システム | |
WO2009014465A2 (en) | System and method for multilingual translation of communicative speech | |
Bonneau-Maynard et al. | Results of the French Evalda-Media evaluation campaign for literal understanding | |
Kumar et al. | A knowledge graph based speech interface for question answering systems | |
McTear et al. | Voice application development for Android | |
Hasegawa-Johnson et al. | Grapheme-to-phoneme transduction for cross-language ASR | |
Bastianelli et al. | Speaky for robots: the development of vocal interfaces for robotic applications | |
KR102106797B1 (ko) | 복합 문장 분석 장치, 이를 위한 기록매체 | |
Gustafson | Developing multimodal spoken dialogue systems: Empirical studies of spoken human–computer interaction | |
KR101097186B1 (ko) | 대화체 앞뒤 문장정보를 이용한 다국어 음성합성 시스템 및 방법 | |
KR20200101891A (ko) | 복합 문장 분석 장치, 이를 위한 기록매체 | |
KR102147670B1 (ko) | 복합 문장 분석 장치, 이를 위한 기록매체 | |
Jackson | Automatic speech recognition: Human computer interface for kinyarwanda language | |
Kuhn | Keyword classification trees for speech understanding systems | |
KR20150042532A (ko) | 복합 문장 분석 장치, 이를 위한 기록매체 | |
Bose | Natural Language Processing: Current state and future directions | |
Kumar et al. | An Automatic Spontaneous Speech Recognition System for Punjabi Language | |
JP2000330588A (ja) | 音声対話処理方法、音声対話処理システムおよびプログラムを記憶した記憶媒体 | |
Carson-Berndsen | Multilingual time maps: portable phonotactic models for speech technology |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A107 | Divisional application of patent | ||
PA0107 | Divisional application |
Comment text: Divisional Application of Patent Patent event date: 20200819 Patent event code: PA01071R01D Filing date: 20131014 Application number text: 1020130122002 |
|
PA0201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20200826 Patent event code: PE09021S01D |
|
PG1501 | Laying open of application | ||
AMND | Amendment | ||
E601 | Decision to refuse application | ||
PE0601 | Decision on rejection of patent |
Patent event date: 20210224 Comment text: Decision to Refuse Application Patent event code: PE06012S01D Patent event date: 20200826 Comment text: Notification of reason for refusal Patent event code: PE06011S01I |
|
X091 | Application refused [patent] | ||
AMND | Amendment | ||
PX0901 | Re-examination |
Patent event code: PX09011S01I Patent event date: 20210224 Comment text: Decision to Refuse Application Patent event code: PX09012R01I Patent event date: 20201014 Comment text: Amendment to Specification, etc. |
|
PX0601 | Decision of rejection after re-examination |
Comment text: Decision to Refuse Application Patent event code: PX06014S01D Patent event date: 20210329 Comment text: Amendment to Specification, etc. Patent event code: PX06012R01I Patent event date: 20210308 Comment text: Decision to Refuse Application Patent event code: PX06011S01I Patent event date: 20210224 Comment text: Amendment to Specification, etc. Patent event code: PX06012R01I Patent event date: 20201014 Comment text: Notification of reason for refusal Patent event code: PX06013S01I Patent event date: 20200826 |
|
X601 | Decision of rejection after re-examination |