Files
gf-core/lib/resource-1.0/gf/ParamX.gf
2005-11-24 09:25:39 +00:00

14 lines
213 B
Plaintext

resource ParamX = {
param
Number = Sg | Pl ;
Person = P1 | P2 | P3 ;
Anteriority = Simul | Anter ;
Tense = Pres | Past | Fut | Cond ;
Polarity = Pos | Neg ;
QForm = QDir | QIndir ;
}