1
0
forked from GitHub/gf-rgl

remove redundant lincat Interj (inherited from CommonX)

This commit is contained in:
Inari Listenmaa
2025-01-24 14:57:46 +01:00
parent 66b5e4108f
commit 70e41e47a7
2 changed files with 0 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ lincat V, VA, VV, VS, VQ = Verb ;
lincat V2, V2S, V2Q = Verb ** {c2 : Compl} ;
lincat V3, V2A, V2V = Verb ** {c2,c3 : Compl} ;
lincat Prep = Compl ;
lincat Interj = {s : Str} ;
lincat Voc = {s : Str} ;
lincat Numeral = {s : Str} ;

View File

@@ -9,7 +9,6 @@ lincat V3, V2A, V2V = Verb ** {c2,c3 : Compl} ;
lincat A = {s : Str} ;
lincat A2 = A ** {c2 : Compl} ;
lincat Prep = Compl ;
lincat Interj = {s : Str} ;
lincat Voc = {s : Str} ;
}