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

4
LINES

< > BotCompany Repo | #1002968 // simplifySentence - sentence simplifier. CHANGING THIS BREAKS THINGS

JavaX fragment (include)

// should simplify a sentence neatly
static S simplifySentence(S s) {
  ret join(" ", codeTokensOnly(nlTok(s.toLowerCase())));
}

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: #1002968
Snippet name: simplifySentence - sentence simplifier. CHANGING THIS BREAKS THINGS
Eternal ID of this version: #1002968/1
Text MD5: cd1bb1581ffd117fce86ef2c50b5f25a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-04-14 16:47:22
Source code size: 131 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 622 / 549
Referenced in: [show references]