예제 #1
0
def inflect_collocation(phrase, forms):
    if not phrase or not forms:
        return phrase
    return _process_unmarked_phrase(force_text(phrase), inflect_collocation_phrase, *get_forms_tuple(forms))
예제 #2
0
def inflect_collocation(phrase, forms):
    if not phrase or not forms:
        return phrase
    return _process_unmarked_phrase(force_text(phrase), inflect_collocation_phrase, *get_forms_tuple(forms))
예제 #3
0
def inflect_marked(phrase, forms):
    if not phrase or not forms:
        return phrase
    return _process_marked_phrase(force_text(phrase), inflect_phrase, *get_forms_tuple(forms))
예제 #4
0
def inflect_marked(phrase, forms):
    if not phrase or not forms:
        return phrase
    return _process_marked_phrase(force_text(phrase), inflect_phrase, *get_forms_tuple(forms))