1
0
forked from GitHub/gf-rgl

also remove redundant lincats Voc,PConj,Phr,Utt from Sqi

This commit is contained in:
Inari Listenmaa
2025-01-24 15:08:17 +01:00
parent 70e41e47a7
commit 08793614ab

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 Voc = {s : Str} ;
lincat Numeral = {s : Str} ;
lincat Digits = {s : Str; n : Number; tail : DTail} ;
@@ -23,7 +22,4 @@ lincat Det = {s : Case => Gender => Str; spec : Species; n : Number} ;
lincat NP = {s: Case => Str; a : Agr} ;
lincat Pron = {s: Case => Str; acc_clit, dat_clit : Str; a : Agr} ;
lincat PConj = {s : Str} ;
lincat Phr, Utt = {s : Str} ;
}