Skip to content

Lingua 1.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 20:30
· 86 commits to main since this release
6d4165d

Improvements

  • The language models are now stored on disk as serialized NumPy arrays instead of JSON. This reduces the preloading time of the language models significantly.
  • A bottleneck in the language detection code has been removed, making language detection 40 % faster, approximately.

Bug Fixes

  • The py.typed file that actives static type checking was missing. Big thanks to @Vasniktel for reporting this problem. (#63)
  • The ISO 639-3 code for Urdu was wrong. Big thanks to @pluiez for reporting this bug. (#64)