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

8
LINES

< > BotCompany Repo | #1012223 // ai_tripelize_helperVerb

JavaX fragment (include)

static S ai_tripelize_helperVerb(S a, S v) {
  // a = "do", middle, v = "love", rest = "me"
  if (eqic(a, "does")) v = verbToThirdPerson(v) + "?";
  else if (eqicOneOf(a, "do")) v += "?";
  else if (eqic(a, "did")) v = verbToPast(v) + "?";
  else v = a + " " + v + "?";
  ret v;
}

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: #1012223
Snippet name: ai_tripelize_helperVerb
Eternal ID of this version: #1012223/3
Text MD5: 471f87199fcd7eeb76a34e341fef4174
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-30 18:37:32
Source code size: 287 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 410 / 412
Version history: 2 change(s)
Referenced in: [show references]