Re: Fastest Way to Check Word in Dictionary
- Posted by euphoric (admin) Oct 27, 2008
- 1211 views
robcraig said...
I've posted a new Recent User Contribution that should help.
It creates a Euphoria database with over 50,000 English words as records in the database. (The data portion of each record is set to 0. The word is the key portion.)
You can call a library routine, passing a word. You'll get back a simple TRUE or FALSE, depending on whether the word is in the database (English dictionary) or not.
That's great Rob. Thanks!