[mary-dev] [Mary-dev] PronunciationModel not working

fxavier at ircam.fr fxavier at ircam.fr
Wed Jul 6 17:23:14 CEST 2011


By creating these classes:

public class ProsodyFR extends ProsodyGeneric
{
    public ProsodyFR() throws IOException
    {
        super(Locale.FRENCH);
    }
}


and


public class PronunciationModelFR extends PronunciationModel
{
    public PronunciationModelFR()
    {
        super(Locale.FRENCH);
    }

}


I should avoid all the locale issues. But in the reality I still have the
same exception, local is null and I can't understand why because now in
the constructor it is clearly specified.


Best,
Flo


More information about the Mary-dev mailing list