Package ca.phon.ipadictionary.spi
Interface RemoveEntry
- All Known Implementing Classes:
DatabaseDictionary
Remove an orthography->ipa pair from the
dictionary. Not all dictionaries support
removing entries.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
removeEntry
(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:
IPADictionaryExecption
- if the key->value was not removed from the database. This will usually occur if there was a problem with dictionary storage.
-