mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 10:28:53 -06:00
fix polarity in DetNP and DetNPFem
This commit is contained in:
@@ -187,7 +187,7 @@ lin
|
||||
_ => s
|
||||
} ;
|
||||
a = {gn = gennum AFem (numnnum det.nn); p = P3} ;
|
||||
p = Pos
|
||||
p = det.p
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
@@ -43,7 +43,7 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in {
|
||||
_ => s
|
||||
} ;
|
||||
a = {gn = gennum ANeut (numnnum det.nn); p = P3} ;
|
||||
p = Pos
|
||||
p = det.p
|
||||
} ;
|
||||
|
||||
UsePN pn = { s = table {
|
||||
|
||||
Reference in New Issue
Block a user