Releases: Bikatr7/Kairyou
Releases · Bikatr7/Kairyou
v1.4.0
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
v1.3.0
Finalized indexer and added logging
Does not Install dependencies properly, see (v1.4.0)
v1.2.1
Fixed a bug in indexer not reading the given replacements JSON properly, as well as a faulty type hint.
Allowed for passing in a blacklist to ignore when indexing.
Does not Install dependencies properly, see (v1.4.0)
v1.2.0
Added Indexer
Does not Install dependencies properly, see (v1.4.0)
v1.1.0
What's Changed
- Add fukuin replacements table support by @Bikatr7 in #1
Full Changelog: v1.0.1...v1.1.0
Does not Install dependencies properly, see (v1.4.0)
v1.0.1
Fixed bug in preprocessing skipping, slight adjustment in punctuation charset.
Does not Install dependencies properly, see (v1.4.0)