Releases: xxyzz/WordDumb
Releases · xxyzz/WordDumb
v3.10.4
improve X-Ray quality and bug fix - x-ray: remove non-word characters, article and titles from named entities - x-ray: split name to merge records of the same person - x-ray: handle the case when titles are redirected to the same Wikipedia page - bug: fix a regression that breaks X-Ray mentions progress bar - bug: fix plugin donesn't create Word Wise file when first create X-Ray then create both
v3.10.3
- update spaCy to 3.1.1 - add --platform option to pip for Windows, so 64bit python can install 32bit packages for 32bit calibre and vice versa
v3.10.2
- check upload book job failed or not - update dependencies - improve performance: create database in RAM then backup to file, more significant for HDD - improve performance: use nlp.pipe() when create both word wise and x-ray file
v3.10.1
fix no person X-Ray entities generated for some languages
v3.10.0
- add option to select spaCy model size - add Macedonian model - add 774 and update 39 lemmas
v3.9.4
update spacy to 3.1.0 and add support of Catalan language
v3.9.3
add menus and fix dependency error - add menus for create Word Wise and X-Ray individualy - add preferences and donate menu - fix import click error on Arch Linux
v3.9.2
use senter component to find sentence boundaries
v3.9.1
reuse HTTP connection and restore compression header
v3.9.0
Support Chinese Wikipedia variants and hide new process window on Win…