Closed robclouth closed 6 years ago
This pizza isn't warm is parsed successfully, but the resulting tree is just: Is ( This ( Pizza ) ) Warm
This pizza isn't warm
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.
I figured it out. Polarity only comes into play at the S level, not Cl level.
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.