tchklovski / remix

simple experiment in remixing items to generate plausible sounding new ones (like random city names)
2 stars 1 forks source link

Move data to resources and add new-word convenience fn #1

Closed dirtyvagabond closed 12 years ago

dirtyvagabond commented 12 years ago

Move data to resources, use slurp-cp to get it from classpath. This should allow things to work from a prebuilt uberjar.

Add convenient new-word fn, b/c sometimes I "just want a new word".

Add println to show how often a full reprocess is done. Will file an issue about this...

tchklovski commented 12 years ago

Thanks for the changes, Aaron!