static L<Symbol> ai_texts_verified(CharSequence _a, CharSequence _b, CharSequence _c) { Symbol a = symbol(_a), b = symbol(_b), c = symbol(_c); int position = tripleIndexOf(a, b, c, symbol_dollarX()); if (position < 0) fail("No $X in " + ai_renderTriple(a, b, c)); if (ai_useThoughtSpaces()) ret ai_texts_verified(a, b, c, thoughtSpace()); // legacy ret allToSymbol(web_texts(ai_search_dollarX_verified(a, b, c))); } static L<Symbol> ai_texts_verified(Symbol a, Symbol b, Symbol c, AbstractThoughtSpace ts) { ret ai_tripleRefsToTexts_verified(a, b, c, ai_thoughtSpace_query(a, b, c, ts)); } static L<Symbol> ai_texts_verified(T3<Sym> t) { ret t == null ? sharedEmptyList() : ai_texts_verified(t.a, t.b, t.c); }
Began life as a copy of #1011647
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: | #1011847 |
| Snippet name: | ai_texts_verified - ai_texts + verified |
| Eternal ID of this version: | #1011847/4 |
| Text MD5: | 46d196d91a7b3c5a9ffb3b940016d3e0 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-22 18:56:12 |
| Source code size: | 751 bytes / 18 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 834 / 823 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |