- Total Members: 220,001
- Threads: 525,379
- Posts: 976,967
-
October 6th, 2012, 05:25 PM
#1
The fastest way to search a dictionary file
hi all, I'm starting the design of a unique spelling program and am not sure how to handle the dictionary file. I need the spell checking to be fast. I thought about just having a file with all the words, and just use the .net-framework's find feature, but does anyone know what algorithm it uses. Would I be ahead to use a database through linq. I need advice as to the fastest possible way to do this.
-
October 8th, 2012, 12:34 AM
#2
Hi,
There are many online tools are available for spell check , google provides API for same also.
but still if you want to create your own spell check yes you can use linq tech which will be fast as compare with other.
-
October 8th, 2012, 06:12 PM
#3
Thanks KiranK for your reply I had a thought that the find method in text file would be slowest.
Similar Threads
-
By pws1970 in forum SEO Services
Replies: 28
Last Post: April 11th, 2013, 09:17 AM
-
By Athono in forum .NET Development
Replies: 2
Last Post: September 18th, 2012, 11:58 PM
-
By lkthong in forum Visual Basic Programming
Replies: 1
Last Post: September 10th, 2012, 08:02 AM
-
By marwa580 in forum .NET Development
Replies: 1
Last Post: August 29th, 2012, 01:48 PM
-
By jump_ace in forum Code Bank
Replies: 2
Last Post: July 9th, 2012, 11:04 AM