Archive for the ‘SSML’ Category

Pronunciation Lexicon Specification reaches Recommendation Status

Thursday, October 16th, 2008

On Tuesday W3C released the Recommendation for the Pronunciation Lexicon Specification (PLS). “Recommendation” is the final step in the W3C standards process.

This specification defines a new markup language that is used to represent pronunciation dictionaries.
In it, written words would have one or more pronunciations defined for them. An SSML document could reference a PLS document to indicate how certain words should be pronounced.
An SRGS (W3C grammar format) document could reference a PLS document to indicate what pronunciations to listen for to match certain words.

Here is an example:

<lexicon version="1.0"  alphabet="ipa" xml:lang="en-US">
  <lexeme>
    <grapheme>judgment</grapheme>
    <grapheme>judgement</grapheme>
    <phoneme>ˈdʒʌdʒ.mənt</phoneme>
  </lexeme>
  <lexeme>
    <grapheme>fiancé</grapheme>
    <grapheme>fiance</grapheme>
    <phoneme>fiˈɒns.eɪ</phoneme>
    <phoneme>ˌfiː.ɑːnˈseɪ</phoneme>
  </lexeme>
</lexicon>

In this example there are two spellings for judgement and two for fiance. For each word there is a pronunciation (in <phoneme>) written in the International Phonetic Alphabet.

For more info on the specification, see the press release.


Want to learn how Voxeo can help unlock your communications and deliver a better customer experience? Please contact us!

If you found this post interesting or helpful, please consider either subscribing via RSS, becoming a fan on Facebook, or following us on Twitter.


Greetings from Dan Burnett

Wednesday, December 12th, 2007

Hi, I’m Dan Burnett. I’ll be posting here occasionally about the speech-related standards in W3C and IETF.

I’m an editor of VoiceXML 2.0/2.1, SSML 1.0/1.1, and MRCPv2, an author of EMMA 1.0, PLS 1.0, SCXML 1.0, and the forthcoming VoiceXML 3, and a contributor to almost every other specification from the Voice Browser and Multi-modal Working Groups.


Want to learn how Voxeo can help unlock your communications and deliver a better customer experience? Please contact us!

If you found this post interesting or helpful, please consider either subscribing via RSS, becoming a fan on Facebook, or following us on Twitter.