Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Integrated Data Sources >

DictionaryLookup

DictionaryLookup[patt]
finds all words in an English dictionary that match the string pattern patt.
DictionaryLookup[patt, n]
gives only the first n words found.
  • No word stemming is done by default, so words like "jump", "jumps" and "jumping" appear separately.
  • By default, words appear as they would within a sentence. Setting the option IgnoreCase->True retrieves words whose letters appear in different cases.
New in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team