mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
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 ;
|
|
|
|
}
|