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

marytts.language.dsb.LowerSorbianConfig Maven / Gradle / Ivy

package marytts.language.dsb;

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

public class LowerSorbianConfig extends LanguageConfig {

    public LowerSorbianConfig() throws MaryConfigurationException {
        super(LowerSorbianConfig.class.getResourceAsStream("lowersorbian.config"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy