Content-Length: 252919 | pFad | http://github.com/Yomguithereal/talisman/pull/185/commits/18b3e87cf7737426aecca941778e8dc814f98e92

CB Fix to 'cc' rule for words like 'accabler', 'impeccable', etc. by knokknok · Pull Request #185 · Yomguithereal/talisman · GitHub
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix to 'cc' rule for words like 'accabler', 'impeccable', etc. #185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix to 'cc' rule for words like 'accabler', 'impeccable', etc.
  • Loading branch information
knokknok authored Jun 23, 2024
commit 18b3e87cf7737426aecca941778e8dc814f98e92
3 changes: 2 additions & 1 deletion src/phonetics/french/sonnex.js
Original file line number Diff line number Diff line change
@@ -134,7 +134,8 @@ const RULES = {
['c', ''],
[/^c(a.*)/, 'k'],
[/^cc(.)(.*)/, (v, cs) => {
if (v === 'o' || v === 'u')
// NOTE: adding 'a' for words like 'accabler', 'impeccable', etc.
if (v === 'a' || v === 'o' || v === 'u')
return ['k', v + cs];
return ['ks', cs];
}],








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/Yomguithereal/talisman/pull/185/commits/18b3e87cf7737426aecca941778e8dc814f98e92

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy