DOCUMENTATION CENTER SEARCH
Mathematica
>
Integrated Data Sources
>
Built-in
Mathematica
Symbol
WordData
StringCases
StringExpression
See Also »
|
Integrated Data Sources
Processing Textual Data
String Manipulation
New in 6.0: Core Language
New in 6.0: Data Handling & Data Sources
More About »
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.
MORE INFORMATION
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.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Look up all words beginning with "abb":
In[1]:=
Out[1]=
Scope
(3)
Applications
(5)
Neat Examples
(2)
SEE ALSO
WordData
StringCases
StringExpression
MORE ABOUT
Integrated Data Sources
Processing Textual Data
String Manipulation
New in 6.0: Core Language
New in 6.0: Data Handling & Data Sources
New in 6
© 2008 Wolfram Research, Inc.