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

Unified Diff: third_party/hunspell_new/tests/sug.aff

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/hunspell_new/tests/slash.test ('k') | third_party/hunspell_new/tests/sug.dic » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hunspell_new/tests/sug.aff
diff --git a/third_party/hunspell_new/tests/sug.aff b/third_party/hunspell_new/tests/sug.aff
deleted file mode 100644
index b1f2adba6056702015ec849e8f523192a01273b2..0000000000000000000000000000000000000000
--- a/third_party/hunspell_new/tests/sug.aff
+++ /dev/null
@@ -1,15 +0,0 @@
-# new suggestion methods of Hunspell 1.5:
-# capitalization: nasa -> NASA
-# long swap: permenant -> permanent
-# long mov: Ghandi -> Gandhi
-# double two characters: vacacation -> vacation
-# space with REP: "alot" -> "a lot" ("a lot" need to be in the dic file.)
-
-# switch off ngram suggestion for testing
-MAXNGRAMSUGS 0
-REP 1
-REP alot a_lot
-KEY qwertzuiop|asdfghjkl|yxcvbnm|aq
-WORDCHARS .
-FORBIDDENWORD ?
-
« no previous file with comments | « third_party/hunspell_new/tests/slash.test ('k') | third_party/hunspell_new/tests/sug.dic » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698