Function ultra_nlp::segment_bidirectional_longest
source · [−]pub fn segment_bidirectional_longest<T: AsRef<str>>(
text: T,
forward_dict: &ForwardDictionary,
backward_dict: &BackwardDictionary,
behavior_for_unmatched: BehaviorForUnmatched
) -> Vec<Match>