Search Longman Dictionary of Contemporary English (LDOCE) for word meaning, etymology (origin), and corpus examples. Use when user asks to look up a word, check definition, etymology, or /dictionary.
Look up words in the Longman Dictionary of Contemporary English (LDOCE) — your favorite dictionary. Returns meaning, etymology (origin), and examples from the corpus.
python3 _scripts/dictionary.py hello
word (required): The word to look up--save: Save result to vault as Atlas/Dictionary - WORD.md--no-save: Print only (default)# Look up a word (print to terminal)
python3 _scripts/dictionary.py hello
# Look up and save to vault
python3 _scripts/dictionary.py "etymology" --save
# Phrasal verb or multi-word
python3 _scripts/dictionary.py "run out" --save
Atlas/Dictionary - WORD.md (when using --save)Uses the Pearson LDOCE API — no API key required.