1
0
forked from GitHub/gf-core

generalized V2V construction to present participles

This commit is contained in:
aarne
2011-02-26 10:24:32 +00:00
parent dd937731f6
commit 593152871e
4 changed files with 9 additions and 5 deletions

View File

@@ -21,6 +21,8 @@ lin
become_VA = mkVA (irregV "become" "became" "become") ;
beer_N = regN "beer" ;
beg_V2V = mkV2V (regDuplV "beg") noPrep toP ;
-- prevent_V2V = ingV2V (mkV "prevent") noPrep (mkPrep "from") ;
-- make_V2V = mkV2V make_V noPrep noPrep ;
big_A = duplADeg "big" ;
bike_N = regN "bike" ;
bird_N = regN "bird" ;