How To Write A Spainese Text File In English (Spain) On A Microsoft Powerbook (Spanish)

Size: px
Start display at page:

Download "How To Write A Spainese Text File In English (Spain) On A Microsoft Powerbook 2.5.1.1 (Spanish)"

Transcription

1 Language considerations for developing VoiceXML in Spanish This section contains information that is specific to Spanish. If you are developing Spanish voice applications, use the information in this section, instead of the equivalent US English information sections. v Built-in field types and grammars v Predefined events on page iv v Built-in commands on page iv v Specifying character encoding on page iv v Testing built-in field types on page iv v SSML elements and attributes on page v Built-in field types and grammars Table 1 shows the built-in field types and grammars for Spanish. Table 1. Spanish built-in types. Brackets [] around a keyword mean that the keyword is optional. The vertical-bar symbol indicates a choice between two or more keywords. boolean Users can say one of the positive responses sí, verdadero, afirmativo, cierto, correcto, exacto, seguro, claro, exactamente, correctamente, justo, OK, seguramente, claramente, vale, es verdad, está bien, cómo no, and de acuerdo, or one of the negative responses no, falso, incorrecto, negativo, and inexacto. Users can also provide DTMF input: 1 is yes, and 2 is no. 1

2 Table 1. Spanish built-in types (continued). Brackets [] around a keyword mean that the keyword is optional. The vertical-bar symbol indicates a choice between two or more keywords. currency Users can say currency values as a combination of a main currency component (euro, peso, dólar), such as treinta y siete euros, and a cent component (céntimo, centavo), such as cincuenta centavos. Users can also say one of these components without the other. If both components are present, they can be either not separated (as in veinte euros cincuenta ), or separated by the word y or the word con (as in dos euros con cincuenta ). A main currency component may be in any of these formats: cero euros, un euro, m euros (where 2 <= m <= 999,999,999) and m (where 1 <= m <= 999,999,999). A cent component may be in any of these formats: cero céntimos(centavos), un céntimo(centavo), n céntimos(centavos) (where 1 <= n <= 99). If both components are present, the cent component can also have the format n (where 0 <= n <= 99). Note that if users just say an integer value m (where 1 <= m <= 999,999,999), this will be interpreted as a number of euros. Note also that users can also speak two numerical values, where the first is between 0 and 999,999,999, and the second is between 0 and 99, optionally separated by the word y or con. This will be interpreted as a number of euros followed by a number of cents. The main currency can also be any of the following: peso argentino, peso chileno, peso colombiano, peso cubano, peso dominicano, peso mexicano, balboa, bolívar, bolíviano, colón, colón costarricense, colón salvadoreño, córdoba, guaraní, lempira, nuevo sol, and quetzal. Users can also provide DTMF input using the numbers 0 through 9 and optionally the * key (to indicate a decimal separator), and must terminate DTMF entry using the # key. The return value sent is a string in the format UUUddddddddd.cc, where UUU is a currency indicator, as shown below. Value Currency PAB balboa VEB bolívar BOB boliviano SVC colón, colón salvadoreño CRC colón costarricense NIO córdoba USD dólar EUR euro PYG guaraní HNL lempira GBP libra esterlina PEN nuevo sol MXN peso, peso mexicano ARS peso argentino CLP peso chileno COP peso colombiano CUP peso cubano DOP peso dominicano GTQ quetzal ECS sucre date Users can say a date using days (cardinal numbers 1 to 31, or the ordinal number primero), months, and years, as well as the words ayer, hoy, and mañana. The year must be between 1900 and A full date starts with the day number, followed by the word de preceding the month name, or by the word del preceding the month number (a cardinal number between 1 and 12). The month is followed by the word de preceding the year (between 1900 and 2099), for example, siete de junio de dos mil dos. Users can also specify a 2-digit year, such as noventa y cinco. A 2-digit year will be interpreted as being between 1911 and Users can also say the day and month without specifying a year. This will be interpreted as a date in the current year. Any of these constructs can be preceded by a day of the week, such as viernes siete de junio de dos mil dos. However, the day of the week will be ignored. Thus the specified date will be accepted, whether or not it falls on the specified day. Users can also provide DTMF input in the form yyyymmdd. Note: The date grammar does not perform leap year calculations. February 29th is accepted as a valid date regardless of the year. If desired, your application or servlet can perform the required calculations. The return value sent is a string in the format yyyymmdd, with the VoiceXML browser returning a? in any positions omitted in spoken input. 2

