Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

12
LINES

< > BotCompany Repo | #1014198 // Translate English to German word-by-word

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Libraryless. Click here for Pure Java version (6054L/40K).

!7

p {
  SS map = mechMapCI("Übersetzungen nach deutsch");
  for (S in : mechList("Random English sentences")) {
    print(in);
    L<S> tok = javaTok(in);
    for (int i = 1; i < l(tok); i += 2)
      setUnlessNull(tok, i, map.get(tok.get(i)));
    printIndent(join(tok));
  }
}

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: 288 / 725
Referenced in: [show references]