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

8
LINES

< > BotCompany Repo | #1018170 // ai_tikaPageToTextExamples

JavaX fragment (include)

sS ai_tikaPageToTextExamples(S url) {
  S text = ai_textExamples().get(url);
  if (nempty(text)) ret text;
  text = tikaText(url);
  if (nempty(text))
    ai_textExamples().put(url, text);
  ret text;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1018170
Snippet name: ai_tikaPageToTextExamples
Eternal ID of this version: #1018170/2
Text MD5: 3b38490a0a0ce3612ae7d47b5d01e06b
Author: stefan
Category: javax / persistence
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-09-07 13:48:58
Source code size: 209 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 234 / 258
Version history: 1 change(s)
Referenced in: [show references]