forked from GitHub/gf-rgl
uses of Finnish infinitive forms in syntax
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
abstract Infinitive =
|
||||
|
||||
Grammar,
|
||||
Lexicon
|
||||
** {
|
||||
|
||||
fun
|
||||
PresPartPassSubjVP : VP -> VP ; -- (minun) on mentävä
|
||||
PresPartPassObjVP : VPSlash -> VP ; -- (oluesta) on pidettävä
|
||||
|
||||
PastPartPassAdv : NP -> VP -> Adv ; -- junan mentyä
|
||||
AgentPartAP : NP -> VPSlash -> AP ; -- koiran syömä
|
||||
|
||||
Inf2InessAdv : NP -> VP -> Adv ; -- junan mennessä
|
||||
Inf2InessPassAdv : NP -> VPSlash -> Adv ; -- junaa odotettaessa
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user