Lookup entries in a dictionary
See also
Other dictionary functions:
addDictionaryEntry(),
addLayerDictionaryEntry(),
deleteLexicon(),
getDictionaries(),
loadLexicon(),
removeDictionaryEntry(),
removeLayerDictionaryEntry()
Examples
if (FALSE) { # \dontrun{
keys <- c("the", "quick", "brown", "fox")
## get the pronunciations according to CELEX
entries <- getDictionaryEntries(labbcat.url, "CELEX-EN", "Phonology (wordform)", keys)
} # }
