KR20230118006A - Electronic device and method for creating customized language model - Google Patents

Electronic device and method for creating customized language model Download PDF

Info

Publication number
KR20230118006A
KR20230118006A KR1020220028880A KR20220028880A KR20230118006A KR 20230118006 A KR20230118006 A KR 20230118006A KR 1020220028880 A KR1020220028880 A KR 1020220028880A KR 20220028880 A KR20220028880 A KR 20220028880A KR 20230118006 A KR20230118006 A KR 20230118006A
Authority
KR
South Korea
Prior art keywords
user
electronic device
processor
language
text
Prior art date
Application number
KR1020220028880A
Other languages
Korean (ko)
Inventor
조건우
신호선
Original Assignee
삼성전자주식회사
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by 삼성전자주식회사 filed Critical 삼성전자주식회사
Priority to PCT/KR2022/019865 priority Critical patent/WO2023149644A1/en
Priority to US18/107,652 priority patent/US20230245647A1/en
Publication of KR20230118006A publication Critical patent/KR20230118006A/en

Links

Images

Classifications

    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L15/00Speech recognition
    • G10L15/08Speech classification or search
    • G10L15/18Speech classification or search using natural language modelling
    • G10L15/183Speech classification or search using natural language modelling using context dependencies, e.g. language models
    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L15/00Speech recognition
    • G10L15/04Segmentation; Word boundary detection
    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L15/00Speech recognition
    • G10L15/06Creation of reference templates; Training of speech recognition systems, e.g. adaptation to the characteristics of the speaker's voice
    • G10L15/063Training
    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L15/00Speech recognition
    • G10L15/22Procedures used during a speech recognition process, e.g. man-machine dialogue
    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L15/00Speech recognition
    • G10L15/26Speech to text systems

Abstract

다양한 실시예에 따른 전자 장치는 인스트럭션들을 포함하는 메모리와 상기 메모리와 전기적으로 연결되고, 상기 인스트럭션들을 실행하기 위한 프로세서를 포함하고, 상기 프로세서에 의해 상기 인스트럭션들이 실행될 때, 상기 프로세서는, 사용자의 상황을 의미하는 사용자 컨텍스트, 기본 언어 모델, 및 사용자 언어 모델에 기초하여, 다양하게 발화될 수 있는 텍스트에 대한 복수의 후보 음역에 관한 정보를 포함하는 ASR(automatic speech recognition) 언어 모델을 생성하고, 상기 사용자의 발화가 상기 복수의 후보 음역 중 하나에 매칭되는 경우에 응답하여, 상기 사용자 언어 모델을 업데이트할 수 있다. 그 외에도 다양한 실시예들이 가능할 수 있다.An electronic device according to various embodiments includes a memory including instructions and a processor electrically connected to the memory and executing the instructions, and when the instructions are executed by the processor, the processor determines the user's situation. Based on the user context, the basic language model, and the user language model, an automatic speech recognition (ASR) language model including information about a plurality of candidate transliterations for text that can be uttered in various ways is generated, and the In response to a case in which the user's utterance matches one of the plurality of candidate vocal ranges, the user language model may be updated. In addition, various embodiments may be possible.

Description

전자 장치 및 사용자 언어 모델 생성 방법{ELECTRONIC DEVICE AND METHOD FOR CREATING CUSTOMIZED LANGUAGE MODEL}Electronic device and user language model creation method {ELECTRONIC DEVICE AND METHOD FOR CREATING CUSTOMIZED LANGUAGE MODEL}

다양한 실시예들은 전자 장치 및 사용자 언어 모델 생성 방법에 관한 것이다.Various embodiments relate to an electronic device and a method for generating a user language model.

