What's new in this release:
- Add keyword search
- Performance improvement by replacing the PDF library
For the Doc2Vec model files (`enw50k.*`, `jaw50k.*`), please use the same files as in v0.5.1's assets:
[enw50k.tar.bz2.aa](https://github.com/tos-kamiya/d2vg/releases/download/v0.5.1/enw50k.tar.bz2.aa), [enw50k.tar.bz2.ab](https://github.com/tos-kamiya/d2vg/releases/download/v0.5.1/enw50k.tar.bz2.ab), [jaw50k.tar.bz2](https://github.com/tos-kamiya/d2vg/releases/download/v0.5.1/jaw50k.tar.bz2)
It is recommended that you install the latest version by doing the following:
sh
pip3 install git+https://github.com/tos-kamiya/d2vg.git
However, If you want to install this version, explicitly specify the version as follows:
sh
pip3 install https://github.com/tos-kamiya/d2vg/releases/download/v0.6.0/d2vg-0.6.0-py3-none-any.whl
**Full Changelog**: https://github.com/tos-kamiya/d2vg/compare/v0.5.3...v0.6.0