please include function englishToConceptLanguage_concepts. static L<S> englishToCLWith_multi(S s, L<S> conceptIDs) { L<AIConcept> prev = englishToConceptLanguage_concepts.get(); englishToConceptLanguage_concepts.set(findAIConcepts(conceptIDs)); try { ret englishToConceptLanguage_multi(s, null); } finally { englishToConceptLanguage_concepts.set(prev); } }
Began life as a copy of #1007949
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: | #1007967 |
| Snippet name: | englishToCLWith_multi |
| Eternal ID of this version: | #1007967/2 |
| Text MD5: | 7daf02df6d20c875b1da969ae506c3c1 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-04-17 22:01:13 |
| Source code size: | 385 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 724 / 741 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1007971 - englishToLispWith_multi |