gangeli / NaturalLI

Natural Logic Inference for Common Sense Reasoning
MIT License
62 stars 12 forks source link

Make sure bloom filter catches double negations #8

Closed gangeli closed 9 years ago

gangeli commented 10 years ago

For example: tomato_1 [^]be_9 [^]squishy_1 <-[wordnet_adjective_related]- tomato_1 [^]be_9 [^]soft_1 <-[wordnet_adjective_antonym]- tomato_1 [^]be_9 [^]hard_3 < -[wordnet_adjective_antonym]- tomato_1 [^]be_9 [^]soft_1

The second "tomato is soft" should be caught by the bloom filter.

gangeli commented 9 years ago

No more bloom filter in version 2.