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

16
LINES

< > BotCompany Repo | #1002341 // Parse Nouns List

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (1454L/10K/32K).

!752

!include #1000850 // TableFinder

p {
  new TableFinder finder;
  finder.go(loadSnippet("#3000154"));
  
  do {
    if (l(finder.data) < 10) continue;
    for (L<S> row : finder.data) {
      S word = dropAllTags(row.get(1)).trim();
      print(word);
    }
  } while (finder.findTable());
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1002341
Snippet name: Parse Nouns List
Eternal ID of this version: #1002341/1
Text MD5: b55188846e29bbfba709b73ba6873f31
Transpilation MD5: 41ee6912c5bb6a7ef13992cd3496f7b3
Author: stefan
Category: eleu
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-01-06 21:52:50
Source code size: 312 bytes / 16 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 459 / 468
Referenced in: [show references]