Skip to content

Tiny Lingua 1.1.1-L1.2.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Nov 14:02
· 4 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 different withIncreasedDetectionSpeed() settings. However, this would have caused creating detectors with different settings reloading each others models. Now the models are only reloaded if withIncreasedDetectionSpeed() is requested and was not used previously, and therefore the models with increased detection speed are used afterwards by all detectors (regardless of withIncreasedDetectionSpeed() setting) until they are explicitly unloaded.