Interface AddEntry

All Known Implementing Classes:
DatabaseDictionary

@Extension(IPADictionary.class) public interface AddEntry
IPADictionary capability for adding a new orthography->ipa entry.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addEntry(String orthography, String ipa)
    Add a new entry to the ipa dictionary
  • Method Details

    • addEntry

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