|
|
| format_date(x,
accept=None) |
|
|
|
|
| format_datetime(x,
accept=None) |
|
|
|
|
| format_time(x,
accept=None) |
|
|
|
|
|
|
|
get_distance(a,
b)
This function was giving by Magnus Lie Hetland. |
|
|
|
|
get_language_name(code)
Returns the name of a language. |
|
|
|
|
get_languages()
Returns a list of tuples with the code and the name of each language. |
|
|
|
|
get_most_similar(a,
*args)
Returns the text string from 'args' that is closest to the given
string. |
|
|
|
|
get_similarity(a,
b)
Return a gap and a percent that takes account of abrevations. |
|
|
|
|
|
|
|
|
|
|
| init_language_selector(language_selector=<function select_language at 0xd929b0>) |
|
|
|
|
|
|
|
|
|
|
is_similar(a,
b,
limit=0.8)
Returns True if both text strings are close enough, False otherwise. |
|
|
|
|
| select_language(languages=None) |
|
|