<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright © 2007 W3C ® (MIT , ERCIM , Keio), All Rights Reserved. W3C liability, trademark, document use rules apply.  -->
<conf:test xmlns:conf="http://www.w3.org/2007/01/pls-conformance"
	   xmlns="http://www.w3.org/2005/01/pronunciation-lexicon"
	   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	   xsi:schemaLocation="http://www.w3.org/2007/01/pls-conformance http://www.w3.org/Voice/2007/pls-irp/pls-conformance.xsd">
	<conf:instructions>
		Change both the value of the alphabet attribute from 'x-myorganization-myalphabet' to a conformant vendor specific value
		and the phoneme content "myalphabet-huge-pronunciation" to a pronunciation conformant to your engine.
		The two pronunciations need to returned with the right alphabet.
	</conf:instructions>
	<conf:input>huge</conf:input>
	<conf:output conf:category="tts">
		<conf:item>
			<conf:outphoneme alphabet="x-myorganization-myalphabet">myalphabet-huge-pronunciation</conf:outphoneme>
		</conf:item>
		<conf:item>
			<conf:outphoneme alphabet="ipa">juːdʒ</conf:outphoneme>
		</conf:item>
	</conf:output>
	<conf:output conf:category="asr">
		<conf:item>
			<conf:outphoneme alphabet="x-myorganization-myalphabet">myalphabet-huge-pronunciation</conf:outphoneme>
		</conf:item>
		<conf:item>
			<conf:outphoneme alphabet="ipa">juːdʒ</conf:outphoneme>
		</conf:item>
	</conf:output>
	<conf:lexicon uri="37.pls" conformant="true"/>
</conf:test>
