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

7
LINES

< > BotCompany Repo | #1029285 // ai_autocorrelateWikipedia

JavaX fragment (include) [tags: use-pretranspiled]

Uses 11335K of libraries. Click here for Pure Java version (16495L/114K).

svoid ai_autocorrelateWikipedia(File dir) {
  for (File archiveFile : sortFilesAlphaNumIC(filesEndingWith(".ubc", dir))) {
    File treeFile = replaceExtension(archiveFile, ".autocorrelated");
    continue if fileExists(treeFile);
    createSuffixTreeForLCArchive(archiveFile, treeFile);
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1029285
Snippet name: ai_autocorrelateWikipedia
Eternal ID of this version: #1029285/1
Text MD5: fb3692b413cd3b7a51211975fb6771e7
Transpilation MD5: 1862b480d5691f58bbc0dc33fc06f815
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-29 22:03:37
Source code size: 299 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 117 / 169
Referenced in: [show references]