Ginza

Latest version: v5.1.3

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

Scan your dependencies

Page 1 of 4

5.1.3

5.1.2

What's Changed
* add pytest github actions workflow by r-terada in https://github.com/megagonlabs/ginza/pull/241
* Migrate to spaCy v3.4 by hiroshi-matsuda-rit in https://github.com/megagonlabs/ginza/pull/250

New Contributors
* ftnext made their first contribution in https://github.com/megagonlabs/ginza/pull/239
* wafuwafu13 made their first contribution in https://github.com/megagonlabs/ginza/pull/244

**Full Changelog**: https://github.com/megagonlabs/ginza/compare/v5.1.1...v5.1.2

5.1.1

What's Changed
* auto deploy for pypi by nimiusrd in https://github.com/megagonlabs/ginza/pull/184
* modify github actions: trigger by tagging, stop uploading test pypi by r-terada in https://github.com/megagonlabs/ginza/pull/233

New Contributors
* sinozu made their first contribution in https://github.com/megagonlabs/ginza/pull/230
* wataruhashimoto52 made their first contribution in https://github.com/megagonlabs/ginza/pull/236

**Full Changelog**: https://github.com/megagonlabs/ginza/compare/v5.1.0...v5.1.1

5.1.0

- 2021-12-10, Euclase
- Important changes
- Upgrade: spaCy v3.2 and Sudachi.rs(SudachiPy v0.6.2)
- Change token information fields 208 209
- `doc.user_data[“reading_forms”][token.i]` -> `token.morph.get(“Reading”)`
- `doc.user_data[“inflections”][token.i]` -> `token.morph.get(“Inflection”)`
- `force_using_normalized_form_as_lemma(True)` -> `token.norm_`
- All spaCy models, including non-Japanese, are now available with the ginza command 217
- Download and analyze the model at once by specifying the model name in the following form 219
- `ginza -m en_core_web_md`
- `ginza -f json` option always analyze the line which starts with `` regardless the option value of `-c`. 215
- Improvements
- Batch analysis processing speeds up by 50-60% in GPU environment and 10-40% in CPU environment
- Improved processing efficiency of parallel execution options (`ginza -p {n_process}` and `ginzame`) of ginza command 204
- add tests 198 210 214
- add benchmark 207 220

5.0.3

- 2021-10-15
- Bug fix
- `Bunsetu span should not cross the sentence boundary` 195

5.0.2

- 2021-09-06
- Bug fix
- `Command Line -s option and set_split_mode() not working in v5.0.x` 185

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.