aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_fullvoc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'arabluatex_fullvoc.lua')
-rw-r--r--arabluatex_fullvoc.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/arabluatex_fullvoc.lua b/arabluatex_fullvoc.lua
index 6f95097..6f690f8 100644
--- a/arabluatex_fullvoc.lua
+++ b/arabluatex_fullvoc.lua
@@ -98,7 +98,8 @@ hamzafv = {
98 -- ^say'aN, .zim'aN, mi'aT 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 {a="(mi)(%')(a[Tt])", b="%1ائ%3"},
102 {a="(mi)(%')(aN%_?[AY])", b="%1أ%3"},
102 -- hamzah + pr. suffix: the carrier passes into yāʾ before ī so 103 -- hamzah + pr. suffix: the carrier passes into yāʾ before ī so
103 -- take out the following two lines: 104 -- take out the following two lines:
104 -- {a="(')(I%p?)$", b="إ%2"}, -- affix pr. 1st person sg. 105 -- {a="(')(I%p?)$", b="إ%2"}, -- affix pr. 1st person sg.
@@ -237,7 +238,8 @@ hamzafveasy = { -- differences marked below with 'easy'
237 -- ^say'aN, .zim'aN, mi'aT are special orthographies 238 -- ^say'aN, .zim'aN, mi'aT are special orthographies
238 {a="(%^sa%.?[yY])(\"?%|?)(%')(aN)", b="%1%2ئ%4"}, 239 {a="(%^sa%.?[yY])(\"?%|?)(%')(aN)", b="%1%2ئ%4"},
239 {a="(.zi?m)(%')(aN)", b="%1ئ%3"}, 240 {a="(.zi?m)(%')(aN)", b="%1ئ%3"},
240 {a="(mi)(%')(aT)", b="%1ائ%3"}, 241 {a="(mi)(%')(a[Tt])", b="%1ائ%3"},
242 {a="(mi)(%')(aN%_?[AY])", b="%1أ%3"},
241 -- hamzah + pr. suffix: the carrier passes into yāʾ before ī so 243 -- hamzah + pr. suffix: the carrier passes into yāʾ before ī so
242 -- take out the following two lines: 244 -- take out the following two lines:
243 -- {a="(')(I%p?)$", b="إ%2"}, -- affix pr. 1st person sg. 245 -- {a="(')(I%p?)$", b="إ%2"}, -- affix pr. 1st person sg.