diff options
| author | aarne <unknown> | 2005-03-13 09:55:09 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-03-13 09:55:09 +0000 |
| commit | 505d19f4d2005926d15197be4cd0d9f2013edcaf (patch) | |
| tree | 8395c2e295844f4230f50891e7406eef291b3620 | |
| parent | f11a6b68137cf49ad882437c8ce74e17f8e7cbdc (diff) | |
checkd BasicNor and half of SwadeshNor
| -rw-r--r-- | examples/stoneage/StoneageNor.gf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/stoneage/StoneageNor.gf b/examples/stoneage/StoneageNor.gf index 3fe4d87ea..2e84a0978 100644 --- a/examples/stoneage/StoneageNor.gf +++ b/examples/stoneage/StoneageNor.gf @@ -31,12 +31,10 @@ lin Hear = PresVasV2 hear_V ; Know = PresVasV2 know_V ; Think = PresVasV2 think_V ; - Smell s o = PresCl (SPredV2 s (dirV2 kenne_V) (DefOneNP - (AdvCN (UseN (mk2N "lukt" "lukten")) - (PrepNP possess_Prep o)))) ; + Smell = PresV2 (mkV2 (regV "lukte") "på") ; Fear = PresVasV2 fear_V ; Kill = PresVasV2 kill_V ; - Fight s o = PresCl (AdvCl (SPredV s fight_V) (AdvPP (PrepNP with_Prep o))) ; + Fight s o = PresCl (AdvCl (SPredV s slåss_V) (AdvPP (PrepNP with_Prep o))) ; Hunt = PresVasV2 hunt_V ; Hit = PresVasV2 hit_V ; Cut = PresVasV2 cut_V ; |
