All Downloads are FREE. Search and download functionalities are using the official Maven repository.

marytts.language.hsb.UpperSorbianConfig Maven / Gradle / Ivy

The newest version!
package marytts.language.hsb;

import marytts.config.LanguageConfig;
import marytts.exceptions.MaryConfigurationException;

public class UpperSorbianConfig extends LanguageConfig {

    public UpperSorbianConfig() throws MaryConfigurationException {
        super(UpperSorbianConfig.class.getResourceAsStream("uppersorbian.config"));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy