pub fn segment_fully<T: AsRef<str>>(
text: T,
dict: &Dictionary,
behavior_for_unmatched: BehaviorForUnmatched,
) -> Vec<Match>
pub fn segment_fully<T: AsRef<str>>(
text: T,
dict: &Dictionary,
behavior_for_unmatched: BehaviorForUnmatched,
) -> Vec<Match>