README.md (849B)
1 # unmeaningly-dysfunctional-copolymer-re-releases-0173 2 3 A random id generator, based on wordlist from wiktionary. It currently has: 4 5 18265 ADVERBS 6 112230 ADJECTIVES 7 290047 NOUNS 8 24563 VERBS 9 10 # Compiling 11 12 You'll need ruby and make to compile this tool. 13 14 Type `make`, it'll compile a single executable named `udcrr`. Alternatively, 15 `make udcrr.so` to create a lua module. 16 17 There's also a pure lua and ruby version, type `make udcrr.lua` and `make 18 udcrr.rb`. 19 20 # License 21 22 The code in this repository is under WTFPL 2.0, see the file `COPYING`. It comes 23 without any warranty, blah-blah-blah. 24 25 However it uses data (word lists) from wiktionary. Wiktionary itself is CC-BY-SA 26 and GNU GFDL, and IANAL but I'm only using the titles of the page (the word 27 itself), and it's debatable whether the list of words in a dictionary is 28 copyrightable.