3 Table 1. Spanish built-in types (continued). Brackets [] around a keyword mean that the keyword is optional. The vertical-bar symbol indicates a choice between two or more keywords. digits Users can say non-negative integer values as strings of individual digits (0 through 9). For example, a user could say cero uno dos tres cuatro cinco seis siete ocho nueve. Users can also provide DTMF input using the numbers 0 through 9, and must terminate DTMF entry using the # key. The return value sent is a string of one or more digits. If the result is subsequently used in <say-as> with the interpret-as value vxml:digits, it will be spoken as a sequence of digits appropriate to the current language. For example, the TTS engine speaks as uno dos tres cuatro cinco seis. number Users can say natural numbers (that is, positive and negative integers, 0, and decimals) from -999,999, to 999,999, Users can say the words punto or coma to indicate a decimal separator, menos to indicate a negative number, and más to indicate a positive number (which is the default). Users can also provide DTMF input using the numbers 0 through 9 and optionally the * key (to indicate a comma), and must terminate DTMF entry using the # key. Only positive numbers can be entered using DTMF. The return value sent is a string of one or more digits, 0 through 9, with a decimal point and a + or - sign as applicable. phone Users can say a telephone number, including the optional word extensión or interno, meaning extension. In addition to digits (1 to 9), users can use 2-digit numbers and also the numbers 100, 200, 300, 400, 500, 600, 700, 800, and 900 if they match the end of the telephone number or the end of the extension. Users can also provide DTMF input using the numbers 0 through 9 and optionally the * key (to represent the word extension ), and must terminate DTMF entry using the # key. The return value sent is a string of digits which includes an x if an extension was specified. However, the IBM TTS engine is unable to synthesize the return value for this language. time Users can say a time of day using hours and minutes in either 12-hour clock or 24-hour clock format, as well as the words ahora, mediodía, and medianoche. Times can be stated in any of the following formats: For the 24-hour clock: Una hora y M minutos H horas [y] M minutos H horas y M La una y M [minutos] Las H y M [minutos] La una cero X Las H cero X La una Las H Las H horas where 0 <= H <= 23 (but not 1), 0 <= M <= 59 (minuto instead of minutos when M=1), and 0 <= X <= 9. For the 12 hour clock: las H [en punto] [de la mañana de la tarde de la noche] las H y cuarto [de la mañana de la tarde de la noche] las H y media [de la mañana de la tarde de la noche] las H menos cuarto [de la mañana de la tarde de la noche] las H y M (minutos) [de la mañana de la tarde de la noche] las H menos M (minutos) [de la mañana de la tarde de la noche] where 1 <= H <= 12 (la instead of las when H=1) where 1 <= M <= 29 (minuto instead of minutos when M=1) [el] mediodía [la] medianoche ahora Users can also provide DTMF input using the numbers 0 through 9. The return value sent is a string in the format hhmmx, where x is a for a.m., p for p.m., h for 24 hour format or? if unspecified or ambiguous. For DTMF input, the return value will always be h or?, since there is no mechanism for specifying a.m. or p.m. Language considerations for developing VoiceXML in Spanish 3

4 Predefined events Table 2 shows the Spanish default event-handler messages for the error, help, and nomatch events. Table 2. Spanish predefined events and event-handler messages Event Default event-handler message error.badfetch error.noauthorization error.semantic error.unsupported.element Perdón, hay que salir debido a un error de proceso. help Perdón, pero no hay ayuda disponible. nomatch Perdón, no se entendió bien. Built-in commands Table 3 shows the built-in VoiceXML browser commands for Spanish: Table 3. Spanish built-in VoiceXML browser commands Grammar name Valid user utterances VoiceXML browser response Quiet/Cancel [por favor] silencio silencio por favor [por favor] cancelar cancelar por favor [por favor] cancele cancele por favor When barge-in is enabled, stops the current spoken output and waits for further instructions from user. Help [por favor] ayuda ayuda por favor Plays the help event-handler message. Specifying character encoding Testing built-in field types The default character encoding for XML documents is utf8, which has 7-bit ASCII as a proper subset. Character codes in VoiceXML documents that are greater than 127 (such as special characters è or ä) will therefore be interpreted as the first byte of a multi-byte utf8 sequence. You can force the XML parser to use another codepage by specifying the desired encoding as the very first thing in the file: <?xml version="1.0" encoding="iso "?> Table 4 provides examples of the types of input you might specify when testing a Spanish voice application that uses the built-in field types. Table 4. Sample input for Spanish built-in field types Built-in field type Sample input boolean sí, cierto, exactamente, vale, no, falso currency diez mil pesos nueve euros cincuenta once dólares con diez centavos noventa y ocho céntimos de euro 4

5 Table 4. Sample input for Spanish built-in field types (continued) Built-in field type Sample input date cinco de marzo trece de abril de dos mil once primero de mayo noviembre del noventa y nueve seis del seis de dos mil dos ayer hoy mañana digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 number diez milliones quinientos mil menos dos coma cinco más dos coma cinco phone siete tres cinco cuatro nueve cero cero cuatro nueve sesenta y siete treinta y seis trescientos extensión once once extensión setenta y dos time las dos las siete y media las nueve y cuarto de la mañana medianoche SSML elements and attributes Table 5. Limitations for Spanish SSML elements Table 5 shows the notes about SSML elements and attributes in Spanish. This tables is applicable to Castilian and Mexican Spanish. <emphasis> This element is not supported. <phoneme> The IPA alphabet is not supported. The IBM alphabet is supported. The IBM alphabet used in SSML refers to the phonology used by IBM TTS. The following example shows the US English phonetic pronunciation of tomato using the IBM TTS phonetic alphabet: <phoneme alphabet="ibm" ph=".0tx.1me.0fo"> tomato </phoneme> For more information on IBM SPRs, see the IBM Text-To-Speech SSML Programming Guide. <prosody> The pitch, range and rate attributes are not supported. <say-as> The interpret-as attribute is only supported with the value vxml:digits. The digits and letters attributes are also supported. Language considerations for developing VoiceXML in Spanish 5

Considerations for developing VoiceXML in Canadian French

Considerations for developing VoiceXML in Canadian French Considerations for developing VoiceXML in Canadian French This section contains information that is specific to Canadian French. If you are developing Canadian French voice applications, use the information

More information

Language considerations for developing VoiceXML in German

Language considerations for developing VoiceXML in German Language considerations for developing VoiceXML in German This section contains information that is specific to German. If you are developing German voice applications, use the information in this section,

More information

Walk and Learn Spanish: Numbers 0-1,000. Learn Spanish Numbers as You Step to the Music

Walk and Learn Spanish: Numbers 0-1,000. Learn Spanish Numbers as You Step to the Music Walk and Learn Spanish: Numbers 0-1,000 Learn Spanish Numbers as You Step to the Music Published in 2015 Written and narrated by Madelene Etter Special Audiobook Companion Document WALK AND LEARN SPANISH

More information

Telling and asking for the time.

