WordDefinition["word"]
gives the dictionary definitions available for "word".
WordDefinition
WordDefinition["word"]
gives the dictionary definitions available for "word".
Details
- WordDefinition["word"] returns a list of definitions if "word" is a recognized English-language word. A list of available words can be found using WordList.
- WordDefinition["word"] returns Missing["UnknownWord"] for words that do not have definitions available.
Examples
open all close allBasic Examples (1)
Scope (2)
"Word" entity expressions can be used in addition to strings:
WordDefinition[Entity["Word", "tail"]]"Concept" entities may also be used:
WordDefinition[Entity["Concept", "Zebra::nx5qr"]]Possible Issues (1)
For words with no definition information available, Missing["UnknownWord"] is returned:
WordDefinition["beratna"]Related Guides
Text
Wolfram Research (2015), WordDefinition, Wolfram Language function, https://reference.wolfram.com/language/ref/WordDefinition.html (updated 2017).
CMS
Wolfram Language. 2015. "WordDefinition." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2017. https://reference.wolfram.com/language/ref/WordDefinition.html.
APA
Wolfram Language. (2015). WordDefinition. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/WordDefinition.html
BibTeX
@misc{reference.wolfram_2026_worddefinition, author="Wolfram Research", title="{WordDefinition}", year="2017", howpublished="\url{https://reference.wolfram.com/language/ref/WordDefinition.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_worddefinition, organization={Wolfram Research}, title={WordDefinition}, year={2017}, url={https://reference.wolfram.com/language/ref/WordDefinition.html}, note=[Accessed: 13-June-2026]}