mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
*** empty log message ***
This commit is contained in:
@@ -334,12 +334,12 @@ oper
|
|||||||
oper presentConj: (_,_,_,_,_,_: Str) -> PresentVerb =
|
oper presentConj: (_,_,_,_,_,_: Str) -> PresentVerb =
|
||||||
\sgP1, sgP2, sgP3, plP1, plP2, plP3 ->
|
\sgP1, sgP2, sgP3, plP1, plP2, plP3 ->
|
||||||
table {
|
table {
|
||||||
PRF Sg P1 => sgP1 ;
|
PRF (ASg _) P1 => sgP1 ;
|
||||||
PRF Sg P2 => sgP2 ;
|
PRF (ASg _) P2 => sgP2 ;
|
||||||
PRF Sg P3 => sgP3 ;
|
PRF (ASg _) P3 => sgP3 ;
|
||||||
PRF Pl P1 => plP1 ;
|
PRF APl P1 => plP1 ;
|
||||||
PRF Pl P2 => plP2 ;
|
PRF APl P2 => plP2 ;
|
||||||
PRF Pl P3 => plP3
|
PRF APl P3 => plP3
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user