1
0
forked from GitHub/gf-rgl

fix DetNP for positive case for ge

This commit is contained in:
1Regina
2022-01-12 16:16:25 +08:00
committed by Inari Listenmaa
parent 5f8a21dc08
commit 3aefd51280

View File

@@ -12,6 +12,7 @@ concrete NounChi of Noun = CatChi ** open ResChi, Prelude in {
DetNP det = {s = case det.detType of {
DTFull Pl => det.s ++ xie_s ;
DTPoss => det.s ;
_ => det.s ++ ge_s
} ;
} ; ----