You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)