phonetic_character_converter.PhoneticCharacterConverter Maven / Gradle / Ivy
                 Go to download
                
        
                    Show more of this group  Show more artifacts with this name
Show all versions of phonetictranscriber Show documentation
                Show all versions of phonetictranscriber Show documentation
Generation of phonetic pronounciation transcription for Latvian words
                
             The newest version!
        
        package phonetic_character_converter;
public interface PhoneticCharacterConverter {
	String toIPAchar(String character);
	String formIPAchar(String character);
	String[] tokenize(String word);
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy