From 505d19f4d2005926d15197be4cd0d9f2013edcaf Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 13 Mar 2005 09:55:09 +0000 Subject: [PATCH] checkd BasicNor and half of SwadeshNor --- examples/stoneage/StoneageNor.gf | 6 ++---- 1 file 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 ;