|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Writing a spellchecker
Hey guys. Check out the following article. I will be glad for comments, suggestions and any fixes
|
|
#2
|
|||
|
|||
|
Could you store the dictionary as one huge b-tree with 26 branches on each level for the 26 letters of the alphabet? This would make storing of the dictionary smaller and quicker to access.
I.E. Code:
and
ant
at
a
/ \
n t
/ \
d t
__________________
Matthew Doucette / Xona.com |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Software Design > Writing a spellchecker |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|