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

4
LINES

< > BotCompany Repo | #1027328 // wordsWithoutWeakWords

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

Transpiled version (2955L) is out of date.

static Set<S> wordsWithoutWeakWords(S s) {
  ret asCISet(antiFilter(setMinusSet(wordsAsCISet(s), dm_getUnclearList("Weak words")),
    x -> eqicOneOf(x, ">", "<") || isDollarVariable(x)));
}

Author comment

Began life as a copy of #1027327

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: #1027328
Snippet name: wordsWithoutWeakWords
Eternal ID of this version: #1027328/6
Text MD5: ac4262647b25532fc4cb139e84eceac3
Author: stefan
Category: javax / parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-06 13:38:28
Source code size: 193 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 157 / 235
Version history: 5 change(s)
Referenced in: [show references]