mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 09:52:55 -06:00
Afrikaans fixes by Laurette and Laurette
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<CENTER>
|
<CENTER>
|
||||||
<H1>The Status of the GF Resource Grammar Library</H1>
|
<H1>The Status of the GF Resource Grammar Library</H1>
|
||||||
<FONT SIZE="4"><I>Aarne Ranta</I></FONT><BR>
|
<FONT SIZE="4"><I>Aarne Ranta</I></FONT><BR>
|
||||||
<FONT SIZE="4">20120104</FONT>
|
<FONT SIZE="4">20120210</FONT>
|
||||||
</CENTER>
|
</CENTER>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
@@ -38,10 +38,10 @@ are marked in the table
|
|||||||
<TD>Afr</TD>
|
<TD>Afr</TD>
|
||||||
<TD>+</TD>
|
<TD>+</TD>
|
||||||
<TD>-</TD>
|
<TD>-</TD>
|
||||||
<TD>-</TD>
|
<TD>++</TD>
|
||||||
<TD>-</TD>
|
<TD>+</TD>
|
||||||
<TD>-</TD>
|
<TD>+</TD>
|
||||||
<TD>-</TD>
|
<TD>+</TD>
|
||||||
<TD>-</TD>
|
<TD>-</TD>
|
||||||
<TD>-</TD>
|
<TD>-</TD>
|
||||||
<TD>-</TD>
|
<TD>-</TD>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ are marked in the table
|
|||||||
|
|
||||||
|
|
||||||
|| Lang | Darcs | Mini | Parad | Lex | Lang | API | Symb | Irreg | Dict | authors ||
|
|| Lang | Darcs | Mini | Parad | Lex | Lang | API | Symb | Irreg | Dict | authors ||
|
||||||
| Afr | + | - | - | - | - | - | - | - | - | *LPs,LPj
|
| Afr | + | - | ++ | + | + | + | - | - | - | *LPs,LPj
|
||||||
| Amh | + | + | ++ | + | + | - | - | - | - | *MK
|
| Amh | + | + | ++ | + | + | - | - | - | - | *MK
|
||||||
| Ara | + | + | + | + | - | - | - | - | - | AD
|
| Ara | + | + | + | + | - | - | - | - | - | AD
|
||||||
| Bul | + | + | + | + | + | + | + | + | + | *KA
|
| Bul | + | + | + | + | + | + | + | + | + | *KA
|
||||||
|
|||||||
@@ -217,7 +217,7 @@ resource ResAfr = ParamX ** open Prelude in {
|
|||||||
s = table {
|
s = table {
|
||||||
VInf => "het" ;
|
VInf => "het" ;
|
||||||
VPres => "het" ;
|
VPres => "het" ;
|
||||||
VPast => "had" ; --# notpresent
|
VPast => "het" ; --# notpresent
|
||||||
VPerf => "gehad"
|
VPerf => "gehad"
|
||||||
} ;
|
} ;
|
||||||
aux = VHebben ;
|
aux = VHebben ;
|
||||||
@@ -297,7 +297,7 @@ param
|
|||||||
oper
|
oper
|
||||||
vForm : Tense -> VForm = \t -> case t of {
|
vForm : Tense -> VForm = \t -> case t of {
|
||||||
Pres => VPres
|
Pres => VPres
|
||||||
; Fut => VPres --# notpresent
|
; Fut => VPres --# notpresent
|
||||||
; Past | Cond => VPast -- Fut and Cond affect zullen --# notpresent
|
; Past | Cond => VPast -- Fut and Cond affect zullen --# notpresent
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
@@ -448,12 +448,12 @@ param
|
|||||||
neg = vp.a1 ! b ;
|
neg = vp.a1 ! b ;
|
||||||
obj0 = vp.n0 ! agr ;
|
obj0 = vp.n0 ! agr ;
|
||||||
obj = vp.n2 ! agr ;
|
obj = vp.n2 ! agr ;
|
||||||
compl = obj0 ++ neg ++ obj ++ vp.a2 ++ vp.s.prefix ++ neg;
|
compl = obj0 ++ neg ++ obj ++ vp.a2 ++ vp.s.prefix ;
|
||||||
inf =
|
inf =
|
||||||
case <vp.isAux, vp.inf.p2, a> of { --# notpresent
|
case <vp.isAux, vp.inf.p2, a> of { --# notpresent
|
||||||
<True,True,Anter> => vp.s.s ! VInf ++ vp.inf.p1 ; --# notpresent
|
<True,True,Anter> => vp.s.s ! VInf ++ vp.inf.p1 ; --# notpresent
|
||||||
_ => --# notpresent
|
_ => --# notpresent
|
||||||
vp.inf.p1 ++ verb.p2
|
vp.inf.p1 ++ verb.p2 ++ neg
|
||||||
} --# notpresent
|
} --# notpresent
|
||||||
;
|
;
|
||||||
extra = vp.ext ;
|
extra = vp.ext ;
|
||||||
@@ -480,7 +480,7 @@ param
|
|||||||
<
|
<
|
||||||
\\agr => vp.n0 ! agr ++ vp.n2 ! agr ++ vp.a2,
|
\\agr => vp.n0 ! agr ++ vp.n2 ! agr ++ vp.a2,
|
||||||
vp.a1 ! Pos ++
|
vp.a1 ! Pos ++
|
||||||
if_then_Str isAux [] "te" ++ vp.s.s ! VInf,
|
if_then_Str isAux [] "om" ++ "te" ++ vp.s.s ! VInf,
|
||||||
vp.inf.p1 ++ vp.ext
|
vp.inf.p1 ++ vp.ext
|
||||||
> ;
|
> ;
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ src:
|
|||||||
runghc MkMini.hs
|
runghc MkMini.hs
|
||||||
|
|
||||||
compdemo:
|
compdemo:
|
||||||
$(compile) Afr Bul Cat Dan Dut Eng Fin Fre Ger Ita Nep Nor Pes Pnb Pol Ron Rus Spa Swe Tha Urd
|
$(compile) Afr Bul Cat Dan Dut Eng Fin Fre Ger Ita Lav Nep Nor Pes Pnb Pol Ron Rus Spa Swe Tha Urd
|
||||||
|
|
||||||
linkdemo:
|
linkdemo:
|
||||||
$(compile) -link Afr Bul Cat Dan Dut Eng Fin Fre Ger Ita Nep Nor Pes Pnb Pol Ron Rus Spa Swe Tha Urd
|
$(compile) -link Afr Bul Cat Dan Dut Eng Fin Fre Ger Ita Lav Nep Nor Pes Pnb Pol Ron Rus Spa Swe Tha Urd
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
src = "Eng"
|
src = "Eng"
|
||||||
langs = [
|
langs = [
|
||||||
"Afr", "Bul", "Cat","Dan","Dut",
|
"Afr", "Bul", "Cat","Dan","Dut",
|
||||||
"Fin","Fre","Ger","Ita", -- "Lav",
|
"Fin","Fre","Ger","Ita", "Lav",
|
||||||
"Nep","Nor","Pes","Pol","Pnb",
|
"Nep","Nor","Pes","Pol","Pnb",
|
||||||
"Ron",
|
"Ron","Rus","Spa","Swe","Tha",
|
||||||
"Rus","Spa","Swe","Tha",
|
|
||||||
"Urd"
|
"Urd"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user