- Fixed the parameter misplace issue in Redudancy.
- Fully upgraded the algorithm and refactored the code base. 40% - 50% speed boost on large datasets.
- Fixed source distribution filenames to comply with PEP 625.
- Minor optimization added.
- Fixed the counting bug in Specificity
- Added max_doc parameter to Boilerplate
- Added the "get_ngram" feature to the Boilerplate function
- Added the percentage as a option for "min_doc" in Boilerpate, when the given value is between 0 and 1, it will automatically become a percentage for "min_doc"
- Updated the usage guide
- Minor fix to the script
- Initial release.