progress on the grammar

This commit is contained in:
Krasimir Angelov
2024-12-07 22:17:32 +01:00
parent bcf5db743f
commit 1b6f42397d
5 changed files with 89 additions and 72 deletions
+3
View File
@@ -24,4 +24,7 @@ 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} ;
}