mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
clean-up after Fin infinitives
This commit is contained in:
@@ -79,6 +79,7 @@ concrete VerbFin of Verb = CatFin ** open Prelude, ResFin, StemFin in {
|
||||
) ** {c2 = vp.c2} ; ---- correct ??
|
||||
-}
|
||||
|
||||
----
|
||||
SlashV2VNP = StemFin.slashV2VNP ; ---- compilation to pgf takes too long 6/8/2013 hence a simplified version in stemmed/
|
||||
|
||||
AdvVP vp adv = insertAdv (\\_ => adv.s) vp ;
|
||||
|
||||
@@ -4,7 +4,9 @@ abstract Infinitive =
|
||||
Lexicon
|
||||
** {
|
||||
|
||||
fun
|
||||
flags startcat = Utt ;
|
||||
|
||||
data
|
||||
PresPartPassSubjVP : VP -> VP ; -- (minun) on mentävä
|
||||
PresPartPassObjVP : VPSlash -> VP ; -- (oluesta) on pidettävä
|
||||
|
||||
@@ -54,5 +56,4 @@ fun
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user