//! What the kernel knows about the languages a memory is written in.
//!
//! Nothing here translates or rewrites anything. It reads which language a
//! body of text is in from the words a writer does not choose, and folds a
//! word into the one form two writers would agree on. The retrieval layer
//! stems on top of this; the write path lints on top of it. Both need the
//! same reading, which is why it lives below either of them.
pub use proper_names;
pub use ;
pub use ;
pub use ;