forked from GitHub/gf-core
VPI in German (rudimentary)
This commit is contained in:
@@ -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))) ;
|
||||||
|
-}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
abstract ExtraGerAbs = {
|
abstract ExtraGerAbs = Extra [
|
||||||
|
VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI
|
||||||
|
] ** {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user