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

28
LINES

< > BotCompany Repo | #1002342 // List Of 1500 Nouns Bot

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

Libraryless. Click here for Pure Java version (4708L/31K/103K).

!7

static Set<S> nouns = synchroTreeSet();

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();
      nouns.add(word);
    }
  } while (finder.findTable());
  
  print(l(nouns) + " nouns loaded.");
  
  if (isMain()) printLines(nouns);
}

answer {
  if "number of nouns"
    ret "" + l(nouns);
    
  if (match("is * a noun", s, m))
    ret nouns.contains(m.unq(0).toLowerCase()) ? "Yes" : "No";
}

Author comment

Began life as a copy of #1002314

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1002342
Snippet name: List Of 1500 Nouns Bot
Eternal ID of this version: #1002342/5
Text MD5: 3d6aa632ff52e6ac8269f800241808aa
Transpilation MD5: b8ff11edaf5c4d87eb7b3d7fa72321a5
Author: stefan
Category: nl bots
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-12 02:29:22
Source code size: 572 bytes / 28 lines
Pitched / IR pitched: No / No
Views / Downloads: 644 / 1799
Version history: 4 change(s)
Referenced in: [show references]