注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
booltable : A simple boolean table generator 0: false, 1: true, -: not, +: or, *: and, =>: imply,... booltable : A simple boolean table generator 0: false, 1: true, -: not, +: or, *: and, =>: imply, =: equivalent A, B, C, ... : variables (string except special characters) -- examples -- A+B = A or B A*B = A and B P=>Q = P implies Q -P+Q = Definition of impliy -(P*(-P+Q))+Q = Modus ponens (A*-B)+(-A*B) = XOR -(A+B)=(-A*-B) = De Morgan (P=>Q)*(Q=>R)=>(P=>R) Written by Takashi Yamamiya, documentatio
2011/10/10 リンク