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

7
LINES

< > BotCompany Repo | #1011104 // knownAdverbs - returns them all in lower case

JavaX fragment (include)

static cached Set<S> knownAdverbs() {
  ret toCaseInsensitiveSet(
    concatLists(
      map adjectiveToAdverb(knownAdjectives()),
      tlft(loadSnippet(#1011128)),
      mL("Adverbs")));
}

Author comment

Began life as a copy of #1011079

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1011104
Snippet name: knownAdverbs - returns them all in lower case
Eternal ID of this version: #1011104/5
Text MD5: db6bdbd4239507784a734dbf386bc3be
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-31 19:23:02
Source code size: 196 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 338 / 371
Version history: 4 change(s)
Referenced in: [show references]