Releases: pemistahl/lingua-rs
Releases · pemistahl/lingua-rs
Lingua 1.2.1
Improvements
- Language detection for sentences with more than 120 characters now performs more quickly by iterating through trigrams only which is enough to achieve high detection accuracy.
- Textual input that includes logograms from Chinese, Japanese or Korean is now split at each logogram and not only at whitespace. This provides for more reliable language detection for sentences that include multi-language content.
Bug Fixes
- Errors in the rule engine for the Latvian language have been resolved.
- Corrupted characters in the Latvian test data have been corrected.
Lingua 1.2.0
Features
- A
LanguageDetector
can now be built with lazy-loading required language models on demand (default) or with preloading all language models at once by callingLanguageDetectorBuilder.with_preloaded_language_models()
. (#10)
Lingua 1.1.0
Lingua 1.0.3
Bug Fixes
- Lingua could not be used within other projects because of a private serde module that was accidentally tried to be exposed.
Thanks to @luananama for reporting this bug. (#9)
Lingua 1.0.2
Bug Fixes
- Accidentally, bug #3 was only partially fixed. This has been corrected.
Lingua 1.0.1
Lingua 1.0.0
This is the very first release of Lingua for Rust. Took me 5 months of hard work in my free time. Hope you find it useful. :)