forked from GitHub/gf-rgl
integrating arabic to document
This commit is contained in:
@@ -80,7 +80,7 @@ resource ParadigmsAra = open
|
|||||||
--2 Adverbs
|
--2 Adverbs
|
||||||
|
|
||||||
-- Adverbs are not inflected. Most lexical ones have position
|
-- Adverbs are not inflected. Most lexical ones have position
|
||||||
-- after the verb. Some can be preverbal (e.g. "َلوَيس").
|
-- after the verb. Some can be preverbal.
|
||||||
|
|
||||||
mkAdv : Str -> Adv ;
|
mkAdv : Str -> Adv ;
|
||||||
mkAdV : Str -> AdV ;
|
mkAdV : Str -> AdV ;
|
||||||
@@ -178,12 +178,12 @@ resource ParadigmsAra = open
|
|||||||
V0, V2S, V2V, V2A, V2Q : Type ;
|
V0, V2S, V2V, V2A, V2Q : Type ;
|
||||||
AS, A2S, AV, A2V : Type ;
|
AS, A2S, AV, A2V : Type ;
|
||||||
|
|
||||||
|
--.
|
||||||
--2 Definitions of paradigms
|
--2 Definitions of paradigms
|
||||||
|
|
||||||
-- The definitions should not bother the user of the API. So they are
|
-- The definitions should not bother the user of the API. So they are
|
||||||
-- hidden from the document.
|
-- hidden from the document.
|
||||||
--.
|
|
||||||
|
|
||||||
regV = \word ->
|
regV = \word ->
|
||||||
case word of {
|
case word of {
|
||||||
|
|||||||
Reference in New Issue
Block a user