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

7
LINES

< > BotCompany Repo | #1023264 // googleDecensor_static - download phrases only once per program start

JavaX fragment (include)

static Map<S, O> googleDecensor_static_wordTree;

sS googleDecensor_static(S s) {
  if (googleDecensor_static_wordTree == null)
    googleDecensor_static_wordTree = mapToWordTree(mechCIMap("Google speech recognition de-censor phrases"));
  ret translateUsingWordTree(googleDecensor_static_wordTree, s);
}

Author comment

Began life as a copy of #1023261

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1023264
Snippet name: googleDecensor_static - download phrases only once per program start
Eternal ID of this version: #1023264/3
Text MD5: 386e7a7c45e16ec1c6be746b17f43451
Author: stefan
Category: nl
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-05-20 18:42:26
Source code size: 310 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 199 / 237
Version history: 2 change(s)
Referenced in: [show references]