diff options
| author | aarne <unknown> | 2005-06-28 17:36:42 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-06-28 17:36:42 +0000 |
| commit | 14cd757e133fa5fbd9e8dacbb5b812f8579381ee (patch) | |
| tree | 83e90ef49ed02e20801fa2b63155db5a6bca1cfc /examples/stoneage/StoneageResFin.gf | |
| parent | fc0e0eee39d4ae29e6ef8dcd4e3c23fd97debbfc (diff) | |
started Finnish
Diffstat (limited to 'examples/stoneage/StoneageResFin.gf')
| -rw-r--r-- | examples/stoneage/StoneageResFin.gf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/stoneage/StoneageResFin.gf b/examples/stoneage/StoneageResFin.gf new file mode 100644 index 000000000..3542f5f07 --- /dev/null +++ b/examples/stoneage/StoneageResFin.gf @@ -0,0 +1,15 @@ +resource StoneageResFin = open ResourceFin, ParadigmsFin in { + +oper + PresV : V -> NP -> Phr = \v,s -> PresCl (SPredV s v) ; + PresV2 : V2 -> NP -> NP -> Phr = \v,s,o -> PresCl (SPredV2 s v o) ; + PresV3 : V3 -> NP -> NP -> NP -> Phr = \v,s,o,r -> PresCl (SPredV3 s v o r) ; + PresVasV2 : V -> NP -> NP -> Phr = \ v -> PresV2 (dirV2 v) ; + + PresCl : Cl -> Phr = + \c -> { s = (UseCl (PosTP TPresent ASimul) c).s } ** {lock_Phr = <>} ; + + ModPosA : ADeg -> CN -> CN = \a -> ModAP (PositADeg a) ; + ModA : A -> CN -> CN = \a -> ModAP (UseA a) ; + +} |
