Files
gf-core/lib/resource/exper/gf/ParamX.gf
2005-11-23 21:38:11 +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 ;
}