Does anyone know if there is a way to access Mathematica's spell checking capability computationally? By that I mean, if I have a string variable, like aString = "freind", is there any way I can test that string to find out if it is a correctly spelled word (i.e., does it appear in the spelling dictionary)?
Thanks...