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

10
LINES

< > BotCompany Repo | #1014200 // Translate English to German using word tree

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

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

!7

p {
  Map<S, O> tree = mechTreeCI("Übersetzungen nach deutsch | Wortbaum");
  
  for (S in : mechList("Random English sentences")) {
    print(in);
    printIndent(translateUsingWordTree(in, tree));
  }
}

Author comment

Began life as a copy of #1014198

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xfbsdwenvhih

No comments. add comment

Snippet ID: #1014200
Snippet name: Translate English to German using word tree
Eternal ID of this version: #1014200/11
Text MD5: b58e6dda8437c396d860170fb027cded
Transpilation MD5: 045508bbbdb2850d82a7fba0d762d80b
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-16 03:35:46
Source code size: 218 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 405 / 860
Version history: 10 change(s)
Referenced in: [show references]