Tiny Lingua 1.1.1-L1.2.2
github-actions
released this
05 Nov 14:02
·
56 commits
to tiny-lingua/main
since this release
Changes:
- Fixed exceptions and incorrect behavior for multi-language detection on multi-script text
- Fixed thread-safety issue with multi-language detection GUI
- Changed model reloading for
withIncreasedDetectionSpeed()
Previously the models were always reloaded when language detectors had differentwithIncreasedDetectionSpeed()
settings. However, this would have caused creating detectors with different settings reloading each others models. Now the models are only reloaded ifwithIncreasedDetectionSpeed()
is requested and was not used previously, and therefore the models with increased detection speed are used afterwards by all detectors (regardless ofwithIncreasedDetectionSpeed()
setting) until they are explicitly unloaded.