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

phonetic_character_converter.PhoneticCharacterConverter Maven / Gradle / Ivy

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