//! Language detection and language-specific data.
//!
//! Language detection uses a simple stop-word ratio heuristic in v0.1.
//! See `ROADMAP.md` for the planned upgrade to a dedicated crate like `whatlang`.
use crateLanguage;
pub use detect_language;
/// Returns the default language when detection is inconclusive.
///
/// Current policy: fall back to English, because most prose linters' training
/// data and word lists are English-biased, and English-first behavior is the
/// safer default for mixed corpora.
pub const