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).

1  
!7
2  
3  
static Set<S> nouns = synchroTreeSet();
4  
5  
p {
6  
  new TableFinder finder;
7  
  finder.go(loadSnippet("#3000154"));
8  
  
9  
  do {
10  
    if (l(finder.data) < 10) continue;
11  
    for (L<S> row : finder.data) {
12  
      S word = dropAllTags(row.get(1)).trim();
13  
      nouns.add(word);
14  
    }
15  
  } while (finder.findTable());
16  
  
17  
  print(l(nouns) + " nouns loaded.");
18  
  
19  
  if (isMain()) printLines(nouns);
20  
}
21  
22  
answer {
23  
  if "number of nouns"
24  
    ret "" + l(nouns);
25  
    
26  
  if (match("is * a noun", s, m))
27  
    ret nouns.contains(m.unq(0).toLowerCase()) ? "Yes" : "No";
28  
}

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: 649 / 1807
Version history: 4 change(s)
Referenced in: [show references]