Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

English language modules expand punctuation with ph="null" #14

Open
ftesser opened this issue Oct 26, 2012 · 0 comments
Open

English language modules expand punctuation with ph="null" #14

ftesser opened this issue Oct 26, 2012 · 0 comments

Comments

@ftesser
Copy link

ftesser commented Oct 26, 2012

This is the English TEXT to PHONEMES of TEXT=punto.

<?xml version="1.0" encoding="UTF-8"?>
<maryxml xmlns="http://mary.dfki.de/2002/MaryXML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="0.5" xml:lang="en-US">
<p>
<voice name="cmu-slt-hsmm">
<s>
<t g2p_method="lexicon" ph="' p u n - t @U" pos="VBN">
punto
</t>
<t g2p_method="" ph="null" pos=".">
.
</t>
</s>
</voice>
</p>
</maryxml>

The Italian and germ,an ones are different:

<?xml version="1.0" encoding="UTF-8"?>
<maryxml xmlns="http://mary.dfki.de/2002/MaryXML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="0.5" xml:lang="it">
<p>
<s>
<t g2p_method="lexicon" ph="' p u1 n - t o" pos="S">
punto
</t>
<t pos="FS">
.
</t>
</s>
</p>
</maryxml>

The result is that all the English sentences end with the phones "n u l l"

Moreover the English LTS rules are not applied because of the syllabifier.

giuliopaci pushed a commit to giuliopaci/marytts that referenced this issue Mar 4, 2013
giuliopaci pushed a commit to giuliopaci/marytts that referenced this issue Mar 6, 2013
giuliopaci pushed a commit to giuliopaci/marytts that referenced this issue Mar 6, 2013
giuliopaci pushed a commit to giuliopaci/marytts that referenced this issue Mar 8, 2013
giuliopaci pushed a commit to giuliopaci/marytts that referenced this issue Mar 9, 2013
giuliopaci pushed a commit to giuliopaci/marytts that referenced this issue Mar 12, 2013
giuliopaci pushed a commit to giuliopaci/marytts that referenced this issue Apr 30, 2013
giuliopaci pushed a commit to giuliopaci/marytts that referenced this issue May 7, 2013
giuliopaci pushed a commit to giuliopaci/marytts that referenced this issue May 8, 2013
ftesser added a commit that referenced this issue May 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant