diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-11-15 11:19:10 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-11-15 11:19:10 +0000 |
| commit | 3ff57f6184963acde7f3cc2dcf0638c0e819929a (patch) | |
| tree | e5c975ae99dd3e45f9a4e700658b39d9bf90e68f /examples/attempto/TestAttempto.gf | |
| parent | 6b4f9715e6acb87e05b8229bafd1f41d906e6409 (diff) | |
comparative adverbs generalized to cover more of Attempto
Diffstat (limited to 'examples/attempto/TestAttempto.gf')
| -rw-r--r-- | examples/attempto/TestAttempto.gf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/attempto/TestAttempto.gf b/examples/attempto/TestAttempto.gf index ad76f4d15..1b953ed2d 100644 --- a/examples/attempto/TestAttempto.gf +++ b/examples/attempto/TestAttempto.gf @@ -51,7 +51,7 @@ fun course_N : CN ; carefully_Adv : Adv ; time_N : CN ; - believe_V : V ; + believe_VS : VS ; seriously_Adv : Adv ; clerk_N : CN ; screen_N : CN ; @@ -62,7 +62,7 @@ fun reject_V2 : V2 ; accept_V2 : V2 ; type_V2 : V2 ; - know_V : V ; + know_VS : VS ; manager_N : CN ; oversleep_V : V ; valid_A : A ; |
