mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
Added not yet working swedish stoneage stuff.
This commit is contained in:
13
examples/stoneage/StoneageResSwe.gf
Normal file
13
examples/stoneage/StoneageResSwe.gf
Normal file
@@ -0,0 +1,13 @@
|
||||
resource StoneageResSwe = open ResourceSwe, ParadigmsSwe in {
|
||||
|
||||
oper
|
||||
PresV : V -> NP -> S = \v,s -> PresCl (SPredV s v) ;
|
||||
PresV2 : V2 -> NP -> NP -> S = \v,s,o -> PresCl (SPredV2 s v o) ;
|
||||
PresVasV2 : V -> NP -> NP -> S = \ v -> PresV2 (dirV2 v) ;
|
||||
|
||||
PresCl : Cl -> S = UseCl (PosTP TPresent ASimul) ;
|
||||
|
||||
ModPosA : ADeg -> CN -> CN = \a -> ModAP (PositADeg a) ;
|
||||
ModA : A -> CN -> CN = \a -> ModAP (UseA a) ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user