자동 음성 인식 모듈(automatic speech recognition module, ASR module)의 언어 모델(language model, LM)은 인식된 음성이 어떠한 텍스트에 해당하는지 인식하고 변환하기 위해서 요구되며, 텍스트 음성 변환 모듈(text to speech module, TTS module)의 언어 모델은 주어진 텍스트를 어떻게 읽어야 할지 결정하기 위해서 요구된다.The language model (LM) of the automatic speech recognition module (ASR module) is required to recognize and convert what text the recognized speech corresponds to, and the text to speech module (text to speech module, The language model of the TTS module is required to determine how to read a given text.

종래에, ASR 언어 모델은 음소-글자 변환 모델(phoneme-to-grapheme model) 및/또는 텍스트 역-정규화 모델(inverse text normalization model)을 포함하고 있으며, TTS 언어 모델은 역으로 글자-음소 변환 모델(grapheme-to-phoneme model) 및/또는 텍스트 정규화 모델(text normalization model)을 포함하고 있다. ASR 언어 모델 및 TTS 언어 모델은 룰, 사전, 기계 학습에 기반하여 기능을 수행하고, 데이터베이스의 품질 및 알고리즘의 예측율이 외래어나 고유명사의 처리에 큰 영향을 미친다.Conventionally, the ASR language model includes a phoneme-to-grapheme model and/or an inverse text normalization model, and the TTS language model includes an inverse text-to-grapheme model. (grapheme-to-phoneme model) and/or text normalization model. The ASR language model and the TTS language model perform functions based on rules, dictionaries, and machine learning, and the quality of the database and the prediction rate of the algorithm have a great influence on the processing of foreign words or proper nouns.

한국어에서 자주 등장하는, 라틴어 기반 외래어 또는 한자로 구성된 단어(예: 유명인사 이름, 지명, 영화 제목, 음악 제목)는 문맥에 따라 다양하게 읽힐 수 있고, 사용자마다 발화하는 방식이 상이할 수도 있다. 종래의 언어 모델을 이용하면, 자동 음성 인식 모듈은 사용자의 발화 방식에 따라 텍스트(예: 다양하게 발화될 수 있는 텍스트)를 잘 인식하지 못할 수 있고, 텍스트 음성 변환 모듈은 사용자와 다른 방식으로 발화하며 부적절한 응답을 제공할 수도 있다. 예를 들어, 사용자의 연락처에 다양하게 발화될 수 있는 텍스트(예: 金銀)가 존재하는 경우, 텍스트에 대한 음역(transliteration) 결과(예: 김은 또는 금은)는 사용자 명령 인식 및 음성 출력 품질에 큰 영향을 미칠 수 있다. 개인 사용자의 연락처에 포함된 이름은 물론이고 새로운 영화 제목, 음악 제목, 아티스트 이름 등이 라틴어 기반 단어, 기호, 및 숫자의 조합으로 구성되는 케이스가 지속적으로 발생하고 있다. 다양하게 발화될 수 있는 텍스트에 대한 정보를 모두 수집하여 발화 데이터베이스를 구축하고, ASR 모듈, TTS 모듈, 자연어 이해 모듈(natural language understanding module, NLU module) 등의 성능을 개선하는 데에는 많은 노력과 비용이 요구된다. 사용자 언어 모델(customized language model)에 기초하여 사용자 맞춤형 음성 인식 및 음성 발화가 가능한 기술이 요구될 수 있다.Words composed of Latin-based loanwords or Chinese characters (e.g., celebrity names, place names, movie titles, music titles) that frequently appear in Korean can be read in various ways depending on the context, and each user may have a different utterance. If a conventional language model is used, the automatic speech recognition module may not be able to recognize text (e.g., text that can be uttered in various ways) according to the user's speech method, and the text-to-speech conversion module may not recognize the text in a way different from that of the user. and may provide inappropriate responses. For example, if there is text that can be uttered in various ways in the user's contacts (eg, gold and silver), the result of transliteration (eg, gold and silver) for the text is the user command recognition and voice output quality. can have a big impact on Cases in which not only names included in individual users' contacts, but also new movie titles, music titles, and artist names are composed of combinations of Latin-based words, symbols, and numbers are continuously occurring. It takes a lot of effort and cost to collect all information on text that can be uttered in various ways, build a utterance database, and improve the performance of the ASR module, TTS module, and natural language understanding module (NLU module). It is required. A technology enabling user-customized voice recognition and voice utterance based on a customized language model may be required.

다양한 실시예들은 다양하게 발화될 수 있는 텍스트에 대한 복수의 후보 음역 중 하나가 사용자의 발화에 매칭되는 경우에 응답하여 업데이트된 사용자 언어 모델에 기초하여 사용자 맞춤형 음성 인식 및 음성 발화를 수행하는 기술을 제공할 수 있다.Various embodiments provide a technique for performing user-customized voice recognition and voice utterance based on an updated user language model in response to a case in which one of a plurality of candidate ranges for text that can be uttered in various ways matches a user's utterance. can provide

본 문서에서 이루고자 하는 기술적 과제는 이상에서 언급한 기술적 과제로 제한되지 않으며, 언급되지 않은 또 다른 기술적 과제들은 아래의 기재로부터 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에게 명확하게 이해될 수 있을 것이다.The technical problem to be achieved in this document is not limited to the technical problem mentioned above, and other technical problems not mentioned can be clearly understood by those skilled in the art from the description below. There will be.

다양한 실시예에 따른 전자 장치는 인스트럭션들을 포함하는 메모리와 상기 메모리와 전기적으로 연결되고, 상기 인스트럭션들을 실행하기 위한 프로세서를 포함하고, 상기 프로세서에 의해 상기 인스트럭션들이 실행될 때, 상기 프로세서는, 사용자의 상황을 의미하는 사용자 컨텍스트, 기본 언어 모델, 및 사용자 언어 모델에 기초하여, 다양하게 발화될 수 있는 텍스트에 대한 복수의 후보 음역에 관한 정보를 포함하는 ASR(automatic speech recognition) 언어 모델을 생성하고, 상기 사용자의 발화가 상기 복수의 후보 음역 중 하나에 매칭되는 경우에 응답하여, 상기 사용자 언어 모델을 업데이트할 수 있다.An electronic device according to various embodiments includes a memory including instructions and a processor electrically connected to the memory and executing the instructions, and when the instructions are executed by the processor, the processor determines the user's situation. Based on the user context, the basic language model, and the user language model, an automatic speech recognition (ASR) language model including information about a plurality of candidate transliterations for text that can be uttered in various ways is generated, and the In response to a case in which the user's utterance matches one of the plurality of candidate vocal ranges, the user language model may be updated.

다양한 실시예에 따른 전자 장치는 인스트럭션들을 포함하는 메모리와 상기 메모리와 전기적으로 연결되고, 상기 인스트럭션들을 실행하기 위한 프로세서를 포함하고, 상기 프로세서에 의해 상기 인스트럭션들이 실행될 때, 상기 프로세서는, 제1 언어로 구성된 텍스트를 제2 언어로 표현한 사용자의 발화를 수신하고, 상기 텍스트를 제2 언어로 음역한 복수의 후보 음역에 관한 정보를 포함하는 ASR 언어 모델에 기초하여, 상기 발화를 인식하고 응답을 제공할 수 있다.An electronic device according to various embodiments includes a memory including instructions and a processor electrically connected to the memory and executing the instructions, and when the instructions are executed by the processor, the processor provides a first language language. Receives a user's utterance expressing a text composed of in a second language, recognizes the utterance, and provides a response based on an ASR language model including information about a plurality of candidate transliterations transliterated from the text into the second language can do.

다양한 실시예에 따른 전자 장치의 동작 방법은 사용자의 상황을 의미하는 사용자 컨텍스트, 기본 언어 모델, 및 사용자 언어 모델에 기초하여, 다양하게 발화될 수 있는 텍스트에 대한 복수의 후보 음역에 관한 정보를 포함하는 ASR 언어 모델을 생성하는 동작과 상기 사용자의 발화가 상기 복수의 후보 음역 중 하나에 매칭되는 경우에 응답하여, 상기 사용자 언어 모델을 업데이트하는 동작을 포함할 수 있다.An operating method of an electronic device according to various embodiments includes information about a plurality of candidate vocal ranges for text that can be uttered in various ways based on a user context meaning a user's situation, a basic language model, and a user language model. and generating an ASR language model that matches the user's utterance with one of the plurality of candidate vocal ranges, and updating the user language model.

다양한 실시예들은 사용자의 상황을 의미하는 사용자 컨텍스트, 기본 언어 모델, 및 사용자 언어 모델에 기초하여 다양하게 발화될 수 있는 텍스트에 대한 복수의 후보 음역을 생성하고, 사용자의 발화가 복수의 후보 음역 중 하나에 매칭되는 경우에 응답하여 사용자 언어 모델을 업데이트하는 기술을 제공할 수 있다.Various embodiments generate a plurality of candidate transliteration ranges for a text that can be uttered in various ways based on a user context meaning a user's situation, a basic language model, and a user language model, and the user's utterance is selected from among the plurality of candidate transliteration ranges. A technique for updating the user language model in response to matching one may be provided.

다양한 실시예들은 다양하게 발화될 수 있는 텍스트에 대한 복수의 후보 음역 중 하나가 사용자의 발화에 매칭되는 경우에 응답하여 업데이트된 사용자 언어 모델에 기초하여 사용자 맞춤형 음성 인식 및 음성 발화를 수행함으로써 사용자의 체감 성능을 향상시킬 수 있다.Various embodiments perform user-customized voice recognition and voice utterance based on an updated user language model in response to a case in which one of a plurality of candidate vocal ranges for text that can be uttered in various ways matches the user's utterance, thereby providing the user's voice. sensory performance can be improved.

이 외에, 본 문서를 통해 직접적 또는 간접적으로 파악되는 다양한 효과들이 제공될 수 있다.In addition to this, various effects identified directly or indirectly through this document may be provided.

도 1은 다양한 실시예들에 따른, 네트워크 환경 내의 전자 장치의 블록도이다.
도 2는 일 실시예에 따른 통합 지능(integrated intelligence) 시스템을 나타낸 블록도이다.
도 3은 다양한 실시예에 따른, 컨셉과 동작의 관계 정보가 데이터베이스에 저장된 형태를 나타낸 도면이다.
도 4는 다양한 실시예에 따른 전자 장치가 지능형 앱을 통해 수신된 음성 입력을 처리하는 화면을 나타낸 도면이다.
도 5는 다양한 실시예에 따른 전자 장치가 사용자의 발화를 인식하고 응답을 제공하는 동작을 설명하기 위한 도면이다.
도 6은 다양한 실시예에 따른 전자 장치의 개략적인 블록도이다.
도 7은 다양한 실시예에 따른 전자 장치가 생성한 복수의 후보 음역의 일 예를 나타낸다.
도 8은 다양한 실시예에 따른 전자 장치가 음역 모델을 학습시키는 동작을 설명하기 위한 도면이다.
도 9는 다양한 실시예에 따른 전자 장치가 음소의 매칭 빈도에 기초하여 복수의 후보 음역의 우선순위를 결정하는 동작을 설명하기 위한 도면이다.
도 10은 다양한 실시예에 따른 전자 장치가 사용자 컨텍스트에 기초하여 사용자의 발화를 인식하고 응답을 제공하는 일 예를 나타낸다.
도 11은 다양한 실시예에 따른 전자 장치가 사용자 언어 모델이 기초하여 사용자의 발화를 인식하고 응답을 제공하는 일 예를 나타낸다.
도 12는 다양한 실시예에 따른 전자 장치의 동작 방법의 일 예를 설명하기 위한 흐름도이다.
도 13은 다양한 실시예에 따른 전자 장치의 동작 방법의 다른 예를 설명하기 위한 흐름도이다.
1 is a block diagram of an electronic device in a network environment, according to various embodiments.
2 is a block diagram illustrating an integrated intelligence system according to an embodiment.
3 is a diagram illustrating a form in which relation information between a concept and an operation is stored in a database according to various embodiments.
4 is a diagram illustrating a screen on which an electronic device processes a voice input received through an intelligent app according to various embodiments.
5 is a diagram for explaining an operation of recognizing a user's speech and providing a response by an electronic device according to various embodiments.
6 is a schematic block diagram of an electronic device according to various embodiments.
7 illustrates an example of a plurality of candidate sound ranges generated by an electronic device according to various embodiments.
8 is a diagram for explaining an operation of learning a vocal range model by an electronic device according to various embodiments.
FIG. 9 is a diagram for explaining an operation of determining the priority of a plurality of candidate phonemes based on phoneme matching frequencies by an electronic device according to various embodiments.
10 illustrates an example in which an electronic device recognizes a user's speech and provides a response based on a user context, according to various embodiments.
11 illustrates an example in which an electronic device recognizes a user's utterance based on a user language model and provides a response, according to various embodiments.
12 is a flowchart illustrating an example of a method of operating an electronic device according to various embodiments.
13 is a flowchart illustrating another example of a method of operating an electronic device according to various embodiments.

이하, 실시예들을 첨부된 도면들을 참조하여 상세하게 설명한다. 첨부 도면을 참조하여 설명함에 있어, 도면 부호에 관계없이 동일한 구성 요소는 동일한 참조 부호를 부여하고, 이에 대한 중복되는 설명은 생략하기로 한다.Hereinafter, embodiments will be described in detail with reference to the accompanying drawings. In the description with reference to the accompanying drawings, the same reference numerals are given to the same components regardless of reference numerals, and overlapping descriptions thereof will be omitted.

도 1은, 다양한 실시예들에 따른, 네트워크 환경(100) 내의 전자 장치(101)의 블록도이다. 도 1을 참조하면, 네트워크 환경(100)에서 전자 장치(101)는 제 1 네트워크(198)(예: 근거리 무선 통신 네트워크)를 통하여 전자 장치(102)와 통신하거나, 또는 제 2 네트워크(199)(예: 원거리 무선 통신 네트워크)를 통하여 전자 장치(104) 또는 서버(108) 중 적어도 하나와 통신할 수 있다. 일실시예에 따르면, 전자 장치(101)는 서버(108)를 통하여 전자 장치(104)와 통신할 수 있다. 일실시예에 따르면, 전자 장치(101)는 프로세서(120), 메모리(130), 입력 모듈(150), 음향 출력 모듈(155), 디스플레이 모듈(160), 오디오 모듈(170), 센서 모듈(176), 인터페이스(177), 연결 단자(178), 햅틱 모듈(179), 카메라 모듈(180), 전력 관리 모듈(188), 배터리(189), 통신 모듈(190), 가입자 식별 모듈(196), 또는 안테나 모듈(197)을 포함할 수 있다. 어떤 실시예에서는, 전자 장치(101)에는, 이 구성요소들 중 적어도 하나(예: 연결 단자(178))가 생략되거나, 하나 이상의 다른 구성요소가 추가될 수 있다. 어떤 실시예에서는, 이 구성요소들 중 일부들(예: 센서 모듈(176), 카메라 모듈(180), 또는 안테나 모듈(197))은 하나의 구성요소(예: 디스플레이 모듈(160))로 통합될 수 있다.1 is a block diagram of an electronic device 101 within a network environment 100, according to various embodiments. Referring to FIG. 1 , in a network environment 100, an electronic device 101 communicates with an electronic device 102 through a first network 198 (eg, a short-range wireless communication network) or through a second network 199. It may communicate with at least one of the electronic device 104 or the server 108 through (eg, a long-distance wireless communication network). According to one embodiment, the electronic device 101 may communicate with the electronic device 104 through the server 108 . According to an embodiment, the electronic device 101 includes a processor 120, a memory 130, an input module 150, an audio output module 155, a display module 160, an audio module 170, a sensor module ( 176), interface 177, connection terminal 178, haptic module 179, camera module 180, power management module 188, battery 189, communication module 190, subscriber identification module 196 , or the antenna module 197 may be included. In some embodiments, in the electronic device 101, at least one of these components (eg, the connection terminal 178) may be omitted or one or more other components may be added. In some embodiments, some of these components (eg, sensor module 176, camera module 180, or antenna module 197) are integrated into a single component (eg, display module 160). It can be.

프로세서(120)는, 예를 들면, 소프트웨어(예: 프로그램(140))를 실행하여 프로세서(120)에 연결된 전자 장치(101)의 적어도 하나의 다른 구성요소(예: 하드웨어 또는 소프트웨어 구성요소)를 제어할 수 있고, 다양한 데이터 처리 또는 연산을 수행할 수 있다. 일실시예에 따르면, 데이터 처리 또는 연산의 적어도 일부로서, 프로세서(120)는 다른 구성요소(예: 센서 모듈(176) 또는 통신 모듈(190))로부터 수신된 명령 또는 데이터를 휘발성 메모리(132)에 저장하고, 휘발성 메모리(132)에 저장된 명령 또는 데이터를 처리하고, 결과 데이터를 비휘발성 메모리(134)에 저장할 수 있다. 일실시예에 따르면, 프로세서(120)는 메인 프로세서(121)(예: 중앙 처리 장치 또는 어플리케이션 프로세서) 또는 이와는 독립적으로 또는 함께 운영 가능한 보조 프로세서(123)(예: 그래픽 처리 장치, 신경망 처리 장치(NPU: neural processing unit), 이미지 시그널 프로세서, 센서 허브 프로세서, 또는 커뮤니케이션 프로세서)를 포함할 수 있다. 예를 들어, 전자 장치(101)가 메인 프로세서(121) 및 보조 프로세서(123)를 포함하는 경우, 보조 프로세서(123)는 메인 프로세서(121)보다 저전력을 사용하거나, 지정된 기능에 특화되도록 설정될 수 있다. 보조 프로세서(123)는 메인 프로세서(121)와 별개로, 또는 그 일부로서 구현될 수 있다.The processor 120, for example, executes software (eg, the program 140) to cause at least one other component (eg, hardware or software component) of the electronic device 101 connected to the processor 120. It can control and perform various data processing or calculations. According to one embodiment, as at least part of data processing or operation, the processor 120 transfers instructions or data received from other components (e.g., sensor module 176 or communication module 190) to volatile memory 132. , processing commands or data stored in the volatile memory 132 , and storing resultant data in the non-volatile memory 134 . According to one embodiment, the processor 120 may include a main processor 121 (eg, a central processing unit or an application processor) or a secondary processor 123 (eg, a graphic processing unit, a neural network processing unit ( NPU: neural processing unit (NPU), image signal processor, sensor hub processor, or communication processor). For example, when the electronic device 101 includes the main processor 121 and the auxiliary processor 123, the auxiliary processor 123 may use less power than the main processor 121 or be set to be specialized for a designated function. can The secondary processor 123 may be implemented separately from or as part of the main processor 121 .

보조 프로세서(123)는, 예를 들면, 메인 프로세서(121)가 인액티브(예: 슬립) 상태에 있는 동안 메인 프로세서(121)를 대신하여, 또는 메인 프로세서(121)가 액티브(예: 어플리케이션 실행) 상태에 있는 동안 메인 프로세서(121)와 함께, 전자 장치(101)의 구성요소들 중 적어도 하나의 구성요소(예: 디스플레이 모듈(160), 센서 모듈(176), 또는 통신 모듈(190))와 관련된 기능 또는 상태들의 적어도 일부를 제어할 수 있다. 일실시예에 따르면, 보조 프로세서(123)(예: 이미지 시그널 프로세서 또는 커뮤니케이션 프로세서)는 기능적으로 관련 있는 다른 구성요소(예: 카메라 모듈(180) 또는 통신 모듈(190))의 일부로서 구현될 수 있다. 일실시예에 따르면, 보조 프로세서(123)(예: 신경망 처리 장치)는 인공지능 모델의 처리에 특화된 하드웨어 구조를 포함할 수 있다. 인공지능 모델은 기계 학습을 통해 생성될 수 있다. 이러한 학습은, 예를 들어, 인공지능 모델이 수행되는 전자 장치(101) 자체에서 수행될 수 있고, 별도의 서버(예: 서버(108))를 통해 수행될 수도 있다. 학습 알고리즘은, 예를 들어, 지도형 학습(supervised learning), 비지도형 학습(unsupervised learning), 준지도형 학습(semi-supervised learning) 또는 강화 학습(reinforcement learning)을 포함할 수 있으나, 전술한 예에 한정되지 않는다. 인공지능 모델은, 복수의 인공 신경망 레이어들을 포함할 수 있다. 인공 신경망은 심층 신경망(DNN: deep neural network), CNN(convolutional neural network), RNN(recurrent neural network), RBM(restricted boltzmann machine), DBN(deep belief network), BRDNN(bidirectional recurrent deep neural network), 심층 Q-네트워크(deep Q-networks) 또는 상기 중 둘 이상의 조합 중 하나일 수 있으나, 전술한 예에 한정되지 않는다. 인공지능 모델은 하드웨어 구조 이외에, 추가적으로 또는 대체적으로, 소프트웨어 구조를 포함할 수 있다.The secondary processor 123 may, for example, take the place of the main processor 121 while the main processor 121 is in an inactive (eg, sleep) state, or the main processor 121 is active (eg, running an application). ) state, together with the main processor 121, at least one of the components of the electronic device 101 (eg, the display module 160, the sensor module 176, or the communication module 190) It is possible to control at least some of the related functions or states. According to one embodiment, the auxiliary processor 123 (eg, image signal processor or communication processor) may be implemented as part of other functionally related components (eg, camera module 180 or communication module 190). there is. According to an embodiment, the auxiliary processor 123 (eg, a neural network processing device) may include a hardware structure specialized for processing an artificial intelligence model. AI models can be created through machine learning. Such learning may be performed, for example, in the electronic device 101 itself where the artificial intelligence model is performed, or may be performed through a separate server (eg, the server 108). The learning algorithm may include, for example, supervised learning, unsupervised learning, semi-supervised learning or reinforcement learning, but in the above example Not limited. The artificial intelligence model may include a plurality of artificial neural network layers. Artificial neural networks include deep neural networks (DNNs), convolutional neural networks (CNNs), recurrent neural networks (RNNs), restricted boltzmann machines (RBMs), deep belief networks (DBNs), bidirectional recurrent deep neural networks (BRDNNs), It may be one of deep Q-networks or a combination of two or more of the foregoing, but is not limited to the foregoing examples. The artificial intelligence model may include, in addition or alternatively, software structures in addition to hardware structures.

메모리(130)는, 전자 장치(101)의 적어도 하나의 구성요소(예: 프로세서(120) 또는 센서 모듈(176))에 의해 사용되는 다양한 데이터를 저장할 수 있다. 데이터는, 예를 들어, 소프트웨어(예: 프로그램(140)) 및, 이와 관련된 명령에 대한 입력 데이터 또는 출력 데이터를 포함할 수 있다. 메모리(130)는, 휘발성 메모리(132) 또는 비휘발성 메모리(134)를 포함할 수 있다. The memory 130 may store various data used by at least one component (eg, the processor 120 or the sensor module 176) of the electronic device 101 . The data may include, for example, input data or output data for software (eg, program 140) and commands related thereto. The memory 130 may include volatile memory 132 or non-volatile memory 134 .

프로그램(140)은 메모리(130)에 소프트웨어로서 저장될 수 있으며, 예를 들면, 운영 체제(142), 미들 웨어(144) 또는 어플리케이션(146)을 포함할 수 있다. The program 140 may be stored as software in the memory 130 and may include, for example, an operating system 142 , middleware 144 , or an application 146 .

입력 모듈(150)은, 전자 장치(101)의 구성요소(예: 프로세서(120))에 사용될 명령 또는 데이터를 전자 장치(101)의 외부(예: 사용자)로부터 수신할 수 있다. 입력 모듈(150)은, 예를 들면, 마이크, 마우스, 키보드, 키(예: 버튼), 또는 디지털 펜(예: 스타일러스 펜)을 포함할 수 있다. The input module 150 may receive a command or data to be used by a component (eg, the processor 120) of the electronic device 101 from the outside of the electronic device 101 (eg, a user). The input module 150 may include, for example, a microphone, a mouse, a keyboard, a key (eg, a button), or a digital pen (eg, a stylus pen).

음향 출력 모듈(155)은 음향 신호를 전자 장치(101)의 외부로 출력할 수 있다. 음향 출력 모듈(155)은, 예를 들면, 스피커 또는 리시버를 포함할 수 있다. 스피커는 멀티미디어 재생 또는 녹음 재생과 같이 일반적인 용도로 사용될 수 있다. 리시버는 착신 전화를 수신하기 위해 사용될 수 있다. 일실시예에 따르면, 리시버는 스피커와 별개로, 또는 그 일부로서 구현될 수 있다.The sound output module 155 may output sound signals to the outside of the electronic device 101 . The sound output module 155 may include, for example, a speaker or a receiver. The speaker can be used for general purposes such as multimedia playback or recording playback. A receiver may be used to receive an incoming call. According to one embodiment, the receiver may be implemented separately from the speaker or as part of it.

디스플레이 모듈(160)은 전자 장치(101)의 외부(예: 사용자)로 정보를 시각적으로 제공할 수 있다. 디스플레이 모듈(160)은, 예를 들면, 디스플레이, 홀로그램 장치, 또는 프로젝터 및 해당 장치를 제어하기 위한 제어 회로를 포함할 수 있다. 일실시예에 따르면, 디스플레이 모듈(160)은 터치를 감지하도록 설정된 터치 센서, 또는 상기 터치에 의해 발생되는 힘의 세기를 측정하도록 설정된 압력 센서를 포함할 수 있다. The display module 160 may visually provide information to the outside of the electronic device 101 (eg, a user). The display module 160 may include, for example, a display, a hologram device, or a projector and a control circuit for controlling the device. According to one embodiment, the display module 160 may include a touch sensor set to detect a touch or a pressure sensor set to measure the intensity of force generated by the touch.

오디오 모듈(170)은 소리를 전기 신호로 변환시키거나, 반대로 전기 신호를 소리로 변환시킬 수 있다. 일실시예에 따르면, 오디오 모듈(170)은, 입력 모듈(150)을 통해 소리를 획득하거나, 음향 출력 모듈(155), 또는 전자 장치(101)와 직접 또는 무선으로 연결된 외부 전자 장치(예: 전자 장치(102))(예: 스피커 또는 헤드폰)를 통해 소리를 출력할 수 있다.The audio module 170 may convert sound into an electrical signal or vice versa. According to one embodiment, the audio module 170 acquires sound through the input module 150, the sound output module 155, or an external electronic device connected directly or wirelessly to the electronic device 101 (eg: Sound may be output through the electronic device 102 (eg, a speaker or a headphone).

센서 모듈(176)은 전자 장치(101)의 작동 상태(예: 전력 또는 온도), 또는 외부의 환경 상태(예: 사용자 상태)를 감지하고, 감지된 상태에 대응하는 전기 신호 또는 데이터 값을 생성할 수 있다. 일실시예에 따르면, 센서 모듈(176)은, 예를 들면, 제스처 센서, 자이로 센서, 기압 센서, 마그네틱 센서, 가속도 센서, 그립 센서, 근접 센서, 컬러 센서, IR(infrared) 센서, 생체 센서, 온도 센서, 습도 센서, 또는 조도 센서를 포함할 수 있다. The sensor module 176 detects an operating state (eg, power or temperature) of the electronic device 101 or an external environmental state (eg, a user state), and generates an electrical signal or data value corresponding to the detected state. can do. According to one embodiment, the sensor module 176 may include, for example, a gesture sensor, a gyro sensor, an air pressure sensor, a magnetic sensor, an acceleration sensor, a grip sensor, a proximity sensor, a color sensor, an IR (infrared) sensor, a bio sensor, It may include a temperature sensor, humidity sensor, or light sensor.

인터페이스(177)는 전자 장치(101)가 외부 전자 장치(예: 전자 장치(102))와 직접 또는 무선으로 연결되기 위해 사용될 수 있는 하나 이상의 지정된 프로토콜들을 지원할 수 있다. 일실시예에 따르면, 인터페이스(177)는, 예를 들면, HDMI(high definition multimedia interface), USB(universal serial bus) 인터페이스, SD카드 인터페이스, 또는 오디오 인터페이스를 포함할 수 있다.The interface 177 may support one or more designated protocols that may be used to directly or wirelessly connect the electronic device 101 to an external electronic device (eg, the electronic device 102). According to one embodiment, the interface 177 may include, for example, a high definition multimedia interface (HDMI), a universal serial bus (USB) interface, an SD card interface, or an audio interface.

연결 단자(178)는, 그를 통해서 전자 장치(101)가 외부 전자 장치(예: 전자 장치(102))와 물리적으로 연결될 수 있는 커넥터를 포함할 수 있다. 일실시예에 따르면, 연결 단자(178)는, 예를 들면, HDMI 커넥터, USB 커넥터, SD 카드 커넥터, 또는 오디오 커넥터(예: 헤드폰 커넥터)를 포함할 수 있다.The connection terminal 178 may include a connector through which the electronic device 101 may be physically connected to an external electronic device (eg, the electronic device 102). According to one embodiment, the connection terminal 178 may include, for example, an HDMI connector, a USB connector, an SD card connector, or an audio connector (eg, a headphone connector).

햅틱 모듈(179)은 전기적 신호를 사용자가 촉각 또는 운동 감각을 통해서 인지할 수 있는 기계적인 자극(예: 진동 또는 움직임) 또는 전기적인 자극으로 변환할 수 있다. 일실시예에 따르면, 햅틱 모듈(179)은, 예를 들면, 모터, 압전 소자, 또는 전기 자극 장치를 포함할 수 있다.The haptic module 179 may convert electrical signals into mechanical stimuli (eg, vibration or motion) or electrical stimuli that a user may perceive through tactile or kinesthetic senses. According to one embodiment, the haptic module 179 may include, for example, a motor, a piezoelectric element, or an electrical stimulation device.

카메라 모듈(180)은 정지 영상 및 동영상을 촬영할 수 있다. 일실시예에 따르면, 카메라 모듈(180)은 하나 이상의 렌즈들, 이미지 센서들, 이미지 시그널 프로세서들, 또는 플래시들을 포함할 수 있다.The camera module 180 may capture still images and moving images. According to one embodiment, the camera module 180 may include one or more lenses, image sensors, image signal processors, or flashes.

전력 관리 모듈(188)은 전자 장치(101)에 공급되는 전력을 관리할 수 있다. 일실시예에 따르면, 전력 관리 모듈(188)은, 예를 들면, PMIC(power management integrated circuit)의 적어도 일부로서 구현될 수 있다.The power management module 188 may manage power supplied to the electronic device 101 . According to one embodiment, the power management module 188 may be implemented as at least part of a power management integrated circuit (PMIC), for example.

배터리(189)는 전자 장치(101)의 적어도 하나의 구성요소에 전력을 공급할 수 있다. 일실시예에 따르면, 배터리(189)는, 예를 들면, 재충전 불가능한 1차 전지, 재충전 가능한 2차 전지 또는 연료 전지를 포함할 수 있다.The battery 189 may supply power to at least one component of the electronic device 101 . According to one embodiment, the battery 189 may include, for example, a non-rechargeable primary cell, a rechargeable secondary cell, or a fuel cell.

통신 모듈(190)은 전자 장치(101)와 외부 전자 장치(예: 전자 장치(102), 전자 장치(104), 또는 서버(108)) 간의 직접(예: 유선) 통신 채널 또는 무선 통신 채널의 수립, 및 수립된 통신 채널을 통한 통신 수행을 지원할 수 있다. 통신 모듈(190)은 프로세서(120)(예: 어플리케이션 프로세서)와 독립적으로 운영되고, 직접(예: 유선) 통신 또는 무선 통신을 지원하는 하나 이상의 커뮤니케이션 프로세서를 포함할 수 있다. 일실시예에 따르면, 통신 모듈(190)은 무선 통신 모듈(192)(예: 셀룰러 통신 모듈, 근거리 무선 통신 모듈, 또는 GNSS(global navigation satellite system) 통신 모듈) 또는 유선 통신 모듈(194)(예: LAN(local area network) 통신 모듈, 또는 전력선 통신 모듈)을 포함할 수 있다. 이들 통신 모듈 중 해당하는 통신 모듈은 제 1 네트워크(198)(예: 블루투스, WiFi(wireless fidelity) direct 또는 IrDA(infrared data association)와 같은 근거리 통신 네트워크) 또는 제 2 네트워크(199)(예: 레거시 셀룰러 네트워크, 5G 네트워크, 차세대 통신 네트워크, 인터넷, 또는 컴퓨터 네트워크(예: LAN 또는 WAN)와 같은 원거리 통신 네트워크)를 통하여 외부의 전자 장치(104)와 통신할 수 있다. 이런 여러 종류의 통신 모듈들은 하나의 구성요소(예: 단일 칩)로 통합되거나, 또는 서로 별도의 복수의 구성요소들(예: 복수 칩들)로 구현될 수 있다. 무선 통신 모듈(192)은 가입자 식별 모듈(196)에 저장된 가입자 정보(예: 국제 모바일 가입자 식별자(IMSI))를 이용하여 제 1 네트워크(198) 또는 제 2 네트워크(199)와 같은 통신 네트워크 내에서 전자 장치(101)를 확인 또는 인증할 수 있다. The communication module 190 is a direct (eg, wired) communication channel or a wireless communication channel between the electronic device 101 and an external electronic device (eg, the electronic device 102, the electronic device 104, or the server 108). Establishment and communication through the established communication channel may be supported. The communication module 190 may include one or more communication processors that operate independently of the processor 120 (eg, an application processor) and support direct (eg, wired) communication or wireless communication. According to one embodiment, the communication module 190 is a wireless communication module 192 (eg, a cellular communication module, a short-range wireless communication module, or a global navigation satellite system (GNSS) communication module) or a wired communication module 194 (eg, : a local area network (LAN) communication module or a power line communication module). Among these communication modules, a corresponding communication module is a first network 198 (eg, a short-range communication network such as Bluetooth, wireless fidelity (WiFi) direct, or infrared data association (IrDA)) or a second network 199 (eg, legacy It may communicate with the external electronic device 104 through a cellular network, a 5G network, a next-generation communication network, the Internet, or a telecommunications network such as a computer network (eg, a LAN or a WAN). These various types of communication modules may be integrated as one component (eg, a single chip) or implemented as a plurality of separate components (eg, multiple chips). The wireless communication module 192 uses subscriber information (eg, International Mobile Subscriber Identifier (IMSI)) stored in the subscriber identification module 196 within a communication network such as the first network 198 or the second network 199. The electronic device 101 may be identified or authenticated.

무선 통신 모듈(192)은 4G 네트워크 이후의 5G 네트워크 및 차세대 통신 기술, 예를 들어, NR 접속 기술(new radio access technology)을 지원할 수 있다. NR 접속 기술은 고용량 데이터의 고속 전송(eMBB(enhanced mobile broadband)), 단말 전력 최소화와 다수 단말의 접속(mMTC(massive machine type communications)), 또는 고신뢰도와 저지연(URLLC(ultra-reliable and low-latency communications))을 지원할 수 있다. 무선 통신 모듈(192)은, 예를 들어, 높은 데이터 전송률 달성을 위해, 고주파 대역(예: mmWave 대역)을 지원할 수 있다. 무선 통신 모듈(192)은 고주파 대역에서의 성능 확보를 위한 다양한 기술들, 예를 들어, 빔포밍(beamforming), 거대 배열 다중 입출력(massive MIMO(multiple-input and multiple-output)), 전차원 다중입출력(FD-MIMO: full dimensional MIMO), 어레이 안테나(array antenna), 아날로그 빔형성(analog beam-forming), 또는 대규모 안테나(large scale antenna)와 같은 기술들을 지원할 수 있다. 무선 통신 모듈(192)은 전자 장치(101), 외부 전자 장치(예: 전자 장치(104)) 또는 네트워크 시스템(예: 제 2 네트워크(199))에 규정되는 다양한 요구사항을 지원할 수 있다. 일실시예에 따르면, 무선 통신 모듈(192)은 eMBB 실현을 위한 Peak data rate(예: 20Gbps 이상), mMTC 실현을 위한 손실 Coverage(예: 164dB 이하), 또는 URLLC 실현을 위한 U-plane latency(예: 다운링크(DL) 및 업링크(UL) 각각 0.5ms 이하, 또는 라운드 트립 1ms 이하)를 지원할 수 있다.The wireless communication module 192 may support a 5G network after a 4G network and a next-generation communication technology, for example, NR access technology (new radio access technology). NR access technologies include high-speed transmission of high-capacity data (enhanced mobile broadband (eMBB)), minimization of terminal power and access of multiple terminals (massive machine type communications (mMTC)), or high reliability and low latency (ultra-reliable and low latency (URLLC)). -latency communications)) can be supported. The wireless communication module 192 may support a high frequency band (eg, mmWave band) to achieve a high data rate, for example. The wireless communication module 192 uses various technologies for securing performance in a high frequency band, such as beamforming, massive multiple-input and multiple-output (MIMO), and full-dimensional multiplexing. Technologies such as input/output (FD-MIMO: full dimensional MIMO), array antenna, analog beam-forming, or large scale antenna may be supported. The wireless communication module 192 may support various requirements defined for the electronic device 101, an external electronic device (eg, the electronic device 104), or a network system (eg, the second network 199). According to one embodiment, the wireless communication module 192 is a peak data rate for eMBB realization (eg, 20 Gbps or more), a loss coverage for mMTC realization (eg, 164 dB or less), or a U-plane latency for URLLC realization (eg, Example: downlink (DL) and uplink (UL) each of 0.5 ms or less, or round trip 1 ms or less) may be supported.

안테나 모듈(197)은 신호 또는 전력을 외부(예: 외부의 전자 장치)로 송신하거나 외부로부터 수신할 수 있다. 일실시예에 따르면, 안테나 모듈(197)은 서브스트레이트(예: PCB) 위에 형성된 도전체 또는 도전성 패턴으로 이루어진 방사체를 포함하는 안테나를 포함할 수 있다. 일실시예에 따르면, 안테나 모듈(197)은 복수의 안테나들(예: 어레이 안테나)을 포함할 수 있다. 이런 경우, 제 1 네트워크(198) 또는 제 2 네트워크(199)와 같은 통신 네트워크에서 사용되는 통신 방식에 적합한 적어도 하나의 안테나가, 예를 들면, 통신 모듈(190)에 의하여 상기 복수의 안테나들로부터 선택될 수 있다. 신호 또는 전력은 상기 선택된 적어도 하나의 안테나를 통하여 통신 모듈(190)과 외부의 전자 장치 간에 송신되거나 수신될 수 있다. 어떤 실시예에 따르면, 방사체 이외에 다른 부품(예: RFIC(radio frequency integrated circuit))이 추가로 안테나 모듈(197)의 일부로 형성될 수 있다. The antenna module 197 may transmit or receive signals or power to the outside (eg, an external electronic device). According to one embodiment, the antenna module 197 may include an antenna including a radiator formed of a conductor or a conductive pattern formed on a substrate (eg, PCB). According to one embodiment, the antenna module 197 may include a plurality of antennas (eg, an array antenna). In this case, at least one antenna suitable for a communication method used in a communication network such as the first network 198 or the second network 199 is selected from the plurality of antennas by the communication module 190, for example. can be chosen A signal or power may be transmitted or received between the communication module 190 and an external electronic device through the selected at least one antenna. According to some embodiments, other components (eg, a radio frequency integrated circuit (RFIC)) may be additionally formed as a part of the antenna module 197 in addition to the radiator.

다양한 실시예에 따르면, 안테나 모듈(197)은 mmWave 안테나 모듈을 형성할 수 있다. 일실시예에 따르면, mmWave 안테나 모듈은 인쇄 회로 기판, 상기 인쇄 회로 기판의 제 1 면(예: 아래 면)에 또는 그에 인접하여 배치되고 지정된 고주파 대역(예: mmWave 대역)을 지원할 수 있는 RFIC, 및 상기 인쇄 회로 기판의 제 2 면(예: 윗 면 또는 측 면)에 또는 그에 인접하여 배치되고 상기 지정된 고주파 대역의 신호를 송신 또는 수신할 수 있는 복수의 안테나들(예: 어레이 안테나)을 포함할 수 있다.According to various embodiments, the antenna module 197 may form a mmWave antenna module. According to one embodiment, the mmWave antenna module includes a printed circuit board, an RFIC disposed on or adjacent to a first surface (eg, a lower surface) of the printed circuit board and capable of supporting a designated high frequency band (eg, mmWave band); and a plurality of antennas (eg, array antennas) disposed on or adjacent to a second surface (eg, a top surface or a side surface) of the printed circuit board and capable of transmitting or receiving signals of the designated high frequency band. can do.

상기 구성요소들 중 적어도 일부는 주변 기기들간 통신 방식(예: 버스, GPIO(general purpose input and output), SPI(serial peripheral interface), 또는 MIPI(mobile industry processor interface))을 통해 서로 연결되고 신호(예: 명령 또는 데이터)를 상호간에 교환할 수 있다.At least some of the components are connected to each other through a communication method between peripheral devices (eg, a bus, general purpose input and output (GPIO), serial peripheral interface (SPI), or mobile industry processor interface (MIPI)) and signal ( e.g. commands or data) can be exchanged with each other.

일실시예에 따르면, 명령 또는 데이터는 제 2 네트워크(199)에 연결된 서버(108)를 통해서 전자 장치(101)와 외부의 전자 장치(104)간에 송신 또는 수신될 수 있다. 외부의 전자 장치(102, 또는 104) 각각은 전자 장치(101)와 동일한 또는 다른 종류의 장치일 수 있다. 일실시예에 따르면, 전자 장치(101)에서 실행되는 동작들의 전부 또는 일부는 외부의 전자 장치들(102, 104, 또는 108) 중 하나 이상의 외부의 전자 장치들에서 실행될 수 있다. 예를 들면, 전자 장치(101)가 어떤 기능이나 서비스를 자동으로, 또는 사용자 또는 다른 장치로부터의 요청에 반응하여 수행해야 할 경우에, 전자 장치(101)는 기능 또는 서비스를 자체적으로 실행시키는 대신에 또는 추가적으로, 하나 이상의 외부의 전자 장치들에게 그 기능 또는 그 서비스의 적어도 일부를 수행하라고 요청할 수 있다. 상기 요청을 수신한 하나 이상의 외부의 전자 장치들은 요청된 기능 또는 서비스의 적어도 일부, 또는 상기 요청과 관련된 추가 기능 또는 서비스를 실행하고, 그 실행의 결과를 전자 장치(101)로 전달할 수 있다. 전자 장치(101)는 상기 결과를, 그대로 또는 추가적으로 처리하여, 상기 요청에 대한 응답의 적어도 일부로서 제공할 수 있다. 이를 위하여, 예를 들면, 클라우드 컴퓨팅, 분산 컴퓨팅, 모바일 에지 컴퓨팅(MEC: mobile edge computing), 또는 클라이언트-서버 컴퓨팅 기술이 이용될 수 있다. 전자 장치(101)는, 예를 들어, 분산 컴퓨팅 또는 모바일 에지 컴퓨팅을 이용하여 초저지연 서비스를 제공할 수 있다. 다른 실시예에 있어서, 외부의 전자 장치(104)는 IoT(internet of things) 기기를 포함할 수 있다. 서버(108)는 기계 학습 및/또는 신경망을 이용한 지능형 서버일 수 있다. 일실시예에 따르면, 외부의 전자 장치(104) 또는 서버(108)는 제 2 네트워크(199) 내에 포함될 수 있다. 전자 장치(101)는 5G 통신 기술 및 IoT 관련 기술을 기반으로 지능형 서비스(예: 스마트 홈, 스마트 시티, 스마트 카, 또는 헬스 케어)에 적용될 수 있다. According to an embodiment, commands or data may be transmitted or received between the electronic device 101 and the external electronic device 104 through the server 108 connected to the second network 199 . Each of the external electronic devices 102 or 104 may be the same as or different from the electronic device 101 . According to an embodiment, all or part of operations executed in the electronic device 101 may be executed in one or more external electronic devices among the external electronic devices 102 , 104 , or 108 . For example, when the electronic device 101 needs to perform a certain function or service automatically or in response to a request from a user or another device, the electronic device 101 instead of executing the function or service by itself. Alternatively or additionally, one or more external electronic devices may be requested to perform the function or at least part of the service. One or more external electronic devices receiving the request may execute at least a part of the requested function or service or an additional function or service related to the request, and deliver the execution result to the electronic device 101 . The electronic device 101 may provide the result as at least part of a response to the request as it is or additionally processed. To this end, for example, cloud computing, distributed computing, mobile edge computing (MEC), or client-server computing technology may be used. The electronic device 101 may provide an ultra-low latency service using, for example, distributed computing or mobile edge computing. In another embodiment, the external electronic device 104 may include an internet of things (IoT) device. Server 108 may be an intelligent server using machine learning and/or neural networks. According to one embodiment, the external electronic device 104 or server 108 may be included in the second network 199 . The electronic device 101 may be applied to intelligent services (eg, smart home, smart city, smart car, or health care) based on 5G communication technology and IoT-related technology.

본 문서에 개시된 다양한 실시예들에 따른 전자 장치는 다양한 형태의 장치가 될 수 있다. 전자 장치는, 예를 들면, 휴대용 통신 장치(예: 스마트폰), 컴퓨터 장치, 휴대용 멀티미디어 장치, 휴대용 의료 기기, 카메라, 웨어러블 장치, 또는 가전 장치를 포함할 수 있다. 본 문서의 실시예에 따른 전자 장치는 전술한 기기들에 한정되지 않는다.Electronic devices according to various embodiments disclosed in this document may be devices of various types. The electronic device may include, for example, a portable communication device (eg, a smart phone), a computer device, a portable multimedia device, a portable medical device, a camera, a wearable device, or a home appliance. An electronic device according to an embodiment of the present document is not limited to the aforementioned devices.

본 문서의 다양한 실시예들 및 이에 사용된 용어들은 본 문서에 기재된 기술적 특징들을 특정한 실시예들로 한정하려는 것이 아니며, 해당 실시예의 다양한 변경, 균등물, 또는 대체물을 포함하는 것으로 이해되어야 한다. 도면의 설명과 관련하여, 유사한 또는 관련된 구성요소에 대해서는 유사한 참조 부호가 사용될 수 있다. 아이템에 대응하는 명사의 단수 형은 관련된 문맥상 명백하게 다르게 지시하지 않는 한, 상기 아이템 한 개 또는 복수 개를 포함할 수 있다. 본 문서에서, "A 또는 B", "A 및 B 중 적어도 하나", "A 또는 B 중 적어도 하나", "A, B 또는 C", "A, B 및 C 중 적어도 하나", 및 "A, B, 또는 C 중 적어도 하나"와 같은 문구들 각각은 그 문구들 중 해당하는 문구에 함께 나열된 항목들 중 어느 하나, 또는 그들의 모든 가능한 조합을 포함할 수 있다. "제 1", "제 2", 또는 "첫째" 또는 "둘째"와 같은 용어들은 단순히 해당 구성요소를 다른 해당 구성요소와 구분하기 위해 사용될 수 있으며, 해당 구성요소들을 다른 측면(예: 중요성 또는 순서)에서 한정하지 않는다. 어떤(예: 제 1) 구성요소가 다른(예: 제 2) 구성요소에, "기능적으로" 또는 "통신적으로"라는 용어와 함께 또는 이런 용어 없이, "커플드" 또는 "커넥티드"라고 언급된 경우, 그것은 상기 어떤 구성요소가 상기 다른 구성요소에 직접적으로(예: 유선으로), 무선으로, 또는 제 3 구성요소를 통하여 연결될 수 있다는 것을 의미한다.Various embodiments of this document and terms used therein are not intended to limit the technical features described in this document to specific embodiments, but should be understood to include various modifications, equivalents, or substitutes of the embodiments. In connection with the description of the drawings, like reference numbers may be used for like or related elements. The singular form of a noun corresponding to an item may include one item or a plurality of items, unless the relevant context clearly dictates otherwise. In this document, "A or B", "at least one of A and B", "at least one of A or B", "A, B or C", "at least one of A, B and C", and "A Each of the phrases such as "at least one of , B, or C" may include any one of the items listed together in that phrase, or all possible combinations thereof. Terms such as "first", "second", or "first" or "secondary" may simply be used to distinguish a given component from other corresponding components, and may be used to refer to a given component in another aspect (eg, importance or order) is not limited. A (e.g., first) component is said to be "coupled" or "connected" to another (e.g., second) component, with or without the terms "functionally" or "communicatively." When mentioned, it means that the certain component may be connected to the other component directly (eg by wire), wirelessly, or through a third component.

본 문서의 다양한 실시예들에서 사용된 용어 "모듈"은 하드웨어, 소프트웨어 또는 펌웨어로 구현된 유닛을 포함할 수 있으며, 예를 들면, 로직, 논리 블록, 부품, 또는 회로와 같은 용어와 상호 호환적으로 사용될 수 있다. 모듈은, 일체로 구성된 부품 또는 하나 또는 그 이상의 기능을 수행하는, 상기 부품의 최소 단위 또는 그 일부가 될 수 있다. 예를 들면, 일실시예에 따르면, 모듈은 ASIC(application-specific integrated circuit)의 형태로 구현될 수 있다. The term "module" used in various embodiments of this document may include a unit implemented in hardware, software, or firmware, and is interchangeable with terms such as, for example, logic, logical blocks, parts, or circuits. can be used as A module may be an integrally constructed component or a minimal unit of components or a portion thereof that performs one or more functions. For example, according to one embodiment, the module may be implemented in the form of an application-specific integrated circuit (ASIC).

본 문서의 다양한 실시예들은 기기(machine)(예: 전자 장치(101))에 의해 읽을 수 있는 저장 매체(storage medium)(예: 내장 메모리(136) 또는 외장 메모리(138))에 저장된 하나 이상의 명령어들을 포함하는 소프트웨어(예: 프로그램(140))로서 구현될 수 있다. 예를 들면, 기기(예: 전자 장치(101))의 프로세서(예: 프로세서(120))는, 저장 매체로부터 저장된 하나 이상의 명령어들 중 적어도 하나의 명령을 호출하고, 그것을 실행할 수 있다. 이것은 기기가 상기 호출된 적어도 하나의 명령어에 따라 적어도 하나의 기능을 수행하도록 운영되는 것을 가능하게 한다. 상기 하나 이상의 명령어들은 컴파일러에 의해 생성된 코드 또는 인터프리터에 의해 실행될 수 있는 코드를 포함할 수 있다. 기기로 읽을 수 있는 저장 매체는, 비일시적(non-transitory) 저장 매체의 형태로 제공될 수 있다. 여기서, ‘비일시적’은 저장 매체가 실재(tangible)하는 장치이고, 신호(signal)(예: 전자기파)를 포함하지 않는다는 것을 의미할 뿐이며, 이 용어는 데이터가 저장 매체에 반영구적으로 저장되는 경우와 임시적으로 저장되는 경우를 구분하지 않는다.Various embodiments of this document describe one or more stored in a storage medium (eg, internal memory 136 or external memory 138) readable by a machine (eg, electronic device 101). It may be implemented as software (eg, program 140) containing instructions. For example, a processor (eg, the processor 120 ) of a device (eg, the electronic device 101 ) may call at least one command among one or more instructions stored from a storage medium and execute it. This enables the device to be operated to perform at least one function according to the at least one command invoked. The one or more instructions may include code generated by a compiler or code executable by an interpreter. The device-readable storage medium may be provided in the form of a non-transitory storage medium. Here, 'non-temporary' only means that the storage medium is a tangible device and does not contain a signal (e.g. electromagnetic wave), and this term refers to the case where data is stored semi-permanently in the storage medium. It does not discriminate when it is temporarily stored.

일실시예에 따르면, 본 문서에 개시된 다양한 실시예들에 따른 방법은 컴퓨터 프로그램 제품(computer program product)에 포함되어 제공될 수 있다. 컴퓨터 프로그램 제품은 상품으로서 판매자 및 구매자 간에 거래될 수 있다. 컴퓨터 프로그램 제품은 기기로 읽을 수 있는 저장 매체(예: compact disc read only memory(CD-ROM))의 형태로 배포되거나, 또는 어플리케이션 스토어(예: 플레이 스토어TM)를 통해 또는 두 개의 사용자 장치들(예: 스마트 폰들) 간에 직접, 온라인으로 배포(예: 다운로드 또는 업로드)될 수 있다. 온라인 배포의 경우에, 컴퓨터 프로그램 제품의 적어도 일부는 제조사의 서버, 어플리케이션 스토어의 서버, 또는 중계 서버의 메모리와 같은 기기로 읽을 수 있는 저장 매체에 적어도 일시 저장되거나, 임시적으로 생성될 수 있다.According to one embodiment, the method according to various embodiments disclosed in this document may be included and provided in a computer program product. Computer program products may be traded between sellers and buyers as commodities. A computer program product is distributed in the form of a device-readable storage medium (e.g. compact disc read only memory (CD-ROM)), or through an application store (e.g. Play Store™) or on two user devices (e.g. It can be distributed (eg downloaded or uploaded) online, directly between smart phones. In the case of online distribution, at least part of the computer program product may be temporarily stored or temporarily created in a device-readable storage medium such as a manufacturer's server, an application store server, or a relay server's memory.

다양한 실시예들에 따르면, 상기 기술한 구성요소들의 각각의 구성요소(예: 모듈 또는 프로그램)는 단수 또는 복수의 개체를 포함할 수 있으며, 복수의 개체 중 일부는 다른 구성요소에 분리 배치될 수도 있다. 다양한 실시예들에 따르면, 전술한 해당 구성요소들 중 하나 이상의 구성요소들 또는 동작들이 생략되거나, 또는 하나 이상의 다른 구성요소들 또는 동작들이 추가될 수 있다. 대체적으로 또는 추가적으로, 복수의 구성요소들(예: 모듈 또는 프로그램)은 하나의 구성요소로 통합될 수 있다. 이런 경우, 통합된 구성요소는 상기 복수의 구성요소들 각각의 구성요소의 하나 이상의 기능들을 상기 통합 이전에 상기 복수의 구성요소들 중 해당 구성요소에 의해 수행되는 것과 동일 또는 유사하게 수행할 수 있다. 다양한 실시예들에 따르면, 모듈, 프로그램 또는 다른 구성요소에 의해 수행되는 동작들은 순차적으로, 병렬적으로, 반복적으로, 또는 휴리스틱하게 실행되거나, 상기 동작들 중 하나 이상이 다른 순서로 실행되거나, 생략되거나, 또는 하나 이상의 다른 동작들이 추가될 수 있다. According to various embodiments, each component (eg, module or program) of the above-described components may include a single object or a plurality of entities, and some of the plurality of entities may be separately disposed in other components. there is. According to various embodiments, one or more components or operations among the aforementioned corresponding components may be omitted, or one or more other components or operations may be added. Alternatively or additionally, a plurality of components (eg modules or programs) may be integrated into a single component. In this case, the integrated component may perform one or more functions of each of the plurality of components identically or similarly to those performed by a corresponding component of the plurality of components prior to the integration. . According to various embodiments, the actions performed by a module, program, or other component are executed sequentially, in parallel, iteratively, or heuristically, or one or more of the actions are executed in a different order, or omitted. or one or more other actions may be added.

도 2를 참조하면, 일 실시예의 통합 지능화 시스템(20)은 전자 장치(201)(예: 도 1의 전자 장치(101)), 지능형 서버(290)(예: 도 1의 서버(108)), 및 서비스 서버(300)(예: 도 1의 서버(108))를 포함할 수 있다. Referring to FIG. 2, the integrated intelligent system 20 of one embodiment includes an electronic device 201 (eg, the electronic device 101 of FIG. 1), an intelligent server 290 (eg, the server 108 of FIG. 1) , and a service server 300 (eg, server 108 of FIG. 1).

일 실시 예의 전자 장치(201)는, 인터넷에 연결 가능한 단말 장치(또는, 전자 장치)일 수 있으며, 예를 들어, 휴대폰, 스마트폰, PDA(personal digital assistant), 노트북 컴퓨터, TV, 백색 가전, 웨어러블 장치, HMD, 또는 스마트 스피커일 수 있다.The electronic device 201 of an embodiment may be a terminal device (or electronic device) connectable to the Internet, and may include, for example, a mobile phone, a smart phone, a personal digital assistant (PDA), a laptop computer, a TV, white goods, It may be a wearable device, HMD, or smart speaker.

도시된 실시 예에 따르면, 전자 장치(201)는 통신 인터페이스(202)(예: 도 1의 인터페이스(177)), 마이크(206)(예: 도 1의 입력 모듈(150)), 스피커(205)(예: 도 1의 음향 출력 모듈(155)), 디스플레이 모듈(204)(예: 도 1의 디스플레이 모듈(160)), 메모리(207)(예: 도 1의 메모리(130)), 또는 프로세서(203)(예: 도 1의 프로세서(120))를 포함할 수 있다. 상기 열거된 구성요소들은 서로 작동적으로 또는 전기적으로 연결될 수 있다.According to the illustrated embodiment, the electronic device 201 includes a communication interface 202 (eg, the interface 177 of FIG. 1 ), a microphone 206 (eg, the input module 150 of FIG. 1 ), and a speaker 205 ) (eg, sound output module 155 of FIG. 1 ), display module 204 (eg, display module 160 of FIG. 1 ), memory 207 (eg, memory 130 of FIG. 1 ), or processor 203 (eg, processor 120 of FIG. 1 ). The components listed above may be operatively or electrically connected to each other.

일 실시 예의 통신 인터페이스(202)는 외부 장치와 연결되어 데이터를 송수신하도록 구성될 수 있다. 일 실시 예의 마이크(206)는 소리(예: 사용자 발화)를 수신하여, 전기적 신호로 변환할 수 있다. 일 실시예의 스피커(205)는 전기적 신호를 소리(예: 음성)로 출력할 수 있다.The communication interface 202 according to an embodiment may be connected to an external device to transmit/receive data. The microphone 206 according to an embodiment may receive sound (eg, user's speech) and convert it into an electrical signal. The speaker 205 of one embodiment may output an electrical signal as sound (eg, voice).

일 실시 예의 디스플레이 모듈(204)은 이미지 또는 비디오를 표시하도록 구성될 수 있다. 일 실시 예의 디스플레이 모듈(204)은 또한 실행되는 앱(app)(또는, 어플리케이션 프로그램(application program))의 그래픽 사용자 인터페이스(graphic user interface)(GUI)를 표시할 수 있다. 일 실시 예의 디스플레이 모듈(204)은 터치 센서를 통해 터치 입력을 수신할 수 있다. 예를 들어, 디스플레이 모듈(204)은 디스플레이 모듈(204) 내에 표시되는 화상 키보드 영역의 터치 센서를 통해 텍스트 입력을 수신할 수 있다.The display module 204 of one embodiment may be configured to display images or video. The display module 204 according to an embodiment may also display a graphical user interface (GUI) of an app (or application program) being executed. The display module 204 according to an embodiment may receive a touch input through a touch sensor. For example, the display module 204 may receive text input through a touch sensor of an on-screen keyboard area displayed in the display module 204 .

일 실시 예의 메모리(207)는 클라이언트 모듈(209), SDK(software development kit)(208), 및 복수의 앱들(210)을 저장할 수 있다. 상기 클라이언트 모듈(209), 및 SDK(208)는 범용적인 기능을 수행하기 위한 프레임워크(framework)(또는, 솔루션 프로그램)를 구성할 수 있다. 또한, 클라이언트 모듈(209) 또는 SDK(208)는 사용자 입력(예: 음성 입력, 텍스트 입력, 터치 입력)을 처리하기 위한 프레임워크를 구성할 수 있다.The memory 207 of an embodiment may store a client module 209 , a software development kit (SDK) 208 , and a plurality of apps 210 . The client module 209 and the SDK 208 may constitute a framework (or solution program) for performing general-purpose functions. In addition, the client module 209 or SDK 208 may configure a framework for processing user input (eg, voice input, text input, touch input).

일 실시 예의 메모리(207)는 상기 복수의 앱들(210)은 지정된 기능을 수행하기 위한 프로그램일 수 있다. 일 실시 예에 따르면, 복수의 앱(210)은 제1 앱(210_1), 제2 앱(210_2) 을 포함할 수 있다. 일 실시 예에 따르면, 복수의 앱(210) 각각은 지정된 기능을 수행하기 위한 복수의 동작들을 포함할 수 있다. 예를 들어, 상기 앱들은, 알람 앱, 메시지 앱, 및/또는 스케줄 앱을 포함할 수 있다. 일 실시 예에 따르면, 복수의 앱들(210)은 프로세서(203)에 의해 실행되어 상기 복수의 동작들 중 적어도 일부를 순차적으로 실행할 수 있다. The plurality of apps 210 in the memory 207 according to an embodiment may be programs for performing designated functions. According to an embodiment, the plurality of apps 210 may include a first app 210_1 and a second app 210_2. According to one embodiment, each of the plurality of apps 210 may include a plurality of operations for performing a designated function. For example, the apps may include an alarm app, a message app, and/or a schedule app. According to an embodiment, the plurality of apps 210 may be executed by the processor 203 to sequentially execute at least some of the plurality of operations.

일 실시 예의 프로세서(203)는 전자 장치(201)의 전반적인 동작을 제어할 수 있다. 예를 들어, 프로세서(203)는 통신 인터페이스(202), 마이크(206), 스피커(205), 및 디스플레이 모듈(204)과 전기적으로 연결되어 지정된 동작을 수행할 수 있다.The processor 203 according to an embodiment may control overall operations of the electronic device 201 . For example, the processor 203 may be electrically connected to the communication interface 202, the microphone 206, the speaker 205, and the display module 204 to perform a designated operation.

일 실시 예의 프로세서(203)는 또한 상기 메모리(207)에 저장된 프로그램을 실행시켜 지정된 기능을 수행할 수 있다. 예를 들어, 프로세서(203)는 클라이언트 모듈(209) 또는 SDK(208) 중 적어도 하나를 실행하여, 사용자 입력을 처리하기 위한 이하의 동작을 수행할 수 있다. 프로세서(203)는, 예를 들어, SDK(208)를 통해 복수의 앱(210)의 동작을 제어할 수 있다. 클라이언트 모듈(209) 또는 SDK(208)의 동작으로 설명된 이하의 동작은 프로세서(203)의 실행에 의한 동작일 수 있다.The processor 203 of one embodiment may also execute a program stored in the memory 207 to perform a designated function. For example, the processor 203 may execute at least one of the client module 209 and the SDK 208 to perform the following operation for processing user input. The processor 203 may control the operation of the plurality of apps 210 through the SDK 208 , for example. The following operations described as operations of the client module 209 or SDK 208 may be operations performed by the processor 203 .

일 실시 예의 클라이언트 모듈(209)은 사용자 입력을 수신할 수 있다. 예를 들어, 클라이언트 모듈(209)은 마이크(206)를 통해 감지된 사용자 발화에 대응되는 음성 신호를 수신할 수 있다. 또는, 클라이언트 모듈(209)은 디스플레이 모듈(204)을 통해 감지된 터치 입력을 수신할 수 있다. 또는, 클라이언트 모듈(209)은 키보드 또는 화상 키보드를 통해 감지된 텍스트 입력을 수신할 수 있다. 이 외에도, 전자 장치(201)에 포함된 입력 모듈 또는 전자 장치(201)에 연결된 입력 모듈을 통해 감지되는 다양한 형태의 사용자 입력을 수신할 수 있다. 상기 클라이언트 모듈(209)은 수신된 사용자 입력을 지능형 서버(290)로 송신할 수 있다. 클라이언트 모듈(209)은 수신된 사용자 입력과 함께, 전자 장치(201)의 상태 정보를 지능형 서버(290)로 송신할 수 있다. 상기 상태 정보는, 예를 들어, 앱의 실행 상태 정보일 수 있다.The client module 209 of one embodiment may receive user input. For example, the client module 209 may receive a voice signal corresponding to a user's speech sensed through the microphone 206 . Alternatively, the client module 209 may receive a touch input detected through the display module 204 . Alternatively, the client module 209 may receive text input sensed through a keyboard or an on-screen keyboard. In addition to this, various types of user input detected through an input module included in the electronic device 201 or an input module connected to the electronic device 201 may be received. The client module 209 may transmit the received user input to the intelligent server 290 . The client module 209 may transmit status information of the electronic device 201 to the intelligent server 290 together with the received user input. The state information may be, for example, execution state information of an app.

일 실시 예의 클라이언트 모듈(209)은 수신된 사용자 입력에 대응되는 결과를 수신할 수 있다. 예를 들어, 클라이언트 모듈(209)은 지능형 서버(290)에서 상기 수신된 사용자 입력에 대응되는 결과를 산출할 수 있는 경우, 수신된 사용자 입력에 대응되는 결과를 수신할 수 있다. 클라이언트 모듈(209)은 상기 수신된 결과를 디스플레이 모듈(204)에 표시할 수 있다. 또한, 클라이언트 모듈(209)은 상기 수신된 결과를 스피커(205)를 통해 오디오로 출력할 수 있다.The client module 209 according to an embodiment may receive a result corresponding to the received user input. For example, the client module 209 may receive a result corresponding to the received user input when the intelligent server 290 can calculate a result corresponding to the received user input. The client module 209 may display the received result on the display module 204 . In addition, the client module 209 may output the received result as audio through the speaker 205 .

일 실시 예의 클라이언트 모듈(209)은 수신된 사용자 입력에 대응되는 플랜을 수신할 수 있다. 클라이언트 모듈(209)은 플랜에 따라 앱의 복수의 동작을 실행한 결과를 디스플레이 모듈(204)에 표시할 수 있다. 클라이언트 모듈(209)은, 예를 들어, 복수의 동작의 실행 결과를 순차적으로 디스플레이 모듈(204)에 표시할 수 있고, 스피커(205)를 통해 오디오를 출력할 수 있다. 전자 장치(201)는, 다른 예를 들어, 복수의 동작을 실행한 일부 결과(예: 마지막 동작의 결과)만을 디스플레이 모듈(204)에 표시할 수 있으며, 스피커(205)를 통해 오디오로 출력할 수 있다.The client module 209 according to an embodiment may receive a plan corresponding to the received user input. The client module 209 may display on the display module 204 results of executing a plurality of operations of the app according to the plan. For example, the client module 209 may sequentially display execution results of a plurality of operations on the display module 204 and output audio through the speaker 205 . For another example, the electronic device 201 may display on the display module 204 only some results of executing a plurality of operations (eg, the result of the last operation), and output audio through the speaker 205. can

일 실시 예에 따르면, 클라이언트 모듈(209)은 지능형 서버(290)로부터 사용자 입력에 대응되는 결과를 산출하기 위해 필요한 정보를 획득하기 위한 요청을 수신할 수 있다. 일 실시 예에 따르면, 클라이언트 모듈(209)은 상기 요청에 대응하여 상기 필요한 정보를 지능형 서버(290)로 송신할 수 있다.According to one embodiment, the client module 209 may receive a request for obtaining information necessary for calculating a result corresponding to a user input from the intelligent server 290 . According to one embodiment, the client module 209 may transmit the necessary information to the intelligent server 290 in response to the request.

일 실시 예의 클라이언트 모듈(209)은 플랜에 따라 복수의 동작을 실행한 결과 정보를 지능형 서버(290)로 송신할 수 있다. 지능형 서버(290)는 상기 결과 정보를 이용하여 수신된 사용자 입력이 올바르게 처리된 것을 확인할 수 있다.The client module 209 of one embodiment may transmit information as a result of executing a plurality of operations according to a plan to the intelligent server 290 . The intelligent server 290 can confirm that the received user input has been properly processed using the result information.

일 실시 예의 클라이언트 모듈(209)은 음성 인식 모듈을 포함할 수 있다. 일 실시 예에 따르면, 클라이언트 모듈(209)은 상기 음성 인식 모듈을 통해 제한된 기능을 수행하는 음성 입력을 인식할 수 있다. 예를 들어, 클라이언트 모듈(209)은 지정된 입력(예: 웨이크 업!)을 통해 유기적인 동작을 수행하기 위한 음성 입력을 처리하기 위한 지능형 앱을 수행할 수 있다.The client module 209 of an embodiment may include a voice recognition module. According to an embodiment, the client module 209 may recognize a voice input that performs a limited function through the voice recognition module. For example, the client module 209 may execute an intelligent app for processing voice input to perform an organic action through a designated input (eg, wake up!).

일 실시 예의 지능형 서버(290)는 통신 망을 통해 전자 장치(201)로부터 사용자 음성 입력과 관련된 정보를 수신할 수 있다. 일 실시 예에 따르면, 지능형 서버(290)는 수신된 음성 입력과 관련된 데이터를 텍스트 데이터(text data)로 변경할 수 있다. 일 실시 예에 따르면, 지능형 서버(290)는 상기 텍스트 데이터에 기초하여 사용자 음성 입력과 대응되는 태스크(task)를 수행하기 위한 플랜(plan)을 생성할 수 있다The intelligent server 290 according to an embodiment may receive information related to a user's voice input from the electronic device 201 through a communication network. According to an embodiment, the intelligent server 290 may change data related to the received voice input into text data. According to an embodiment, the intelligent server 290 may generate a plan for performing a task corresponding to a user voice input based on the text data.

일 실시 예에 따르면, 플랜은 인공 지능(artificial intelligent)(AI) 시스템에 의해 생성될 수 있다. 인공지능 시스템은 룰 베이스 시스템(rule-based system) 일 수도 있고, 신경망 베이스 시스템(neural network-based system)(예: 피드포워드 신경망(feedforward neural network(FNN)), 순환 신경망(recurrent neural network(RNN))) 일 수도 있다. 또는, 전술한 것의 조합 또는 이와 다른 인공지능 시스템일 수도 있다. 일 실시 예에 따르면, 플랜은 미리 정의된 플랜의 집합에서 선택될 수 있거나, 사용자 요청에 응답하여 실시간으로 생성될 수 있다. 예를 들어, 인공지능 시스템은 미리 정의 된 복수의 플랜 중 적어도 플랜을 선택할 수 있다.According to one embodiment, the plan may be generated by an artificial intelligent (AI) system. The artificial intelligence system may be a rule-based system, a neural network-based system (e.g., a feedforward neural network (FNN)), a recurrent neural network (RNN) ))) could be. Alternatively, it may be a combination of the foregoing or other artificially intelligent systems. According to one embodiment, a plan may be selected from a set of predefined plans or may be generated in real time in response to a user request. For example, an artificial intelligence system may select at least one of a plurality of predefined plans.

