mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-27 20:06:29 -06:00
(Por) small fixes and add missing paradigm (#28)
* (Por) add Str -> V3 paradigm * (Por) small fixes
This commit is contained in:
committed by
Krasimir Angelov
parent
1889f4ce0f
commit
3a429730bc
@@ -145,8 +145,8 @@ concrete StructuralPor of Structural = CatPor **
|
||||
when_Subj = ss "quando" ** {m = Indic} ;
|
||||
where_IAdv = ss "onde" ;
|
||||
which_IQuant = {s = table {
|
||||
Sg => \\g,c => prepCase c ++ "que" ; --- qual
|
||||
Pl => \\g,c => prepCase c ++ "que"
|
||||
Sg => \\g,c => prepCase c ++ "qual" ; --- que
|
||||
Pl => \\g,c => prepCase c ++ "quais"
|
||||
}
|
||||
} ;
|
||||
whoPl_IP = {s = \\c => prepCase c ++ "quem" ; a = aagr Masc Pl} ;
|
||||
|
||||
Reference in New Issue
Block a user