Page 1 of 1

NEW WORDS BREAKDOWN MODULE FOR ITALIAN LANGUAGE

Posted: Wed May 10, 2006 8:06 pm
by AloRom
Hi to all,

using the "spanish_breakdown.py" module as template, I have created the new "italian_breakdown.py" Python module to breakdown words in phonemes for italian language.
You can download the source here:
http://provosa.tripod.com/DOCS/italian_breakdown.txt

I hope that in the next version of Papagayo this module will be included, so we will have three breakdown languages: english, spanish and italian.

For now you can use italian breakdown by changing the "LipsyncDoc.py" module in this way:
- adding import italian_breakdown
- comment # pronunciation = spanish_breakdown.breakdownSpanishWord(text)
- adding pronunciation = italian_breakdown.breakdownItalianWord(text)
now you call italian breakdown by pressing the Spanish button.


note: I use Linux, and I have tested my module only with this OS.


have fun!

best regards
NJ

Posted: Tue Jun 06, 2006 12:07 pm
by Dany
Hi,

It looks like your template can not directly be used in Windows because this version of Papagayo don't use .py files but .pyo and they look like binary files.

Have anybody an idea how to use the Italian template with windows ?

Just another question. Is it possible to add other phonems than the papagayo's defaults ? I don't know how you do it in Italian, but I try to use it in French and in German and there are too less phonems, I think.

If someone could help me, it would be nice !

Thanks ! :-)

Posted: Tue Jul 25, 2006 10:55 pm
by DarkCryst
py files are python source files. This would needf to be added into the source and then compiled. pyo files are compiled python byte-code (the pyc files are just the byte-code), and so are the result of the final build.

Basically - its an additional code modification that would be incorporated into the source code.

In answer to your second point - the preston-blair phenomes are actually not the native phonemes for the software, it uses the CMU (Carnegie Mellon University) Phoneme set, which has 39 vs PB's 12. The software could potentially support any Phoneme set, it would just require a code translation for CMU to whatever set.

You might find that PB has too few for you, one of the goals of the set is to provide the fewest possible shapes that are needed for lifelike (note - lifelike, not accurate) lip-sync.

I'm working on a code modification that will allow other phoneme sets to be chosen in the software, as well as easier language pack selection, but that is further off than you might want I'd imagine ;)

Posted: Sat Feb 28, 2009 10:40 am
by pepe
Hi DarkCryst,

I would like to know how is now your working on a code modification that will allow other phoneme sets to be chosen in the software, as well as easier language pack selection. I'm intersting in implement french in Papagayo...


Thanks a lot !!!

pepe