Telling and asking for the time. Lesson: : telling and asking for the time General: : Objectives: Structures: Target Vocab: 40 mins - 1 hour Telling and asking for the time. " Qué hora es?" "Por favor Podrías decirme la hora?" "Es la

More information

Teacher: Course Name: Spanish I Year. World Language Department Saugus High School Saugus Public Schools

Teacher: Course Name: Spanish I Year. World Language Department Saugus High School Saugus Public Schools Week 1 Week 2 Capítulo Preliminar 1. Intro to Spanish speaking world/nombres en Espanol 2. Frases útiles/ los cognados 3. El Alfabeto 4. Los Colores 5. Los números (0-30) and 1.3 Students present information,

More information

Eugenia Vomvoridi-Ivanović University of South Florida

Eugenia Vomvoridi-Ivanović University of South Florida Eugenia Vomvoridi-Ivanović University of South Florida Question to ponder What kinds of experiences would allow bilingual Latina/o pre-service teachers To build on the unique strengths they bring into

More information

Grand Prix Costa Rica Travel Guide

Grand Prix Costa Rica Travel Guide Grand Prix Costa Rica Travel Guide By Judge Martin Chaves QUICK FACTS Electricity: 120V 60Hz Time Zone: GMT -6 Calling Code +506 Language and Travel Information Spanish is the official Language of Costa

More information

Numbers and Counting Lesson Plan

Numbers and Counting Lesson Plan Lesson Plan Video: 15 minutes Lesson: 35 minutes Pre-viewing :00 Warm up: Many students can count from 1-10 in Spanish, so have a few volunteers demonstrate. As a more challenging warm-up, have them count

More information

Spanish I: Youtube End of Year Review

Spanish I: Youtube End of Year Review Spanish I: Youtube End of Year Review Youtube Review Lesson Plan 1. This assignment will require computers with access to Youtube and headphones. If there are not enough headphones to go around, students

More information

Spanish Level 1 Unit 1

Spanish Level 1 Unit 1 Level 1 Unit 1 Work Schemes Key Skills PPA Cover Work Schemes Unit 1 Greetings and Numbers Overview Our lessons have proved incredibly popular with students as they are a simple and exciting way to introduce

More information

Plan for: Preliminary Lessons Spanish Señora Franco

Plan for: Preliminary Lessons Spanish Señora Franco Plan for: Preliminary Lessons Spanish Señora Franco Pass Communication Standard 1.1: Interpersonal, 1.2: Interpretive, 1.3: Presentational Culture Standard 2.1, 2.2 Connection Standard 3.1, 3.2 Comparison

More information

Prepare to speak Spanish Out There

Prepare to speak Spanish Out There Prepare to speak Spanish Out There Aim: Of course a lot of us travel with a map, but sometimes we need the help of the locals for directions to the best-kept secrets. What we are going to learn in this

More information

Library Services. Servicios de la Biblioteca Special Needs Communication Guide Guía de Comunicación para Necesidades Especiales

Library Services. Servicios de la Biblioteca Special Needs Communication Guide Guía de Comunicación para Necesidades Especiales Library Library Services Servicios de la Biblioteca Special Needs Communication Guide Guía de Comunicación para Necesidades Especiales Library Services: Special Needs Communication Guide www.thejointlibrary.org/autism

More information

SPANISH MOOD SELECTION: Probablemente Subjunctive, Posiblemente Indicative

SPANISH MOOD SELECTION: Probablemente Subjunctive, Posiblemente Indicative SPANISH MOOD SELECTION: Probablemente, Posiblemente Hilary Miller April 26, 2013 Spanish Mood Selection According to Spanish textbooks: = doubt, indicative = reality/certainty Es probable que/es posible

More information

The LARGEST Minority: Spanish & Cultural Understandings. Miguel Abi-hassan Halifax Humane Society Miguela@halifaxhumanesociety.org

The LARGEST Minority: Spanish & Cultural Understandings. Miguel Abi-hassan Halifax Humane Society Miguela@halifaxhumanesociety.org The LARGEST Minority: Spanish & Cultural Understandings Miguel Abi-hassan Halifax Humane Society Miguela@halifaxhumanesociety.org Class Objectives Demographics To identify the necessity, origin and future

More information

Shortcut to Informal Spanish Conversations Level 2 Lesson 1

Shortcut to Informal Spanish Conversations Level 2 Lesson 1 Shortcut to Informal Spanish Conversations Level 2 Lesson 1 These lessons extend on the ideas from Shortcut to Informal Spanish Conversations Level 1 http://www.informalspanish.com and Shortcut to Spanish

More information

A mysterious meeting. (Un encuentro misterioso) Spanish. List of characters. (Personajes) Khalid, the birthday boy (Khalid, el cumpleañero)

A mysterious meeting. (Un encuentro misterioso) Spanish. List of characters. (Personajes) Khalid, the birthday boy (Khalid, el cumpleañero) (Un encuentro misterioso) List of characters (Personajes) Khalid, the birthday boy (Khalid, el cumpleañero) Leila, the mysterious girl and phone voice (Leila, la joven misteriosa y la voz telefónica) Lift

More information

How To Speak Spain

How To Speak Spain Spanish for You! Viajes Learn Spanish in a simple, effective, and affordable way! Debbie Annett MSEd. Viajes is a theme suggested to me by my students. It is a neat theme because students learn everyday

More information

GVI Playa del Carmen Arts and Childcare education project. Training manual

GVI Playa del Carmen Arts and Childcare education project. Training manual GVI Playa del Carmen Arts and Childcare education project Training manual Contents Welcome... 3 What is art?... 4 What difference does it make?... 4 Why applying arts?... 5 What will you be doing?... 6

More information

