mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
texts and idioms
This commit is contained in:
12
lib/resource-1.0/english/IdiomEng.gf
Normal file
12
lib/resource-1.0/english/IdiomEng.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
concrete IdiomEng of Idiom = CatEng ** open Prelude, ResEng in {
|
||||
|
||||
flags optimize=all_subs ;
|
||||
|
||||
lin
|
||||
ExistNP np =
|
||||
mkClause "there" (agrP3 Sg) (insertObj (\\_ => np.s ! Acc) (predAux auxBe)) ;
|
||||
ImpersVP vp = mkClause "it" (agrP3 Sg) vp ;
|
||||
-- ProgrVP : VP -> VP ; -- sleeping
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user