Thanks to visit codestin.com
Credit goes to lib.rs

#language-recognition #language-detection #nlp

lingua-german-language-model

The German language model for Lingua, an accurate natural language detection library

5 stable releases

Uses new Rust 2024

1.3.0 Mar 9, 2026
1.2.0 Mar 20, 2025
1.1.0 Jun 13, 2023
1.0.1 Feb 16, 2022
1.0.0 Nov 20, 2020

#47 in #language-recognition

Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App

72,826 downloads per month
Used in 5 crates (via lingua)

Apache-2.0

6MB
7K SLoC

Codestin Search App Codestin Search App

German language model for Lingua

This is the language model for the German language which is used by Lingua, the most accurate natural language detection library in the Rust ecosystem.

Changelog

Version 1.3.0

  • The language model files have been converted into a new storage format. They are now stored as finite-state transducers (FSTs) which reduces memory consumption drastically at the cost of a slightly slower runtime performance.

Version 1.2.0

  • The language model has been enhanced by including unique and most common ngrams to support an absolute confidence metric which is independent of other languages.

Version 1.1.0

  • The language model files are now compressed with the Brotli algorithm which reduces the file size by 15 %, on average.

Dependencies