Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebase Dev v1.1 - Fixed issue with results not showing it was due to a error in calculating the longest list inside the output function I forgot to get max(len()) not just max() of all the lists Rebase Dev v1.2 - Added a lot more names and words - Cut the time of parsing names from 20s down to 2s and decreased the number of API call by 90%. There is an issue of it missing names that are in the CommonWords.txt this needs to be fixed by removing common names from that file. Rewrite Dev v1.3 - Added New Words Lists For Filtering: - CountryNames.txt - States-Provinces.txt - CityNames.txt - CommonWebsitePhrases.txt - JobTitles.txt Rewrite Dev v1.3.2 - Made it so if a common website phrase is in a name it returns and moves on - Added more website phrases Beta 1.0 - First Beta Released
- Loading branch information