latinisation api
1.0.0
拉丁语非拉丁字符串的apu。目前,它仅支持亚美尼亚人,但它也很快将扩展到其他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 )