Algorithm for Negating Sentences

前端 未结 6 660
庸人自扰
庸人自扰 2021-02-12 15:15

I was wondering if anyone was familiar with any attempts at algorithmic sentence negation.

For example, given a sentence like \"This book is good\" provide any number of

6条回答
  •  逝去的感伤
    2021-02-12 15:45

    The naïve way of course, is to try to add "not" right after {am,are,is}. I have no idea how this will work in your setting though, it will probably only work with predicate-like sentences.

提交回复
热议问题