일 실시 예의 지능형 서버(290)는 생성된 플랜에 따른 결과를 전자 장치(201)로 송신하거나, 생성된 플랜을 전자 장치(201)로 송신할 수 있다. 일 실시 예에 따르면, 전자 장치(201)는 플랜에 따른 결과를 디스플레이 모듈(204)에 표시할 수 있다. 일 실시 예에 따르면, 전자 장치(201)는 플랜에 따른 동작을 실행한 결과를 디스플레이 모듈(204)에 표시할 수 있다.The intelligent server 290 according to an embodiment may transmit a result according to the generated plan to the electronic device 201 or transmit the generated plan to the electronic device 201 . According to an embodiment, the electronic device 201 may display a result according to the plan on the display module 204 . According to an embodiment, the electronic device 201 may display a result of executing an operation according to a plan on the display module 204 .

일 실시 예의 지능형 서버(290)는 프론트 엔드(front end)(215), 자연어 플랫폼(natural language platform)(220), 캡슐 데이터베이스(capsule DB)(230), 실행 엔진(execution engine)(240), 엔드 유저 인터페이스(end user interface)(250), 매니지먼트 플랫폼(management platform)(260), 빅 데이터 플랫폼(big data platform)(270), 또는 분석 플랫폼(analytic platform)(280)을 포함할 수 있다.The intelligent server 290 of an embodiment includes a front end 215, a natural language platform 220, a capsule DB 230, an execution engine 240, It may include an end user interface 250 , a management platform 260 , a big data platform 270 , or an analytic platform 280 .

