Functions | Variables
mycroft.util.lang.format_hu Namespace Reference

Functions

def _get_vocal_type (word)
 
def nice_number_hu (number, speech, denominators)
 
def nice_time_hu (dt, speech=True, use_24hour=False, use_ampm=False)
 
def pronounce_number_hu (num, places=2)
 
def pronounce_ordinal_hu (num)
 

Variables

string EXTRA_SPACE = ""
 
dictionary FRACTION_STRING_HU
 
list months
 
list NUM_POWERS_OF_TEN
 
dictionary NUM_STRING_HU
 

Function Documentation

def mycroft.util.lang.format_hu._get_vocal_type (   word)
private

Definition at line 100 of file format_hu.py.

def mycroft.util.lang.format_hu.nice_number_hu (   number,
  speech,
  denominators 
)
Hungarian helper for nice_number

This function formats a float to human understandable functions. Like
4.5 becomes "4 és fél" for speech and "4 1/2" for text

Args:
    number (int or float): the float to format
    speech (bool): format for speech (True) or display (False)
    denominators (iter of ints): denominators to use, default [1 .. 20]
Returns:
    (str): The formatted string.

Definition at line 109 of file format_hu.py.

def mycroft.util.lang.format_hu.nice_time_hu (   dt,
  speech = True,
  use_24hour = False,
  use_ampm = False 
)
Format a time to a comfortable human format

For example, generate 'five thirty' for speech or '5:30' for
text display.

Args:
    dt (datetime): date to format (assumes already in local timezone)
    speech (bool): format for speech (default/True) or display (False)=Fal
    use_24hour (bool): output in 24-hour/military or 12-hour format
    use_ampm (bool): include the am/pm for 12-hour format
Returns:
    (str): The formatted time string

Definition at line 291 of file format_hu.py.

def mycroft.util.lang.format_hu.pronounce_number_hu (   num,
  places = 2 
)
Convert a number to its spoken equivalent

For example, '5.2' would return 'öt egész két tized'

Args:
    num(float or int): the number to pronounce (set limit below)
    places(int): maximum decimal places to speak
Returns:
    (str): The pronounced number

Definition at line 154 of file format_hu.py.

def mycroft.util.lang.format_hu.pronounce_ordinal_hu (   num)

Definition at line 259 of file format_hu.py.

Variable Documentation

string mycroft.util.lang.format_hu.EXTRA_SPACE = ""

Definition at line 97 of file format_hu.py.

dictionary mycroft.util.lang.format_hu.FRACTION_STRING_HU
Initial value:
1 = {
2  2: 'fél',
3  3: 'harmad',
4  4: 'negyed',
5  5: 'ötöd',
6  6: 'hatod',
7  7: 'heted',
8  8: 'nyolcad',
9  9: 'kilenced',
10  10: 'tized',
11  11: 'tizenegyed',
12  12: 'tizenketted',
13  13: 'tizenharmad',
14  14: 'tizennegyed',
15  15: 'tizenötöd',
16  16: 'tizenhatod',
17  17: 'tizenheted',
18  18: 'tizennyolcad',
19  19: 'tizenkilenced',
20  20: 'huszad'
21 }

Definition at line 67 of file format_hu.py.

list mycroft.util.lang.format_hu.months
Initial value:
1 = ['január', 'február', 'március', 'április', 'május', 'június',
2  'július', 'augusztus', 'szeptember', 'október', 'november',
3  'december']

Definition at line 21 of file format_hu.py.

list mycroft.util.lang.format_hu.NUM_POWERS_OF_TEN
Initial value:
1 = [
2  '', 'ezer', 'millió', 'milliárd', 'billió', 'billiárd', 'trillió',
3  'trilliárd'
4 ]

Definition at line 62 of file format_hu.py.

dictionary mycroft.util.lang.format_hu.NUM_STRING_HU

Definition at line 25 of file format_hu.py.



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