mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
Added stonage grammar (abstract and english), which uses the Swadesh lexicon.
This commit is contained in:
13
examples/stoneage/StoneageResEng.gf
Normal file
13
examples/stoneage/StoneageResEng.gf
Normal file
@@ -0,0 +1,13 @@
|
||||
resource StoneageResEng = open ResourceEng, ParadigmsEng 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