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

10
LINES

< > BotCompany Repo | #1006094 // getLearnedChars (from #1005726)

JavaX fragment (include)

static MultiMap<S, S> getLearnedChars() {
  ret getLearnedChars(getLearnedChars_fullImages());
}

static MultiMap<S, S> getLearnedChars(MultiMap<BWImage, S> map) {
  new MultiMap<S, S> md5ToChar;
  for (BWImage img : map.keySet())
    md5ToChar.putAll(md5OfBWImage(img), map.get(img));
  ret md5ToChar;
}

Author comment

Began life as a copy of #1005947

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1006094
Snippet name: getLearnedChars (from #1005726)
Eternal ID of this version: #1006094/1
Text MD5: a42763287d334b58abbfd75c5c9a2a2e
Author: stefan
Category: javax / ocr
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-18 00:41:36
Source code size: 313 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 391 / 399
Referenced in: [show references]