Releases: xxyzz/WordDumb
Releases · xxyzz/WordDumb
v3.22.0
New features:
- Use customize X-Ray entities to fix NER errors
- Add command line interface
- Include POS type to customize Word Wise table
- Add GPE entity founding date to X-Ray description
- Add X-Ray entity minimal occurrences option
Bug fixes:
- Fix upper case image file not found error
- Only copy Word Wise dictionary file from device
- Fix PyQt6 Enum errors
v3.21.2
v3.21.1
- Disable pip version check
- Fix PY_PATH undefined error on macOS
Full Changelog: v3.21.0...v3.21.1
v3.21.0
New features
- Add option to adjust preferred book format order
- Add option to create files for all available book format
Improve X-Ray quality
- Thanks to jhowell, KFX footnote reference numbers are ignored(requires KFX input 1.49.0)
- Don't merge different person with the same given name or surname
- Increase KFX image caption length limit to 450
- Ignore URL links and page number references
- Delete " of" from the end of x-ray label
Other changes
- Convert NER label constant variables to
frozenset
- Only save MediaWiki cache if new data is added
- Update dependencies
Full Changelog: v3.20.1...v3.21.0
v3.20.1
- Add support of Finnish, Korean and Swedish language
- Update spaCy to 3.3.0
- Disable jobs_pointer
Full Changelog: v3.20.0...v3.20.1
v3.20.0
New features:
- Send files to Android device via adb
- Customize Word Wise lemmas difficulty level, enable or disable each lemma
- Insert X-Ray image caption data
- Add an option to enable or disable EPUB locator map
Bug fixes:
- Fix the code that should check ASIN of books on Kindle but check books in library
- Disable pip cache to fix memory error on some devices
- Fix a typo in dump_lemmas.py
Other changes:
- Merge person X-Ray entities when partial name appears first
- Merge X-Ray entities that get redirected or normalized by MedaiWiki API
- Unescape MOBI and EPUB HTML text
- Only use texts inside the MOBI and EPUB body tag
- Select orthographic locator map in SPARQL query
- Add lemmas that contain parentheses
- Change X-Ray fuzz algorithm to token_set_ratio()
- Remove WORK_OF_ART NER label
- Remove cardinal directions and ordinal directions X-Ray entities
- Add 639 and update 173 lemmas
Full Changelog: v3.19.0...v3.20.0
v3.19.0
New features:
- Create X-Ray footnotes for EPUB books
- Add Democracy Index and locator map image of country/city/state from Wikidata to X-Ray, only EPUB footnotes have locator map
Bug fixes:
- Check network errors in macOS subprocess: 173c03f
- Fix copy file state error on macOS: 757b0a5
- Fix error when MTP device is connected: 908b9fc
Other changes:
- Remove Spanish article from X-Ray entities: 5aa517d
- Remove
LANGUAGE
,NORP
andNAT_REL_POL
NER labels: 5cab16c - Add spaCy Norwegian model NER labels: 5cab16c
- Artifact in GitHub Action test job is not longer double zipped: 60b81ed
Full Changelog: v3.18.4...v3.19.0
v3.18.4
Bug fixes
Full Changelog: v3.18.3...v3.18.4
v3.18.3
- Allow hyphens in Fandom URL validator
- Update dependencies
v3.18.2
- Include GitHub issue link in error dialog
- Update RapidFuzz to 2.0.3