spellcheck
by Fahad Al Mahmood
30 Jun 2004
(Updated 12 Jul 2004)
This function checks the spelling of a word and returns suggestions if misspelled.
|
Watch this File
|
| File Information |
| Description |
[status,suggestions] = spellcheck(text);
status = spellcheck(text);
Examples:
[status,suggestions] = spellcheck('Hellow');
status = spellcheck('Emirates'); |
| Acknowledgements |
This submission has inspired the following:
dictionary, Text Twist Puzzle Solver
|
| MATLAB release |
MATLAB 6.5 (R13)
|
| Other requirements |
Microsoft Word |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (2) |
| 01 Jul 2004 |
Michael Kleder
|
|
|
| 15 Jan 2009 |
Taha
|
|
|
| Updates |
| 01 Jul 2004 |
Multiple words check & status, thanks Michael Kleder! |
| 06 Jul 2004 |
Solved "multiple spaces in text" bug. |
| 06 Jul 2004 |
Solved "multiple spaces in text" bug. |
| 12 Jul 2004 |
Fixed the 'no suggestions' result, thanks Sander Stepanov! |
|
Contact us at files@mathworks.com