We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › Possible to spell check
Page Index Toggle Pages: 1
Possible to spell check? (Read 777 times)
Possible to spell check?
Apr 18th, 2009, 10:49am
 
I'm hoping to include a spell check lookup in a Processing sketch.  Essentially, I want to take a string and check to see if it is an English word or not.

Is there a Java function that I can use?  I'm running OS X, if that makes a difference.
Re: Possible to spell check?
Reply #1 - Apr 18th, 2009, 1:56pm
 
Found it - by loading a .txt file of words using loadStrings() I can check against that.
Re: Possible to spell check?
Reply #2 - Apr 19th, 2009, 11:19am
 
you just check a huge txt file with all english words existing and if they exist the word must be correct?
Re: Possible to spell check?
Reply #3 - Apr 23rd, 2009, 11:53am
 
I think, every browser has such files in it's root directory(my browser has). it'll not take much computer resources and time to do it.
Page Index Toggle Pages: 1