일 실시 예의 프론트 엔드(215)는 전자 장치(201)로부터 수신된 사용자 입력을 수신할 수 있다. 프론트 엔드(215)는 상기 사용자 입력에 대응되는 응답을 송신할 수 있다.The front end 215 according to an embodiment may receive a user input received from the electronic device 201 . The front end 215 may transmit a response corresponding to the user input.

일 실시 예에 따르면, 자연어 플랫폼(220)은 자동 음성 인식 모듈(automatic speech recognition module)(ASR module)(221), 자연어 이해 모듈(natural language understanding module)(NLU module)(223), 플래너 모듈(planner module)(225), 자연어 생성 모듈(natural language generator module)(NLG module)(227) 또는 텍스트 음성 변환 모듈(text to speech module)(TTS module)(229)을 포함할 수 있다.According to one embodiment, the natural language platform 220 includes an automatic speech recognition module (ASR module) 221, a natural language understanding module (NLU module) 223, a planner module ( planner module 225, a natural language generator module (NLG module) 227, or a text to speech module (TTS module) 229.

일 실시 예의 자동 음성 인식 모듈(221)은 전자 장치(201)로부터 수신된 음성 입력을 텍스트 데이터로 변환할 수 있다. 일 실시 예의 자연어 이해 모듈(223)은 음성 입력의 텍스트 데이터를 이용하여 사용자의 의도를 파악할 수 있다. 예를 들어, 자연어 이해 모듈(223)은 텍스트 데이터 형태의 사용자 입력에 대하여 문법적 분석(syntactic analyze) 또는 의미적 분석(semantic analyze)을 수행하여 사용자의 의도를 파악할 수 있다. 일 실시 예의 자연어 이해 모듈(223)은 형태소 또는 구의 언어적 특징(예: 문법적 요소)을 이용하여 사용자 입력으로부터 추출된 단어의 의미를 파악하고, 상기 파악된 단어의 의미를 의도에 매칭시켜 사용자의 의도를 결정할 수 있다.The automatic voice recognition module 221 according to an embodiment may convert voice input received from the electronic device 201 into text data. The natural language understanding module 223 according to an embodiment may determine the user's intention using text data of voice input. For example, the natural language understanding module 223 may determine the user's intention by performing syntactic analysis or semantic analysis on user input in the form of text data. The natural language understanding module 223 of an embodiment identifies the meaning of a word extracted from a user input using linguistic features (eg, grammatical elements) of a morpheme or phrase, and matches the meaning of the identified word to the intention of the user. intention can be determined.

일 실시 예의 플래너 모듈(225)은 자연어 이해 모듈(223)에서 결정된 의도 및 파라미터를 이용하여 플랜을 생성할 수 있다. 일 실시 예에 따르면, 플래너 모듈(225)은 상기 결정된 의도에 기초하여 태스크를 수행하기 위해 필요한 복수의 도메인을 결정할 수 있다. 플래너 모듈(225)은 상기 의도에 기초하여 결정된 복수의 도메인 각각에 포함된 복수의 동작을 결정할 수 있다. 일 실시 예에 따르면, 플래너 모듈(225)은 상기 결정된 복수의 동작을 실행하는데 필요한 파라미터나, 상기 복수의 동작의 실행에 의해 출력되는 결과 값을 결정할 수 있다. 상기 파라미터, 및 상기 결과 값은 지정된 형식(또는, 클래스)의 컨셉으로 정의될 수 있다. 이에 따라, 플랜은 사용자의 의도에 의해 결정된 복수의 동작, 및 복수의 컨셉을 포함할 수 있다. 상기 플래너 모듈(225)은 상기 복수의 동작, 및 상기 복수의 컨셉 사이의 관계를 단계적(또는, 계층적)으로 결정할 수 있다. 예를 들어, 플래너 모듈(225)은 복수의 컨셉에 기초하여 사용자의 의도에 기초하여 결정된 복수의 동작의 실행 순서를 결정할 수 있다. 다시 말해, 플래너 모듈(225)은 복수의 동작의 실행에 필요한 파라미터, 및 복수의 동작의 실행에 의해 출력되는 결과에 기초하여, 복수의 동작의 실행 순서를 결정할 수 있다. 이에 따라, 플래너 모듈(225)은 복수의 동작, 및 복수의 컨셉 사이의 연관 정보(예: 온톨로지(ontology))가 포함된 플랜을 생성할 수 있다. 상기 플래너 모듈(225)은 컨셉과 동작의 관계들의 집합이 저장된 캡슐 데이터베이스(230)에 저장된 정보를 이용하여 플랜을 생성할 수 있다. The planner module 225 according to an embodiment may generate a plan using the intent and parameters determined by the natural language understanding module 223 . According to an embodiment, the planner module 225 may determine a plurality of domains required to perform a task based on the determined intent. The planner module 225 may determine a plurality of operations included in each of the determined plurality of domains based on the intent. According to an embodiment, the planner module 225 may determine parameters necessary for executing the determined plurality of operations or result values output by execution of the plurality of operations. The parameter and the resulting value may be defined as a concept of a designated format (or class). Accordingly, the plan may include a plurality of actions and a plurality of concepts determined by the user's intention. The planner module 225 may determine relationships between the plurality of operations and the plurality of concepts in stages (or hierarchically). For example, the planner module 225 may determine an execution order of a plurality of operations determined based on a user's intention based on a plurality of concepts. In other words, the planner module 225 may determine an execution order of the plurality of operations based on parameters required for execution of the plurality of operations and results output by the execution of the plurality of operations. Accordingly, the planner module 225 may generate a plan including a plurality of operations and association information (eg, an ontology) between a plurality of concepts. The planner module 225 may generate a plan using information stored in the capsule database 230 in which a set of relationships between concepts and operations is stored.

일 실시 예의 자연어 생성 모듈(227)은 지정된 정보를 텍스트 형태로 변경할 수 있다. 상기 텍스트 형태로 변경된 정보는 자연어 발화의 형태일 수 있다. 일 실시 예의 텍스트 음성 변환 모듈(229)은 텍스트 형태의 정보를 음성 형태의 정보로 변경할 수 있다.The natural language generation module 227 according to an embodiment may change designated information into a text form. The information changed to the text form may be in the form of natural language speech. The text-to-speech conversion module 229 according to an embodiment may change text-type information into voice-type information.

일 실시 예에 따르면, 자연어 플랫폼(220)의 기능의 일부 기능 또는 전체 기능은 전자 장치(201)에서도 구현가능 할 수 있다.According to one embodiment, some or all of the functions of the natural language platform 220 may be implemented in the electronic device 201 as well.

상기 캡슐 데이터베이스(230)는 복수의 도메인에 대응되는 복수의 컨셉과 동작들의 관계에 대한 정보를 저장할 수 있다. 일 실시예에 따른 캡슐은 플랜에 포함된 복수의 동작 오브젝트(action object 또는, 동작 정보) 및 컨셉 오브젝트(concept object 또는 컨셉 정보)를 포함할 수 있다. 일 실시 예에 따르면, 캡슐 데이터베이스(230)는 CAN(concept action network)의 형태로 복수의 캡슐을 저장할 수 있다. 일 실시 예에 따르면, 복수의 캡슐은 캡슐 데이터베이스(230)에 포함된 기능 저장소(function registry)에 저장될 수 있다.The capsule database 230 may store information about relationships between a plurality of concepts and operations corresponding to a plurality of domains. A capsule according to an embodiment may include a plurality of action objects (action objects or action information) and concept objects (concept objects or concept information) included in a plan. According to one embodiment, the capsule database 230 may store a plurality of capsules in the form of a concept action network (CAN). According to an embodiment, a plurality of capsules may be stored in a function registry included in the capsule database 230.

상기 캡슐 데이터베이스(230)는 음성 입력에 대응되는 플랜을 결정할 때 필요한 전략 정보가 저장된 전략 레지스트리(strategy registry)를 포함할 수 있다. 상기 전략 정보는 사용자 입력에 대응되는 복수의 플랜이 있는 경우, 하나의 플랜을 결정하기 위한 기준 정보를 포함할 수 있다. 일 실시 예에 따르면, 캡슐 데이터베이스(230)는 지정된 상황에서 사용자에게 후속 동작을 제안하기 위한 후속 동작의 정보가 저장된 후속 동작 레지스트리(follow up registry)를 포함할 수 있다. 상기 후속 동작은, 예를 들어, 후속 발화를 포함할 수 있다. 일 실시 예에 따르면, 캡슐 데이터베이스(230)는 전자 장치(201)를 통해 출력되는 정보의 레이아웃(layout) 정보를 저장하는 레이아웃 레지스트리(layout registry)를 포함할 수 있다. 일 실시 예에 따르면, 캡슐 데이터베이스(230)는 캡슐 정보에 포함된 어휘(vocabulary) 정보가 저장된 어휘 레지스트리(vocabulary registry)를 포함할 수 있다. 일 실시 예에 따르면, 캡슐 데이터베이스(230)는 사용자와의 대화(dialog)(또는, 인터렉션(interaction)) 정보가 저장된 대화 레지스트리(dialog registry)를 포함할 수 있다. 상기 캡슐 데이터베이스(230)는 개발자 툴(developer tool)을 통해 저장된 오브젝트를 업데이트(update)할 수 있다. 상기 개발자 툴은, 예를 들어, 동작 오브젝트 또는 컨셉 오브젝트를 업데이트하기 위한 기능 에디터(function editor)를 포함할 수 있다. 상기 개발자 툴은 어휘를 업데이트하기 위한 어휘 에디터(vocabulary editor)를 포함할 수 있다. 상기 개발자 툴은 플랜을 결정하는 전략을 생성 및 등록하는 전략 에디터(strategy editor)를 포함할 수 있다. 상기 개발자 툴은 사용자와의 대화를 생성하는 대화 에디터(dialog editor)를 포함할 수 있다. 상기 개발자 툴은 후속 목표를 활성화하고, 힌트를 제공하는 후속 발화를 편집할 수 있는 후속 동작 에디터(follow up editor)를 포함할 수 있다. 상기 후속 목표는 현재 설정된 목표, 사용자의 선호도 또는 환경 조건에 기초하여 결정될 수 있다. 일 실시 예에서는 캡슐 데이터베이스(230)는 전자 장치(201) 내에도 구현이 가능할 수 있다. The capsule database 230 may include a strategy registry in which strategy information necessary for determining a plan corresponding to a voice input is stored. The strategy information may include reference information for determining one plan when there are a plurality of plans corresponding to user input. According to an embodiment, the capsule database 230 may include a follow-up registry in which information on a follow-up action for suggesting a follow-up action to a user in a specified situation is stored. The follow-up action may include, for example, a follow-up utterance. According to an embodiment, the capsule database 230 may include a layout registry for storing layout information of information output through the electronic device 201 . According to an embodiment, the capsule database 230 may include a vocabulary registry in which vocabulary information included in capsule information is stored. According to an embodiment, the capsule database 230 may include a dialog registry in which dialog (or interaction) information with a user is stored. The capsule database 230 may update stored objects through a developer tool. The developer tool may include, for example, a function editor for updating action objects or concept objects. The developer tool may include a vocabulary editor for updating vocabulary. The developer tool may include a strategy editor for creating and registering strategies that determine plans. The developer tool may include a dialog editor to create a dialog with the user. The developer tool may include a follow up editor that can activate follow up goals and edit follow up utterances that provide hints. The subsequent goal may be determined based on a currently set goal, a user's preference, or environmental conditions. In an embodiment, the capsule database 230 may be implemented in the electronic device 201 as well.

일 실시 예의 실행 엔진(240)은 상기 생성된 플랜을 이용하여 결과를 산출할 수 있다. 엔드 유저 인터페이스(250)는 산출된 결과를 전자 장치(201)로 송신할 수 있다. 이에 따라, 전자 장치(201)는 상기 결과를 수신하고, 상기 수신된 결과를 사용자에게 제공할 수 있다. 일 실시 예의 매니지먼트 플랫폼(260)은 지능형 서버(290)에서 이용되는 정보를 관리할 수 있다. 일 실시 예의 빅 데이터 플랫폼(270)은 사용자의 데이터를 수집할 수 있다. 일 실시 예의 분석 플랫폼(280)은 지능형 서버(290)의 QoS(quality of service)를 관리할 수 있다. 예를 들어, 분석 플랫폼(280)은 지능형 서버(290)의 구성 요소 및 처리 속도(또는, 효율성)를 관리할 수 있다.The execution engine 240 of one embodiment may calculate a result using the generated plan. The end user interface 250 may transmit the calculated result to the electronic device 201 . Accordingly, the electronic device 201 may receive the result and provide the received result to the user. The management platform 260 of one embodiment may manage information used in the intelligent server 290 . The big data platform 270 according to an embodiment may collect user data. The analysis platform 280 of an embodiment may manage quality of service (QoS) of the intelligent server 290 . For example, the analytics platform 280 may manage the components and processing speed (or efficiency) of the intelligent server 290 .

일 실시 예의 서비스 서버(300)는 전자 장치(201)에 지정된 서비스(예: 음식 주문 또는 호텔 예약)를 제공할 수 있다. 일 실시 예에 따르면, 서비스 서버(300)는 제3 자에 의해 운영되는 서버일 수 있다. 일 실시 예의 서비스 서버(300)는 수신된 사용자 입력에 대응되는 플랜을 생성하기 위한 정보를 지능형 서버(290)에 제공할 수 있다. 상기 제공된 정보는 캡슐 데이터베이스(230)에 저장될 수 있다. 또한, 서비스 서버(300)는 플랜에 따른 결과 정보를 지능형 서버(290)에 제공할 수 있다. The service server 300 according to an embodiment may provide a designated service (eg, food order or hotel reservation) to the electronic device 201 . According to one embodiment, the service server 300 may be a server operated by a third party. The service server 300 of one embodiment may provide information for generating a plan corresponding to the received user input to the intelligent server 290 . The provided information may be stored in the capsule database 230. In addition, the service server 300 may provide result information according to the plan to the intelligent server 290.

위에 기술된 통합 지능 시스템(20)에서, 상기 전자 장치(201)는, 사용자 입력에 응답하여 사용자에게 다양한 인텔리전트 서비스를 제공할 수 있다. 상기 사용자 입력은, 예를 들어, 물리적 버튼을 통한 입력, 터치 입력 또는 음성 입력을 포함할 수 있다.In the integrated intelligent system 20 described above, the electronic device 201 may provide various intelligent services to the user in response to user input. The user input may include, for example, an input through a physical button, a touch input, or a voice input.

일 실시 예에서, 상기 전자 장치(201)는 내부에 저장된 지능형 앱(또는, 음성 인식 앱)을 통해 음성 인식 서비스를 제공할 수 있다. 이 경우, 예를 들어, 전자 장치(201)는 상기 마이크를 통해 수신된 사용자 발화(utterance) 또는 음성 입력(voice input)을 인식하고, 인식된 음성 입력에 대응되는 서비스를 사용자에게 제공할 수 있다.In one embodiment, the electronic device 201 may provide a voice recognition service through an internally stored intelligent app (or voice recognition app). In this case, for example, the electronic device 201 may recognize a user's utterance or voice input received through the microphone, and provide a service corresponding to the recognized voice input to the user. .

일 실시 예에서, 전자 장치(201)는 수신된 음성 입력에 기초하여, 단독으로 또는 상기 지능형 서버 및/또는 서비스 서버와 함께 지정된 동작을 수행할 수 있다. 예를 들어, 전자 장치(201)는 수신된 음성 입력에 대응되는 앱을 실행시키고, 실행된 앱을 통해 지정된 동작을 수행할 수 있다. In an embodiment, the electronic device 201 may perform a specified operation alone or together with the intelligent server and/or service server based on the received voice input. For example, the electronic device 201 may execute an app corresponding to the received voice input and perform a designated operation through the executed app.

일 실시 예에서, 전자 장치(201)가 지능형 서버(290) 및/또는 서비스 서버(300)와 함께 서비스를 제공하는 경우에는, 상기 전자 장치(201)는, 상기 마이크(206)를 이용하여 사용자 발화를 감지하고, 상기 감지된 사용자 발화에 대응되는 신호(또는, 음성 데이터)를 생성할 수 있다. 상기 전자 장치(201)는, 상기 음성 데이터를 통신 인터페이스(202)를 이용하여 지능형 서버(290)로 송신할 수 있다.In one embodiment, when the electronic device 201 provides a service together with the intelligent server 290 and/or the service server 300, the electronic device 201 uses the microphone 206 to provide a user Speech may be detected, and a signal (or voice data) corresponding to the detected user utterance may be generated. The electronic device 201 may transmit the voice data to the intelligent server 290 through the communication interface 202 .

일 실시 예에 따른 지능형 서버(290)는 전자 장치(201)로부터 수신된 음성 입력에 대한 응답으로써, 음성 입력에 대응되는 태스크(task)를 수행하기 위한 플랜, 또는 상기 플랜에 따라 동작을 수행한 결과를 생성할 수 있다. 상기 플랜은, 예를 들어, 사용자의 음성 입력에 대응되는 태스크(task)를 수행하기 위한 복수의 동작, 및 상기 복수의 동작과 관련된 복수의 컨셉을 포함할 수 있다. 상기 컨셉은 상기 복수의 동작의 실행에 입력되는 파라미터나, 복수의 동작의 실행에 의해 출력되는 결과 값을 정의한 것일 수 있다. 상기 플랜은 복수의 동작, 및 복수의 컨셉 사이의 연관 정보를 포함할 수 있다.As a response to the voice input received from the electronic device 201, the intelligent server 290 according to an embodiment performs a plan for performing a task corresponding to the voice input or an operation according to the plan. can produce results. The plan may include, for example, a plurality of operations for performing a task corresponding to a user's voice input, and a plurality of concepts related to the plurality of operations. The concept may define parameters input to the execution of the plurality of operations or result values output by the execution of the plurality of operations. The plan may include information related to a plurality of operations and a plurality of concepts.

일 실시 예의 전자 장치(201)는, 통신 인터페이스(202)를 이용하여 상기 응답을 수신할 수 있다. 전자 장치(201)는 상기 스피커(205)를 이용하여 전자 장치(201) 내부에서 생성된 음성 신호를 외부로 출력하거나, 디스플레이 모듈(204)을 이용하여 전자 장치(201) 내부에서 생성된 이미지를 외부로 출력할 수 있다. The electronic device 201 according to an embodiment may receive the response using the communication interface 202 . The electronic device 201 outputs a voice signal generated inside the electronic device 201 to the outside using the speaker 205 or displays an image generated inside the electronic device 201 using the display module 204. Can be output externally.

도 3은 다양한 실시 예에 따른, 컨셉과 동작의 관계 정보가 데이터베이스에 저장된 형태를 나타낸 도면이다.3 is a diagram illustrating a form in which relationship information between a concept and an operation is stored in a database according to various embodiments of the present disclosure.

상기 지능형 서버(290)의 캡슐 데이터베이스(예: 캡슐 데이터베이스(230))는 CAN (concept action network)(400) 형태로 캡슐을 저장할 수 있다. 상기 캡슐 데이터베이스는 사용자의 음성 입력에 대응되는 태스크를 처리하기 위한 동작, 및 상기 동작을 위해 필요한 파라미터를 CAN(concept action network) 형태로 저장될 수 있다.The capsule database (eg, the capsule database 230) of the intelligent server 290 may store capsules in the form of a concept action network (CAN) 400. The capsule database may store an operation for processing a task corresponding to a user's voice input and parameters necessary for the operation in the form of a concept action network (CAN).

상기 캡슐 데이터베이스는 복수의 도메인(예: 어플리케이션) 각각에 대응되는 복수의 캡슐(capsule(A)(401), capsule(B)(404))을 저장할 수 있다. 일 실시 예에 따르면, 하나의 캡슐(예: capsule(A)(401))은 하나의 도메인(예: 위치(geo), 어플리케이션)에 대응될 수 있다. 또한, 하나의 캡슐에는 캡슐과 관련된 도메인에 대한 기능을 수행하기 위한 적어도 하나의 서비스 제공자(예: CP 1(402) 또는 CP 2 (403))가 대응될 수 있다. 일 실시 예에 따르면, 하나의 캡슐은 지정된 기능을 수행하기 위한 적어도 하나 이상의 동작(410) 및 적어도 하나 이상의 컨셉(420)을 포함할 수 있다. The capsule database may store a plurality of capsules (capsule (A) 401 and capsule (B) 404) corresponding to each of a plurality of domains (eg, applications). According to an embodiment, one capsule (eg, capsule(A) 401) may correspond to one domain (eg, location (geo), application). Also, one capsule may correspond to at least one service provider (eg, CP 1 402 or CP 2 403) for performing a function for a domain related to the capsule. According to an embodiment, one capsule may include at least one operation 410 and at least one concept 420 for performing a designated function.

상기, 자연어 플랫폼(220)은 캡슐 데이터베이스에 저장된 캡슐을 이용하여 수신된 음성 입력에 대응하는 태스크를 수행하기 위한 플랜을 생성할 수 있다. 예를 들어, 자연어 플랫폼의 플래너 모듈(225)은 캡슐 데이터베이스에 저장된 캡슐을 이용하여 플랜을 생성할 수 있다. 예를 들어, 캡슐 A (401) 의 동작들(4011,4013) 과 컨셉들(4012,4014) 및 캡슐 B(404)의 동작(4041)과 컨셉(4042)을 이용하여 플랜(470)을 생성할 수 있다. The natural language platform 220 may create a plan for performing a task corresponding to a received voice input using a capsule stored in a capsule database. For example, the planner module 225 of the natural language platform may generate a plan using capsules stored in a capsule database. For example, plan 470 is created using operations 4011, 4013 and concepts 4012, 4014 of capsule A 401 and operation 4041 and concept 4042 of capsule B 404. can do.

도 4는 다양한 실시 예에 따른 전자 장치가 지능형 앱을 통해 수신된 음성 입력을 처리하는 화면을 나타낸 도면이다.4 is a diagram illustrating a screen on which an electronic device processes a voice input received through an intelligent app according to various embodiments of the present disclosure.

전자 장치(201)는 지능형 서버(290)를 통해 사용자 입력을 처리하기 위해 지능형 앱을 실행할 수 있다.The electronic device 201 may execute an intelligent app to process user input through the intelligent server 290 .

일 실시 예에 따르면, 310 화면에서, 전자 장치(201)는 지정된 음성 입력(예: 웨이크 업!)을 인식하거나 하드웨어 키(예: 전용 하드웨어 키)를 통한 입력을 수신하면, 음성 입력을 처리하기 위한 지능형 앱을 실행할 수 있다. 전자 장치(201)는, 예를 들어, 스케줄 앱을 실행한 상태에서 지능형 앱을 실행할 수 있다. 일 실시 예에 따르면, 전자 장치(201)는 지능형 앱에 대응되는 오브젝트(예: 아이콘)(311)를 디스플레이 모듈(204)에 표시할 수 있다. 일 실시 예에 따르면, 전자 장치(201)는 사용자 발화에 의한 음성 입력을 수신할 수 있다. 예를 들어, 전자 장치(201)는 "이번주 일정 알려줘!"라는 음성 입력을 수신할 수 있다. 일 실시 예에 따르면, 전자 장치(201)는 수신된 음성 입력의 텍스트 데이터가 표시된 지능형 앱의 UI(user interface)(313)(예: 입력창)를 디스플레이 모듈(204)에 표시할 수 있다.According to one embodiment, in screen 310, when the electronic device 201 recognizes a designated voice input (eg, wake up!) or receives an input through a hardware key (eg, a dedicated hardware key), the electronic device 201 processes the voice input. You can run intelligent apps for The electronic device 201 may, for example, execute an intelligent app in a state in which a schedule app is executed. According to an embodiment, the electronic device 201 may display an object (eg, icon) 311 corresponding to an intelligent app on the display module 204 . According to an embodiment, the electronic device 201 may receive a voice input caused by a user's speech. For example, the electronic device 201 may receive a voice input saying “tell me this week's schedule!”. According to an embodiment, the electronic device 201 may display a user interface (UI) 313 (eg, an input window) of an intelligent app displaying text data of the received voice input on the display module 204 .

일 실시 예에 따르면, 320 화면에서, 전자 장치(201)는 수신된 음성 입력에 대응되는 결과를 디스플레이 모듈(204)에 표시할 수 있다. 예를 들어, 전자 장치(201)는 수신된 사용자 입력에 대응되는 플랜을 수신하고, 플랜에 따라 '이번주 일정'을 디스플레이 모듈(204)에 표시할 수 있다.According to an embodiment, on screen 320, the electronic device 201 may display a result corresponding to the received voice input on the display module 204. For example, the electronic device 201 may receive a plan corresponding to the received user input and display 'this week's schedule' on the display module 204 according to the plan.

도 5는 다양한 실시예에 따른 전자 장치가 사용자의 발화에 대응하여 응답을 제공하는 개념을 설명하기 위한 도면이다.5 is a diagram for explaining a concept in which an electronic device provides a response in response to a user's speech, according to various embodiments.

도 5를 참조하면, 다양한 실시예에 따르면, 전자 장치(501)(예: 도 1의 전자 장치(101), 또는 도 2의 전자 장치(201)), 대화 시스템(601)(예: 도 2의 지능형 서버(200)), IoT 서버(602)는 근거리 통신망(local area network; LAN), 광역 통신망(wide area network; WAN), 부가가치 통신망(value added network; VAN), 이동 통신망(mobile radio communication network), 위성 통신망 또는 이들의 상호 조합을 통해 연결될 수 있다. 전자 장치(501), IoT 서버(602), 및 대화 시스템(601)은 유선 통신 방법 또는 무선 통신 방법(예: 무선 랜(Wi-Fi), 블루투스, 블루투스 저 에너지(bluetooth low energy), 지그비, WFD(Wi-Fi Direct), UWB(ultra wide band), 적외선 통신(IrDA, infrared data association), NFC(near field communication))으로 서로 통신을 수행할 수 있다.Referring to FIG. 5 , according to various embodiments, an electronic device 501 (eg, the electronic device 101 of FIG. 1 or the electronic device 201 of FIG. 2 ), a conversation system 601 (eg, the electronic device 201 of FIG. 2 ) The intelligent server 200) of the IoT server 602 is a local area network (LAN), a wide area network (WAN), a value added network (VAN), a mobile radio communication network), a satellite communication network, or a mutual combination thereof. The electronic device 501, the IoT server 602, and the conversation system 601 are wired communication methods or wireless communication methods (eg, wireless LAN (Wi-Fi), Bluetooth, Bluetooth low energy, ZigBee, Communication may be performed with each other through Wi-Fi Direct (WFD), ultra wide band (UWB), infrared data association (IrDA), and near field communication (NFC).

다양한 실시예에 따르면, 전자 장치(501)는 스마트폰(smartphone), 태블릿 PC(tablet personal computer), 이동 전화기(mobile phone), 스피커(예: AI 스피커), 영상 전화기, 전자책 리더기(e-book reader), 데스크탑 PC(desktop personal computer), 랩탑PC(laptop personal computer), 넷북 컴퓨터(netbook computer), 워크스테이션(workstation), 서버, PDA(personal digital assistant), PMP(portable multimedia player), MP3 플레이어, 모바일 의료기기, 카메라(camera), 또는 웨어러블 장치(wearable device) 중 적어도 하나로 구현될 수 있다.According to various embodiments, the electronic device 501 may include a smartphone, a tablet personal computer (PC), a mobile phone, a speaker (eg, an AI speaker), a video phone, and an e-book reader (e-book reader). book reader), desktop PC (desktop personal computer), laptop PC (laptop personal computer), netbook computer, workstation, server, PDA (personal digital assistant), PMP (portable multimedia player), MP3 player It may be implemented as at least one of a player, a mobile medical device, a camera, or a wearable device.

