Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
pip._vendor.chardet.langgreekmodel Namespace Reference

Variables

dict GREEK_LANG_MODEL
 
dict WINDOWS_1253_GREEK_CHAR_TO_ORDER
 
 WINDOWS_1253_GREEK_MODEL
 
dict ISO_8859_7_GREEK_CHAR_TO_ORDER
 
 ISO_8859_7_GREEK_MODEL
 

Variable Documentation

◆ GREEK_LANG_MODEL

dict GREEK_LANG_MODEL

Definition at line 8 of file langgreekmodel.py.

◆ ISO_8859_7_GREEK_CHAR_TO_ORDER

dict ISO_8859_7_GREEK_CHAR_TO_ORDER

Definition at line 4130 of file langgreekmodel.py.

◆ ISO_8859_7_GREEK_MODEL

ISO_8859_7_GREEK_MODEL
Initial value:
1= SingleByteCharSetModel(
2 charset_name="ISO-8859-7",
3 language="Greek",
4 char_to_order_map=ISO_8859_7_GREEK_CHAR_TO_ORDER,
5 language_model=GREEK_LANG_MODEL,
6 typical_positive_ratio=0.982851,
7 keep_ascii_letters=False,
8 alphabet="ΆΈΉΊΌΎΏΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίαβγδεζηθικλμνξοπρςστυφχψωόύώ",
9)

Definition at line 4389 of file langgreekmodel.py.

◆ WINDOWS_1253_GREEK_CHAR_TO_ORDER

dict WINDOWS_1253_GREEK_CHAR_TO_ORDER

Definition at line 3861 of file langgreekmodel.py.

◆ WINDOWS_1253_GREEK_MODEL

WINDOWS_1253_GREEK_MODEL
Initial value:
1= SingleByteCharSetModel(
2 charset_name="windows-1253",
3 language="Greek",
4 char_to_order_map=WINDOWS_1253_GREEK_CHAR_TO_ORDER,
5 language_model=GREEK_LANG_MODEL,
6 typical_positive_ratio=0.982851,
7 keep_ascii_letters=False,
8 alphabet="ΆΈΉΊΌΎΏΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίαβγδεζηθικλμνξοπρςστυφχψωόύώ",
9)

Definition at line 4120 of file langgreekmodel.py.