// A module for tokenizers
pubmodbase;pubmodcharacter;#[cfg(feature ="tokenizers")]pubmodhftokenizers;// Export the individual tokenizers as well so that they can be used directly
// without having to use the module path.
pubusebase::Tokenizer;pubusecharacter::CharacterTokenizer;#[cfg(feature ="tokenizers")]pubusehftokenizers::HFTokenizer;