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