pub fn segment_bidirectional_longest<T: AsRef<str>>(
text: T,
forward_dict: &ForwardDictionary,
backward_dict: &BackwardDictionary,
behavior_for_unmatched: BehaviorForUnmatched,
) -> Vec<Match>
pub fn segment_bidirectional_longest<T: AsRef<str>>(
text: T,
forward_dict: &ForwardDictionary,
backward_dict: &BackwardDictionary,
behavior_for_unmatched: BehaviorForUnmatched,
) -> Vec<Match>