forked from GitHub/gf-rgl
(Eng) change lincat of V2A
- update V2A linref - add overloaded mkV2A with backwards-compatible signature - update lexicon V2A example - remove old comment with Verb lincat thanks to @inariksit for guidance!
This commit is contained in:
@@ -132,7 +132,7 @@ lin
|
||||
oil_N = regN "oil" ;
|
||||
old_A = regADeg "old" ;
|
||||
open_V2 = dirV2 (mkV "open" "opens" "opened" "opened" "opening") ;
|
||||
paint_V2A = mkV2A (regV "paint") noPrep ;
|
||||
paint_V2A = mkV2A (regV "paint") ;
|
||||
paper_N = regN "paper" ;
|
||||
paris_PN = mkPN (mkN nonhuman (mkN "Paris")) ;
|
||||
peace_N = regN "peace" ;
|
||||
|
||||
Reference in New Issue
Block a user