This is perl script that can be used in conjunction with an exported site tree to generate a custom word list from terms used in the site's URLs.
You can run this script in the following way:
perl createWorkdList.pl [input_file]
as a note, the default output is to the console. If you'd like to create a new file or overwrite an existing one:
perl createWordList.pl [input_file] > [output_file]
if you'd like to append to an existing file:
perl createWordList.pl [input_file] >> [output_file]
Charlie Campbell for the concept and direction