Name: Anonymous 2012-07-22 10:09
I need a good dictionary for checking whether or not a given string is an English word or not. Do I need to approach this problem a certain way? I'll be needing to scan a lot of words, so I'm prioritizing quick lookup time.
If it matters, I'm working in Java. Suggestions?
If it matters, I'm working in Java. Suggestions?