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

16
LINES

< > BotCompany Repo | #1020901 // Noun List (+phrases)

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (11467L/61K).

!7

concept Example {
  S input;
  S isNoun; // 'yes, 'no or something else
}

compact module NounList > DynCRUD<Example> {
  *() { super(Example); }
  
  // API
  
  void addEntry(S input, S isNoun) {
    uniq_sync(Example, +input, +isNoun);
  }
}

Author comment

Began life as a copy of #1020788

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020901
Snippet name: Noun List (+phrases)
Eternal ID of this version: #1020901/3
Text MD5: 94bdff6e1c86cfa8c253c685511c7516
Transpilation MD5: 96debe599e25b989a37f05322ee77f66
Author: stefan
Category: javax / stefan's os / nlp
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-09 22:52:37
Source code size: 263 bytes / 16 lines
Pitched / IR pitched: No / No
Views / Downloads: 268 / 1530
Version history: 2 change(s)
Referenced in: [show references]