Foreign Language Numbers Games. Fun Tips and Activities for Learners and Teachers of French, Spanish, German, ESL, and More

Foreign Language Numbers Games. Fun Tips and Activities for Learners and Teachers of French, Spanish, German, ESL, and More Foreign Language Numbers Games Fun Tips and Activities for Learners and Teachers of French, Spanish, German, ESL, and More Numbers 1-20 English Spanish French German 1 One Uno Un Eins 2 Two Dos Deux Zwei

More information

Copyright 2016-123TeachMe.com 46904 1

Copyright 2016-123TeachMe.com 46904 1 Sentence Match Quiz for Category: travel_1 1) Ofrecen algún descuento por estancia prolongada? - A: Do you offer an extended stay discount? - B: Is there a free map of the museum? - C: Is there a free

More information

FOR TEACHERS ONLY The University of the State of New York

FOR TEACHERS ONLY The University of the State of New York FOR TEACHERS ONLY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION S COMPREHENSIVE EXAMINATION IN SPANISH Wednesday, January 24, 2007 9:15 a.m. to 12:15 p.m., only SCORING KEY Updated

More information

VoiceXML Programmer s Guide

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

More information

Curriculum Map/Unit Lesson Plan

Curriculum Map/Unit Lesson Plan Curriculum Map/Unit Lesson Plan TEACHER: Olga Unangst COURSE: Spanish - Kindergarten YEAR: 2015-16 Essential Questions: Content: Learning Targets/Skills Assessment Activities/ Where is Spanish spoken?

More information

Introduction to Python

Introduction to Python Caltech/LEAD Summer 2012 Computer Science Lecture 2: July 10, 2012 Introduction to Python The Python shell Outline Python as a calculator Arithmetic expressions Operator precedence Variables and assignment

More information

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 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

More information

Develop Software that Speaks and Listens

Develop Software that Speaks and Listens Develop Software that Speaks and Listens Copyright 2011 Chant Inc. All rights reserved. Chant, SpeechKit, Getting the World Talking with Technology, talking man, and headset are trademarks or registered

More information

SPANISH. OF LATIN AMERICA The Complete Course for Beginners. Roberto Rodríguez-Saona. CDs AND MP3s AVAILABLE MASTER THE EVERYDAY LANGUAGE

SPANISH. OF LATIN AMERICA The Complete Course for Beginners. Roberto Rodríguez-Saona. CDs AND MP3s AVAILABLE MASTER THE EVERYDAY LANGUAGE CDs AND MP3s AVAILABLE C O L L O Q U I A L SPANISH OF LATIN AMERICA The Complete Course for Beginners Roberto Rodríguez-Saona MASTER THE EVERYDAY LANGUAGE UP-TO-DATE CULTURAL SITUATIONS ACCESSIBLE AND

More information

Encuesta de Expectativas Económicas al Panel de Analistas Privados

Encuesta de Expectativas Económicas al Panel de Analistas Privados Encuesta de Expectativas Económicas al Panel de Analistas Privados ECONOMIC EXPECTATIONS SURVEY TO THE PANEL OF PRIVATE ANALYSTS - EEE (For its acronym in Spanish) - JUNE 2011 The Economic Expectations

More information

FAMILY INDEPENDENCE ADMINISTRATION Seth W. Diamond, Executive Deputy Commissioner

FAMILY INDEPENDENCE ADMINISTRATION Seth W. Diamond, Executive Deputy Commissioner FAMILY INDEPENDENCE ADMINISTRATION Seth W. Diamond, Executive Deputy Commissioner James K. Whelan, Deputy Commissioner Policy, Procedures and Training Lisa C. Fitzpatrick, Assistant Deputy Commissioner

More information

Dialog planning in VoiceXML

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

More information

http://facebook.com/fl.gruaugusta Class meeting times: Tuesdays & Thursdays 1730-1845 (5:30-6:45 pm) Allgood Hall E365

http://facebook.com/fl.gruaugusta Class meeting times: Tuesdays & Thursdays 1730-1845 (5:30-6:45 pm) Allgood Hall E365 1 SPAN 3300 A: Spanish Grammar & Composition Spring 2015 Department of English & Foreign Languages http://www.gru.edu/colleges/pamplin/efl/ Georgia Regents University http://facebook.com/fl.gruaugusta

More information

VoiceXML Overview. James A. Larson Intel Corporation jim@larson-tech.com. (c) 2007 Larson Technical Services 1

VoiceXML Overview. James A. Larson Intel Corporation jim@larson-tech.com. (c) 2007 Larson Technical Services 1 VoiceXML Overview James A. Larson Intel Corporation jim@larson-tech.com (c) 2007 Larson Technical Services 1 Outline Motivation for VoiceXML W3C Speech Interface Framework Languages Dialog VoiceXML 2.0

More information

Exemplar for Internal Achievement Standard. Spanish Level 1

Exemplar for Internal Achievement Standard. Spanish Level 1 Exemplar for Internal Achievement Standard Spanish Level 1 This exemplar supports assessment against: Achievement Standard 90910 Interact using spoken Spanish to communicate personal information, ideas

More information

Lesson B: Ordering food and drinks

Lesson B: Ordering food and drinks Prepare to speak Spanish Out There Aim: In this mini, self-study lesson we are going to learn how to order some typical Spanish food and drinks. Venue: To practise you should go to Plaza Mayor, if you

More information

WyFLES Teachers Materials SALSA Episode 109

WyFLES Teachers Materials SALSA Episode 109 WyFLES Teachers Materials SALSA Episode 109 Table of Contents: SALSA Episode 109 I. Recommended pacing for Episode 109. II. III. IV. III. IV. A list of the focus vocabulary words for this episode. A list

More information

VoiceXML-Based Dialogue Systems

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

