Gisa is a Python package that converts numbers into Malagasy words. It provides a function number_to_word
that takes a numeric input and returns its corresponding Malagasy word representation.
You can install gisa.manisa using pip:
pip install gisa
To use gisa, you need to import it first:
from gisa.manisa import number_to_word
Then, you can call the number_to_word function to convert a number to its Malagasy word representation:
word = number_to_word(586)
print(word) # outputs "enina ambiny valopolo sy dimanjato"
It's important to note that the "gisa" package does not currently include functionality to convert Malagasy words to their numerical value. The int_to_word
and float_to_word
functions are designed to convert numbers to their Malagasy word representation, but there is no equivalent function to convert Malagasy words back to their numerical value. Also, the package currently only supports the Malagasy language.
This package is licensed under the MIT License. See the LICENSE file for more information.