Package ca.phon.ipadictionary.spi
Interface AddEntry
- All Known Implementing Classes:
DatabaseDictionary
IPADictionary capability for adding a new
orthography->ipa entry.
-
Method Summary
-
Method Details
-
addEntry
Add a new entry to the ipa dictionary- Parameters:
orthography
-ipa
-- Throws:
IPADictionaryExecption
- if the entry was not added to the dictionary. E.g., the key->value pair already exists or the dictionary was not able to add the entry to it's storage.
-