You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
849 B
Markdown
29 lines
849 B
Markdown
# unmeaningly-dysfunctional-copolymer-re-releases-0173
|
|
|
|
A random id generator, based on wordlist from wiktionary. It currently has:
|
|
|
|
18265 ADVERBS
|
|
112230 ADJECTIVES
|
|
290047 NOUNS
|
|
24563 VERBS
|
|
|
|
# Compiling
|
|
|
|
You'll need ruby and make to compile this tool.
|
|
|
|
Type `make`, it'll compile a single executable named `udcrr`. Alternatively,
|
|
`make udcrr.so` to create a lua module.
|
|
|
|
There's also a pure lua and ruby version, type `make udcrr.lua` and `make
|
|
udcrr.rb`.
|
|
|
|
# License
|
|
|
|
The code in this repository is under WTFPL 2.0, see the file `COPYING`. It comes
|
|
without any warranty, blah-blah-blah.
|
|
|
|
However it uses data (word lists) from wiktionary. Wiktionary itself is CC-BY-SA
|
|
and GNU GFDL, and IANAL but I'm only using the titles of the page (the word
|
|
itself), and it's debatable whether the list of words in a dictionary is
|
|
copyrightable.
|