| OLD | NEW |
| 1 MySpell is a simple spell checker that uses affix | 1 MySpell is a simple spell checker that uses affix |
| 2 compression and is modelled after the spell checker | 2 compression and is modelled after the spell checker |
| 3 ispell. | 3 ispell. |
| 4 | 4 |
| 5 MySpell was written to explore how affix compression | 5 MySpell was written to explore how affix compression |
| 6 can be implemented. | 6 can be implemented. |
| 7 | 7 |
| 8 The Main features of MySpell are: | 8 The Main features of MySpell are: |
| 9 | 9 |
| 10 1. written in C++ to make it easier to interface with | 10 1. written in C++ to make it easier to interface with |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 cd myspell2 | 60 cd myspell2 |
| 61 make | 61 make |
| 62 | 62 |
| 63 To run the example program: | 63 To run the example program: |
| 64 ./example ./en_US.aff ./en_US.dic checkme.lst | 64 ./example ./en_US.aff ./en_US.dic checkme.lst |
| 65 | 65 |
| 66 Please play around with it and let me know | 66 Please play around with it and let me know |
| 67 what you think. | 67 what you think. |
| 68 | 68 |
| 69 Please see the file CONTRIBUTORS for more info. | 69 Please see the file CONTRIBUTORS for more info. |
| OLD | NEW |