Interface RemoveEntry

All Known Implementing Classes:
DatabaseDictionary

@Extension(IPADictionary.class) public interface RemoveEntry
Remove an orthography->ipa pair from the dictionary. Not all dictionaries support removing entries.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    removeEntry(String orthography, String ipa)
    Remove the specified entry from the dictionary.
  • Method Details

    • removeEntry

      void removeEntry(String orthography, String ipa) throws IPADictionaryExecption
      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.