forked from GitHub/gf-core
integrating arabic to document
This commit is contained in:
BIN
doc/resource.pdf
BIN
doc/resource.pdf
Binary file not shown.
@@ -58,7 +58,7 @@ skills is typical of programmers who want to localize
|
|||||||
software to new languages.
|
software to new languages.
|
||||||
|
|
||||||
The current resource languages are
|
The current resource languages are
|
||||||
% - ``Ara``bic
|
- ``Ara``bic
|
||||||
- ``Dan``ish
|
- ``Dan``ish
|
||||||
- ``Eng``lish
|
- ``Eng``lish
|
||||||
- ``Fin``nish
|
- ``Fin``nish
|
||||||
@@ -72,7 +72,8 @@ The current resource languages are
|
|||||||
|
|
||||||
|
|
||||||
The first three letters (``Eng`` etc) are used in grammar module names.
|
The first three letters (``Eng`` etc) are used in grammar module names.
|
||||||
%The Arabic implementation is still incomplete.
|
The Arabic implementation is still incomplete, but enough to be used in
|
||||||
|
examples like ``GF/examples/bronzeage``.
|
||||||
|
|
||||||
To give an example application, consider
|
To give an example application, consider
|
||||||
music playing devices. In the application,
|
music playing devices. In the application,
|
||||||
@@ -918,9 +919,9 @@ has only been exploited in a very small scale so far.
|
|||||||
|
|
||||||
==Inflectional paradigms==
|
==Inflectional paradigms==
|
||||||
|
|
||||||
% ===Arabic===
|
===Arabic===
|
||||||
|
|
||||||
% %!include: ../lib/resource-1.0/arabic/ParadigmsAra.txt
|
%!include: ../lib/resource-1.0/arabic/ParadigmsAra.txt
|
||||||
|
|
||||||
===Danish===
|
===Danish===
|
||||||
|
|
||||||
|
|||||||
@@ -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