forked from GitHub/gf-core
14 lines
213 B
Plaintext
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 ;
|
|
|
|
}
|