다양한 실시예에 따르면, 전자 장치(501)는 사용자의 발화로부터 음성 신호를 획득하고, 음성 신호를 대화 시스템(601)으로 전송할 수 있다. 음성 신호는 전자 장치(501)가 사용자의 발화에 ASR(automatic speech recognition)을 수행하여 음성 부분을 컴퓨터로 판독 가능한 텍스트로 변환한 것일 수 있다. 대화 시스템(601)은 음성 신호를 이용하여 사용자의 발화를 분석하고, 분석 결과(예: 인텐트, 엔티티, 및/또는 캡슐)를 이용하여 사용자에게 제공할 응답(예: 답변)을 장치(예: 전자 장치(501))에 제공할 수 있다. 대화 시스템(601)은 소프트웨어로 구현될 수 있다. 대화 시스템(601)의 일부 및/또는 전부는 전자 장치(501) 및/또는 지능형 서버(예: 도 2의 지능형 서버(200))에 구현될 수 있다.According to various embodiments, the electronic device 501 may obtain a voice signal from a user's speech and transmit the voice signal to the dialog system 601 . The voice signal may be converted into computer-readable text by the electronic device 501 performing automatic speech recognition (ASR) on the user's utterance. The dialog system 601 analyzes the user's utterance using a voice signal, and uses the analysis result (eg, intent, entity, and/or capsule) to provide a response (eg, answer) to a device (eg, an answer) to be provided to the user. : may be provided to the electronic device 501). The dialog system 601 may be implemented in software. Some and/or all of the dialog system 601 may be implemented in the electronic device 501 and/or an intelligent server (eg, the intelligent server 200 of FIG. 2 ).

다양한 실시예에 따르면, IoT 서버(602)는 사용자가 보유하고 있는 장치(예: 전자 장치(501))에 대한 장치 정보(예: 장치 ID, 장치 타입, 기능 수행 능력 정보, 위치 정보(예: 등록 장소 정보), 또는 상태 정보)를 획득하고, 저장하고, 관리할 수 있다. 전자 장치(501)는 사용자의 계정 정보(예: 사용자 ID)와 관련하여 IoT 서버(602)에 기 등록된 장치일 수 있다.According to various embodiments, the IoT server 602 may provide device information (eg, device ID, device type, function performance capability information, location information (eg, electronic device 501) on a device possessed by a user (eg, the electronic device 501). registration location information) or state information) may be obtained, stored, and managed. The electronic device 501 may be a device pre-registered in the IoT server 602 in relation to user account information (eg, user ID).

