Skip to content

Releases: Bikatr7/Kairyou

1.6.5

16 Jun 01:36
eb4219d
Compare
Choose a tag to compare

Fixed bug with honorific processing, move to 1.6.5, introduced space correction post process.

Full Changelog: 1.6.4...1.6.5

1.6.4

13 Jun 07:18
68cacc4
Compare
Choose a tag to compare

Added hyphen post-processing correction for Kudasai json type

Full Changelog: v1.6.3...v1.6.4

v1.6.3

10 Jun 00:15
8d7583a
Compare
Choose a tag to compare

Specified exact spacy version for package.

Full Changelog: v1.6.2...v1.6.3

v1.6.2

07 Jun 07:36
7c3ad45
Compare
Choose a tag to compare

Introduced countermeasures to prevent excessive loading of SpaCy package to offset potential memory leaks.

Noticed in:
explosion/spaCy#9369

and

Kakusui/kakusui.org@cc4e155

Full Changelog: v1.6.1...v1.6.2

v1.6.1

30 Apr 02:47
5a8785a
Compare
Choose a tag to compare

Better error handling for attempting to run Kairyou without spacy's ja model installed.

v1.6.0

22 Apr 18:39
a0ef911
Compare
Choose a tag to compare

Proper testing and better exception handling.

Move to proper version python 3.10

What's Changed

  • Proper testing and 3.10 move by @Bikatr7 in #2
  • Documentation update and exception standardization by @Bikatr7 in #3

Full Changelog: v1.5.0...v1.6.0

v1.5.0

30 Mar 08:20
8327a62
Compare
Choose a tag to compare

Switched License to LGPL to allow for easier usage in other projects.

v1.4.2

28 Mar 13:35
f2562cb
Compare
Choose a tag to compare

Kairyou Patch Notes - Minor Update

Enhancements:

Added a base exception class, KairyouException, for better error handling.
Exposed all internal exceptions for clarity and debugging ease.

Bug Fixes:

Resolved an issue where JSON strings were incorrectly allowed during indexing.
Improved internal API to follow PEP standards, ensuring private functions and variables are properly marked.

Please update to the latest version for an improved experience.

v1.4.1

21 Mar 07:47
430f398
Compare
Choose a tag to compare

Fixed typo in function name, changed internal function naming convention.

v1.4.0

03 Mar 09:15
3d14e16
Compare
Choose a tag to compare

Proper Release, maintains functionality but actually installs spacy alongside, you do need to install the jp model though

python -m spacy download ja_core_news_lg