pub fn apply_mwe_pipeline( tokens: Vec<Token>, trie: &MweTrie, interner: &mut Interner, ) -> Vec<Token>
Apply MWE collapsing to a token stream. Matches on lemmas (not raw strings) to handle morphological variants.