From bdba8b6bf08736d2153c9a2a8c9a91028e239267 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 18 Aug 2015 13:16:12 -0700 Subject: [PATCH] okina exception --- hyphenate/typed/hyphenate/exceptions.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyphenate/typed/hyphenate/exceptions.rkt b/hyphenate/typed/hyphenate/exceptions.rkt index 58e651d2..9622732f 100644 --- a/hyphenate/typed/hyphenate/exceptions.rkt +++ b/hyphenate/typed/hyphenate/exceptions.rkt @@ -8,7 +8,7 @@ (map symbol->string '(as-so-ciate as-so-ciates dec-li-na-tion oblig-a-tory phil-an-thropic present presents project projects reci-procity re-cog-ni-zance ref-or-ma-tion ret-ri-bu-tion ta-ble))) (define: mb-exceptions : Patterns - (map symbol->string '(real-ly law-yer law-yers law-yered law-yer-ing law-yer-ly))) + (map symbol->string '(real-ly law-yer law-yers law-yered law-yer-ing law-yer-ly oki-na oki-nas))) (define: default-exceptions : Patterns (append kl-exceptions mb-exceptions)) \ No newline at end of file