More information

Memorial Health Care System Catholic Health Initiatives Financial Assistance Application Form

Memorial Health Care System Catholic Health Initiatives Financial Assistance Application Form B Please note - Memorial Hospital may access external validation resources to assist in determining whether a full application for assistance is required. Financial Assistance Application 1) Patient Name

More information

Español Mundial Chapter 5 REVISION NOTES

Español Mundial Chapter 5 REVISION NOTES Español Mundial Chapter 5 REVISION NOTES 1. Position Words Delante de In front of Dentro de Inside Detrás de Behind Fuera de Outside Encima de On top of Cerca de Near to Debajo de Underneath Lejos de Far

More information

WyFLES Teachers Materials SALSA Episode 140

WyFLES Teachers Materials SALSA Episode 140 WyFLES Teachers Materials SALSA Episode 140 Table of Contents: SALSA Episode 140 I. Recommended pacing for Episode 140. II. III. IV. A list of the focus vocabulary words for this episode. A list of the

More information

VoiceXML Tutorial. Part 1: VoiceXML Basics and Simple Forms

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

More information

Traitement de la Parole

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 jean.hennebert@unifr.ch, University of Fribourg Date Cours Exerc. Contenu 1 14/03/2005

More information

WyFLES Teachers Materials SALSA Episode 128

WyFLES Teachers Materials SALSA Episode 128 WyFLES Teachers Materials SALSA Episode 128 Table of Contents: SALSA Episode 128 I. Recommended pacing for Episode 128. II. III. IV. III. IV. A list of the focus vocabulary words for this episode. A list

More information

MONETA.Assistant API Reference

MONETA.Assistant API Reference MONETA.Assistant API Reference Contents 2 Contents Abstract...3 Chapter 1: MONETA.Assistant Overview...4 Payment Processing Flow...4 Chapter 2: Quick Start... 6 Sandbox Overview... 6 Registering Demo Accounts...

More information

Language: Spanish. Time Zone: EST. Electricity: 220V

Language: Spanish. Time Zone: EST. Electricity: 220V CUBA Capital: Havana Population:11.3 million Currency: Cuban Convertible peso (CUC) Language: Spanish Time Zone: EST Electricity: 220V Group Voyagers, Inc.* is an organization licensed by the United States

More information

Adónde vas? WHERE ARE YOU GOING? Activity. Materials Finger puppets S ILLY S ONGS I N S PANISH. English Version Where Are You Going? Adónde vas?

Adónde vas? WHERE ARE YOU GOING? Activity. Materials Finger puppets S ILLY S ONGS I N S PANISH. English Version Where Are You Going? Adónde vas? Adónde vas? WHERE ARE YOU GOING? This is an easy song and movement piece, sung to the tune of Frère Jacques. Keep the singing going by having the audience call out new animals to sing about. Materials

More information

Electrician Application -- INSTRUCTIONS -- PLEASE READ CAREFULLY

Electrician Application -- INSTRUCTIONS -- PLEASE READ CAREFULLY Phone:(401)462-8580 Fax: (401)462-8528 www.dlt.ri.gov/profregs Electrician Application -- INSTRUCTIONS -- PLEASE READ CAREFULLY Applications that are incomplete or missing required documents will not be

More information

