added linref for verbs and lincat for names

This commit is contained in:
Krasimir Angelov
2025-09-26 07:31:56 +02:00
parent a5f4679405
commit 4a0cc4ec40

View File

@@ -14,4 +14,8 @@ lincat CN = CommonNoun ;
lincat AP = AdjPhrase ; lincat AP = AdjPhrase ;
lincat S = {s : Str} ; lincat S = {s : Str} ;
lincat LN,SN,GN,PN = {s : Str} ;
linref V,VV,V2,V3,V2A,V2S,V2Q,V2V = \v -> v.infinitive ;
} }