Interface RemoveEntry
Remove an orthography->ipa pair from the
dictionary. Not all dictionaries support
removing entries.
-
Method Summary
Modifier and TypeMethodDescriptionvoidremoveEntry(String orthography, String ipa) Remove the specified entry from the dictionary.
-
Method Details
-
removeEntry
Remove the specified entry from the dictionary. Does nothing if the entry was not found.- Parameters:
orthography-ipa-- Throws:
IPADictionaryException- if the key->value was not removed from the database. This will usually occur if there was a problem with dictionary storage.
-