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: 648 / 1805
Version history: 4 change(s)
Referenced in: #1002308 - Parser Bot
#1002372 - New Parser Bot (parse/jparse)
#3000169 - Answer for stefanreich
#3000174 - Answer for stefanreich
#3000175 - Answer for stefanreich
#3000176 - Answer for stefanreich
#3000177 - Answer for stefanreich
#3000179 - Answer for stefanreich
#3000180 - Answer for stefanreich
#3000181 - Answer for stefanreich
#3000182 - Answer for stefanreich
#3000184 - Answer for stefanreich
#3000185 - Answer for stefanreich
#3000202 - Answer for stefanreich (>> T conversion bot)
#3000203 - Answer for stefanreich (>> timing hello bot)
#3000208 - Answer for bgrgndz (>> list sub bots)
#3000209 - Answer for bgrgndz (>> list sub bots)
#3000238 - Answer for stefanreich (>> t power bot)
#3000369 - Answer for Stefan (>> list sub bots)
#3000376 - Answer for stefanreich (>> list sub bots)
#3000377 - Answer for stefanreich (>> timing eleu?)
#3000380 - Answer for stefanreich (>> list sub bots)
#3000381 - Answer for speedforce (>> list sub bots)
#3000382 - Answer for ferdie (>> t = 1, f = 0)
#3000383 - Answer for funkoverflow (>> t=1, f=0 okay)