Logo Lanfrica

biniyam2019/Amharic-Transliterator-python

Domaine:

natural language processing

Type de record:

software
Créateur:
bin
Hôte:
# Amharic-Transliterator-python This project provides a Python script to transliterate Amharic text (Fidel) to English (Latin script). ## Installation 1. Clone this repository to your local machine. 2. Ensure you have Python installed. This project requires Python 3.x. ## Usage Import the `transliterate` function from `amharic_to_english_transliterator.py` and pass the Amharic text as a string to the function. The function will return the transliterated text. ```python from amharic_to_english_transliterator import transliterate print(transliterate("ለምንድን ነው?"))