diff options
Diffstat (limited to 'arabluatex_fullvoc.lua')
-rw-r--r-- | arabluatex_fullvoc.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arabluatex_fullvoc.lua b/arabluatex_fullvoc.lua index 401d1a5..6f95097 100644 --- a/arabluatex_fullvoc.lua +++ b/arabluatex_fullvoc.lua | |||
@@ -95,9 +95,10 @@ hamzafv = { | |||
95 | {a="([%s%(%[%<%-])(')([ua])", b="%1أ%3"}, | 95 | {a="([%s%(%[%<%-])(')([ua])", b="%1أ%3"}, |
96 | {a="([%s%(%[%<%-])(')(i)", b="%1إ%3"}, | 96 | {a="([%s%(%[%<%-])(')(i)", b="%1إ%3"}, |
97 | -- final | 97 | -- final |
98 | -- ^say'aN and .zim'aN are special orthographies | 98 | -- ^say'aN, .zim'aN, mi'aT are special orthographies |
99 | {a="(%^sa%.?[yY])(\"?%|?)(%')(aN)", b="%1%2ئ%4"}, | 99 | {a="(%^sa%.?[yY])(\"?%|?)(%')(aN)", b="%1%2ئ%4"}, |
100 | {a="(.zi?m)(%')(aN)", b="%1ئ%3"}, | 100 | {a="(.zi?m)(%')(aN)", b="%1ئ%3"}, |
101 | {a="(mi)(%')(aT)", b="%1ائ%3"}, | ||
101 | -- hamzah + pr. suffix: the carrier passes into yāʾ before ī so | 102 | -- hamzah + pr. suffix: the carrier passes into yāʾ before ī so |
102 | -- take out the following two lines: | 103 | -- take out the following two lines: |
103 | -- {a="(')(I%p?)$", b="إ%2"}, -- affix pr. 1st person sg. | 104 | -- {a="(')(I%p?)$", b="إ%2"}, -- affix pr. 1st person sg. |
@@ -233,9 +234,10 @@ hamzafveasy = { -- differences marked below with 'easy' | |||
233 | {a="([%s%(%[%<%-])(')([ua])", b="%1أ%3"}, | 234 | {a="([%s%(%[%<%-])(')([ua])", b="%1أ%3"}, |
234 | {a="([%s%(%[%<%-])(')(i)", b="%1إ%3"}, | 235 | {a="([%s%(%[%<%-])(')(i)", b="%1إ%3"}, |
235 | -- final | 236 | -- final |
236 | -- ^say'aN and .zim'aN are special orthographies | 237 | -- ^say'aN, .zim'aN, mi'aT are special orthographies |
237 | {a="(%^sa%.?[yY])(\"?%|?)(%')(aN)", b="%1%2ئ%4"}, | 238 | {a="(%^sa%.?[yY])(\"?%|?)(%')(aN)", b="%1%2ئ%4"}, |
238 | {a="(.zi?m)(%')(aN)", b="%1ئ%3"}, | 239 | {a="(.zi?m)(%')(aN)", b="%1ئ%3"}, |
240 | {a="(mi)(%')(aT)", b="%1ائ%3"}, | ||
239 | -- hamzah + pr. suffix: the carrier passes into yāʾ before ī so | 241 | -- hamzah + pr. suffix: the carrier passes into yāʾ before ī so |
240 | -- take out the following two lines: | 242 | -- take out the following two lines: |
241 | -- {a="(')(I%p?)$", b="إ%2"}, -- affix pr. 1st person sg. | 243 | -- {a="(')(I%p?)$", b="إ%2"}, -- affix pr. 1st person sg. |