ultra_nlp/
behavior_for_unmatched.rs

1#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
2pub enum BehaviorForUnmatched {
3    Ignore,
4    KeepAsChars,
5    KeepAsWords,
6}