aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arabluatex_fullvoc.lua6
-rw-r--r--arabluatex_voc.lua6
2 files changed, 8 insertions, 4 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.
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.