Uses 911K of libraries. Click here for Pure Java version (11467L/61K).
1 | !7 |
2 | |
3 | concept Example { |
4 | S input; |
5 | S isNoun; // 'yes, 'no or something else |
6 | } |
7 | |
8 | compact module NounList > DynCRUD<Example> { |
9 | *() { super(Example); } |
10 | |
11 | // API |
12 | |
13 | void addEntry(S input, S isNoun) { |
14 | uniq_sync(Example, +input, +isNoun); |
15 | } |
16 | } |
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: | 343 / 1638 |
Version history: | 2 change(s) |
Referenced in: | [show references] |