GrammaticalFramework / GF

Archive of monolithic GF repository until 2018-07-25
http://www.grammaticalframework.org/
Other
189 stars 51 forks source link

Polarity being parsed but not showing up in trees #61

Closed robclouth closed 6 years ago

robclouth commented 6 years ago

This pizza isn't warm is parsed successfully, but the resulting tree is just: Is ( This ( Pizza ) ) Warm

The negation is ignored. How do I get the polarity to be put into the tree? I expect something like:

Not( Is ( This ( Pizza ) ) Warm)

I'm using the RGL.

robclouth commented 6 years ago

I figured it out. Polarity only comes into play at the S level, not Cl level.