Variables
mycroft.util.lang.common_data_es Namespace Reference

Variables

dictionary _ARTICLES = {'el', 'la', 'los', 'las'}
 
dictionary _FRACTION_STRING_ES
 
dictionary _LONG_ORDINAL_STRING_ES
 
 _LONG_SCALE_ES
 
dictionary _ORDINAL_STRING_BASE_ES
 
dictionary _SHORT_ORDINAL_STRING_ES
 
 _SHORT_SCALE_ES
 
dictionary NUM_STRING_ES
 

Variable Documentation

dictionary mycroft.util.lang.common_data_es._ARTICLES = {'el', 'la', 'los', 'las'}
private

Definition at line 23 of file common_data_es.py.

dictionary mycroft.util.lang.common_data_es._FRACTION_STRING_ES
private
Initial value:
1 = {
2  2: 'medio',
3  3: 'tercio',
4  4: 'cuarto',
5  5: 'quinto',
6  6: 'sexto',
7  7: 'séptimo',
8  8: 'octavo',
9  9: 'noveno',
10  10: 'décimo',
11  11: 'onceavo',
12  12: 'doceavo',
13  13: 'treceavo',
14  14: 'catorceavo',
15  15: 'quinceavo',
16  16: 'dieciseisavo',
17  17: 'diecisieteavo',
18  18: 'dieciochoavo',
19  19: 'diecinueveavo',
20  20: 'veinteavo'
21 }

Definition at line 58 of file common_data_es.py.

dictionary mycroft.util.lang.common_data_es._LONG_ORDINAL_STRING_ES
private
Initial value:
1 = {
2  1e6: "millonésimo",
3  1e12: "billionth",
4  1e18: "trillonésimo",
5  1e24: "cuatrillonésimo",
6  1e30: "quintillonésimo",
7  1e36: "sextillonésimo",
8  1e42: "septillonésimo",
9  1e48: "octillonésimo",
10  1e54: "nonillonésimo",
11  1e60: "decillonésimo"
12  # TODO > 1e60
13 }

Definition at line 236 of file common_data_es.py.

mycroft.util.lang.common_data_es._LONG_SCALE_ES
private
Initial value:
1 = OrderedDict([
2  (100, 'centena'),
3  (1000, 'millar'),
4  (1000000, 'millón'),
5  (1e9, "millardo"),
6  (1e12, "billón"),
7  (1e18, 'trillón'),
8  (1e24, "cuatrillón"),
9  (1e30, "quintillón"),
10  (1e36, "sextillón"),
11  (1e42, "septillón"),
12  (1e48, "octillón"),
13  (1e54, "nonillón"),
14  (1e60, "decillón"),
15  (1e66, "undecillón"),
16  (1e72, "duodecillón"),
17  (1e78, "tredecillón"),
18  (1e84, "cuatrodecillón"),
19  (1e90, "quindecillón"),
20  (1e96, "sexdecillón"),
21  (1e102, "septendecillón"),
22  (1e108, "octodecillón"),
23  (1e114, "novendecillón"),
24  (1e120, "vigintillón"),
25  (1e306, "unquinquagintillón"),
26  (1e312, "duoquinquagintillón"),
27  (1e336, "sexquinquagintillón"),
28  (1e366, "unsexagintillón")
29 ])

Definition at line 81 of file common_data_es.py.

dictionary mycroft.util.lang.common_data_es._ORDINAL_STRING_BASE_ES
private

Definition at line 187 of file common_data_es.py.

dictionary mycroft.util.lang.common_data_es._SHORT_ORDINAL_STRING_ES
private
Initial value:
1 = {
2  1e6: "millonésimo",
3  1e9: "milmillonésimo",
4  1e12: "billonésimo",
5  1e15: "milbillonésimo",
6  1e18: "trillonésimo",
7  1e21: "miltrillonésimo",
8  1e24: "cuatrillonésimo",
9  1e27: "milcuatrillonésimo",
10  1e30: "quintillonésimo",
11  1e33: "milquintillonésimo"
12  # TODO > 1e-33
13 }

Definition at line 220 of file common_data_es.py.

mycroft.util.lang.common_data_es._SHORT_SCALE_ES
private

Definition at line 112 of file common_data_es.py.

dictionary mycroft.util.lang.common_data_es.NUM_STRING_ES
Initial value:
1 = {
2  0: 'cero',
3  1: 'uno',
4  2: 'dos',
5  3: 'tres',
6  4: 'cuatro',
7  5: 'cinco',
8  6: 'seis',
9  7: 'siete',
10  8: 'ocho',
11  9: 'nueve',
12  10: 'diez',
13  11: 'once',
14  12: 'doce',
15  13: 'trece',
16  14: 'catorce',
17  15: 'quince',
18  16: 'dieciséis',
19  17: 'diecisete',
20  18: 'dieciocho',
21  19: 'diecinueve',
22  20: 'veinte',
23  30: 'treinta',
24  40: 'cuarenta',
25  50: 'cincuenta',
26  60: 'sesenta',
27  70: 'setenta',
28  80: 'ochenta',
29  90: 'noventa'
30 }

Definition at line 26 of file common_data_es.py.



mycroft_ros
Author(s):
autogenerated on Mon Apr 26 2021 02:35:41