다양한 실시예에 따르면, 장치 정보 중 기능 수행 능력 정보는 동작을 수행하기 위하여 기 정의된 장치의 기능에 관한 정보일 수 있다. 예를 들어, 장치가 에어컨인 경우에 에어컨의 기능 수행 능력 정보는, 온도 업, 온도 다운, 또는 공기 정화와 같은 기능을 나타낼 수 있고, 장치가 스피커인 경우에 볼륨 업, 볼륨 다운, 또는 음악 재생(play)과 같은 기능을 나타낼 수 있다. 장치 정보 중 위치 정보(예: 등록 장소 정보)는 장치의 위치(예: 등록 위치)를 나타내는 정보로서, 장치가 위치하는 장소의 명칭 및 장치의 위치를 나타내는 위치 좌표 값을 포함할 수 있다. 예를 들어, 장치의 위치 정보는 방, 또는 거실과 같이 집 안의 지정된 장소를 나타내는 명칭을 포함하거나, 집, 또는 사무실과 같은 장소의 명칭을 포함할 수 있다. 예를 들어, 장치의 위치 정보는 지오펜스 정보를 포함할 수 있다. 장치 정보 중 디바이스의 상태 정보는, 예를 들어, 전원 온오프(on/off) 정보, 및 현재 실행하고 있는 동작 정보 중 적어도 하나를 포함하는 장치의 현재 상태를 나타내는 정보일 수 있다.According to various embodiments, among device information, function performance capability information may be information about a function of a device predefined to perform an operation. For example, if the device is an air conditioner, the air conditioner's ability to perform functions may indicate functions such as temperature up, temperature down, or air purification, and if the device is a speaker, volume up, volume down, or music playback. It can represent functions such as (play). Among the device information, location information (eg, registration location information) is information indicating the location (eg, registration location) of the device, and may include a name of a place where the device is located and a location coordinate value indicating the location of the device. For example, the location information of the device may include a name indicating a designated place in the house, such as a room or a living room, or a name of a place such as a house or an office. For example, the location information of the device may include geofence information. Among the device information, the state information of the device may be, for example, information indicating the current state of the device including at least one of power on/off information and currently running operation information.

다양한 실시예에 따르면, IoT 서버(602)는 저장된 장치 정보를 활용하여 장치를 제어할 수 있는 제어 명령을 획득, 결정 또는 생성할 수 있다. IoT 서버(602)는 동작 정보에 기초하여 동작을 수행하도록 결정된 장치에 제어 명령을 전송할 수 있다. IoT 서버(602)는, 제어 명령에 따른 동작 수행 결과를 동작을 수행한 장치로부터 수신할 수 있다. IoT 서버(602)는 지능형 서버(예: 도 2의 지능형 서버(200))와는 독립된 하드웨어 장치로 구성될 수 있지만, 이에 한정되는 것은 아니다. IoT 서버(602)는 지능형 서버(예: 도 2의 지능형 서버(200))의 일 구성 요소이거나, 또는 소프트웨어로 구분되도록 설계된 서버일 수 있다.According to various embodiments, the IoT server 602 may obtain, determine, or generate a control command capable of controlling the device by utilizing stored device information. The IoT server 602 may transmit a control command to a device determined to perform an operation based on the operation information. The IoT server 602 may receive a result of performing an operation according to a control command from the device that performed the operation. The IoT server 602 may be configured as an independent hardware device from an intelligent server (eg, the intelligent server 200 of FIG. 2 ), but is not limited thereto. The IoT server 602 may be a component of an intelligent server (eg, the intelligent server 200 of FIG. 2 ) or a server designed to be divided into software.

다양한 실시예에 따르면, 전자 장치(501)는 사용자의 상황을 의미하는 사용자 컨텍스트(예: 연락처 앱 구동 중인 상황), 기본 언어 모델, 및 사용자 언어 모델에 기초하여, 다양하게 발화될 수 있는 텍스트(예: 金銀)에 대한 복수의 후보 음역(transliteration)(예: 김은, 금은)에 관한 정보를 포함하는 ASR(automatic speech recognition) 언어 모델을 생성할 수 있다. 전자 장치(501)는 사용자의 발화(예: "김은에게 전화 걸어줘")가 복수의 후보 음역 중 하나에 매칭되는 경우에 응답하여, 사용자 언어 모델을 업데이트할 수 있고, 업데이트된 사용자 언어 모델에 기초하여 사용자의 발화(예: "김은에게 전화 걸어줘")에 대응하는 응답(예: "김은에게 전화를 걸 수 있습니다")를 제공할 수 있다.According to various embodiments, the electronic device 501 provides text that can be uttered in various ways based on a user context meaning a user's situation (eg, a situation in which a contact app is running), a basic language model, and a user language model. Example: An automatic speech recognition (ASR) language model including information on a plurality of candidate transliterations (eg, Eun Kim, Eun Eun Kim) of 金銀 may be generated. The electronic device 501 may update the user language model in response to a case in which the user's utterance (eg, "Call Eun Kim") matches one of a plurality of candidate transliterations, and the updated user language model. Based on this, a response (eg, "I can call Eun Kim") corresponding to the user's speech (eg, "Call Eun Kim") may be provided.

다양한 실시예에 따르면, 전자 장치(501)는 제1 언어로 구성된 텍스트(예: 金銀)를 제2 언어로 표현한 사용자의 발화(예: "김은에게 전화 걸어줘")를 수신하고, 텍스트(예: 金銀)를 제2 언어로 음역한 복수의 후보 음역(예: 김은, 금은)을 포함하는 ASR 언어 모델에 기초하여, 발화(예: "김은에게 전화 걸어줘")를 인식하고 응답(예: "김은에게 전화를 걸 수 있습니다")을 제공할 수 있다. 제1 언어와 제2 언어는 상이하거나 동일할 수 있다.According to various embodiments, the electronic device 501 receives a user's utterance (eg, "Call Eun Kim") expressing text (eg, 金銀) in a first language in a second language, and receives text (eg, "Call Eun Kim"). Recognize an utterance (e.g., "Call Kim Eun") based on an ASR language model that includes multiple candidate transliterations (e.g., Eun Kim, Eun Eun Kim) of the second language transliteration of 金銀. You can provide a response (e.g. "You can call Eun Kim"). The first language and the second language may be different or the same.

도 6은 다양한 실시예에 따른 전자 장치의 개략적인 블록도이다.6 is a schematic block diagram of an electronic device according to various embodiments.

도 6을 참조하면, 다양한 실시예에 따르면, 전자 장치(501)는 사용자의 상황을 의미하는 사용자 컨텍스트(예: 게임 앱 실행, 연락처 앱 실행, 동영상 스트리밍 서비스 실행), 기본 언어 모델, 및 사용자 언어 모델(customized language model)에 기초하여, 다양하게 발화될 수 있는 텍스트(예: 숫자 및/또는 사용자가 지정하지 않은 언어(예: 외래어, 한자)로 표현된 텍스트)에 대한 복수의 후보 음역(예: 사용자가 지정한 언어(예: 모국어)로 표현된 음역)에 관한 정보를 포함하는 ASR 언어 모델을 생성하고, 사용자의 발화가 복수의 후보 음역 중 하나에 매칭되는 경우에 응답하여 사용자 언어 모델을 업데이트할 수 있다. 또한, 전자 장치(501)는 업데이트된 사용자 언어 모델에 기초하여 사용자의 발화에 대응하는 응답(예: 다양하게 발화될 수 있는 텍스트를 사용자의 발화 방식과 동일하게 발화한 응답)을 제공함으로써 사용자의 체감 성능을 향상시킬 수 있다.Referring to FIG. 6 , according to various embodiments, an electronic device 501 includes a user context (eg, game app execution, contact app execution, video streaming service execution), a basic language model, and a user language. Based on a customized language model, multiple candidate transliterations for texts that can be uttered in various ways (e.g. numbers and/or text expressed in a language not specified by the user (e.g. loanwords, Chinese characters)) (e.g. : Generates an ASR language model containing information about the transliteration expressed in the language specified by the user (eg, native language), and updates the user language model in response to a case in which the user's utterance matches one of a plurality of candidate transliterations. can do. In addition, the electronic device 501 provides a response corresponding to the user's utterance (eg, a response in which text that can be uttered in various ways is uttered in the same way as the user's utterance method) based on the updated user language model. sensory performance can be improved.

다양한 실시예에 따르면, 전자 장치(501)는 프로세서(510)(예: 도 1의 프로세서(120), 도 2의 프로세서(203)) 및 프로세서(510)와 전기적으로 연결된 메모리(530)(예: 도 1의 메모리(130), 도 2의 메모리(207))를 포함할 수 있다. ASR 언어 모델(521), ASR 모듈(automatic speech recognition module)(522)(예: 도 2의 자동 음성 인식 모듈(221)), NLU 모듈(natural language understanding module)(523)(예: 도 2의 자연어 이해 모듈(223)), TTS 모듈(text to speech module)(524)(예: 도 2의 텍스트 음성 변환 모듈), TTS 언어 모델(525)은 프로세서(510)에 의해 실행 가능한 것들로, 메모리(530)에 저장 가능한 명령어들(instructions)을 포함하는 프로그램 코드(program code), 애플리케이션(application), 알고리즘(algorithm), 루틴(routine), 명령어 세트(set of instructions), 또는 인공 지능 학습 모델 중 하나 이상으로 구성될 수 있다. 또한, ASR 언어 모델(521), ASR 모듈(522), NLU 모듈(523), TTS 모듈(524), TTS 언어 모델(525) 중에서 하나 이상은 하드웨어 또는 하드웨어와 소프트웨어의 결합으로 구현될 수 있고, 지능형 서버(예: 도 2의 지능형 서버(200))에 구현될 수 있다. 메모리(530)는 프로세서(510)에서 실행되는 데이터 및/또는 인스트럭션들(예: PDSS(531)(personal data sync service), 기본 언어 모델(532), 사용자 언어 모델(533), 음역 모델(534)(transliteration model)을 저장할 수 있고, 메모리(530)에 저장된 데이터 및/또는 인스트럭션들은 지능형 서버(200)에 저장되어 있을 수 있다.According to various embodiments, the electronic device 501 includes a processor 510 (eg, the processor 120 of FIG. 1 and the processor 203 of FIG. 2 ) and a memory 530 electrically connected to the processor 510 (eg, the processor 120 of FIG. 1 ). : The memory 130 of FIG. 1 and the memory 207 of FIG. 2) may be included. ASR language model 521, ASR module (automatic speech recognition module) 522 (eg, automatic speech recognition module 221 of FIG. 2), NLU module (natural language understanding module) 523 (eg, FIG. 2 The natural language understanding module 223), the TTS module (text to speech module) 524 (eg, the text-to-speech module of FIG. 2), and the TTS language model 525 are executable by the processor 510, and memory Program code including instructions storable in 530, application, algorithm, routine, set of instructions, or artificial intelligence learning model It may consist of one or more. In addition, one or more of the ASR language model 521, the ASR module 522, the NLU module 523, the TTS module 524, and the TTS language model 525 may be implemented by hardware or a combination of hardware and software, It may be implemented in an intelligent server (eg, the intelligent server 200 of FIG. 2 ). The memory 530 includes data and/or instructions executed by the processor 510 (eg, a personal data sync service (PDSS 531), a basic language model 532, a user language model 533, and a transliteration model 534). ) (transliteration model) may be stored, and data and/or instructions stored in the memory 530 may be stored in the intelligent server 200.

다양한 실시예에 따르면, ASR 언어 모델(521)은 음소-글자 변환 모델(phoneme-to-grapheme model) 및/또는 텍스트 역-정규화 모델(inverse text normalization model)을 포함할 수 있고, 사용자로부터 수신된 음성 입력을 텍스트 데이터로 변환하는 데에 기여할 수 있다. ASR 언어 모델(521)은 다양하게 발화될 수 있는 텍스트에 대한 복수의 후보 음역에 관한 정보를 포함할 수 있다. ASR 언어 모델(521)은 다양하게 발화될 수 있는 텍스트에 대한 복수의 후보 음역의 우선 순위 판단의 기반이 될 수 있고, 우선 순위는 음소의 매칭 빈도에 기초한 것일 수 있다.According to various embodiments, the ASR language model 521 may include a phoneme-to-grapheme model and/or an inverse text normalization model, and the received from the user It can contribute to converting voice input into text data. The ASR language model 521 may include information about a plurality of candidate transliterations for texts that can be uttered in various ways. The ASR language model 521 may be a basis for determining the priority of a plurality of candidate phonetic ranges for texts that may be uttered in various ways, and the priority may be based on matching frequencies of phonemes.

다양한 실시예에 따르면, ASR 모듈(522)은 ASR 언어 모델(521)에 포함된 복수의 후보 음역에 관한 정보에 기초하여, 사용자로부터 수신된 음성 입력(예: 다양하게 발화될 수 있는 텍스트에 대한 음성 입력)을 인식하고, 인식된 음성 입력을 텍스트 데이터로 변환할 수 있다.According to various embodiments, the ASR module 522 may perform a voice input received from a user (eg, information about text that can be uttered in various ways) based on information about a plurality of candidate vocal ranges included in the ASR language model 521. voice input) may be recognized, and the recognized voice input may be converted into text data.

다양한 실시예에 따르면, NLU 모듈(523)은 음성 입력의 텍스트 데이터를 이용하여 사용자의 의도를 파악할 수 있다. 예를 들어, NLU 모듈(523)은 텍스트 데이터 형태의 사용자 입력에 대하여 문법적 분석(syntactic analyze) 또는 의미적 분석(semantic analyze)을 수행하여 사용자의 의도를 파악할 수 있다.According to various embodiments, the NLU module 523 may determine the user's intention using text data of the voice input. For example, the NLU module 523 may perform syntactic analysis or semantic analysis on user input in the form of text data to determine the user's intention.

다양한 실시예에 따르면, TTS 모듈(524)은 TTS 언어 모델(525)에 포함된 음역에 관한 정보에 기초하여, 텍스트 형태의 정보를 음성 형태의 정보로 변경할 수 있다.According to various embodiments, the TTS module 524 may change text-type information into voice-type information based on the transliteration-related information included in the TTS language model 525 .

다양한 실시예에 따르면, TTS 언어 모델(525)은 글자-음소 변환 모델(grapheme-to-phoneme model) 및/또는 텍스트 정규화 모델(text normalization model)을 포함할 수 있고, 다양하게 발화될 수 있는 텍스트에 대해 음역(예: 사용자가 발화한 방식의 음역)에 관한 정보를 포함할 수 있다.According to various embodiments, the TTS language model 525 may include a grapheme-to-phoneme model and/or a text normalization model, and may include text that can be uttered in various ways. It may include information about the vocal range (eg, the vocal range of the user's utterance).

다양한 실시예에 따르면, PDSS(personal data sync service)(531)는 사용자의 개인 데이터가 저장된 것으로써, 연락처, 설치된 어플리케이션, 단축 명령어 등이 저장된 것일 수 있다.According to various embodiments, a personal data sync service (PDSS) 531 stores personal data of a user, and may store contacts, installed applications, and short commands.

다양한 실시예에 따르면, 기본 언어 모델(532)은 대중이 사용하는 언어의 특성을 표현한 것으로, 언어를 이루는 구성 요소(예: 글자, 형태소, 단어)에 확률 값을 부여한 것일 수 있다. 기본 언어 모델(532)은 언어의 구성 요소에 대한 데이터(예: 대중의 발화 방식)에 기초하여, 지정된 시점에서 지정된 구성 요소에 대한 통상적인 발화 방식을 지원할 수 있다.According to various embodiments, the basic language model 532 expresses the characteristics of a language used by the public, and may be obtained by assigning probability values to components constituting the language (eg, letters, morphemes, and words). The basic language model 532 may support a typical speech method for a specified component at a specified point in time based on data (eg, a public speaking method) on the component of language.

다양한 실시예에 따르면, 사용자 언어 모델(533)은 사용자가 사용하는 언어의 특성을 표현한 것으로, 언어를 이루는 구성 요소(예: 글자, 형태소, 단어)에 확률 값을 부여한 것일 수 있다. 사용자 언어 모델(533)은 언어의 구성 요소에 대한 데이터(예: 사용자의 발화 방식)에 기초하여, 지정된 시점에서 지정된 구성 요소에 대한 사용자 맞춤형 발화를 지원할 수 있다. 예를 들어, 사용자 언어 모델(533)은 단어 water에 대한 사용자의 발화 방식(예: 워터, 와터, 와러)에 기초하여, 지정된 시점에서 지정된 구성 요소에 대한 사용자 맞춤형 발화(예: 't'를 'ㅌ'으로 발화 또는 't'를 'ㄹ'로 발화)를 지원할 수 있다.According to various embodiments, the user language model 533 expresses the characteristics of the language used by the user, and may be obtained by assigning probability values to components constituting the language (eg, letters, morphemes, and words). The user language model 533 may support user-customized speech for a specified component at a specified point in time based on data on language components (eg, a user's speech method). For example, the user language model 533 may generate a user-customized utterance (eg, 't') for a designated component at a designated point in time based on the user's utterance method for the word water (eg, water, water, and worr). Speech with 'T' or 'T' with 'ㄹ') can be supported.

다양한 실시예에 따르면, 음역 모델(534)은 학습 데이터에 기초하여 학습된 것으로써, 제1 언어(예: 사용자가 지정하지 않은 언어)로 구성된 텍스트로부터 복수의 후보 음역(예: 제2 언어(예: 사용자가 지정한 언어)로 표현된 것으로써, 각각이 적어도 하나의 상이한 음소 또는 음절로 구성된 복수의 후보 음역)들을 생성할 수 있다.According to various embodiments, the transliteration model 534 is learned based on training data, and a plurality of candidate transliterations (eg, a second language (eg, a second language Example: a plurality of candidate phonetic ranges each composed of at least one different phoneme or syllable may be generated as being expressed in a language specified by the user.

다양한 실시예에 따르면, 프로세서(510)는 사용자의 컨텍스트에서 사용자가 발화할 가능성이 있는 텍스트들을 획득할 수 있고, 텍스트들 중에서 다양하게 발화될 수 있는 텍스트를 선별할 수 있고, 다양하게 발화될 수 있는 텍스트에 대한 적절한 후보 음역을 많이 생성할 수 있다. 이하에서는 프로세서(510)가 복수의 후보 음역을 생성하는 동작에 대하여 구체적으로 설명하도록 한다.According to various embodiments, the processor 510 may obtain texts that may be uttered by the user in the context of the user, select texts that may be uttered in various ways, and may be uttered in various ways among the texts. It can generate many suitable candidate transliterations for the text in which it exists. Hereinafter, an operation of the processor 510 to generate a plurality of candidate voice ranges will be described in detail.

도 7은 다양한 실시예에 따른 전자 장치가 생성한 복수의 후보 음역의 일 예를 나타낸다.7 illustrates an example of a plurality of candidate sound ranges generated by an electronic device according to various embodiments.

도 7의 (a)를 참조하면, 다양한 실시예에 따르면, 음역 모델(534)은 다양하게 발화될 수 있는 텍스트(예: BANG)에 대한 복수의 후보 음역(예: 뱅, 방)을 생성할 수 있다. 다양하게 발화될 수 있는 텍스트(예: BANG)는 제1 언어(예: 숫자 및/또는 사용자가 지정하지 않은 언어(예: 영어))로 구성된 텍스트일 수 있고, 복수의 후보 음역은 제2 언어(예: 사용자가 지정한 언어(예: 한국어))로 표현된 것으로써, 각각이 적어도 하나의 상이한 음소 또는 음절로 구성된 것일 수 있다.Referring to (a) of FIG. 7 , according to various embodiments, the vocal range model 534 generates a plurality of candidate vocal ranges (eg, bang, bang) for text (eg, BANG) that can be uttered in various ways. can The text that can be uttered in various ways (eg, BANG) may be text composed of a first language (eg, numbers and/or a language not specified by a user (eg, English)), and a plurality of candidate transliterations may be a second language. (eg, a language designated by the user (eg, Korean)), each of which may be composed of at least one different phoneme or syllable.

도 7의 (b)를 참조하면, 다양한 실시예에 따르면, 음역 모델(534)은 다양하게 발화될 수 있는 텍스트(예: Jason)에 대한 복수의 후보 음역(예: 자손, 재손, 재이슨)을 생성할 수 있다.Referring to (b) of FIG. 7 , according to various embodiments, the transliteration model 534 is a plurality of candidate transliterations (eg, descendants, descendants, Jason) for texts (eg, Jason) that can be uttered in various ways. can create

도 7의 (c)를 참조하면, 다양한 실시예에 따르면, 음역 모델(534)은 다양하게 발화될 수 있는 텍스트(예: 1004)에 대한 복수의 후보 음역(예: 천사, 일공공사, 원싸우전드포)을 생성할 수 있다.Referring to (c) of FIG. 7 , according to various embodiments, the vocal range model 534 includes a plurality of candidate vocal ranges (eg, angel, Ilgongsa, Wonsau) for text (eg, 1004) that can be uttered in various ways. ) can be created.

도 7의 (d)를 참조하면, 다양한 실시예에 따르면, 음역 모델(534)은 다양하게 발화될 수 있는 텍스트(예: 金銀)에 대한 복수의 후보 음역(예: 김은, 금은)을 생성할 수 있고, 학습 데이터에 기초하여 학습된 것일 수 있다.Referring to (d) of FIG. 7 , according to various embodiments, the transliteration model 534 selects a plurality of candidate transliterations (eg, Kim Eun, Gold & Silver) for texts that can be uttered in various ways (eg, Kim, Silver). It may be generated and may be learned based on learning data.

도 8은 다양한 실시예에 따른 전자 장치가 음역 모델을 학습시키는 동작을 설명하기 위한 도면이다.8 is a diagram for explaining an operation of learning a vocal range model by an electronic device according to various embodiments.

다양한 실시예에 따르면, 프로세서(예: 도 6의 프로세서(510))는 학습 데이터(804)에 기초하여 음역 모델(예: 도 6의 음역 모델(534))을 학습시킬 수 있다. 학습 데이터(804)는 원시 코퍼스(corpus)(801)(예: 스크립트 코퍼스) 및 원시 코퍼스의 음역을 포함할 수 있고, 발음열 예측 모델(802) 및 음소 변환 모델(803)로부터 획득된 것일 수 있다.According to various embodiments, a processor (eg, the processor 510 of FIG. 6 ) may train a vocal range model (eg, the vocal range model 534 of FIG. 6 ) based on the training data 804 . The training data 804 may include a raw corpus 801 (eg, a script corpus) and a transliteration range of the raw corpus, and may be obtained from the phonetic sequence prediction model 802 and the phoneme conversion model 803 there is.

도 8의 (a)를 참조하면, 다양한 실시예에 따르면, 프로세서(510)는 발음열 예측 모델(802)에 원시 코퍼스(801)를 입력하여 원시 코퍼스의 발음을 획득하고, 음소 변환 모델(803)에 발음을 입력하여 사용자가 지정한 언어(예: 한국어)로 변환된 자소를 획득함으로써 원시 코퍼스의 음역을 획득할 수 있다.Referring to (a) of FIG. 8 , according to various embodiments, a processor 510 inputs a raw corpus 801 to a pronunciation sequence prediction model 802 to acquire pronunciation of the raw corpus, and a phoneme conversion model 803 ) to obtain a grapheme converted into a language designated by the user (eg, Korean), thereby obtaining the transliteration range of the original corpus.

도 8의 (b)를 참조하면, 다양한 실시예에 따르면, 프로세서(510)는 발음 사전(810)(예: 영단어 발음 사전)에 기초하여 발음열 예측 모델(802)를 학습시킬 수 있다.Referring to (b) of FIG. 8 , according to various embodiments, the processor 510 may train a pronunciation sequence prediction model 802 based on a pronunciation dictionary 810 (eg, an English word pronunciation dictionary).

다양한 실시예에 따르면, 프로세서(510)는 다양한 언어의 발음 사전에 기초하여 복수의 발음열 예측 모델(미도시)를 학습시킬 수 있고, 복수의 발음열 예측 모델 및 복수의 발음열 예측 모델에 각각 대응되는 복수의 음소 변환 모델(미도시)에 기초하여 다양한 언어의 음역(transliteration) 학습 데이터를 획득할 수 있다. 프로세서(510)는 다양한 언어의 학습 데이터에 기초하여 복수의 음역 모델(미도시)을 학습시킬 수 있고, 프로세서(510)는 복수의 음역 모델 각각에 기초하여 사용자가 지정하지 않은 언어(예: 영어, 그리스어, 라틴어, 중국어)로 구성된 텍스트를 사용자가 지정한 언어(예: 한국어)로 음역(transliterate)할 수 있다.According to various embodiments, the processor 510 may train a plurality of pronunciation sequence prediction models (not shown) based on pronunciation dictionaries of various languages, and each of the plurality of pronunciation sequence prediction models and the plurality of pronunciation sequence prediction models Based on a plurality of corresponding phoneme conversion models (not shown), transliteration learning data of various languages may be obtained. The processor 510 may learn a plurality of transliteration models (not shown) based on training data of various languages, and the processor 510 may learn a language not specified by the user (eg, English) based on each of the plurality of transliteration models. , Greek, Latin, Chinese) text can be transliterated into a language specified by the user (eg Korean).

