aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_voc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'arabluatex_voc.lua')
-rw-r--r--arabluatex_voc.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua
index 39d4bec..1f5b0b7 100644
--- a/arabluatex_voc.lua
+++ b/arabluatex_voc.lua
@@ -231,9 +231,10 @@ hamza = {
231 {a="([%s%(%[%<%-])(')([ua])", b="%1أ%3"}, 231 {a="([%s%(%[%<%-])(')([ua])", b="%1أ%3"},
232 {a="([%s%(%[%<%-])(')(i)", b="%1إ%3"}, 232 {a="([%s%(%[%<%-])(')(i)", b="%1إ%3"},
233 -- final 233 -- final
234 -- ^say'aN and .zim'aN are special orthographies 234 -- ^say'aN, .zim'aN, mi'aT are special orthographies
235 {a="(%^sa%.?[yY])(\"?%|?)(%')(aN)", b="%1%2ئ%4"}, 235 {a="(%^sa%.?[yY])(\"?%|?)(%')(aN)", b="%1%2ئ%4"},
236 {a="(.zi?m)(%')(aN)", b="%1ئ%3"}, 236 {a="(.zi?m)(%')(aN)", b="%1ئ%3"},
237 {a="(mi)(%')(aT)", b="%1ائ%3"},
237 -- hamzah + pr. suffix: the carrier passes into yāʾ before ī so 238 -- hamzah + pr. suffix: the carrier passes into yāʾ before ī so
238 -- take out the following two lines: 239 -- take out the following two lines:
239 -- {a="(')(I%p?)$", b="إ%2"}, -- affix pr. 1st person sg. 240 -- {a="(')(I%p?)$", b="إ%2"}, -- affix pr. 1st person sg.
@@ -360,9 +361,10 @@ hamzaeasy = { -- differences marked below with 'easy'
360 {a="([%s%(%[%<%-])(')([ua])", b="%1أ%3"}, 361 {a="([%s%(%[%<%-])(')([ua])", b="%1أ%3"},
361 {a="([%s%(%[%<%-])(')(i)", b="%1إ%3"}, 362 {a="([%s%(%[%<%-])(')(i)", b="%1إ%3"},
362 -- final 363 -- final
363 -- ^say'aN and .zim'aN are special orthographies 364 -- ^say'aN, .zim'aN, mi'aT are special orthographies
364 {a="(%^sa%.?[yY])(\"?%|?)(%')(aN)", b="%1%2ئ%4"}, 365 {a="(%^sa%.?[yY])(\"?%|?)(%')(aN)", b="%1%2ئ%4"},
365 {a="(.zi?m)(%')(aN)", b="%1ئ%3"}, 366 {a="(.zi?m)(%')(aN)", b="%1ئ%3"},
367 {a="(mi)(%')(aT)", b="%1ائ%3"},
366 -- hamzah + pr. suffix: the carrier passes into yāʾ before ī so 368 -- hamzah + pr. suffix: the carrier passes into yāʾ before ī so
367 -- take out the following two lines: 369 -- take out the following two lines:
368 -- {a="(')(I%p?)$", b="إ%2"}, -- affix pr. 1st person sg. 370 -- {a="(')(I%p?)$", b="إ%2"}, -- affix pr. 1st person sg.