mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Changed Think to an action without an object.
This commit is contained in:
@@ -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 ;
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user