started a separate module for names

This commit is contained in:
Krasimir Angelov
2023-07-24 17:24:13 +02:00
parent 8b1309c99d
commit 645de9955a
100 changed files with 611 additions and 227 deletions

View File

@@ -111,6 +111,13 @@ incomplete concrete CatRomance of Cat = CommonX - [SC,Pol]
N2 = Noun ** {c2 : Compl} ;
N3 = Noun ** {c2,c3 : Compl} ;
GN, SN, PN = {s : Str ; g : Gender} ;
lincat LN = {s : Str;
p : Compl;
art : HasArt;
g : Gender;
num : Number;
} ;
-- tense augmented with passé simple
lincat

View File

@@ -218,4 +218,6 @@ oper
stare_V : Verb ;
stare_V = essere_V ;
param HasArt ;
} ;