Libraryless. Click here for Pure Java version (4271L/28K).
sS translateUsingPhraseMap(S s, SS map) { ret translateUsingWordTree(s, mapToWordTree(map)); } static LS translateUsingPhraseMap(LS tok, SS map) { ret translateUsingWordTree(tok, mapToWordTree(map)); }
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1023260 |
Snippet name: | translateUsingPhraseMap |
Eternal ID of this version: | #1023260/4 |
Text MD5: | 8643bc3de40d63fdafb886de28d8a3b8 |
Transpilation MD5: | 396421200beb40dda70fe9f2442c0573 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-04-21 09:29:44 |
Source code size: | 212 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 303 / 416 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1023262 - translateUsingMechPhraseList |