marytts.language.hsb.UpperSorbianConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marytts-lang-hsb Show documentation
Show all versions of marytts-lang-hsb Show documentation
Upper Sorbian language component for MaryTTS
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"));
}
}