From 08793614ab3ea4fb6dcbbda4fb31856edb3662b2 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Fri, 24 Jan 2025 15:08:17 +0100 Subject: [PATCH] also remove redundant lincats Voc,PConj,Phr,Utt from Sqi --- src/albanian/CatSqi.gf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/albanian/CatSqi.gf b/src/albanian/CatSqi.gf index 8cc39528..b029edc3 100644 --- a/src/albanian/CatSqi.gf +++ b/src/albanian/CatSqi.gf @@ -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} ; - }