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

8
LINES

< > BotCompany Repo | #1010103 // web_dropArticles (a/an/the) - rough

JavaX fragment (include)

static void web_dropArticles(Web web) {
  for (WebNode node : web_nonRelationNodes(web)) {
    S text = node.text();
    S s = dropArticle(text);
    if (neq(s, text))
      web_setText(node, s);
  }
}

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: #1010103
Snippet name: web_dropArticles (a/an/the) - rough
Eternal ID of this version: #1010103/6
Text MD5: 5e1522e849fa73ca73784336fce29304
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-06 20:14:12
Source code size: 208 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 364 / 396
Version history: 5 change(s)
Referenced in: [show references]