Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Good digital dictionary?

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?

Name: Anonymous 2012-07-22 11:34

>>11
Don't do that, I was just answering to >>9 and hadn't read the thread.
Find an appropriate data structure for quick lookup in your dictionary. A Trie, for instance.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List