From d9cded403058b63b953d99efe575d9a1e6c7ed34 Mon Sep 17 00:00:00 2001 From: Herbert Lange Date: Thu, 27 Jun 2019 17:46:46 +0200 Subject: [PATCH] some fixes in structurallat --- src/latin/StructuralLat.gf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/latin/StructuralLat.gf b/src/latin/StructuralLat.gf index 6d9c0afe..14613326 100644 --- a/src/latin/StructuralLat.gf +++ b/src/latin/StructuralLat.gf @@ -11,21 +11,21 @@ concrete StructuralLat of Structural = CatLat ** almost_AdA, almost_AdN = ss "quasi" ; -- L... although_Subj = ss "quamquam" ; -- L... always_AdV = ss "semper" ; -- L... - and_Conj = mkConj [] "et" Pl Et ; -- L... + and_Conj = mkConj [] "et" Pl Et ; -- L177 -----b and_Conj = ss "and" ** {n = Pl} ; because_Subj = ss "cum" ; -- L... before_Prep = mkPrep "ante" Acc ; -- acc. L... behind_Prep = mkPrep "a tergo" Acc ; -- acc. L... between_Prep = mkPrep "inter" Acc ; -- acc. L... - both7and_DConj = mkConj "et" "et" Pl Et ; --L... + both7and_DConj = mkConj "et" "et" Pl Et ; --L177 but_PConj = ss "sed" ; -- L... by8agent_Prep = mkPrep "per" Abl ; -- L... by8means_Prep = mkPrep "" Abl ; -- L... - can8know_VV, can_VV = mkVV IrregLat.can_V True ; --L... + can8know_VV, can_VV = mkVV (mkV "scire" "scio" "scivi" "scitum") False ; --L... during_Prep = mkPrep "inter" Acc ; -- L... - either7or_DConj = mkConj "aut" "aut" Sg Aut ; -- L... + either7or_DConj = mkConj "aut" "aut" Sg Aut ; -- L177 everybody_NP = regNP "quisque" "quemque" "cuiusque" "cuique" "quoque" "quisque" Masc Sg ;-- regNP "quisquae" Sg ; -- L... - every_Det = mkDeterminer ( mkA "omnis" ) Pl ; -- Pons + every_Det = mkDeterminer ( mkA "omnis" ) Sg ; -- Pons everything_NP = regNP "omnia" "omnia" "omnium" "omnis" "omnis" "omnia" Neutr Pl ; --regNP "omnia" Pl ; -- L... everywhere_Adv = mkAdv "ubique" ; -- L... few_Det = mkDeterminer ( mkA "paulus" ) Pl ; -- L... @@ -55,7 +55,7 @@ concrete StructuralLat of Structural = CatLat ** on_Prep = mkPrep "in" Acc ; -- L... ------ one_Quant = mkDeterminer Sg "one" ; -- DEPRECATED only_Predet = ss "solum" ; -- L... - or_Conj = mkConj [] "aut" Sg Aut ; -- L... + or_Conj = mkConj [] "aut" Sg Aut ; -- L177 otherwise_PConj = ss "praeterea" ; -- Pons part_Prep = mkPrep [] Gen ; -- Bayer-Lindauer 127 please_Voc = ss "queso" ; -- L... @@ -101,7 +101,7 @@ concrete StructuralLat of Structural = CatLat ** -----b whichPl_IDet = mkDeterminer Pl ["which"] ; -----b whichSg_IDet = mkDeterminer Sg ["which"] ; whoSg_IP = { s =pronForms "quis" "quem" "cuius" "cui" "quo" ; n = Sg } ; -- only feminine or masculine Bayer-Lindauer 59.1 - whoPl_IP = { s = \\_ => "" ; n = Pl } ; -- no plural forms Bayer-Lindauer 59.1 + whoPl_IP = { s = pronForms "qui" "quos" "quorum" "quibus" "quibus" ; n = Pl } ; why_IAdv = ss "cur" ; -- L... without_Prep = mkPrep "sine" Abl ; -- abl. L..