fix DetNP for positive case for ge

This commit is contained in:
1Regina
2022-03-07 04:30:39 +01:00
committed by Inari Listenmaa
parent 5f8a21dc08
commit 3aefd51280
+1
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
} ;
} ; ----