Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

15
LINES

< > BotCompany Repo | #1012029 // ai_spec_answerYesNoTriple

JavaX fragment (include)

static void ai_spec_answerYesNoTriple(S s) {
  T3<S> t = ai_parseTriple(s);
  ret unless t != null && endsWith(t.b, "?");
  S rel = dropLastTrim(t.b);
  if (ai_hasTriple(t.a, rel, t.c)) {
    ai_postTriple("Yes", "answers triple", s);
    ret;
  }
  
  S neg = ai_text("$X", "is negated relation of", rel);
  if (ai_hasTriple(t.a, neg, t.c)) {
    ai_postTriple("No", "answers triple", s);
    ret;
  }    
}

Author comment

Began life as a copy of #1011862

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1012029
Snippet name: ai_spec_answerYesNoTriple
Eternal ID of this version: #1012029/2
Text MD5: c528fafb533ae2bf763dd5e00e16edb2
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-16 07:44:29
Source code size: 422 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 349 / 416
Version history: 1 change(s)
Referenced in: [show references]