mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 03:26:27 -06:00
(Som) Add verbforms: neg.cond + reduced present for Pl1
This commit is contained in:
@@ -44,9 +44,9 @@ lincat
|
||||
[RS] = {s1,s2 : State => Gender => Case => Str} ;
|
||||
|
||||
lin
|
||||
BaseRS = twoTable3 State Gender Case ;
|
||||
ConsRS = consrTable3 State Gender Case comma ;
|
||||
ConjRS = conjunctRSTable State Gender Case ;
|
||||
BaseRS = twoTable3 State GenNum Case ;
|
||||
ConsRS = consrTable3 State GenNum Case comma ;
|
||||
ConjRS = conjunctRSTable ;
|
||||
|
||||
{-
|
||||
lincat
|
||||
@@ -120,7 +120,7 @@ oper
|
||||
s = \\c => co.s1 ++ xs.s1 ! Abs ++ co.s2 ! xs.st ++ xs.s2 ! c
|
||||
}) ;
|
||||
|
||||
conjunctRSTable : ConjDistr -> {s1,s2 : State => Gender => Case => Str} -> RS = \co,xs -> lin RS (xs ** {
|
||||
conjunctRSTable : ConjDistr -> {s1,s2 : State => GenNum => Case => Str} -> RS = \co,xs -> lin RS (xs ** {
|
||||
s = \\st,g,c => co.s1
|
||||
++ xs.s1 ! st ! g ! c
|
||||
++ co.s2 ! st
|
||||
|
||||
Reference in New Issue
Block a user