Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1124)

Side by Side Diff: third_party/hunspell/README.myspell

Issue 1135173004: Rename third_party/hunspell_new back to third_party/hunspell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/hunspell/README.chromium ('k') | third_party/hunspell/google.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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.
OLDNEW
« no previous file with comments | « third_party/hunspell/README.chromium ('k') | third_party/hunspell/google.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698