diff options
Diffstat (limited to 'arabluatex_fullvoc.lua')
-rw-r--r-- | arabluatex_fullvoc.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arabluatex_fullvoc.lua b/arabluatex_fullvoc.lua index e55f16d..1ad4bb8 100644 --- a/arabluatex_fullvoc.lua +++ b/arabluatex_fullvoc.lua | |||
@@ -59,6 +59,10 @@ hamzafv = { | |||
59 | -- taḫfīfu 'l-hamza | 59 | -- taḫfīfu 'l-hamza |
60 | {a="'u'([^uaiUAI])", b="أU%1"}, | 60 | {a="'u'([^uaiUAI])", b="أU%1"}, |
61 | {a="'i'([^uaiUAI])", b="إI%1"}, | 61 | {a="'i'([^uaiUAI])", b="إI%1"}, |
62 | {a="^u'([^uaiUAI])", b="اU%1"}, | ||
63 | {a="([^uaiUAIYN][%s%(%[%<])u'([^uaiUAI])", b="%1اU%2"}, | ||
64 | {a="^i'([^uaiUAI])", b="اI%1"}, | ||
65 | {a="([^uaiUAIYN][%s%(%[%<])i'([^uaiUAI])", b="%1اI%2"}, | ||
62 | -- madda (historic writing below) | 66 | -- madda (historic writing below) |
63 | {a="'a'([^uaiUAI])", b="آ%1"}, | 67 | {a="'a'([^uaiUAI])", b="آ%1"}, |
64 | {a="([^uiUI])\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"}, | 68 | {a="([^uiUI])\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"}, |
@@ -180,6 +184,10 @@ hamzafveasy = { -- differences marked below with 'easy' | |||
180 | -- taḫfīfu 'l-hamza | 184 | -- taḫfīfu 'l-hamza |
181 | {a="'u'([^uaiUAI])", b="أU%1"}, | 185 | {a="'u'([^uaiUAI])", b="أU%1"}, |
182 | {a="'i'([^uaiUAI])", b="إI%1"}, | 186 | {a="'i'([^uaiUAI])", b="إI%1"}, |
187 | {a="^u'([^uaiUAI])", b="اU%1"}, | ||
188 | {a="([^uaiUAIYN][%s%(%[%<])u'([^uaiUAI])", b="%1اU%2"}, | ||
189 | {a="^i'([^uaiUAI])", b="اI%1"}, | ||
190 | {a="([^uaiUAIYN][%s%(%[%<])i'([^uaiUAI])", b="%1اI%2"}, | ||
183 | -- madda (historic writing below) | 191 | -- madda (historic writing below) |
184 | {a="'a'([^uaiUAI])", b="آ%1"}, | 192 | {a="'a'([^uaiUAI])", b="آ%1"}, |
185 | {a="([^uiUI])\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"}, | 193 | {a="([^uiUI])\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"}, |