From: Venna on
Hi,
I need a spell checker to be coded in matlab, especially without using the activex of Microsoft Word. Can you please give me simple idea to do this??
Thanks in advance.
From: us on
"Venna " <vennasivaram(a)gmail.com> wrote in message <i1k3fk$e25$1(a)fred.mathworks.com>...
> Hi,
> I need a spell checker to be coded in matlab, especially without using the activex of Microsoft Word. Can you please give me simple idea to do this??
> Thanks in advance.

all this CSSMer can say: good luck(!) with this enormous, colossal, gigantic task...

us
From: Andy on
"Venna " <vennasivaram(a)gmail.com> wrote in message <i1k3fk$e25$1(a)fred.mathworks.com>...
> Hi,
> I need a spell checker to be coded in matlab, especially without using the activex of Microsoft Word. Can you please give me simple idea to do this??
> Thanks in advance.

Are you building this into a MATLAB GUI? For example, is this to spell check input into an edit box?

For a simple approach, perhaps have a look at:

http://www.mathworks.com/matlabcentral/fileexchange/9647-grep-a-pedestrian-very-fast-grep-utility
From: Venna on
To make my problem easier
i was given a dictionary of correctly spelt words in a text file

Any suggestion on this now!!

I have some suggestions from a friend and colleagues

1. Using a TRIE data structure.
2. Applying Levenshtein distance Algorithm on that Dictionary

which one is better?
or you can suggest your own?
Any references??

Thanks in advance!!
From: Andy on
"Venna " <vennasivaram(a)gmail.com> wrote in message <i1n0p7$779$1(a)fred.mathworks.com>...
> To make my problem easier
> i was given a dictionary of correctly spelt words in a text file
>
> Any suggestion on this now!!

Did you even read my post? Did you follow the link? I would think having a dictionary of correctly spelled words in a text file would be a good start for using a grep utility.
 | 
Pages: 1
Prev: ModelSim
Next: database managing