1
0
forked from GitHub/gf-core

removed that-less variants of ComplVS and SlashV2S from VerbEng, and added constructors ComplBareVS and SlashBareV2S to Extra, so that the library user can control the presence of "that".

This commit is contained in:
aarne
2013-10-18 08:45:56 +00:00
parent 34bc94e76b
commit fdfc8d4dc2
6 changed files with 21 additions and 6 deletions

View File

@@ -86,4 +86,9 @@ abstract Extra = Cat ** {
PurposeVP : VP -> Adv ; -- to become happy
-- object S without "that"
ComplBareVS : VS -> S -> VP ; -- say she runs
SlashBareV2S : V2S -> S -> VPSlash ; -- answer (to him) it is good
}