forked from GitHub/gf-core
simple problem tracing
This commit is contained in:
13
lib/resource-1.0/gf/ParamX.gf
Normal file
13
lib/resource-1.0/gf/ParamX.gf
Normal file
@@ -0,0 +1,13 @@
|
||||
resource ParamX = {
|
||||
|
||||
param
|
||||
Number = Sg | Pl ;
|
||||
Person = P1 | P2 | P3 ;
|
||||
|
||||
Anteriority = Simul | Anter ;
|
||||
Tense = Pres | Past | Fut | Cond ;
|
||||
Polarity = Pos | Neg ;
|
||||
|
||||
QForm = QDir | QIndir ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user