pub type CharacterFrequencyAnalyzer = SemanticAnalyzer;Expand description
Alias for SemanticAnalyzer - more honest name reflecting the actual implementation.
This analyzer uses character-frequency heuristics for similarity detection, NOT neural network embeddings. Use this alias when you want to be explicit about the implementation approach.
Aliased Typeยง
pub struct CharacterFrequencyAnalyzer { /* private fields */ }