All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning (sort of. It's early days, and there may be some breaking changes released under a minor version increment).
- Only import kenlm if asked
- Oops forgot to update this for quite a while. See the README for these changes. Will try to add this updating to the CI/CD... one day.
-
updated
requirements-dev.txt
to have all needed requirements for development -
replacy/db.py:get_forms_lookup
andreplacy/db.py:get_match_dict
now each accept one parameter - the path to the resource they will load. The default value of this parameter is the value that was previously hardcoded. -
replacy/__init__.py:ReplaceMatcher.__init__
now does not require amatch_dict
to be passed in as the second parameter. If nomatch_dict
is passed, it will load one by callingreplacy/db.py:get_match_dict()
(with no parameter, so it will look in the default location).
- first pypi release