replace SS with StmtS in SUMO

This commit is contained in:
krasimir
2010-02-17 12:38:11 +00:00
parent d6627b5a5a
commit bfdef2f60c
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ lincat
Formula = PolSentence;
[El] = [NP];
[Class] = [CN];
Stmt = SS ;
Stmt = StmtS ;
lin
BaseClass = {s1,s2 = \\_,_ => "";
g = Neutr;

View File

@@ -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 = \\_ => "";

View File

@@ -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};