Bucle for_in. Sintaxis: Bucles for_in con listas. def assessment(grade_list): """ Computes the average of a list of grades

Bucle for_in. Sintaxis: Bucles for_in con listas. def assessment(grade_list):  Computes the average of a list of grades Bucle for_in Sintaxis: for in : Bucles for_in con listas In [38]: def assessment(grade_list): Computes the average of a list of grades @type grades: [float]

More information

ipayment Gateway API (IPG API)

ipayment Gateway API (IPG API) ipayment Gateway API (IPG API) Accepting e-commerce payments for merchants Version 3.2 Intercard Finance AD 2007 2015 Table of Contents Version control... 4 Introduction... 5 Security and availability...

More information

Spanish Grammar and Words & Phrases

Spanish Grammar and Words & Phrases Spanish Grammar and Words & Phrases The Municipal Courts Training Center in no way suggests that this material should be used as a substitute for the appointment of interpreters fluent in the Spanish Language.

More information

INTERFACE TECHNICAL MANUAL FOR ELECTRONIC TAX INFORMATION EXCHANGE (E-TIE) FOR TAX YEAR 2009

INTERFACE TECHNICAL MANUAL FOR ELECTRONIC TAX INFORMATION EXCHANGE (E-TIE) FOR TAX YEAR 2009 Commonwealth of Puerto Rico Department of the Treasury PUBLICATION 09-05 INTERFACE TECHNICAL MANUAL FOR ELECTRONIC TAX INFORMATION EXCHANGE (E-TIE) FOR TAX YEAR 2009 Table of Contents 1. Introduction and

More information

DAIDS LMS Content List

DAIDS LMS Content List The training modules listed are currently offered through the DAIDS Learning Management System (DAIDS LMS). Check back often for updates and new trainings! New to the DAIDS LMS? Request an account at:

More information

Spanish Reflexive Verbs and Daily Routines

Spanish Reflexive Verbs and Daily Routines English- Spanish Helpful Handouts For English Speakers Who Want To Learn Spanish Page 1 of 5 Spanish Reflexive Verbs and Daily Routines Reflexive constructions consist of a reflexive pronoun and a verb.

More information

APS ELEMENTARY SCHOOL PLANNING SURVEY

APS ELEMENTARY SCHOOL PLANNING SURVEY ARLINGTON PUBLIC SCHOOLS PLANNING AND EVALUATION OFFICE APS ELEMENTARY SCHOOL PLANNING SURVEY SURVEY PROCESS & DATA SUMMARY PLANNING AND EV ALUATION O FFICE 1426 NORTH Q UINCY STREET A RLINGTON, VA 22207

More information

D755M CONTROL CARD FOR TWO SINGLE-PHASE MOTORS 220/230 VAC TARJETA DE MANDO PARA DOS MOTORES MONOFÁSICOS 220/230 VAC INSTALLATION GUIDE

D755M CONTROL CARD FOR TWO SINGLE-PHASE MOTORS 220/230 VAC TARJETA DE MANDO PARA DOS MOTORES MONOFÁSICOS 220/230 VAC INSTALLATION GUIDE Distributed by: AFW Access Systems Phone: 305-691-7711 Fax: 305-693-1386 E-mail: sales@anchormiami.com D755M CONTROL CARD FOR TWO SINGLE-PHASE MOTORS 220/230 VAC TARJETA DE MANDO PARA DOS MOTORES MONOFÁSICOS

More information

DAIDS LMS Content List

DAIDS LMS Content List The training modules listed are currently offered through the DAIDS Learning Management System (DAIDS LMS). Check back often for updates and new trainings! New to the DAIDS LMS? Request an account at:

More information

GRADE 2 SPANISH ONE YEAR WORLD LANGUAGE DEPARTMENT RUTHERFORD PUBLIC SCHOOLS REVISED 2015

GRADE 2 SPANISH ONE YEAR WORLD LANGUAGE DEPARTMENT RUTHERFORD PUBLIC SCHOOLS REVISED 2015 GRADE 2 SPANISH ONE YEAR WORLD LANGUAGE DEPARTMENT RUTHERFORD PUBLIC SCHOOLS REVISED 2015 Approved: June 2015 RUTHERFORD SCHOOL DISTRICT Rutherford, New Jersey SPANISH - GRADE 2 2015 I. Statement of Purpose

More information

WyFLES Teachers Materials SALSA Episode 110

WyFLES Teachers Materials SALSA Episode 110 WyFLES Teachers Materials SALSA Episode 110 Table of Contents: SALSA Episode 110 I. Recommended pacing for Episode 110. II. III. IV. III. IV. A list of the focus vocabulary words for this episode. A list

More information

Problem 1 (1.5 points)

Problem 1 (1.5 points) Leganés, June 17th, 2014 Time: 120 min Systems Programming Extraordinary Call (Problems) Grade: 5 points out of 10 from the exam Problem 1 (1.5 points) City councils apply two types of municipal taxes

More information

Deciphering Foreign Language

Deciphering Foreign Language Deciphering Foreign Language NLP 1! Sujith Ravi and Kevin Knight sravi@usc.edu, knight@isi.edu Information Sciences Institute University of Southern California! 2 Statistical Machine Translation (MT) Current

More information

Form. Settings, page 2 Element Data, page 7 Exit States, page 8 Audio Groups, page 9 Folder and Class Information, page 9 Events, page 10

Form. Settings, page 2 Element Data, page 7 Exit States, page 8 Audio Groups, page 9 Folder and Class Information, page 9 Events, page 10 The voice element is used to capture any input from the caller, based on application designer-specified grammars. The valid caller inputs can be specified either directly in the voice element settings

More information

0678 FOREIGN LANGUAGE SPANISH (US)

0678 FOREIGN LANGUAGE SPANISH (US) UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2012 question paper for the guidance of teachers 0678 FOREIGN LANGUAGE

More information

Plumbers and Irrigators INSTRUCTIONS -- PLEASE READ CAREFULLY

Plumbers and Irrigators INSTRUCTIONS -- PLEASE READ CAREFULLY Phone:(401)462-8580 Fax: (401)462-8528 www.dlt.ri.gov/profregs Plumbers and Irrigators INSTRUCTIONS -- PLEASE READ CAREFULLY Applications that are incomplete or missing required documents will not be processed

More information

Prefijos de los números

Prefijos de los números REPRODUCIBLE MATH GAMES Prefijos de los números sexagenario hexágono séxtuplo que significa seis. cuadruple tetraedro cuadrante que significa cuatro. década decímetro decatlón que significa diez. This

More information

VoiceXML and Next-Generation Voice Services

VoiceXML and Next-Generation Voice Services VoiceXML and Next-Generation Voice Services Abstract This is the abstract for my paper. Adam Hocek Table of Contents 1. Voice services... 1 2. VoiceXML framework... 2 2.1.

More information

An Introduction to VoiceXML

An Introduction to VoiceXML An Introduction to VoiceXML ART on Dialogue Models and Dialogue Systems François Mairesse University of Sheffield F.Mairesse@sheffield.ac.uk http://www.dcs.shef.ac.uk/~francois Outline What is it? Why

More information

Buckaroo Payment Engine 3.0 Implementation Manual HTML gateway

Buckaroo Payment Engine 3.0 Implementation Manual HTML gateway This manual and the functionality described herein may be subject to changes. Please take this into account when implementing the described functionality. Buckaroo Payment Engine 3.0 Implementation Manual

More information

Schema XML_PGE.xsd. element GrupoInformes. attribute GrupoInformes/@version. XML_PGE.xsd unqualified qualified http://sgpfc.igae.minhap.

Schema XML_PGE.xsd. element GrupoInformes. attribute GrupoInformes/@version. XML_PGE.xsd unqualified qualified http://sgpfc.igae.minhap. Schema XML_PGE.xsd schema location: attribute form default: element form default: targetnamespace: XML_PGE.xsd unqualified qualified http://sgpfc.igae.minhap.es/xmlpge element GrupoInformes children Informe

More information

Application for World Wide Views on Climate and Energy Phoenix, AZ

Application for World Wide Views on Climate and Energy Phoenix, AZ Application for World Wide Views on Climate and Energy Phoenix, AZ Thank you for applying to be part of the Arizona deliberations for World Wide Views on Climate and Energy. To learn more about the global

More information

Non-Refundable Processing Application Fee

Non-Refundable Processing Application Fee State of Rhode Island and Providence Plantations RI Department of Labor and Training Division of Workforce Regulation and Safety, Professional Regulations Unit 1511 Pontiac Avenue - Building 70 - P.O.

More information

LINIO COLOMBIA. Starting-Up & Leading E-Commerce. www.linio.com.co. Luca Ranaldi, CEO. Pedro Freire, VP Marketing and Business Development

LINIO COLOMBIA. Starting-Up & Leading E-Commerce. www.linio.com.co. Luca Ranaldi, CEO. Pedro Freire, VP Marketing and Business Development LINIO COLOMBIA Starting-Up & Leading E-Commerce Luca Ranaldi, CEO Pedro Freire, VP Marketing and Business Development 22 de Agosto 2013 www.linio.com.co QUÉ ES LINIO? Linio es la tienda online #1 en Colombia

More information

AP SPANISH LANGUAGE 2011 PRESENTATIONAL WRITING SCORING GUIDELINES

AP SPANISH LANGUAGE 2011 PRESENTATIONAL WRITING SCORING GUIDELINES AP SPANISH LANGUAGE 2011 PRESENTATIONAL WRITING SCORING GUIDELINES SCORE DESCRIPTION TASK COMPLETION TOPIC DEVELOPMENT LANGUAGE USE 5 Demonstrates excellence 4 Demonstrates command 3 Demonstrates competence

More information

TEACHER GUIDE STRATEGIES ACHIEVE READING SUCCESS. CURRICULUM ASSOCIATES, Inc. STARS SERIES E SPANISH EDITION

TEACHER GUIDE STRATEGIES ACHIEVE READING SUCCESS. CURRICULUM ASSOCIATES, Inc. STARS SERIES E SPANISH EDITION TEACHER GUIDE STARS SERIES E SPANISH EDITION STRATEGIES TO ACHIEVE READING SUCCESS PROPORCIONA ACTIVIDADES DE ENSEÑANZA PARA 12 ESTRATEGIAS DE LECTURA USA UN SISTEMA DE VARIOS PASOS PARA LOGRAR ÉXITO EN

More information

ECCAIRS 5 Instalación

ECCAIRS 5 Instalación ECCAIRS 5 Instalación Paso a paso Preparado por: Arturo Martínez Oficina Regional Sudamericana Uniendo a la Aviación en Seguridad Operacional Seguridad Medioambiente Instalación Paso a paso Escenario Windows

More information

Entrenamiento a Embajadores Ambassador training

Entrenamiento a Embajadores Ambassador training Entrenamiento a Embajadores Ambassador training Quiénes somos? Who we are? Levanta la mano si Please raise your hand if a. b. c. d. e. f. g. h. Hablas español You speak spanish Hablas Inglés You speak

More information

Japanese Character Printers EPL2 Programming Manual Addendum

Japanese Character Printers EPL2 Programming Manual Addendum Japanese Character Printers EPL2 Programming Manual Addendum This addendum contains information unique to Zebra Technologies Japanese character bar code printers. The Japanese configuration printers support

More information

Support and Compatibility

Support and Compatibility Version 1.0 Frequently Asked Questions General What is Voiyager? Voiyager is a productivity platform for VoiceXML applications with Version 1.0 of Voiyager focusing on the complete development and testing

More information

How To Speak Spain

How To Speak Spain LECCIÓN 4: LA SALUD Y EL BIENESTAR E S PA Ñ O L I I I TERMINO DE LA UNIDAD: 10 DE ABRIL PRÁCTICA Explicación de los mandatos. Por and para are both translated as for, but they are not interchangeable.

More information

BALANCE DUE 10/25/2007 $500.00 STATEMENT DATE BALANCE DUE $500.00 PLEASE DETACH AND RETURN TOP PORTION WITH YOUR PAYMENT

BALANCE DUE 10/25/2007 $500.00 STATEMENT DATE BALANCE DUE $500.00 PLEASE DETACH AND RETURN TOP PORTION WITH YOUR PAYMENT R E M I T T O : IF PAYING BY MASTERCARD, DISCOVER, VISA, OR AMERICAN EXPRESS, FILL OUT BELOW: XYZ Orthopaedics STATEMENT DATE BALANCE DUE 10/25/2007 $500.00 BALANCE DUE $500.00 ACCOUNT NUMBER 1111122222

More information

The Mighty Echar One verb, how many meanings?!

The Mighty Echar One verb, how many meanings?! The Mighty Echar One verb, how many meanings?! www.notesinspanish.com Ben Curtis and Marina Diez 1 www.notesinspanish.com Somewhere south of the Retiro Park, Madrid Hola! Just how many things can one verb

More information

Copyright 2016-123TeachMe.com 242ea 1

Copyright 2016-123TeachMe.com 242ea 1 Sentence Match Quiz for Category: por_vs_para_1 1) Son las habitaciones accesibles para discapacitados? - A: Are the rooms handicapped accessible? - B: You must fill out this form in order to get work

More information

Tema 7 GOING TO. Subject+ to be + ( going to ) + (verb) + (object )+ ( place ) + ( time ) Pronoun

Tema 7 GOING TO. Subject+ to be + ( going to ) + (verb) + (object )+ ( place ) + ( time ) Pronoun Tema 7 GOING TO Going to se usa para expresar planes a futuro. La fórmula para construir oraciones afirmativas usando going to en forma afirmativa es como sigue: Subject+ to be + ( going to ) + (verb)

More information

The Use of Voiced Labiodental Fricative /v/ among American L2 Learners of Spanish

The Use of Voiced Labiodental Fricative /v/ among American L2 Learners of Spanish The Use of Voiced Labiodental Fricative /v/ among American L2 Learners of Spanish Ryotaro Tashiro (rtashiro@gmail.com) Dept. of Economics/ Dept. of Modern Langs. and Literature Kenyon College Gambier,

More information

90 HOURS PROGRAMME LEVEL A1

90 HOURS PROGRAMME LEVEL A1 90 HOURS PROGRAMME LEVEL A1 GENERAL AIMS On completing this course, students should be able to: be familiar with the Spanish alphabet letters and signs and relate them to the corresponding sounds. recognise

More information

SPANISH 3HY. Course Description. Course Goals and Learning Outcomes. Required Materials

SPANISH 3HY. Course Description. Course Goals and Learning Outcomes. Required Materials SPANISH 3HY UCSB Accelerated Spanish II Spring Quarter 2015 Instructor s information will be available on the GauchoSpace site for the course Course Description Note: Please read this carefully. It is

More information

Field Properties Quick Reference

Field Properties Quick Reference Field Properties Quick Reference Data types The following table provides a list of the available data types in Microsoft Office Access 2007, along with usage guidelines and storage capacities for each

More information

SPAN 2113 Intermediate Spanish Schedule

SPAN 2113 Intermediate Spanish Schedule August September 1 st nd 3rd week 4 6 31 SPAN 113 Intermediate Spanish Schedule The University of Oklahoma Department of Modern Languages, Literatures, and Linguistics Fall 015 MW PM Class Abbreviations:

More information

Pipefitters, Refrigeration Techanicians, Sheet Metal and Fire Protection Sprinkler Fitter Application INSTRUCTIONS -- PLEASE READ CAREFULLY

Pipefitters, Refrigeration Techanicians, Sheet Metal and Fire Protection Sprinkler Fitter Application INSTRUCTIONS -- PLEASE READ CAREFULLY Phone:(401)462-8580 Fax: (401)462-8528 www.dlt.ri.gov/profregs Pipefitters, Refrigeration Techanicians, Sheet Metal and Fire Protection Sprinkler Fitter Application INSTRUCTIONS -- PLEASE READ CAREFULLY

More information

Collector s Checklist for Foreign Type Coins Made by United States Government Mints

Collector s Checklist for Foreign Type Coins Made by United States Government Mints Liberty Coin Service Collector s Checklist for Foreign Type Coins Made by United States Government Mints Argentina (1876-2000) Denomination Composition Fine Wt. KM# Mintmark 5 Centavos Copper Nickel 34

More information

Spanish for Professionals Law Enforcement

Spanish for Professionals Law Enforcement Spanish for Professionals Law Enforcement SAMPLE EXERCISES Downloadable Programs and Lessons Now available on MP3 at www.marialanguages.com By MARIA LEONOR OLIVEIRA, M.A. All rights reserved 2 Note to

More information

Vocabulario y gramática en uso. Escribir. Write the names of the things you see. CHILE. Es lógico o no?

Vocabulario y gramática en uso. Escribir. Write the names of the things you see. CHILE. Es lógico o no? Bellringer Review Use the objects pictured in 4 to quickly review indefinite articles. Vocabulario y gramática en uso 4 Escribir Objectives about a classroom Ask and tell how someone feels Talk about where

More information

Summary. Basic comparator operation. (Equality) 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved

Summary. Basic comparator operation. (Equality) 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Comparators The unction o a comparator is to compare the manitudes o two binary numbers to determine the relationship between them. In the simplest orm, a comparator can test or equality usin XNOR ates.

More information

J.5-11- 2015 Intercultural communica0on, mee0ngs and nego0a0ons Seminars and case studies

J.5-11- 2015 Intercultural communica0on, mee0ngs and nego0a0ons Seminars and case studies I"nerario Profesional Primer semestre L.28-09- 2015 Interna0onal marke0ng Business trips and socializing M.29-09- 2015 Interna0onal Business Management Business correspondence X.30-09- 2015 Using Documents

More information

Telecom RealSpeak / Host Software Development Kit

Telecom RealSpeak / Host Software Development Kit Telecom RealSpeak / Host Software Development Kit User s Guide for Mexican Spanish V4.0 EV AL U AT I O N AG R E E M E N T READ THE FOLLOWING CAREFULLY BEFORE USING THE SOFTWARE. PRIOR TO RECEIVING THE

More information

Spanish GCSE Student Guide

Spanish GCSE Student Guide Spanish GCSE Student Guide Is this the right subject for me? If you enjoy meeting and talking to people from other countries, finding out about their cultures and learning how language works, then studying

More information

Qq Rr. KkLl Mm Nn Oo. Qq Rr Ss. HIL (Head Into Lite. Component Kits. Component K. Written Expression Kit Print and Book Awareness

Qq Rr. KkLl Mm Nn Oo. Qq Rr Ss. HIL (Head Into Lite. Component Kits. Component K. Written Expression Kit Print and Book Awareness Vinny KkLl Mm Nn Oo areness ad Aloud Motivation Pp Qq Rr Ss Tt Partial Kits Shown Print and Book Awareness Read Aloud Motivation HIL (Head Into Literacy Component Kits t ess t Kit s Kit Partial Kits Shown

More information

demonstrates competence in

demonstrates competence in AP SPANISH LANGUAGE 2012 INTERPERSONAL WRITING SCORING GUIDELINES SCORE DESCRIPTION TASK COMPLETION/TOPIC DEVELOPMENT LANGUAGE USE 5 excellence 4 command 3 competence 2 Suggests lack of competence 1 lack

More information

Interfaces de voz avanzadas con VoiceXML

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

More information