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

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

The newest version!
package marytts.language.hsb;

import marytts.exceptions.MaryConfigurationException;

import java.io.IOException;

public class UpperSorbianPhonemiser extends marytts.modules.JPhonemiser {
    public UpperSorbianPhonemiser() throws IOException, MaryConfigurationException {
        super("hsb.");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy