mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
replace SS with StmtS in SUMO
This commit is contained in:
@@ -12,7 +12,7 @@ lincat
|
||||
Formula = PolSentence;
|
||||
[El] = [NP];
|
||||
[Class] = [CN];
|
||||
Stmt = SS ;
|
||||
Stmt = StmtS ;
|
||||
lin
|
||||
BaseClass = {s1,s2 = \\_,_ => "";
|
||||
g = Neutr;
|
||||
|
||||
@@ -13,7 +13,7 @@ lincat
|
||||
Formula = PolSentence;
|
||||
[El] = {s1,s2 : Case => Str ; a : Agr};
|
||||
[Class] = {s1,s2 : Number => Str ; g : Gender};
|
||||
Stmt = SS;
|
||||
Stmt = StmtS;
|
||||
|
||||
lin
|
||||
BaseClass = {s1,s2 = \\_ => "";
|
||||
|
||||
@@ -10,7 +10,7 @@ lincat
|
||||
Inherits = {} ;
|
||||
Desc = CN ;
|
||||
Formula = PolSentence;
|
||||
Stmt = SS ;
|
||||
Stmt = StmtS ;
|
||||
[El] = {s1,s2 : NCase => Str ; a : Agr; nForm : NForm};
|
||||
[Class] = {s1,s2 : Number => Species => ACase => Str; g : NGender; a : Animacy ; isComp : Bool};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user