| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| lingua-1.1.1-javadoc.jar | 2021-12-12 | 347.8 kB | |
| lingua-1.1.1-sources.jar | 2021-12-12 | 34.1 kB | |
| lingua-1.1.1-with-dependencies.jar | 2021-12-12 | 157.0 MB | |
| lingua-1.1.1.jar | 2021-12-12 | 131.2 MB | |
| Lingua 1.1.1 source code.tar.gz | 2021-12-12 | 148.1 MB | |
| Lingua 1.1.1 source code.zip | 2021-12-12 | 148.4 MB | |
| README.md | 2021-12-12 | 601 Bytes | |
| Totals: 7 Items | 585.1 MB | 0 | |
Improvements
- The new method
LanguageDetector.destroy()has been introduced that frees internal resources to prevent memory leaks within application server deployments. (#110, [#116]) - Language model loading performance has been improved by creating a manually optimized internal thread pool. This replaces the coroutines used in the previous release. (#116)
Bug Fixes
- The character â was erroneously not treated as a possible indicator for the French language. (#115)
- Language detection was non-deterministic when multiple alphabets had the same occurrence count. (#105)