|
SOLUTIONS
|
Search for all pages containing DictionaryLookup
BUILT-IN MATHEMATICA SYMBOL
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.
DictionaryLookup[{"lang", patt}]
finds words in the language specified by lang.
Details and OptionsDetails and Options
- 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.
- DictionaryLookup[] gives a list of all words in the dictionary.
- DictionaryLookup[All] gives a list of available dictionary languages.
- DictionaryLookup[{"lang", All}] retrieves all words in the language dictionary lang.
- DictionaryLookup[{All, patt}] retrieves all the languages containing words matching patt.
New in 6 | Last modified in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

