diff options
Diffstat (limited to 'arabluatex_voc.lua')
-rw-r--r-- | arabluatex_voc.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua index 1f5b0b7..a914ba4 100644 --- a/arabluatex_voc.lua +++ b/arabluatex_voc.lua | |||
@@ -234,7 +234,8 @@ hamza = { | |||
234 | -- ^say'aN, .zim'aN, mi'aT 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 | {a="(mi)(%')(a[Tt])", b="%1ائ%3"}, |
238 | {a="(mi)(%')(aN%_?[AY])", b="%1أ%3"}, | ||
238 | -- hamzah + pr. suffix: the carrier passes into yāʾ before ī so | 239 | -- hamzah + pr. suffix: the carrier passes into yāʾ before ī so |
239 | -- take out the following two lines: | 240 | -- take out the following two lines: |
240 | -- {a="(')(I%p?)$", b="إ%2"}, -- affix pr. 1st person sg. | 241 | -- {a="(')(I%p?)$", b="إ%2"}, -- affix pr. 1st person sg. |
@@ -364,7 +365,8 @@ hamzaeasy = { -- differences marked below with 'easy' | |||
364 | -- ^say'aN, .zim'aN, mi'aT are special orthographies | 365 | -- ^say'aN, .zim'aN, mi'aT are special orthographies |
365 | {a="(%^sa%.?[yY])(\"?%|?)(%')(aN)", b="%1%2ئ%4"}, | 366 | {a="(%^sa%.?[yY])(\"?%|?)(%')(aN)", b="%1%2ئ%4"}, |
366 | {a="(.zi?m)(%')(aN)", b="%1ئ%3"}, | 367 | {a="(.zi?m)(%')(aN)", b="%1ئ%3"}, |
367 | {a="(mi)(%')(aT)", b="%1ائ%3"}, | 368 | {a="(mi)(%')(a[Tt])", b="%1ائ%3"}, |
369 | {a="(mi)(%')(aN%_?[AY])", b="%1أ%3"}, | ||
368 | -- hamzah + pr. suffix: the carrier passes into yāʾ before ī so | 370 | -- hamzah + pr. suffix: the carrier passes into yāʾ before ī so |
369 | -- take out the following two lines: | 371 | -- take out the following two lines: |
370 | -- {a="(')(I%p?)$", b="إ%2"}, -- affix pr. 1st person sg. | 372 | -- {a="(')(I%p?)$", b="إ%2"}, -- affix pr. 1st person sg. |