D2vg

Latest version: v1.0.0

Safety actively analyzes 702392 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.6.0

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

0.5.4

What's new in this release:
- Don't abort the search when some files can't be read.
- Add option -p (search for paragraphs).
- Enabled to search from the standard input.

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.5.4/d2vg-0.5.4-py3-none-any.whl


**Full Changelog**: https://github.com/tos-kamiya/d2vg/compare/v0.5.3...v0.5.4

0.5.3

In this release, I fixed the code that caused incompatibility with Windows and confirmed that it works on Windows.
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)

To explicitly specify this version for installation, do the following on the command line:
sh
pip3 install https://github.com/tos-kamiya/d2vg/releases/download/v0.5.3/d2vg-0.5.3-py3-none-any.whl


**Full Changelog**: https://github.com/tos-kamiya/d2vg/compare/v0.5.1...v0.5.3

0.5.1

The first release, including the Doc2Vec models needed for running the d2vg script.

The script itself can be installed with the command line:
`pip3 install git+https://github.com/tos-kamiya/d2vg.git`
but you will need to download additional Doc2Vec model file(s) to run the script.

Please refer: https://github.com/tos-kamiya/d2vg#installation

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.