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

Side by Side Diff: third_party/hunspell/tests/suggestiontest/README

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
OLDNEW
1 source of text data: Wikipedia 1 source of text data: Wikipedia
2 http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines 2 http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines
3 3
4 For testing Hunspell you need the extended en_US dictionary with phonetic table: 4 For testing Hunspell you need the extended en_US dictionary with phonetic table:
5 http://hunspell.sourceforge.net/en_US.zip 5 http://hunspell.sourceforge.net/en_US.zip
6 6
7 test: 7 test:
8 make -f Makefile.orig 8 make -f Makefile.orig
9 9
10 test only with Hunspell: 10 test only with Hunspell:
11 11
12 make -f Makefile.orig single 12 make -f Makefile.orig single
13 13
14 test with different input file and dictionaries: 14 test with different input file and dictionaries:
15 15
16 INPUT=dutchlist.txt HUNSPELL=nl_NL ASPELL=nl make -f Makefile.orig 16 INPUT=dutchlist.txt HUNSPELL=nl_NL ASPELL=nl make -f Makefile.orig
OLDNEW
« no previous file with comments | « third_party/hunspell/tests/suggestiontest/Makefile.in ('k') | third_party/hunspell/tests/suggestiontest/prepare » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698