Example #1
0
def to_hebrew(word):
    return he.convert(word)
Example #2
0
def to_roman(word):
    return he.convert(word)