// SPDX-FileCopyrightText: 2026 Slatian
//
// SPDX-License-Identifier: LGPL-3.0-only
//! Things that add more metadata to tokens.
//!
//! Sometimes these are prerequisites for other segmenters/normalizers.
//!
//! Keep in mind that the order in the chain where they are inserted matters.
pub use Augmenter;
pub use AugmentationClassify;
pub use AugmentationDetectLanguage;
pub use AugmentationDetectScript;