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