도 9는 다양한 실시예에 따른 전자 장치가 음소의 매칭 빈도에 기초하여 복수의 후보 음역의 우선순위를 결정하는 동작을 설명하기 위한 도면이다.9 is a diagram for explaining an operation of determining the priority of a plurality of candidate phonemes based on phoneme matching frequencies by an electronic device according to various embodiments.

도 9의 (a)를 참조하면, 다양한 실시예에 따르면, 전자 장치(예: 도 5의 전자 장치(501))는 음소의 매칭 빈도를 저장할 수 있다. 예를 들어, 전자 장치(501)는 사용자의 발화(예: "컴퓨러 화면 좀 TV에 연결해")에 기초하여, 음소(예: computer의 't')의 매칭 빈도(예: 't'는 'ㄹ'에 매칭)를 저장할 수 있고, 사용자의 발화(예: "회사 데이러베이쓰에서 김부장 전화번호 좀 찾아봐")에 기초하여, 음소(예: database의 't', database의 's')의 매칭 빈도(예: 't'는 'ㄹ'에 매칭, 's'는 'ㅆ'에 매칭)를 저장할 수 있다.Referring to (a) of FIG. 9 , according to various embodiments, an electronic device (eg, the electronic device 501 of FIG. 5 ) may store phoneme matching frequencies. For example, the electronic device 501 matches the phoneme (eg, 't' in computer) based on the user's utterance (eg, "connect the computer screen to a TV") (eg, 't' is 't'). matched to 'd'), and based on the user's utterance (eg, "Find the phone number of Director Kim in the company database"), phonemes (eg, 't' in the database, 's' in the database) ) matching frequency (eg, 't' matches 'ㄹ', 's' matches 'ㅆ').

도 9의 (b)를 참조하면, 다양한 실시예에 따르면, 음역 모델(534)은 다양하게 발화될 수 있는 텍스트(예: See U Later)에 대한 복수의 후보 음역(예: 씨 유 래이러, 씨 유 래러, 씨유 래이터, 씨유 래터)을 생성할 수 있고, 전자 장치(501)는 복수의 후보 음역의 우선순위를 음소의 매칭 빈도에 기초하여 결정할 수 있다. 예를 들어, 't'를 'ㄹ'로 발화하는 빈도가 높은 사용자에 대하여, 전자 장치(501)는 'See U Later'의 후보 음역 '씨유 래이러' 및 '씨유 래러'의 우선순위를 '씨유 래이터' 및 '씨유 래터'의 우선 순위보다 높게 설정할 수 있다.Referring to (b) of FIG. 9 , according to various embodiments, the transliteration model 534 is a plurality of candidate transliterations (eg, See U Later) for a text that can be uttered in various ways (eg, See U Later). C. U. Larra, C. U. Rater, and C. U. Rater) may be generated, and the electronic device 501 may determine the priority of the plurality of candidate phonemes based on the matching frequencies of phonemes. For example, for a user who frequently utters 't' as 'ㄹ', the electronic device 501 prioritizes 'See U Later' and 'See U Later' as 'See U Later' candidates. It can be set higher than the priority of 'CU Rater' and 'CU Rater'.

도 10은 다양한 실시예에 따른 전자 장치가 사용자 컨텍스트에 기초하여 사용자의 발화를 인식하고 응답을 제공하는 일 예를 나타낸다.10 illustrates an example in which an electronic device recognizes a user's speech and provides a response based on a user context, according to various embodiments.

도 10을 참조하면, 다양한 실시예에 따르면, 프로세서(예: 도 6의 프로세서(510))는 사용자의 상황(예: 연락처 앱 구동)에서 사용자가 발화할 가능성이 있는 텍스트(예: Bang, John, Jason, Larry Heck, 김철수, 金銀)들 중에서 다양하게 발화될 수 있는 텍스트(예: Bang, John, Jason, Larry Heck, 金銀)를 선별할 수 있다. 다양하게 발화될 수 있는 텍스트는 숫자 및/또는 사용자가 지정하지 않은 언어(예: 영어, 한자)로 표현된 텍스트일 수 있다. 프로세서(510)는 선별된 텍스트에 대한 복수의 후보 음역(예: Bang의 후보 음역 뱅/방, 金銀의 후보 음역 김은/금은)에 대한 정보를 포함하는 ASR 언어 모델(521)을 생성할 수 있다. 프로세서(510)는 사용자의 발화(예: "김은한테 전화 걸어줘")가 복수의 후보 음역 중 하나(예: 金銀의 음역 김은)에 매칭되는 경우에 응답하여, 사용자 언어 모델(533)을 업데이트할 수 있다. 프로세서(510)는 사용자의 발화(예: "김은한테 전화 걸어줘")에 대응하여, 다양하게 발화될 수 있는 텍스트(예: 김은 또는 금은으로 발화될 수 있는 金銀)를 사용자의 발화 방식(예: 金銀을 김은으로 발화)과 동일하게 발화하며 사용자에게 응답(예: "김은님께 전화를 걸고 있습니다")을 제공할 수 있다.Referring to FIG. 10 , according to various embodiments, a processor (eg, the processor 510 of FIG. 6 ) may process a text (eg, Bang, John that is likely to be uttered by the user) in a user situation (eg, running a contact app). , Jason, Larry Heck, Kim Chul-soo, and Kim and Silver), texts that can be uttered in various ways (eg, Bang, John, Jason, Larry Heck, and Gold and Silver) can be selected. Text that can be uttered in various ways may be numbers and/or text expressed in a language not designated by the user (eg, English or Chinese characters). The processor 510 generates an ASR language model 521 including information about a plurality of candidate transliterations (eg, candidate transliterations of Bang and candidate transliterations of Kim Eun/Geumeun) for the selected text. can The processor 510 generates a user language model 533 in response to a case in which the user's utterance (eg, "Call Eun Kim") matches one of a plurality of candidate transliterations (eg, the transliteration of Kim Eun Kim). can be updated. In response to the user's speech (eg, "Call Eun Kim"), the processor 510 transmits text that can be uttered in various ways (eg, Kim Eun, which can be uttered as Kim Eun or Gold Silver) to the user's speech. It can be uttered in the same way (e.g. utter gold as Kim Eun) and provide a response to the user (e.g. "I am calling Kim Eun").

다양한 실시예에 따르면, 프로세서(510)는 사용자의 상황을 의미하는 사용자 컨텍스트, 기본 언어 모델, 및 사용자 언어 모델에 기초하여 다양하게 발화될 수 있는 텍스트에 대한 복수의 후보 음역을 생성하고, 사용자의 발화가 복수의 후보 음역 중 하나에 매칭되는 경우에 응답하여 사용자 언어 모델을 업데이트하는 기술을 제공할 수 있다. 또한, 프로세서(510)는 업데이트된 사용자 언어 모델에 기초하여 사용자 맞춤형 음성 인식 및 음성 발화를 수행함으로써 사용자의 체감 성능을 향상시킬 수 있다.According to various embodiments, the processor 510 generates a plurality of candidate transliteration ranges for text that can be uttered in various ways based on a user context meaning a user's situation, a basic language model, and a user language model, and A technique for updating a user language model in response to a case in which an utterance matches one of a plurality of candidate transliteration ranges may be provided. In addition, the processor 510 may improve the user's sensory performance by performing user-customized voice recognition and voice utterance based on the updated user language model.

도 11은 다양한 실시예에 따른 전자 장치가 사용자 언어 모델이 기초하여 사용자의 발화를 인식하고 응답을 제공하는 일 예를 나타낸다.11 illustrates an example in which an electronic device recognizes a user's utterance based on a user language model and provides a response, according to various embodiments.

도 11의 (a)를 참조하면, 다양한 실시예에 따르면, 프로세서(예: 도 6의 프로세서(510))는 사용자의 발화(예: "씨 유 레이러 틀어줘")에 대응하여, 다양하게 발화될 수 있는 텍스트(예: 레이러 또는 레이터로 발화될 수 있는 later)를 사용자의 발화 방식(예: later를 레이러로 발화)과 동일하게 발화하며 사용자에게 응답(예: "씨 유 레이러를 재생합니다")을 제공할 수 있다.Referring to (a) of FIG. 11 , according to various embodiments, a processor (eg, the processor 510 of FIG. 6 ) responds to a user's speech (eg, "Play Mr. Speak text that can be uttered (e.g., later that can be uttered as la la or later) in the same way as the user utters it (e.g., speak later as la la) and respond to the user (e.g., "C. to play") can be provided.

도 11의 (b)를 참조하면, 다양한 실시예에 따르면, 프로세서(510)는 사용자의 발화(예: "씨 유 레이터 틀어줘")에 대응하여, 다양하게 발화될 수 있는 텍스트(예: 레이러 또는 레이터로 발화될 수 있는 later)를 사용자의 발화 방식(예: later를 레이터로 발화)과 동일하게 발화하며 사용자에게 응답(예: "씨 유 레이터를 재생합니다")을 제공할 수 있다.Referring to (b) of FIG. 11 , according to various embodiments, the processor 510 responds to a user's speech (eg, "play Mr. U. You can utter later), which can be uttered as la or later, in the same way the user utters it (eg, utter later as later), and provide a response to the user (eg, "Play Mr. u-later").

다양한 실시예들에 따르면, 프로세서(510)는 다양하게 발화될 수 있는 텍스트에 대한 복수의 후보 음역 중 하나가 사용자의 발화에 매칭되는 경우에 응답하여 업데이트된 사용자 언어 모델에 기초하여 사용자 맞춤형 음성 인식 및 음성 발화를 수행함으로써 사용자의 체감 성능을 향상시킬 수 있다.According to various embodiments, the processor 510 recognizes a user-customized voice based on an updated user language model in response to a case in which one of a plurality of candidate vocal ranges for text that can be uttered in various ways matches the user's utterance. And by performing the voice speech, it is possible to improve the user's sensory performance.

도 12는 다양한 실시예에 따른 전자 장치의 동작 방법의 일 예를 설명하기 위한 흐름도이다.12 is a flowchart illustrating an example of a method of operating an electronic device according to various embodiments.

동작 1210 내지 동작 1230은 순차적으로 수행될 수도 있으나, 반드시 순차적으로 수행되는 것은 아니다. 예를 들어, 각 동작(1210~1230)의 순서가 변경될 수도 있으며, 적어도 두 동작들이 병렬적으로 수행될 수도 있다.Operations 1210 to 1230 may be sequentially performed, but are not necessarily sequentially performed. For example, the order of each operation 1210 to 1230 may be changed, or at least two operations may be performed in parallel.

동작 1210에서, 프로세서(예: 도 6의 프로세서(510))는 사용자의 상황을 의미하는 사용자 컨텍스트, 기본 언어 모델, 및 사용자 언어 모델에 기초하여, 다양하게 발화될 수 있는 텍스트에 대한 복수의 후보 음역에 관한 정보를 포함하는 ASR(automatic speech recognition) 언어 모델을 생성할 수 있다.In operation 1210, a processor (eg, the processor 510 of FIG. 6 ) selects a plurality of candidates for text that can be uttered in various ways based on the user context meaning the user's situation, the basic language model, and the user language model. An automatic speech recognition (ASR) language model including information about transliteration may be generated.

동작 1230에서, 프로세서(510)는 사용자의 발화가 복수의 후보 음역 중 하나에 매칭되는 경우에 응답하여, 사용자 언어 모델을 업데이트할 수 있다.In operation 1230, the processor 510 may update the user language model in response to a case in which the user's utterance matches one of a plurality of candidate vocal ranges.

도 13은 다양한 실시예에 따른 전자 장치의 동작 방법의 다른 예를 설명하기 위한 흐름도이다.13 is a flowchart illustrating another example of a method of operating an electronic device according to various embodiments.

동작 1310 내지 동작 1330은 순차적으로 수행될 수도 있으나, 반드시 순차적으로 수행되는 것은 아니다. 예를 들어, 각 동작(1310~1330)의 순서가 변경될 수도 있으며, 적어도 두 동작들이 병렬적으로 수행될 수도 있다.Operations 1310 to 1330 may be sequentially performed, but are not necessarily sequentially performed. For example, the order of each operation 1310 to 1330 may be changed, or at least two operations may be performed in parallel.

동작 1310에서, 프로세서(예: 도 6의 프로세서(510))는 제1 언어로 구성된 텍스트를 제2 언어로 표현한 사용자의 발화를 수신할 수 있다.In operation 1310, a processor (eg, the processor 510 of FIG. 6 ) may receive a user's utterance expressing a text composed of a first language in a second language.

동작 1330에서, 프로세서(510)는 텍스트를 제2 언어로 음역한 복수의 후보 음역에 관한 정보를 포함하는 ASR 언어 모델에 기초하여, 사용자의 발화를 인식하고 응답을 제공할 수 있다.In operation 1330, the processor 510 may recognize the user's utterance and provide a response based on the ASR language model including information on a plurality of candidate transliteration ranges obtained by transliterating the text into the second language.

다양한 실시예에 따른 전자 장치(예: 도 5의 전자 장치(501))는 인스트럭션들을 포함하는 메모리와 상기 메모리와 전기적으로 연결되고, 상기 인스트럭션들을 실행하기 위한 프로세서를 포함하고, 상기 프로세서에 의해 상기 인스트럭션들이 실행될 때, 상기 프로세서는, 사용자의 상황을 의미하는 사용자 컨텍스트, 기본 언어 모델, 및 사용자 언어 모델에 기초하여, 다양하게 발화될 수 있는 텍스트에 대한 복수의 후보 음역에 관한 정보를 포함하는 ASR(automatic speech recognition) 언어 모델을 생성하고, 상기 사용자의 발화가 상기 복수의 후보 음역 중 하나에 매칭되는 경우에 응답하여, 상기 사용자 언어 모델을 업데이트할 수 있다.An electronic device (eg, the electronic device 501 of FIG. 5 ) according to various embodiments includes a memory including instructions and a processor electrically connected to the memory and executing the instructions, and configured to perform the instructions by the processor. When the instructions are executed, the processor performs ASR including information about a user context meaning a user's situation, a basic language model, and a plurality of candidate transliteration ranges for text that can be uttered in various ways based on the user language model. An automatic speech recognition (automatic speech recognition) language model may be generated, and the user language model may be updated in response to a case in which the user's utterance matches one of the plurality of candidate transliterations.

다양한 실시예에 따르면, 상기 프로세서는, 업데이트된 사용자 언어 모델에 기초하여 상기 사용자의 발화에 대응하는 응답을 제공할 수 있다.According to various embodiments, the processor may provide a response corresponding to the user's utterance based on the updated user language model.

다양한 실시예에 따르면, 상기 복수의 후보 음역은, 상기 사용자가 지정한 언어로 표현된 것으로써, 각각이 적어도 하나의 상이한 음소 또는 음절로 구성되어 있으며, 상기 텍스트는, 숫자 또는 상기 사용자가 지정하지 않은 언어로 표현된 텍스트 중에서 적어도 하나를 포함할 수 있다.According to various embodiments, the plurality of candidate phonetic ranges are expressed in a language designated by the user, each of which is composed of at least one different phoneme or syllable, and the text includes numbers or non-designated syllables. It may include at least one of texts expressed in a language.

다양한 실시예에 따르면, 상기 프로세서는, 상기 사용자의 상황에서 사용자가 발화할 가능성이 있는 텍스트들 중에서 다양하게 발화될 수 있는 텍스트를 선별하고, 선별된 텍스트에 대한 복수의 후보 음역을 생성할 수 있다.According to various embodiments, the processor may select texts that can be uttered in various ways among texts that are likely to be uttered by the user in the user's situation, and generate a plurality of candidate vocal ranges for the selected text. .

다양한 실시예에 따르면, 상기 프로세서는, 학습 데이터에 기초하여 학습된 음역 모델에 상기 선별된 텍스트를 입력하여 상기 복수의 후보 음역을 획득할 수 있다.According to various embodiments, the processor may acquire the plurality of candidate voice ranges by inputting the selected text into a voice range model learned based on training data.

다양한 실시예에 따르면, 상기 학습 데이터는, 원시 코퍼스 및 상기 원시 코퍼스의 음역을 포함하고, 상기 프로세서는, 발음열 예측 모델에 상기 원시 코퍼스를 입력하여 상기 원시 코퍼스의 발음을 획득하고, 음소 변환 모델에 상기 발음을 입력하여 상기 사용자가 지정한 언어로 변환된 자소를 획득함으로써 상기 원시 코퍼스의 음역을 획득할 수 있다.According to various embodiments, the training data includes a raw corpus and a transliteration of the raw corpus, and the processor obtains a pronunciation of the raw corpus by inputting the raw corpus to a pronunciation sequence prediction model, and a phoneme conversion model. The transliteration range of the original corpus may be obtained by inputting the pronunciation to and acquiring grapheme converted into a language specified by the user.

다양한 실시예에 따르면, 상기 프로세서는, 상기 사용자의 발화를 텍스트 데이터로 변환하고, 상기 텍스트 데이터와 상기 복수의 후보 음역을 매칭하는 동작을 수행하고, 상기 텍스트 데이터가 상기 복수의 후보 음역 중 하나에 매칭되는 경우, 매칭된 후보 음역을 상기 다양하게 발화될 수 있는 텍스트에 대한 정답으로 결정함으로써 상기 사용자 언어 모델을 업데이트할 수 있다.According to various embodiments, the processor converts the user's utterance into text data, performs an operation of matching the text data and the plurality of candidate voice ranges, and converts the text data into one of the plurality of candidate voice ranges. If matched, the user language model may be updated by determining the matched candidate transliteration range as the correct answer for the text that can be uttered in various ways.

다양한 실시예에 따르면, 상기 프로세서는, 상기 사용자의 발화에 대응하여, 상기 다양하게 발화될 수 있는 텍스트를 상기 정답과 동일하게 발화하는 응답을 제공할 수 있다.According to various embodiments, the processor may provide a response in which the variously utterable texts are uttered identically to the correct answer in response to the user's utterance.

다양한 실시예에 따르면, 상기 프로세서는, 음소의 매칭 빈도에 기초하여 상기 복수의 후보 음역의 우선순위를 결정할 수 있다.According to various embodiments, the processor may determine the priority of the plurality of candidate phonemes based on phoneme matching frequencies.

