mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 07:12:50 -06:00
extending English coverage by verbs
This commit is contained in:
@@ -5,6 +5,8 @@ V ::= V0 ;
|
||||
UseV. VP ::= V ;
|
||||
ComplV2. VP ::= V2 NP ;
|
||||
|
||||
VP ::= VP SC ;
|
||||
|
||||
-- ComplV3. VP ::= V3 NP NP ;
|
||||
V2 ::= V3 ; -- via pp's
|
||||
|
||||
@@ -19,3 +21,5 @@ Comp ::= AP_post ; -- not needed in gf
|
||||
Mod ::= Do ;
|
||||
|
||||
-- partial saturation
|
||||
|
||||
V ::= V2 ;
|
||||
|
||||
Reference in New Issue
Block a user