1
0
forked from GitHub/gf-core

VPI in German (rudimentary)

This commit is contained in:
aarne
2006-11-13 11:13:26 +00:00
parent 66aa6d3166
commit ba2fafd298
2 changed files with 24 additions and 3 deletions

View File

@@ -1,3 +1,23 @@
concrete ExtraGer of ExtraGerAbs = CatGer ** open ResGer in {
concrete ExtraGer of ExtraGerAbs = CatGer ** open ResGer, Coordination in {
lincat
VPI = {s : Str} ;
[VPI] = {s1,s2 : Str} ;
lin
BaseVPI = twoSS ;
ConsVPI = consrSS comma ;
MkVPI vp = {s = useInfVP vp} ; ----
ConjVPI = conjunctSS ;
ComplVPIVV v vpi =
insertInf vpi.s (
predVGen v.isAux v) ; ----
{-
insertExtrapos vpi.p3 (
insertInf vpi.p2 (
insertObj vpi.p1 (
predVGen v.isAux v))) ;
-}
}

View File

@@ -1,3 +1,4 @@
abstract ExtraGerAbs = {
abstract ExtraGerAbs = Extra [
VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI
] ** {
}