다양한 실시예에 따른 전자 장치(501)는, 인스트럭션들을 포함하는 메모리; 및 상기 메모리와 전기적으로 연결되고, 상기 인스트럭션들을 실행하기 위한 프로세서를 포함하고, 상기 프로세서에 의해 상기 인스트럭션들이 실행될 때, 상기 프로세서는, 제1 언어로 구성된 텍스트를 제2 언어로 표현한 사용자의 발화를 수신하고, 상기 텍스트를 제2 언어로 음역한 복수의 후보 음역에 관한 정보를 포함하는 ASR 언어 모델에 기초하여, 상기 발화를 인식하고 응답을 제공할 수 있다.An electronic device 501 according to various embodiments includes a memory including instructions; and a processor electrically connected to the memory and configured to execute the instructions, wherein when the instructions are executed by the processor, the processor receives a user's utterance expressing a text composed of a first language in a second language. Recognizes the utterance and provides a response based on an ASR language model including information about a plurality of candidate transliteration ranges obtained by transliterating the text into the second language.

다양한 실시예에 따르면, 상기 ASR 언어 모델은, 사용자의 상황을 의미하는 사용자 컨텍스트, 기본 언어 모델, 및 사용자 언어 모델에 기초하여 생성된 것이고, 상기 사용자 언어 모델은, 상기 사용자의 발화가 상기 복수의 후보 음역 중 하나에 매칭되는 경우에 응답하여 업데이트된 것일 수 있다.According to various embodiments, the ASR language model is generated based on a user context meaning a user's situation, a basic language model, and a user language model, and the user language model is It may be updated in response to matching with one of the candidate vocal ranges.

다양한 실시예에 따르면, 상기 제1 언어는, 숫자 또는 상기 사용자가 지정하지 않은 언어 중 적어도 하나를 포함하고, 상기 제2 언어는, 상기 사용자가 지정한 언어이고, 상기 복수의 후보 음역은, 상기 제2 언어로 표현된 것으로써, 각각이 적어도 하나의 상이한 음소 또는 음절로 구성된 것일 수 있다.According to various embodiments, the first language includes at least one of a number or a language not designated by the user, the second language is a language designated by the user, and the plurality of candidate transliteration ranges includes the first language. It can be expressed in two languages, each composed of at least one different phoneme or syllable.

다양한 실시예에 따르면, 상기 프로세서는, 상기 사용자의 상황에서 사용자가 발화할 가능성이 있는 텍스트들 중에서 상기 제1 언어로 구성된 텍스트를 선별하고, 선별된 텍스트에 대한 복수의 후보 음역을 생성할 수 있다.According to various embodiments, the processor may select text composed of the first language from among texts likely to be uttered by the user in the user's situation, and generate a plurality of candidate transliteration ranges for the selected text. .

다양한 실시예에 따르면, 상기 프로세서는, 학습 데이터에 기초하여 학습된 음역 모델에 상기 선별된 텍스트를 입력하여 상기 복수의 후보 음역을 획득할 수 있다. 전자 장치.According to various embodiments, the processor may acquire the plurality of candidate voice ranges by inputting the selected text into a voice range model learned based on training data. electronic device.

다양한 실시예에 따르면, 상기 학습 데이터는, 원시 코퍼스 및 상기 원시 코퍼스의 음역을 포함하고, 상기 프로세서는, 발음열 예측 모델에 상기 원시 코퍼스를 입력하여 상기 원시 코퍼스의 발음을 획득하고, 음소 변환 모델에 상기 발음을 입력하여 상기 사용자가 지정한 언어로 변환된 자소를 획득함으로써 상기 원시 코퍼스의 음역을 획득할 수 있다.According to various embodiments, the training data includes a raw corpus and a transliteration of the raw corpus, and the processor obtains a pronunciation of the raw corpus by inputting the raw corpus to a pronunciation sequence prediction model, and a phoneme conversion model. The transliteration range of the original corpus may be obtained by inputting the pronunciation to and acquiring grapheme converted into a language specified by the user.

다양한 실시예에 따르면, 상기 프로세서는, 상기 사용자의 발화를 텍스트 데이터로 변환하고, 상기 텍스트 데이터와 상기 복수의 후보 음역을 매칭하는 동작을 수행하고, 상기 텍스트 데이터가 상기 복수의 후보 음역 중 하나에 매칭되는 경우, 매칭된 후보 음역을 상기 제1 언어로 구성된 텍스트에 대한 정답으로 결정함으로써 상기 사용자 언어 모델을 업데이트할 수 있다.According to various embodiments, the processor converts the user's utterance into text data, performs an operation of matching the text data and the plurality of candidate voice ranges, and converts the text data into one of the plurality of candidate voice ranges. If matched, the user language model may be updated by determining the matched candidate transliteration range as the correct answer for the text composed of the first language.

다양한 실시예에 따르면, 상기 프로세서는, 상기 사용자의 발화에 대응하여, 상기 제1 언어로 구성된 텍스트를 상기 정답과 동일하게 발화하는 응답을 제공할 수 있다.According to various embodiments, in response to the user's utterance, the processor may provide a response in which the text composed of the first language is uttered identically to the correct answer.

다양한 실시예에 따르면, 상기 프로세서는, 음소의 매칭 빈도에 기초하여 상기 복수의 후보 음역의 우선순위를 결정할 수 있다.According to various embodiments, the processor may determine the priority of the plurality of candidate phonemes based on phoneme matching frequencies.

다양한 실시예에 따른 전자 장치(501)의 동작 방법은 사용자의 상황을 의미하는 사용자 컨텍스트, 기본 언어 모델, 및 사용자 언어 모델에 기초하여, 다양하게 발화될 수 있는 텍스트에 대한 복수의 후보 음역에 관한 정보를 포함하는 ASR 언어 모델을 생성하는 동작과 상기 사용자의 발화가 상기 복수의 후보 음역 중 하나에 매칭되는 경우에 응답하여, 상기 사용자 언어 모델을 업데이트하는 동작을 포함할 수 있다.An operating method of an electronic device 501 according to various embodiments relates to a plurality of candidate transliteration ranges for text that can be uttered in various ways based on a user context meaning a user's situation, a basic language model, and a user language model. An operation of generating an ASR language model including information and an operation of updating the user language model in response to a case in which the user's utterance matches one of the plurality of candidate vocal ranges.

다양한 실시예에 따르면, 상기 전자 장치(501)의 동작 방법은 업데이트된 사용자 언어 모델에 기초하여 상기 사용자의 발화에 대응한 응답을 제공하는 동작을 더 포함할 수 있다.According to various embodiments, the operating method of the electronic device 501 may further include providing a response corresponding to the user's utterance based on the updated user language model.

501: 전자 장치
601: 대화 시스템
602: IoT 서버
501: electronic device
601: dialogue system
602: IoT server

Claims (20)

전자 장치에 있어서,
인스트럭션들을 포함하는 메모리; 및
상기 메모리와 전기적으로 연결되고, 상기 인스트럭션들을 실행하기 위한 프로세서를 포함하고,
상기 프로세서에 의해 상기 인스트럭션들이 실행될 때, 상기 프로세서는,
사용자의 상황을 의미하는 사용자 컨텍스트, 기본 언어 모델, 및 사용자 언어 모델에 기초하여, 다양하게 발화될 수 있는 텍스트에 대한 복수의 후보 음역에 관한 정보를 포함하는 ASR(automatic speech recognition) 언어 모델을 생성하고,
상기 사용자의 발화가 상기 복수의 후보 음역 중 하나에 매칭되는 경우에 응답하여, 상기 사용자 언어 모델을 업데이트하는,
전자 장치.
In electronic devices,
memory containing instructions; and
a processor electrically connected to the memory and configured to execute the instructions;
When the instructions are executed by the processor, the processor:
Generates an automatic speech recognition (ASR) language model including information about a plurality of candidate transliterations for text that can be uttered in various ways based on the user context representing the user's situation, the basic language model, and the user language model. do,
Updating the user language model in response to a case in which the user's utterance matches one of the plurality of candidate vocal ranges;
electronic device.
제1항에 있어서,
상기 프로세서는,
업데이트된 사용자 언어 모델에 기초하여 상기 사용자의 발화에 대응하는 응답을 제공하는,
전자 장치.
According to claim 1,
the processor,
Providing a response corresponding to the user's utterance based on the updated user language model;
electronic device.
제1항에 있어서,
상기 복수의 후보 음역은,
상기 사용자가 지정한 언어로 표현된 것으로써, 각각이 적어도 하나의 상이한 음소 또는 음절로 구성되어 있으며,
상기 텍스트는,
숫자 또는 상기 사용자가 지정하지 않은 언어로 표현된 텍스트 중에서 적어도 하나를 포함하는,
전자 장치.
According to claim 1,
The plurality of candidate vocal ranges,
Expressed in the language specified by the user, each composed of at least one different phoneme or syllable,
The text is
Including at least one of numbers or text expressed in a language not specified by the user,
electronic device.
제1항에 있어서,
상기 프로세서는,
상기 사용자의 상황에서 사용자가 발화할 가능성이 있는 텍스트들 중에서 다양하게 발화될 수 있는 텍스트를 선별하고,
선별된 텍스트에 대한 복수의 후보 음역을 생성하는,
전자 장치.
According to claim 1,
the processor,
Selecting texts that can be uttered in various ways among texts that are likely to be uttered by the user in the user's situation;
generating a plurality of candidate transliterations for the selected text;
electronic device.
제4항에 있어서,
상기 프로세서는,
학습 데이터에 기초하여 학습된 음역 모델에 상기 선별된 텍스트를 입력하여 상기 복수의 후보 음역을 획득하는,
전자 장치.
According to claim 4,
the processor,
Acquiring the plurality of candidate voice ranges by inputting the selected text into a voice range model learned based on training data;
electronic device.
제5항에 있어서,
상기 학습 데이터는,
원시 코퍼스 및 상기 원시 코퍼스의 음역을 포함하고,
상기 프로세서는,
발음열 예측 모델에 상기 원시 코퍼스를 입력하여 상기 원시 코퍼스의 발음을 획득하고, 음소 변환 모델에 상기 발음을 입력하여 상기 사용자가 지정한 언어로 변환된 자소를 획득함으로써 상기 원시 코퍼스의 음역을 획득하는,
전자 장치.
According to claim 5,
The learning data,
comprising a primitive corpus and a transliteration of the primitive corpus;
the processor,
Obtaining a phonetic range of the original corpus by inputting the original corpus to a pronunciation sequence prediction model to obtain a pronunciation of the original corpus, and inputting the pronunciation to a phoneme conversion model to obtain grapheme converted into a language designated by the user,
electronic device.
제1항에 있어서,
상기 프로세서는,
상기 사용자의 발화를 텍스트 데이터로 변환하고,
상기 텍스트 데이터와 상기 복수의 후보 음역을 매칭하는 동작을 수행하고,
상기 텍스트 데이터가 상기 복수의 후보 음역 중 하나에 매칭되는 경우, 매칭된 후보 음역을 상기 다양하게 발화될 수 있는 텍스트에 대한 정답으로 결정함으로써 상기 사용자 언어 모델을 업데이트하는,
전자 장치.
According to claim 1,
the processor,
converting the user's utterance into text data;
performing an operation of matching the text data and the plurality of candidate vocal ranges;
When the text data matches one of the plurality of candidate vocal ranges, updating the user language model by determining the matched candidate vocal range as the correct answer for the text that can be uttered in various ways.
electronic device.
제7항에 있어서,
상기 프로세서는,
상기 사용자의 발화에 대응하여, 상기 다양하게 발화될 수 있는 텍스트를 상기 정답과 동일하게 발화하는 응답을 제공하는,
전자 장치.
According to claim 7,
the processor,
In response to the user's utterance, providing a response in which the text that can be uttered in various ways is uttered identically to the correct answer.
electronic device.
제1항에 있어서,
상기 프로세서는,
음소의 매칭 빈도에 기초하여 상기 복수의 후보 음역의 우선순위를 결정하는,
전자 장치.
According to claim 1,
the processor,
determining the priority of the plurality of candidate phonemes based on the matching frequency of phonemes;
electronic device.
전자 장치에 있어서,
인스트럭션들을 포함하는 메모리; 및
상기 메모리와 전기적으로 연결되고, 상기 인스트럭션들을 실행하기 위한 프로세서를 포함하고,
상기 프로세서에 의해 상기 인스트럭션들이 실행될 때, 상기 프로세서는,
제1 언어로 구성된 텍스트를 제2 언어로 표현한 사용자의 발화를 수신하고,
상기 텍스트를 제2 언어로 음역한 복수의 후보 음역에 관한 정보를 포함하는 ASR 언어 모델에 기초하여, 상기 발화를 인식하고 응답을 제공하는,
전자 장치.
In electronic devices,
memory containing instructions; and
a processor electrically connected to the memory and configured to execute the instructions;
When the instructions are executed by the processor, the processor:
Receiving a user's utterance expressing a text composed of a first language in a second language;
Recognizing the utterance and providing a response based on an ASR language model including information about a plurality of candidate transliterations of the text in a second language,
electronic device.
제10항에 있어서,
상기 ASR 언어 모델은,
사용자의 상황을 의미하는 사용자 컨텍스트, 기본 언어 모델, 및 사용자 언어 모델에 기초하여 생성된 것이고,
상기 사용자 언어 모델은,
상기 사용자의 발화가 상기 복수의 후보 음역 중 하나에 매칭되는 경우에 응답하여 업데이트되는,
전자 장치.
According to claim 10,
The ASR language model,
It is created based on a user context meaning a user's situation, a basic language model, and a user language model,
The user language model,
Updated in response to when the user's utterance matches one of the plurality of candidate vocal ranges,
electronic device.
제10항에 있어서,
상기 제1 언어는,
숫자 또는 상기 사용자가 지정하지 않은 언어 중 적어도 하나를 포함하고,
상기 제2 언어는,
상기 사용자가 지정한 언어이고,
상기 복수의 후보 음역은,
상기 제2 언어로 표현된 것으로써, 각각이 적어도 하나의 상이한 음소 또는 음절로 구성된 것인,
전자 장치.
According to claim 10,
The first language,
Contains at least one of a number or a language not specified by the user;
The second language,
the language specified by the user;
The plurality of candidate vocal ranges,
as expressed in said second language, each consisting of at least one different phoneme or syllable;
electronic device.
제9항에 있어서,
상기 프로세서는,
상기 사용자의 상황에서 사용자가 발화할 가능성이 있는 텍스트들 중에서 상기 제1 언어로 구성된 텍스트를 선별하고,
선별된 텍스트에 대한 복수의 후보 음역을 생성하는,
전자 장치.
According to claim 9,
the processor,
Selecting text composed of the first language from among texts likely to be uttered by the user in the user's situation;
generating a plurality of candidate transliterations for the selected text;
electronic device.
제13항에 있어서,
상기 프로세서는,
학습 데이터에 기초하여 학습된 음역 모델에 상기 선별된 텍스트를 입력하여 상기 복수의 후보 음역을 획득하는,
전자 장치.
According to claim 13,
the processor,
Acquiring the plurality of candidate voice ranges by inputting the selected text into a voice range model learned based on training data;
electronic device.
제14항에 있어서,
상기 학습 데이터는,
원시 코퍼스 및 상기 원시 코퍼스의 음역을 포함하고,
상기 프로세서는,
발음열 예측 모델에 상기 원시 코퍼스를 입력하여 상기 원시 코퍼스의 발음을 획득하고, 음소 변환 모델에 상기 발음을 입력하여 상기 사용자가 지정한 언어로 변환된 자소를 획득함으로써 상기 원시 코퍼스의 음역을 획득하는,
전자 장치.
According to claim 14,
The learning data,
comprising a primitive corpus and a transliteration of the primitive corpus;
the processor,
Obtaining a phonetic range of the original corpus by inputting the original corpus to a pronunciation sequence prediction model to obtain a pronunciation of the original corpus, and inputting the pronunciation to a phoneme conversion model to obtain grapheme converted into a language designated by the user,
electronic device.
제11항에 있어서,
상기 프로세서는,
상기 사용자의 발화를 텍스트 데이터로 변환하고,
상기 텍스트 데이터와 상기 복수의 후보 음역을 매칭하는 동작을 수행하고,
상기 텍스트 데이터가 상기 복수의 후보 음역 중 하나에 매칭되는 경우, 매칭된 후보 음역을 상기 제1 언어로 구성된 텍스트에 대한 정답으로 결정함으로써 상기 사용자 언어 모델을 업데이트하는,
전자 장치.
According to claim 11,
the processor,
converting the user's utterance into text data;
performing an operation of matching the text data and the plurality of candidate vocal ranges;
updating the user language model by determining the matched candidate transliteration range as a correct answer to the text composed of the first language when the text data matches one of the plurality of candidate transliterations;
electronic device.
제16항에 있어서,
상기 프로세서는,
상기 사용자의 발화에 대응하여, 상기 제1 언어로 구성된 텍스트를 상기 정답과 동일하게 발화하는 응답을 제공하는,
전자 장치.
According to claim 16,
the processor,
In response to the user's utterance, providing a response in which the text composed of the first language is uttered identically to the correct answer.
electronic device.
제10항에 있어서,
상기 프로세서는,
음소의 매칭 빈도에 기초하여 상기 복수의 후보 음역의 우선순위를 결정하는,
전자 장치
According to claim 10,
the processor,
determining the priority of the plurality of candidate phonemes based on the matching frequency of phonemes;
electronic device
전자 장치의 동작 방법에 있어서,
사용자의 상황을 의미하는 사용자 컨텍스트, 기본 언어 모델, 및 사용자 언어 모델에 기초하여, 다양하게 발화될 수 있는 텍스트에 대한 복수의 후보 음역에 관한 정보를 포함하는 ASR 언어 모델을 생성하는 동작; 및
상기 사용자의 발화가 상기 복수의 후보 음역 중 하나에 매칭되는 경우에 응답하여, 상기 사용자 언어 모델을 업데이트하는 동작
을 포함하는, 전자 장치의 동작 방법.
In the operating method of the electronic device,
generating an ASR language model including information about a plurality of candidate transliteration ranges for text that can be uttered in various ways based on a user context meaning a user's situation, a basic language model, and the user language model; and
Updating the user language model in response to a case in which the user's utterance matches one of the plurality of candidate vocal ranges.
Including, the operating method of the electronic device.
제19항에 있어서,
업데이트된 사용자 언어 모델에 기초하여 상기 사용자의 발화에 대응한 응답을 제공하는 동작
을 더 포함하는, 전자 장치의 동작 방법.
According to claim 19,
An operation of providing a response corresponding to the user's utterance based on the updated user language model
Further comprising a method of operating an electronic device.
KR1020220028880A 2022-02-03 2022-03-07 Electronic device and method for creating customized language model KR20230118006A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/KR2022/019865 WO2023149644A1 (en) 2022-02-03 2022-12-08 Electronic device and method for generating customized language model
US18/107,652 US20230245647A1 (en) 2022-02-03 2023-02-09 Electronic device and method for creating customized language model

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020220014049 2022-02-03
KR20220014049 2022-02-03

Publications (1)

Publication Number Publication Date
KR20230118006A true KR20230118006A (en) 2023-08-10

Family

ID=87560779

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020220028880A KR20230118006A (en) 2022-02-03 2022-03-07 Electronic device and method for creating customized language model

Country Status (1)

Country Link
KR (1) KR20230118006A (en)

Similar Documents

Publication Publication Date Title
KR20220005348A (en) Method for providing screen in artificial intelligence virtual assistant service and user terminal device and server for supporting the same
KR20220086265A (en) Electronic device and operation method thereof
KR20220118818A (en) Electronic device and operation method thereof
KR20220108919A (en) Electronic device, and method for performing shortcut command in electronic device
KR20230118006A (en) Electronic device and method for creating customized language model
US20230245647A1 (en) Electronic device and method for creating customized language model
US20230335112A1 (en) Electronic device and method of generating text-to-speech model for prosody control of the electronic device
US20240071363A1 (en) Electronic device and method of controlling text-to-speech (tts) rate
US20220328043A1 (en) Electronic device for processing user utterance and control method thereof
US20240121206A1 (en) Electronic device for identifying image combined with text in multimedia content and method thereof
KR20230089505A (en) Electronic device for providing voice recognition service using user data and operating method thereof
KR20240026049A (en) Electronic devices and methods of handling user utterances
KR20220120934A (en) Apparatus and method for processing voice commands
KR20240020134A (en) Electronic device, intelligent server, and speaker adaptive speech recognition method
KR20240020140A (en) Electronic devices and methods for speech recognition of thereof
KR20220129312A (en) Electronic device and personalized text-to-speech model generation method of the electornic device
KR20240020137A (en) Electronic devcie and method for recognizing voice
KR20220137437A (en) Electronic device and operation method thereof
KR20220131098A (en) Electronic device including personalized text to speech module and method for controlling the same
KR20230052655A (en) Electronic device and operating method thereof
KR20240029488A (en) Electronic device and method for contrlolling tts rate
KR20230051038A (en) Electronic devices and methods of providing responses
KR20230016398A (en) Electronic device for managing improper answer and operating mehtod thereof
KR20240006401A (en) Method of determining end point detection time and electronic device performing the method
KR20240020141A (en) Method and electronic device for processing user utterance based on language model