Download Jar. Libraryless. Click here for Pure Java version (6054L/40K).
1 | !7 |
2 | |
3 | p {
|
4 | SS map = mechMapCI("Übersetzungen nach deutsch");
|
5 | for (S in : mechList("Random English sentences")) {
|
6 | print(in); |
7 | L<S> tok = javaTok(in); |
8 | for (int i = 1; i < l(tok); i += 2) |
9 | setUnlessNull(tok, i, map.get(tok.get(i))); |
10 | printIndent(join(tok)); |
11 | } |
12 | } |
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: | #1014198 |
| Snippet name: | Translate English to German word-by-word |
| Eternal ID of this version: | #1014198/1 |
| Text MD5: | 7bec24e8b076cfefa99aa37e0a1cb582 |
| Transpilation MD5: | f75ea6a978b42670ea64f98a1b85cbbc |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX source code (desktop) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-04-15 23:45:12 |
| Source code size: | 292 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 697 / 1614 |
| Referenced in: | [show references] |