mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
removed the rest of variants from german/ except from LexiconGer
This commit is contained in:
@@ -662,7 +662,7 @@ mkV2 : overload {
|
|||||||
mkN : N -> N -> N
|
mkN : N -> N -> N
|
||||||
= \n,x -> mkCompoundN n.co x ;
|
= \n,x -> mkCompoundN n.co x ;
|
||||||
mkN : Str -> Gender -> Gender -> N
|
mkN : Str -> Gender -> Gender -> N
|
||||||
= \s,g,h -> reg1N s g | reg1N s h ;
|
= \s,g,h -> reg1N s g ; --- | reg1N s h ; -- no variants in the RGL
|
||||||
|
|
||||||
mkN : (x1,_,_,_,_,x6 : Str) -> N
|
mkN : (x1,_,_,_,_,x6 : Str) -> N
|
||||||
= \a,b,c,d,e,f -> mk6N a b c d e f ((regN a).g) ; ---- temporary: to deal with genderless uses AR 29/5/2014
|
= \a,b,c,d,e,f -> mk6N a b c d e f ((regN a).g) ; ---- temporary: to deal with genderless uses AR 29/5/2014
|
||||||
|
|||||||
@@ -680,7 +680,7 @@ resource ResGer = ParamX ** open Prelude in {
|
|||||||
in
|
in
|
||||||
{s = table {
|
{s = table {
|
||||||
VFin _ (VPresInd Pl (P1 | P3)) => "sind" ;
|
VFin _ (VPresInd Pl (P1 | P3)) => "sind" ;
|
||||||
VFin _ (VPresSubj Sg P2) => (variants {"seiest" ; "seist"}) ;
|
VFin _ (VPresSubj Sg P2) => "seiest" ; --- (variants {"seiest" ; "seist"}) ; -- no variants in the RGL
|
||||||
VFin _ (VPresSubj Sg _) => "sei" ;
|
VFin _ (VPresSubj Sg _) => "sei" ;
|
||||||
VFin _ (VPresSubj Pl P2) => "seiet" ;
|
VFin _ (VPresSubj Pl P2) => "seiet" ;
|
||||||
VFin _ (VPresSubj Pl _) => "seien" ;
|
VFin _ (VPresSubj Pl _) => "seien" ;
|
||||||
|
|||||||
Reference in New Issue
Block a user