aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_fullvoc.lua
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2017-08-04 10:26:46 +0200
committerRobert Alessi <alessi@robertalessi.net>2017-08-04 10:26:46 +0200
commite52624588903132af81cf1119ed1ec5c0207f448 (patch)
treeb7d9c6fcb646b5e8678ba194371adfe09e2b46a5 /arabluatex_fullvoc.lua
parente4beabc37d351a536087aeea0949e555dee7f0f0 (diff)
downloadarabluatex-e52624588903132af81cf1119ed1ec5c0207f448.tar.gz
added dual and plural of miʾatun
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.