* Adds argument to specify the join type -- defaults to an inner join, options for left outer, right outer, full outer
1.8
* Fixes titles filter * Adds more titles
1.7
* Adds an argument to filter out terms from a given list of regular expressions * Adds an argument to filter out common name titles (Mr, Ms, etc) * Improved documentation
1.6
* Adds parameter to sort words when comparing * Adds parameter to strip non-alphanumeric characters when comparing
1.5
* Adds fuzzy matching with the Damerau-Levenshtein algorithm