Function ultra_nlp::hashmap::segment_bidirectional_longest
source · pub fn segment_bidirectional_longest<T: AsRef<str>>(
text: T,
dict: &Dictionary,
behavior_for_unmatched: BehaviorForUnmatched
) -> Vec<Match> ⓘ