음성처리기술, 전화기술 및 웹 기술이 발달함에 따라 이를 결합하여 음성응용 프로그램을 웹에서 처리하고자 하는 음성 브라우저가 등장하게 되었다. W3C 컨소시엄의 음성 브라우저 작업그...
http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
https://www.riss.kr/link?id=T11955870
대전 : 한밭大學校 情報通信專門大學院, 2009
학위논문(박사) -- 한밭大學校 情報通信專門大學院 , 컴퓨터工學科 , 2009. 2
2009
한국어
대전
iv, 136 p. ; 26cm
지도교수 :金允中
0
상세조회0
다운로드국문 초록 (Abstract)
음성처리기술, 전화기술 및 웹 기술이 발달함에 따라 이를 결합하여 음성응용 프로그램을 웹에서 처리하고자 하는 음성 브라우저가 등장하게 되었다. W3C 컨소시엄의 음성 브라우저 작업그...
음성처리기술, 전화기술 및 웹 기술이 발달함에 따라 이를 결합하여 음성응용 프로그램을 웹에서 처리하고자 하는 음성 브라우저가 등장하게 되었다. W3C 컨소시엄의 음성 브라우저 작업그룹에서는 음성 브라우저를 위한SIF(Speech Interface Framework)를 정의하였다. SIF의 한 구성요소인 대화처리기(Dialog Manager)는 대화스크립트 받아 그 내용에 따라 대화를 진행시킨다. 이 스크립트는 대화의 시나리오를 SALT(Speech Application Language Tags) 또는 VoiceXML(Voice eXtensible Markup Language)에 의하여 기술된 문서이다.
음성 브라우저가 등장함에 따라, 음성 대화 어플리케이션이 웹 환경에서사용이 가능하게 되었다. 음성 웹 페이지는 SALT등으로 대화가 기술되어야한다. 기존 웹 페이지들은 음성 대화를 고려하지 않고 비쥬얼용으로 제작되었지만, 이들 웹 페이지에도 음성 대화를 이용하여 처리할 수 있는 요소들이있다. 예를 들면 "회원가입 페이지" 에서 이름을 키보드 대신 음성으로 입력하여 처리하는 것이 더 편리한 인터페이스이다.
따라서 본 논문에서는 비주얼용으로 제작된 WML 또는 HTML 웹 페이지로부터 대화처리가 가능한 요소들을 추출하고 해당대화를 SALT로 생성해내는 음성 웹 페이지의 자동 생성방법을 제안하였다. 제안한 음성 웹 페이지자동 생성기는 다음과 같은 기능을 가진다.
1. WML과 HTML로 기술된 비주얼 웹 페이지에서 음성 대화로 처리 가능한 하이퍼링크 및 입력태그 요소를 추출한다.
2. 추출된 요소정보를 이용하여 SALT로 음성 대화 스크립트를 생성한다.
3. 이 스크립트를 비주얼 웹 페이지에 삽입하여 음성 웹 페이지를 완성한다.
4. WML로 기술된 문서를 WML+SALT로 기술된 문서로 변환하는 번역기를 개발하였다.
5. HTML로 기술된 문서를 HTML+SALT로 기술된 문서로 변환하는 번역기를 개발하였다.
6. 번역 결과 문서는 기존의 마우스, 키보드를 이용한 처리도 가능하고 음성 대화처리도 가능하도록 설계되었다.
본 연구에서 제안한 시스템은 기존의 비주얼 웹 페이지를 음성 웹 페이지로 변환해주므로, 개발자는 기존에 개발된 비주얼 웹 페이지를 본 연구의 자동 생성기로 번역하도록 환경을 설정하기만 하면 되며, 사용자는 회원 가입이나 게시판 등 입력 박스가 있는 웹 페이지에 키보드와 마우스를 이용하여 글을 입력할 수 있을 뿐만 아니라 음성 명령으로도 글자를 입력할 수 있다. 또한 화면이 제약적인 모바일 환경에서 음성 대화로 웽 컨텐츠를 제어함으로써 사용자에게 편리한 인터페이스를 제공한다.
다국어 초록 (Multilingual Abstract)
The technologies such as speech, telephony, and web technologies have been developed respectively and attempted to be converged into the voice browser. The voice browser is a web browser that provides an interactive voice user interface on the web env...
The technologies such as speech, telephony, and web technologies have been developed respectively and attempted to be converged into the voice browser. The voice browser is a web browser that provides an interactive voice user interface on the web environment.
W3C consortium's Voice Working Group defined SIF(Speech Interface Framework) for the voice browser. Dialog manager is one of the components of SIF. The manager accepts a dialog script from the web and causes the dialog to be proceeded according to the instructions of that script. The script is a kind of dialog scenario to complete a task andis specified by using SALT(Speech Application Language Tags) or VoiceXML(Voice eXtensible Markup Language).
As voice browser has been developed, the voice applications are available on the web environment. The voice application has a dialog script. There are lots of web pages that has been generated for visual usage. However, they have potential capacities for dialog. In case of the name field in the member-registration page of any web site, it might be more convenient interface for name field to be filled using voice utterance than to be typed using key board.
Therefore, this paper proposed an automatic generation method of voice web page based on the SALT as follows: 1)It extracts components such as hyper-links and input tags in the visual web pages. Those components are potential capacities for voice dialog. 2)It generates dialog scripts specified using SALT from the extracted components. 3) These scripts are added in the original visual web page that is called voice web page. 4)This study describes the development of two translators. One is the translator that generates documents specified using SALT and WML from the WML documents. The other is the translator that generates documents specified using SALT and HTML from the HTML documents. 5) The translators are designed as being handled by not only voice dialog but also key board or mouse.
This translators have the function that translates automatically visual web pages into voice web pages. Therefore, the web developers need only to install this translator without any extra efforts such as the regeneration of voice versions of visual web pages and to the users, the translated voice web pages provides convenient interactive voice interface.
목차 (Table of Contents)