latinisation api
1.0.0
APU ถึง LATINISE ที่ไม่ใช่ภาษาละติน สำหรับตอนนี้มันรองรับอาร์เมเนียเท่านั้น แต่ในไม่ช้ามันจะขยายไปยัง langugages อื่น ๆ ด้วย
pip install latinisation from latinisation import armenian
armenian . armenian_latinisation ( some_input ) from latinisation import armenian
# Ask the user to input a sting of Armenian letters
some_input = input ( "Input some Armenian letters: " )
# Convert the user inputed sting to a string of latin letters using the API
armenian . armenian_latinisation ( some_input )
# Print out the latinised version of the inputed string
print ( some_input )