1
0
forked from GitHub/gf-rgl

guessed VocNP, UttCN, UttAP

This commit is contained in:
Krasimir Angelov
2025-11-06 13:47:58 +01:00
parent fff1c40f24
commit ffc10a32c9
3 changed files with 12 additions and 6 deletions

View File

@@ -13,6 +13,10 @@ concrete NounGla of Noun = CatGla ** open ResGla, Prelude in {
DDef n sp => cn.s ! c ! sp ! n ;
DPoss n _ => cn.s ! c ! Def ! n -- ????????????????
} ;
voc = case det.dt of {
DDef n sp => cn.voc ! n ; -- ???????????????? guessed
DPoss n _ => cn.voc ! n -- ????????????????
} ;
a = NotPron det.dt ;
} ;