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

5
LINES

< > BotCompany Repo | #1018267 // nlLogic_applySimplePhraseReplacementRules

JavaX fragment (include)

sS nlLogic_applySimplePhraseReplacementRules(S s, L<IfThen> rules) {
  for (IfThen r : unnull(rules))
    s = nlLogic_applySimplePhraseReplacementRule(s, r);
  ret s;
}

Author comment

Began life as a copy of #1018265

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1018267
Snippet name: nlLogic_applySimplePhraseReplacementRules
Eternal ID of this version: #1018267/1
Text MD5: 58ffc2ae238d41fe48a72abbe1bd89ec
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-09-12 23:42:32
Source code size: 172 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 264 / 291
Referenced in: [show references]