mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
Romance reflexives in lexicon; German infinitival phrase
This commit is contained in:
@@ -11,15 +11,12 @@ concrete VerbGer of Verb = CatGer ** open Prelude, ResGer in {
|
||||
|
||||
ComplVV v vp =
|
||||
let
|
||||
compl : Agr -> (Str * Str) = \a ->
|
||||
let
|
||||
vpi = vp.s ! a ! VPInfinit Simul
|
||||
in
|
||||
<vp.n2 ! a ++ vp.a2, infPart v.isAux ++ vpi.inf> ;
|
||||
obj : Agr => Str = \\a => (compl a).p1 ;
|
||||
inf : Str = (compl (agrP3 Sg)).p2 ; --- agr makes no diff here
|
||||
vpi = infVP v.isAux vp
|
||||
in
|
||||
insertInf inf (insertObj obj (predVGen v.isAux v)) ;
|
||||
insertExtrapos vpi.p3 (
|
||||
insertInf vpi.p2 (
|
||||
insertObj vpi.p1 (
|
||||
predVGen v.isAux v))) ;
|
||||
|
||||
ComplVS v s =
|
||||
insertExtrapos (conjThat ++ s.s ! Sub) (predV v) ;
|
||||
|
||||
Reference in New Issue
Block a user