(Por) small fixes and add missing paradigm (#28)

* (Por) add Str -> V3 paradigm

* (Por) small fixes
This commit is contained in:
bruno cuconato
2018-09-28 05:11:01 +00:00
committed by Krasimir Angelov
parent 1889f4ce0f
commit 3a429730bc
4 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -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} ;