[mary-dev] adding new NLPs to the system

fxavier at ircam.fr fxavier at ircam.fr
Tue Jun 21 16:47:05 CEST 2011


Ok, now "PhonemiserFR" is recognized!

I had to create some xml file named mary-fr-4.3.0-component.xml in the
directory $MARY_BASE/installed:



<?xml version="1.0" encoding="UTF-8"?>
<marytts-install xmlns="http://mary.dfki.de/installer">
    <language locale="fr" name="fr" version="4.3.0">
        <description>French language component</description>
        <license
href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"/>
        <package filename="mary-fr-4.3.0.zip"
            md5sum="e94c85f7d7ce9a9b0936b8b0bf794954" size="1169958">
            <location href="http://mary.dfki.de/download/4.3.0/"/>
        </package>
        <files>java/, java/mary-fr.jar</files>
    </language>
</marytts-install>




I noticed that it was missing for french. Now the class is loaded and
recognized (according to the server.log). There are still exceptions, but
not the "no known ways to process output from input". These exceptions
come strictly from my code so no more problems about including this class
to the system!

Thank you very much for your help,


Florent


More information about the Mary-dev mailing list