1 | please include function englishToConceptLanguage_concepts. |
2 | |
3 | static L<S> englishToCLWith_multi(S s, L<S> conceptIDs) {
|
4 | L<AIConcept> prev = englishToConceptLanguage_concepts.get(); |
5 | englishToConceptLanguage_concepts.set(findAIConcepts(conceptIDs)); |
6 | try {
|
7 | ret englishToConceptLanguage_multi(s, null); |
8 | } finally {
|
9 | englishToConceptLanguage_concepts.set(prev); |
10 | } |
11 | } |
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: | 723 / 741 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |