forked from GitHub/gf-rgl
remove redundant lincat Interj (inherited from CommonX)
This commit is contained in:
@@ -9,7 +9,6 @@ lincat V, VA, VV, VS, VQ = Verb ;
|
|||||||
lincat V2, V2S, V2Q = Verb ** {c2 : Compl} ;
|
lincat V2, V2S, V2Q = Verb ** {c2 : Compl} ;
|
||||||
lincat V3, V2A, V2V = Verb ** {c2,c3 : Compl} ;
|
lincat V3, V2A, V2V = Verb ** {c2,c3 : Compl} ;
|
||||||
lincat Prep = Compl ;
|
lincat Prep = Compl ;
|
||||||
lincat Interj = {s : Str} ;
|
|
||||||
lincat Voc = {s : Str} ;
|
lincat Voc = {s : Str} ;
|
||||||
|
|
||||||
lincat Numeral = {s : Str} ;
|
lincat Numeral = {s : Str} ;
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ lincat V3, V2A, V2V = Verb ** {c2,c3 : Compl} ;
|
|||||||
lincat A = {s : Str} ;
|
lincat A = {s : Str} ;
|
||||||
lincat A2 = A ** {c2 : Compl} ;
|
lincat A2 = A ** {c2 : Compl} ;
|
||||||
lincat Prep = Compl ;
|
lincat Prep = Compl ;
|
||||||
lincat Interj = {s : Str} ;
|
|
||||||
lincat Voc = {s : Str} ;
|
lincat Voc = {s : Str} ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user