powered by
Lookup entries in a dictionary
getDictionaryEntries(labbcat.url, manager.id, dictionary.id, keys)
A data frame with the keys and their dictionary entries, if any.
URL to the LaBB-CAT instance
The layer manager ID of the dictionary, as returned by getDictionaries
The ID of the dictionary, as returned by getDictionaries
A list of keys (words) identifying entries to look up
Other dictionary functions: addDictionaryEntry(), addLayerDictionaryEntry(), deleteLexicon(), getDictionaries(), loadLexicon(), removeDictionaryEntry(), removeLayerDictionaryEntry()
addDictionaryEntry()
addLayerDictionaryEntry()
deleteLexicon()
getDictionaries()
loadLexicon()
removeDictionaryEntry()
removeLayerDictionaryEntry()
if (FALSE) { keys <- c("the", "quick", "brown", "fox") ## get the pronunciations according to CELEX entries <- getDictionaryEntries(labbcat.url, "CELEX-EN", "Phonology (wordform)", keys) }
Run the code above in your browser using DataLab