mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-25 20:42:50 -06:00
added examples/SUMO
This commit is contained in:
5
examples/SUMO/RGLExt/ParamBasic.gf
Normal file
5
examples/SUMO/RGLExt/ParamBasic.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
resource ParamBasic = {
|
||||
param Flag = ExistS NumQuant | ForallS NumQuant | NothingS ;
|
||||
param SentForm = Indep | Attrib ;
|
||||
param NumQuant = One | Many ;
|
||||
}
|
||||
Reference in New Issue
Block a user