Changed Think to an action without an object.

This commit is contained in:
bringert
2005-03-15 15:38:20 +00:00
parent 37fe08c0a7
commit cecd79ff70
6 changed files with 9 additions and 8 deletions

View File

@@ -24,7 +24,6 @@ fun
See : NP -> NP -> S ;
Hear : NP -> NP -> S ;
Know : NP -> NP -> S ;
Think : NP -> NP -> S ;
Smell : NP -> NP -> S ;
Fear : NP -> NP -> S ;
Kill : NP -> NP -> S ;
@@ -48,6 +47,7 @@ fun
-- Actions without an object
Think : NP -> S ;
Spit : NP -> S ;
Vomit : NP -> S ;
Blow : NP -> S ;

View File

@@ -30,7 +30,6 @@ lin
See = PresV2 (dirV2 see_V) ;
Hear = PresV2 (dirV2 hear_V) ;
Know = PresV2 (dirV2 know_V) ;
Think = PresV2 (dirV2 think_V) ;
Smell = PresV2 (dirV2 smell_V) ;
Fear = PresV2 (dirV2 fear_V) ;
Kill = PresV2 (dirV2 kill_V) ;
@@ -52,6 +51,7 @@ lin
Tie = PresV2 (dirV2 tie_V) ;
Count = PresV2 (dirV2 count_V) ;
Think = PresV think_V ;
Spit = PresV spit_V ;
Vomit = PresV vomit_V ;
Blow = PresV blow_V ;

View File

@@ -31,7 +31,6 @@ lin
See = PresV2 (dirV2 see_V) ;
Hear = PresV2 (dirV2 hear_V) ;
Know = PresV2 (dirV2 know_V) ;
Think = PresV2 (dirV2 think_V) ;
Smell = PresV2 (dirV2 smell_V) ;
Fear = PresV2 (dirV2 fear_V) ;
Kill = PresV2 (dirV2 kill_V) ;
@@ -53,6 +52,7 @@ lin
Tie = PresV2 (dirV2 tie_V) ;
Count = PresV2 (dirV2 count_V) ;
Think = PresV think_V ;
Spit = PresV spit_V ;
Vomit = PresV vomit_V ;
Blow = PresV blow_V ;

View File

@@ -28,7 +28,6 @@ lin
See = PresVasV2 see_V ;
Hear = PresVasV2 hear_V ;
Know = PresVasV2 know_V ;
Think = PresVasV2 think_V ;
Smell = PresV2 (mkV2 (regV "lukte") "på") ;
Fear = PresVasV2 fear_V ;
Kill = PresVasV2 kill_V ;
@@ -50,6 +49,7 @@ lin
Tie = PresVasV2 tie_V ;
Count = PresVasV2 count_V ;
Think = PresV think_V ;
Spit = PresV spit_V ;
Vomit = PresV vomit_V ;
Blow = PresV blow_V ;

View File

@@ -28,7 +28,6 @@ lin
See = PresVasV2 see_V ;
Hear = PresVasV2 hear_V ;
Know = PresVasV2 know_V ;
Think = PresVasV2 think_V ;
Smell s o = PresCl (SPredV2 s (dirV2 känna_V) (DefOneNP
(AdvCN (UseN (mk2N "lukt" "lukter"))
(PrepNP possess_Prep o)))) ;
@@ -52,6 +51,7 @@ lin
Tie = PresVasV2 tie_V ;
Count = PresVasV2 count_V ;
Think = PresV think_V ;
Spit = PresV spit_V ;
Vomit = PresV vomit_V ;
Blow = PresV blow_V ;

View File

@@ -1,4 +1,5 @@
i -src -optimize=share examples/stoneage/StoneageEng.gf
i -src -optimize=share examples/stoneage/StoneageSwe.gf
i -src -optimize=share examples/stoneage/StoneageNor.gf
i -src examples/stoneage/StoneageEng.gf
i -src examples/stoneage/StoneageFre.gf
i -src examples/stoneage/StoneageNor.gf
i -src examples/stoneage/StoneageSwe.gf
pm -printer=gfcm | wf stoneage.gfcm