Some functions, like find_gender_adj, return an unsorted dictionary with no lower bounds and no stop-word detection. Adding parameters to the function which make it return something more user-friendly (a sorted list of (word, count) tuples, maybe?) that cuts off at a given lower-end parameter would increase usability.