VOICE INFORMATION RETRIEVAL FOR DOCUMENTS. Except where reference is made to the work of others, the work described in this thesis is.
|
|
|
- Curtis Palmer
- 10 years ago
- Views:
Transcription
1 VOICE INFORMATION RETRIEVAL FOR DOCUMENTS Except where reference is made to the work of others, the work described in this thesis is my own or was done in collaboration with my advisory committee. Weihong Hu Certificate of Approval: W. Homer Carlisle Juan E. Gilbert, Chair Associate Professor Assistant Professor Computer Science and Software Computer Science and Software Engineering Engineering N. Hari Narayanan Stephen L. McFarland Associate Professor Acting Dean Computer Science and Software Graduate School Engineering
2 VOICE INFORMATION RETRIEVAL FOR DOCUMENTS Weihong Hu A Thesis Submitted to The Graduate Faculty of Auburn University In Partial Fulfillment of the Requirements for the Degree of Master of Science Auburn, Alabama August 4, 2003
3 VOICE INFORMATION RETRIEVAL FOR DOCUMENTS Weihong Hu Permission is granted to Auburn University to make copies of this thesis at its discretion, upon the request of individuals or institutions and at their expense. The author reserves all publication rights. Signature of Author Date Copy sent to: Name Date 3
4 THESIS ABSTRACT VOICE INFORMATION RETRIEVAL FOR DOCUMENTS Weihong Hu Master of Science, August 4, Typed Pages Directed by Dr. Juan E. Gilbert Currently, new methods of interaction between people and the World Wide Web are constantly emerging. Among them, voice is becoming more and more preferred. Various voice applications (telephone-enabled applications) have been implemented and used by governments, businesses, universities, libraries, visual impaired people etc. However, very little attention has been given to document information retrieval using voice because of existing technical difficulties and limitations with natural language processing, voice recognition, grammar generation, result representation, etc. This thesis explored the background of information retrieval using voice especially Interactive Voice Response systems (IVR), several well-known existing projects; and introduces the concepts of Voice Extensible Markup Language (VoiceXML) [15]. A voice information retrieval system for documents (VIRD) has been 4
5 designed and implemented to search for documents from a database using the telephone and VoiceXML. Five phases have been applied to this research: database creation and normalization, user inquiries, denormalized view and stored procedures, summarization functions, and user interface design. In this research, an experiment has been conducted to measure the effectiveness and the usability of VIRD. The PARADISE framework [17] was used to evaluate the effectiveness of VIRD. Both Quantitative data and Qualitative data were collected. Two sets of metrics were applied and analyzed. A careful analysis of the experiment data revealed that VIRD achieved its effectiveness and user satisfaction as a mode of document information retrieval via mobile access. However, it was also found that improved recognition and improved representation for large result sets were required. Finally, conclusions of this research are presented and future work that aims to improve VIRD is suggested. 5
6 ACKNOWLEDGMENTS The author would like to express her deep gratitude to her advisor, Dr. Juan E. Gilbert, for his patient guidance, valuable advice, and continued encouragement throughout her studies. Sincere thanks are also due to her two graduate committee members, Dr. N. Hari Narayanan and Dr. W. Homer Carlisle, for their reviewing and advising efforts. In addition, the author would like to thank her husband, Yapin Zhong, for his help while conducting the experiment and constant support. 6
7 Voice Information Retrieval for Documents Weihong Hu M.S. Thesis Dept. of Computer Science & Software Engineering Auburn University
8 Outline Motivation Literature review VIRD System Architecture & Voice User Interface (VUI) Experiment Future Work Demo 2
9 Motivation A very large part of the world population does not have access to either computers or the Internet Very tiny visual interfaces make users feel quite uncomfortable Blind or partially-sighted users are not able to access information visually VoiceXML technologies provide an alternative way to search for document via mobile devices Very little work involving VUI for document retrieval 3
10 Literature Review Information Retrieval via Voice VoiceXML Technology Common VoiceXML applications 4
11 Information Retrieval via Voice Traditional Interactive Voice Response systems (IVR) IVR systems are software applications that accept telephone input and touch-tone keypad selection and provide appropriate responses VoiceXML applications Allow users to call into an application system and use a combination of their voice and/or telephone input and/or touch tone keypad to interact with the system Use HTTP protocol to interact with Web server 5
12 VoiceXML Voice Extensible Markup Language (VoiceXML) A World Wide Web Consortium ( W3C) standard speechapplication development language Designed for creating audio dialogues that feature synthesized speech, digitized audio, recognition of spoken and DTMF key input, recording of spoken input, telephony, and mixed-initiative conversations Allow users to interact with the Internet without needing visual access Allow users to have complete control over the user-application interaction through spoken dialogues 6
13 Voice Portals & System Infrastructure 7
14 Voice Portals & VoiceXML System Infrastructure (cont d) Voice portals provide the running platforms for voice applications Some well-known voice portals Tellme, VocalTec, and BeVocal 8
15 Common VoiceXML applications Simple uses Movie listings Traffic information Order tracking Directory assistance Personal information management Complex uses Business communications, virtual offices, and voice Web-based IVR speech-recognition enabled call centers E-commerce Airline reservations Stock trades and financial services management 9
16 VIRD System Architecture Speech Interface Voice Server IR System VoiceXML Interpreter Controller IR Speech DB 10
17 VIRD Document Database Twenty document abstracts database 11
18 Sample Document Abstract Title: Selectivity Estimation for Boolean Queries Abstract: In a variety of applications ranging from optimizing queries on alphanumeric attributes to providing approximate counts of documents containing several query terms, there is an increasing need to quickly and reliably estimate the number of strings (tuples, documents, etc.) matching a Boolean query. Boolean queries in this context consist of substring predicates composed using Boolean operators. While there has been some work in estimating the selectivity of substring queries, 12
19 Sample VoiceXML grammar <grammar> <![CDATA[ [ [(query)] {<keyword "query">} [(match)] {<keyword "match">} [(boolean)] {<keyword "boolean">} [(estimation)] {<keyword "estimation">} [(selectivity)] {<keyword "selectivity">} [(optimize)] {<keyword "optimize">} [(tuple)] {<keyword "tuple">} [(operator)] {<keyword operator">} [(application)] {<keyword application">} [(substring)] {<keyword substring">} [(alphanumeric)] {<keyword alphanumeric">} [(attribute)] {<keyword attribute">} [(approximate)] {<keyword approximate">} ] ]]> </grammar> 13
20 PRINCIPLES OF VIRD VUI DESIGN Continuous Representation making the system s capabilities apparent to the user as a reminder at any point in the dialogues Immediate Impact immediate, implicit confirmation must be provided Incrementality a sense of continuity and natural flow in the conversation between the system agent and the user Summarization and Aggregation the results must be condensed for audio-only interfaces due to the constraint imposed by auditory memory limitations 14
21 Diagram of VIRD VUI Welcome Message Main Menu Dialogue Query Dialogue Results Dialogue Confirm Save Dialogue Confirm MyLibrary 15
22 VIRD Voice User Interface Main Menu Dialogue Contains four search functions: keyword, title, author or year Query Dialogue Allows the user to say the words that will be used during the search 16
23 VIRD Voice User Interface (cont d) Results Dialogue Voice Navigator: Presents the list of retrieval documents to the user through a list of voice command: NEXT, PREVIOUS, STOP, REPEAT, DETAIL, TRY AGAIN or SAVE Save Dialogue Allows the user to request a copy of the article via or library 17
24 Experiment Participants Twenty Computer Science graduate and senior undergraduate students in a User Interface Design course participated in this experiment at Auburn University (ten female, ten male) Procedures Came in, used the same telephone, sit in the same chair, in the same room with the experimenter (as an observer) read a one-page instruction sheet interacted with the VIRD system to complete a task based on the task scenario. Task scenario: You are working on a research paper for Dr. X s database course. Your research topic is XML. Dr. X wants you to find a document on the subject tree algebra for XML using the system. When you find the document, use the save option to let the system it to you filled out a survey giving subjective evaluation of the system s performance 18
25 Evaluation Methodology Measuring user satisfaction of the voice user interface for the document retrieval system PARADISE framework [1] 19
26 Evaluation Methodology (cont d) Maximize user satisfaction Maximize task success Minimize costs Efficiency measures Qualitative measures 20
27 Evaluation Metrics The first set: Task success Dialogue efficiency Dialogue qualitative The second set: Completion Inaccuracy Misinterpretation 21
28 Evaluation Result Metrics Comparison Metrics Comparision Chart percent % 89.50% 81% 85% Series2 Series Task Success Dialogue Efficiency Dialogue Qualitative User Satisfactory metrics 22
29 Evaluation Result (cont d) Time of Completion Seconds 300 Series Subjects 23
30 Evaluation Result (cont d) Misinterpretation Times 3 Series Subjects 24
31 Experiment Summery Even though the misinterpretation rate is high, the user satisfaction is still high, this means, the user will accept the errors as long as they can recover from the errors easily A potential flaw in PARADISE Maximize task success Maximize user satisfaction Efficiency measures Minimize costs Qualitative measures 25
32 Future Work Investigate Spoken Query Retrieval for Large Documents (Yapin s research) Investigate a new usability model for Voice User Interface (Priyanka s research) 26
33 Demo 27
34 Questions 28
35 References 1. C.A.Kamm & M.A.Walker. Design and evaluation of spoken dialog systems. In Proceedings of the ASRU Workshop,
Version 2.6. Virtual Receptionist Stepping Through the Basics
Version 2.6 Virtual Receptionist Stepping Through the Basics Contents What is a Virtual Receptionist?...3 About the Documentation...3 Ifbyphone on the Web...3 Setting Up a Virtual Receptionist...4 Logging
Materials Software Systems Inc (MSSI). Enabling Speech on Touch Tone IVR White Paper
Materials Software Systems Inc (MSSI). Enabling Speech on Touch Tone IVR White Paper Reliable Customer Service and Automation is the key for Success in Hosted Interactive Voice Response Speech Enabled
Phone Routing Stepping Through the Basics
Ng is Phone Routing Stepping Through the Basics Version 2.6 Contents What is Phone Routing?...3 Logging in to your Ifbyphone Account...3 Configuring Different Phone Routing Functions...4 How do I purchase
Traitement de la Parole
Traitement de la Parole Cours 11: Systèmes à dialogues VoiceXML partie 1 06/06/2005 Traitement de la Parole SE 2005 1 [email protected], University of Fribourg Date Cours Exerc. Contenu 1 14/03/2005
Mobile Application Languages XML, Java, J2ME and JavaCard Lesson 03 XML based Standards and Formats for Applications
Mobile Application Languages XML, Java, J2ME and JavaCard Lesson 03 XML based Standards and Formats for Applications Oxford University Press 2007. All rights reserved. 1 XML An extensible language The
How To Use Voicexml On A Computer Or Phone (Windows)
Workshop Spoken Language Dialog Systems VoiceXML Rolf Schwitter [email protected] Macquarie University 2004 1 PhD Scholarship at Macquarie University A Natural Language Interface to a Logic Teaching
Thin Client Development and Wireless Markup Languages cont. VoiceXML and Voice Portals
Thin Client Development and Wireless Markup Languages cont. David Tipper Associate Professor Department of Information Science and Telecommunications University of Pittsburgh [email protected] http://www.sis.pitt.edu/~dtipper/2727.html
Open Source VoiceXML Interpreter over Asterisk for Use in IVR Applications
Open Source VoiceXML Interpreter over Asterisk for Use in IVR Applications Lerato Lerato, Maletšabisa Molapo and Lehlohonolo Khoase Dept. of Maths and Computer Science, National University of Lesotho Roma
Email Signatures. Advanced User s Guide. Version 2.0
Advanced User s Guide Version 2.0 Contents Email Signatures... 3 About the Documentation... 3 Ifbyphone on the Web... 3 Copying Click-to-XyZ Code... 4 Logging in to your ifbyphone Account... 4 Web-Based
A design of the transcoder to convert the VoiceXML documents into the XHTML+Voice documents
A design of the transcoder to convert the VoiceXML documents into the XHTML+Voice documents JIEUN KIM, JIEUN PARK, JUNSUK PARK, DONGWON HAN Computer & Software Technology Lab, Electronics and Telecommunications
Vision Based Parking Lot Monitoring: Available Parking Spaces Information
Vision Based Parking Lot Monitoring: Available Parking Spaces Information Leonard Yoon University of California, San Diego Department of Electrical & Computer Engineering [email protected] Kyumin Cho University
! <?xml version="1.0">! <vxml version="2.0">!! <form>!!! <block>!!! <prompt>hello World!</prompt>!!! </block>!! </form>! </vxml>
Using VoiceXML! Language spec 2.0! Includes support for VUI and for telephony applications (call forward, transfers, etc) " Has tags specific to voice application! Simple (and classic) example! !
Speech Recognition of a Voice-Access Automotive Telematics. System using VoiceXML
Speech Recognition of a Voice-Access Automotive Telematics System using VoiceXML Ing-Yi Chen Tsung-Chi Huang [email protected] [email protected] Department of Computer Science and Information
An Introduction to VoiceXML
An Introduction to VoiceXML ART on Dialogue Models and Dialogue Systems François Mairesse University of Sheffield [email protected] http://www.dcs.shef.ac.uk/~francois Outline What is it? Why
VoiceXML-Based Dialogue Systems
VoiceXML-Based Dialogue Systems Pavel Cenek Laboratory of Speech and Dialogue Faculty of Informatics Masaryk University Brno Agenda Dialogue system (DS) VoiceXML Frame-based DS in general 2 Computer based
Standard Languages for Developing Multimodal Applications
Standard Languages for Developing Multimodal Applications James A. Larson Intel Corporation 16055 SW Walker Rd, #402, Beaverton, OR 97006 USA [email protected] Abstract The World Wide Web Consortium
VoiceXML and VoIP. Architectural Elements of Next-Generation Telephone Services. RJ Auburn
VoiceXML and VoIP Architectural Elements of Next-Generation Telephone Services RJ Auburn Chief Network Architect, Voxeo Corporation Editor, CCXML Version 1.0, W3C Ken Rehor Software Architect, Nuance Communications
Speech-Enabled Interactive Voice Response Systems
Speech-Enabled Interactive Voice Response Systems Definition Serving as a bridge between people and computer databases, interactive voice response systems (IVRs) connect telephone users with the information
IVR CRM Integration. Migrating the Call Center from Cost Center to Profit. Definitions. Rod Arends Cheryl Yaeger BenchMark Consulting International
IVR CRM Integration Migrating the Call Center from Cost Center to Profit Rod Arends Cheryl Yaeger BenchMark Consulting International Today, more institutions are seeking ways to change their call center
Interfaces de voz avanzadas con VoiceXML
Interfaces de voz avanzadas con VoiceXML Digital Revolution is coming Self driving cars Self voice services Autopilot for CAR Speaker Automatic Speech Recognition ASR DTMF keypad SIP / VoIP or TDM Micro
Oracle IVR Integrator
Oracle IVR Integrator Concepts and Procedures Release 11i for Windows NT July 2001 Part No. A86103-03 1 Understanding Oracle IVR Integrator This topic group provides overviews of the application and its
Deploying Cisco Unified Contact Center Express Volume 1
Deploying Cisco Unified Contact Center Express Volume 1 Course Introduction Learner Skills and Knowledge Course Goal and Course Flow Additional References Your Training Curriculum General Administration
XML based Interactive Voice Response System
XML based Interactive Voice Response System Sharad Kumar Singh PT PureTesting Software P Ltd. Noida, India ABSTRACT The paper presents the architecture of a web based interactive voice response system
VoiceXML Programmer s Guide
VoiceXML Programmer s Guide VOICEXML PROGRAMMER S GUIDE 1 BeVocal, Inc. 685 Clyde Avenue Mountain View, CA 94043 Part No. 520-0001-02 Copyright 2005. BeVocal, Inc. All rights reserved. 2 VOICEXML PROGRAMMER
1. Introduction to Spoken Dialogue Systems
SoSe 2006 Projekt Sprachdialogsysteme 1. Introduction to Spoken Dialogue Systems Walther v. Hahn, Cristina Vertan {vhahn,vertan}@informatik.uni-hamburg.de Content What are Spoken dialogue systems? Types
VoiceXML Tutorial. Part 1: VoiceXML Basics and Simple Forms
VoiceXML Tutorial Part 1: VoiceXML Basics and Simple Forms What is VoiceXML? XML Application W3C Standard Integration of Multiple Speech and Telephony Related Technologies Automated Speech Recognition
Hosted Fax Mail. Hosted Fax Mail. User Guide
Hosted Fax Mail Hosted Fax Mail User Guide Contents 1 About this Guide... 2 2 Hosted Fax Mail... 3 3 Getting Started... 4 3.1 Logging On to the Web Portal... 4 4 Web Portal Mailbox... 6 4.1 Checking Messages
Emerging technologies - AJAX, VXML SOA in the travel industry
Emerging technologies - AJAX, VXML SOA in the travel industry Siva Kantamneni Executive Architect IBM s SOA Center Of Excellence email: [email protected] Tel: 813-356-4113 Contents Emerging technologies
Dialog planning in VoiceXML
Dialog planning in VoiceXML Csapó Tamás Gábor 4 January 2011 2. VoiceXML Programming Guide VoiceXML is an XML format programming language, describing the interactions between human
Application Notes for Speech Technology Center Voice Navigator 8 with Avaya Aura Experience Portal 7.0.1 - Issue 1.0
Avaya Solution & Interoperability Test Lab Application Notes for Speech Technology Center Voice Navigator 8 with Avaya Aura Experience Portal 7.0.1 - Issue 1.0 Abstract These application notes describe
Measuring IVR Performance
White Paper Measuring IVR Performance Task completion rate is the metric that matters most when evaluating IVR performance and return on investment. SPRING 2010 1310 Villa Street Mountain View, CA 94041
Voice XML: Bringing Agility to Customer Self-Service with Speech About Eric Tamblyn Voice XML: Bringing Agility to Customer Self-Service with Speech
Voice XML: Bringing Agility to Customer Self-Service with Speech Author: Eric Tamblyn, Director of Voice Platform Solutions Engineering, Genesys Telecommunications Laboratories, Inc. About Eric Tamblyn
VXI* IVR / IVVR. VON.x 2008 OpenSER Summit. Ivan Sixto CEO / Business Dev. Manager. San Jose CA-US, March 17th, 2008
VXI* IVR / IVVR San Jose CA-US, March 17th, 2008 Ivan Sixto CEO / Business Dev. Manager VON.x 2008 OpenSER Summit Index 1 About INET 2 What is VoiceXML? 3 VXI* Platforms for IVR / IVVR 4 Customer's Business
Configuration and Management of Speaker Verification Systems
Configuration and Management of Speaker Verification Systems Chuck Johnson Architect ibiometrics, Inc. Introduction For peak performance of a Speaker Verification solution, the VoiceXML client (voice application)
Voice User Interfaces (CS4390/5390)
Revised Syllabus February 17, 2015 Voice User Interfaces (CS4390/5390) Spring 2015 Tuesday & Thursday 3:00 4:20, CCS Room 1.0204 Instructor: Nigel Ward Office: CCS 3.0408 Phone: 747-6827 E-mail [email protected]
Testing IVR Systems White Paper
Testing IVR Systems Document: Nexus8610 IVR 05-2005 Issue date: Author: Issued by: 26MAY2005 Franz Neeser Senior Product Manager Nexus Telecom AG, Switzerland We work to improve your network Abstract Interactive
1. Login to www.ifbyphone.com with your User ID and password. Select Virtual Receptionist from the Basic Services tab.
Virtual Receptionist Virtual Receptionist is a hosted PBX auto attendant service with intelligent routing that automatically greets and routes phone calls based on your office schedule. It gives your company
Combining VoiceXML with CCXML
Combining VoiceXML with CCXML A Comparative Study Daniel Amyot and Renato Simoes School of Information Technology and Engineering University of Ottawa Ottawa, Canada [email protected], [email protected]
Summary Table Voluntary Product Accessibility Template
PLANTRONICS VPAT 8 Product: Call Center Polaris Headsets (Non-HAC) Over the Head Noise Canceling: P101N, P61N Over the Head Voice Tube: P101, P61 Over the Ear Voice Tube: P41 In the Ear Noise Canceling:
Cisco IOS Voice XML Browser
Cisco IOS Voice XML Browser Cisco Unified Communications is a comprehensive IP communications system of voice, video, data, and mobility products and applications. It enables more effective, more secure,
Australian Standard. Interactive voice response systems user interface Speech recognition AS 5061 2008 AS 5061 2008
AS 5061 2008 AS 5061 2008 Australian Standard Interactive voice response systems user interface Speech recognition This Australian Standard was prepared by Committee IT-022, Interactive Voice Response
Information. OpenScape Contact Center Voice Portal V7.0 R2 Enable Open Dialogue, Intuitive Interaction, and Seamless Handoff
Information V7.0 R2 Enable Open Dialogue, Intuitive Interaction, and Seamless Handoff Communication for the open minded Siemens Enterprise Communications www.enterprise.siemens.com/open Highlights Seamlessly
Moving Enterprise Applications into VoiceXML. May 2002
Moving Enterprise Applications into VoiceXML May 2002 ViaFone Overview ViaFone connects mobile employees to to enterprise systems to to improve overall business performance. Enterprise Application Focus;
Buying Guide: On-Demand vs. On-Premise IVR Systems
White Paper Buying Guide: On-Demand vs. On-Premise IVR Systems Selecting a Deployment Platform for Voice-Based Services NOVEMBER 2008 1310 Villa Street Mountain View, CA 94041 T: 650.930.9000 [email protected]
Aspect Education Services
Aspect Education Services Voxeo Training Catalog June 2015 Welcome to Aspect Education Services Aspect offers enterprises and service-providers state-of-the-art IVR platforms and Unified Communications
E I M S - Interactive Voice Response System
E I M S - Interactive Voice Response System Redox Technologies is a pioneer in computer telephony development and IVR service bureaus. We have developed, implemented and maintain no. of applications currently
Summary Table Voluntary Product Accessibility Template. Not Applicable- Not a web-based application. Supports. Not Applicable
PLANTRONICS VPAT 1 Product: Call Center Hearing Aid Compatible (HAC) Headsets Summary Table Section 1194.21 Software Applications and Operating Systems Section 1194.22 Web-based internet information and
VoiceXML Data Logging Overview
Data Logging Overview - Draft 0.3-20 August 2007 Page 1 Data Logging Overview Forum Tools Committee Draft 0.3-20 August 2007 Data Logging Overview - Draft 0.3-20 August 2007 Page 1 About the Forum: Founded
Membering T M : A Conference Call Service with Speaker-Independent Name Dialing on AIN
PAGE 30 Membering T M : A Conference Call Service with Speaker-Independent Name Dialing on AIN Sung-Joon Park, Kyung-Ae Jang, Jae-In Kim, Myoung-Wan Koo, Chu-Shik Jhon Service Development Laboratory, KT,
Welcome to Princeton University s Unified Messaging System. An Introduction. Janice Guarnieri Silvia Fernandes Julia Seymore
Welcome to Princeton University s Unified Messaging System An Introduction Janice Guarnieri Silvia Fernandes Julia Seymore Today s Agenda Brief overview of Unified Messaging Getting Started Demo of Telephone
interactive product brochure :: Nina: The Virtual Assistant for Mobile Customer Service Apps
interactive product brochure :: Nina: The Virtual Assistant for Mobile Customer Service Apps This PDF contains embedded interactive features. Make sure to download and save the file to your computer to
RAPID VOICEXML DEVELOPMENT USING IBM S GRAPHICAL CALL FLOW BUILDER
RAPID VOICEXML DEVELOPMENT USING IBM S GRAPHICAL CALL FLOW BUILDER TR 29.3787 May 10, 2004 Ciprian Agapi Felipe Gomez James R. Lewis IBM Pervasive Computing Boca Raton, Florida ii Abstract The evolution
IP Office Contact Center R9.0 Interactive Voice Response Voluntary Product Accessibility Template (VPAT)
IP Office Contact Center R9.0 Interactive Voice Response Voluntary Product Accessibility Template (VPAT) The IP Office Contact Center solution consists of a suite of software applications. The statements
Innovative Systems CVAA Compliance Statement
Innovative Systems CVAA Compliance Statement History The Twenty First Century Communications and Video Accessibility Act of 2010 (CVAA) was signed into law on October 8, 2010 by President Obama. The CVAA
Cisco IOS Voice XML Browser
Cisco IOS Voice XML Browser Cisco Unified Communications is a comprehensive IP communications system of voice, video, data, and mobility products and applications. It enables more effective, more secure,
Abstract. Avaya Solution & Interoperability Test Lab
Avaya Solution & Interoperability Test Lab Application Notes for LumenVox Automated Speech Recognizer, LumenVox Text-to-Speech Server and Call Progress Analysis with Avaya Aura Experience Portal Issue
Interactive Voice Response Medicare Part B Provider 1-877-908-8431
Interactive Voice Response Medicare Part B Provider Hours of Availability Mon - Fri: 6:00 a.m. to 7:00 p.m. CT for the states of: CO, IA, ND, SD & WY. Mon Fri: 6:00 a.m. to 9:00 p.m. CT for the states
Integrating VoiceXML with SIP services
Integrating VoiceXML with SIP services Kundan Singh, Ajay Nambi and Henning Schulzrinne Department of Computer Science, Columbia University, New York, NY 10027 Email: {kns10,an2029,hgs}@cs.columbia.edu
Computer Science. General Education Students must complete the requirements shown in the General Education Requirements section of this catalog.
Computer Science Dr. Ilhyun Lee Professor Dr. Ilhyun Lee is a Professor of Computer Science. He received his Ph.D. degree from Illinois Institute of Technology, Chicago, Illinois (1996). He was selected
Indiana University East Faculty Senate
Indiana University East Faculty Senate General Education Curriculum for Baccalaureate Degree Programs at Indiana University East The purpose of the General Education Curriculum is to ensure that every
Workforce Management IVR. A multi-service voice platform
WFM Workforce Management IVR Information Sheet Introduction High Level Overview Features Solution Components Industries Applications Call Flows Reporting Implementation and Deployment About Syntellect
A Development Tool for VoiceXML-Based Interactive Voice Response Systems
A Development Tool for VoiceXML-Based Interactive Voice Response Systems Cheng-Hsiung Chen Nai-Wei Lin Department of Computer Science and Information Engineering National Chung Cheng University Chiayi,
In the case of the online marketing of Jaro Development Corporation, it
Chapter 2 THEORETICAL FRAMEWORK 2.1 Introduction Information System is processing of information received and transmitted to produce an efficient and effective process. One of the most typical information
How To Develop A Voice Portal For A Business
VoiceMan Universal Voice Dialog Platform VoiceMan The Voice Portal with many purposes www.sikom.de Seite 2 Voice Computers manage to do ever more Modern voice portals can... extract key words from long
So today we shall continue our discussion on the search engines and web crawlers. (Refer Slide Time: 01:02)
Internet Technology Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No #39 Search Engines and Web Crawler :: Part 2 So today we
Automated Load Testing for SIP Applications
Automated Load Testing for SIP Applications Serge Kruppa Director of Engineering Astricon 2008, Glendale AZ About LiveVox Leading provider of hosted VoIP dialing solutions, with integrated ACD and IVR,
9RLFH$FWLYDWHG,QIRUPDWLRQ(QWU\7HFKQLFDO$VSHFWV
Université de Technologie de Compiègne UTC +(8',$6
and Voice Applications Eyal Wirsansky, Verso Technologies JaxJUG
Voice Over IP, and Voice Applications Eyal Wirsansky, Verso Technologies JaxJUG Analog Telephony Mr. W AG Bell X What the *!@# is aa Switch?? Moving to Digital Voice (TDM) Separation of Voice and Signaling
Summary Table Voluntary Product Accessibility Template
PLANTRONICS VPAT 8 Product: Call Center Polaris Headsets (Non-HAC) Over the Head Noise Canceling: P101N, P61N Over the Head Voice Tube: P101, P61 Over the Ear Voice Tube: P41 In the Ear Noise Canceling:
Cisco IOS VoiceXML Browser
Cisco IOS VoiceXML Browser Q. What is VoiceXML? A. Voice Extensible Markup Language (VoiceXML) is an XML-based creation environment for voice applications including user interfaces for use with automatic-speech-recognition
How Can Virtual Assistants Increase the Productivity of Mobile Business People?
How Can Virtual Assistants Increase the Productivity of Mobile Business People? Introduction As business people, we ve become very dependent on our desktop environment to manage our day-to-day activities.
Efficient, Effective Outreach
White Paper Efficient, Effective Outreach Four best practices for optimizing outbound customer care using today s multi-channel interactive technology and personalization principles By Grant Shirk, Director,
IP Contact Center: Realize the Full Business Potential of IP Contact Centers
IP Contact Center: Realize the Full Business Potential of IP Contact Centers WHITEPAPER The joint solution from Cisco and IBM provides people, processes, and technology needed to maximize the return on
Technology Finds Its Voice. February 2010
Technology Finds Its Voice February 2010 Technology Finds Its Voice Overview Voice recognition technology has been around since the early 1970s, but until recently the promise of new advances has always
VoiceXML Discussion. http://www.w3.org/tr/voicexml20/
VoiceXML Discussion http://www.w3.org/tr/voicexml20/ Voice Extensible Markup Language (VoiceXML) o is a markup-based, declarative, programming language for creating speechbased telephony applications o
COGNOS 8 Business Intelligence
COGNOS 8 Business Intelligence QUERY STUDIO USER GUIDE Query Studio is the reporting tool for creating simple queries and reports in Cognos 8, the Web-based reporting solution. In Query Studio, you can
Avaya Aura Orchestration Designer
Avaya Aura Orchestration Designer Avaya Aura Orchestration Designer is a unified service creation environment for faster, lower cost design and deployment of voice and multimedia applications and agent
CCXML & the Power of Standards-Based Call Control E X E C U T I V E B R I E F I N G M A R C H 2 0 1 0
CCXML & the Power of Standards-Based Call Control E X E C U T I V E B R I E F I N G M A R C H 2 0 1 0 The Call Control Challenge Advanced call control functionality enables companies to more efficiently
Voice Driven Animation System
Voice Driven Animation System Zhijin Wang Department of Computer Science University of British Columbia Abstract The goal of this term project is to develop a voice driven animation system that could take
Digital Marketing Capabilities
Digital Marketing Capabilities Version : 1.0 Date : 17-Apr-2015 Company Framework Focus on ROI 2 Introduction SPACECOS is a leading IT services and marketing solutions provider. We provide the winning
Plagiarism detection using software tools: a study in a Computer Science degree
Plagiarism detection using software tools: a study in a Computer Science degree A. Bugarín, M. Carreira, M. Lama, X.M. Pardo Department of Electronics and Computer Science, School of Engineering, University
University Data Warehouse Design Issues: A Case Study
Session 2358 University Data Warehouse Design Issues: A Case Study Melissa C. Lin Chief Information Office, University of Florida Abstract A discussion of the design and modeling issues associated with
M.S. Computer Science Program
M.S. Computer Science Program Pre-requisite Courses The following courses may be challenged by sitting for the placement examination. CSC 500: Discrete Structures (3 credits) Mathematics needed for Computer
