A python script to help mange dictionaries/word-lists
Remove dups - Scans each file, and simply removes any duplicate words.
Remove dups Sorts 0-Z - Scans each file, removes any duplicate words, and sorts the result alphabetically with any numbers at the top.
Remove dups Higher the dups, higher the list - Scans each file, removes any duplicate words, and sorts the list by placing words which are duplicated more at the top of the list.
Remove dups Higher the dups, higher the list sorts the rest 0-Z - Scans each file, removes any duplicate words, and sorts the list by placing words which are duplicated more at the top of the list then sort the rest alphabetically with any numbers at the top.
Merge - Doesn't remove anything, just simply combines files together.
Once complete, a new file is created called "output.txt" with the new dictionary.