Expand description
Simple trigram-based language detection.
Uses character trigram frequency profiles for the most common languages. No external dependencies — profiles are embedded as static data.
Structs§
- Lang
Detection - Detected language result.
Functions§
- detect_
language - Detect the most likely language of the given text.