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

Side by Side Diff: third_party/hunspell/tests/phone.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 unified diff | Download patch
« no previous file with comments | « third_party/hunspell/tests/onlyincompound.wrong ('k') | third_party/hunspell/tests/phone.dic » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # phonetic suggestions by PHONE and optional ph field of dictionary words 1 # phonetic suggestions by PHONE and optional ph field of dictionary words
2 # Documentationo of PHONE: http://aspell.net/man-html/Phonetic-Code.html 2 # Documentationo of PHONE: http://aspell.net/man-html/Phonetic-Code.html
3 3
4 # phonetic_english.h - phonetic transformation rules for use with phonetic.c 4 # phonetic_english.h - phonetic transformation rules for use with phonetic.c
5 # Copyright (C) 2000 Björn Jacke 5 # Copyright (C) 2000 Björn Jacke
6 # 6 #
7 # This rule set is based on Lawrence Phillips original metaphone 7 # This rule set is based on Lawrence Phillips original metaphone
8 # algorithm with modifications made by Michael Kuhn in his 8 # algorithm with modifications made by Michael Kuhn in his
9 # C implantation, more modifications by Björn Jacke when 9 # C implantation, more modifications by Björn Jacke when
10 # converting the algorithm to a rule set and minor 10 # converting the algorithm to a rule set and minor
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 # 246 #
247 # W --> SILENT if not followed by a vowel 247 # W --> SILENT if not followed by a vowel
248 # W if followed by a vowel 248 # W if followed by a vowel
249 # 249 #
250 # X --> KS 250 # X --> KS
251 # 251 #
252 # Y --> SILENT if not followed by a vowel 252 # Y --> SILENT if not followed by a vowel
253 # Y if followed by a vowel 253 # Y if followed by a vowel
254 # 254 #
255 # Z --> S 255 # Z --> S
OLDNEW
« no previous file with comments | « third_party/hunspell/tests/onlyincompound.wrong ('k') | third_party/hunspell/tests/phone.dic » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698