Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

Husnafazal/english-amharic-translation

Domain:

natural language processing

Record type:

model
Creator:
Hus
Host:
# English to Amharic Translation Model This project aims to build a neural machine translation model to translate text from English to Amharic using Recurrent Neural Networks (RNNs). ## Language Selection The target language for translation is Amharic. ## Dataset Preparation ### Dataset Quality The dataset contains English sentences and their corresponding translations in Amharic. The sentences are diverse and represent common usage patterns. ### Data Files - `data/english_sentences.txt`: Contains English sentences. - `data/amharic_sentences.txt`: Contains Amharic translations of the English sentences. ## Model Building ### Model Architecture The model utilizes a Recurrent Neural Network (RNN) with Bidirectional Long Short-Term Memory (LSTM) layers. ### Preprocessing Steps 1. **Tokenization**: Convert text into sequences of integers. 2. **Padding**: Pad sequences to ensure uniform input lengths. ## Training The model is trained using the prepared dataset. Key hyperparameters include: - Embedding dimension: 100 - LSTM units: 128 - Batch size: 32 - Epochs: 10 ## Evaluation The model's performance is evaluated using the BLEU score, which measures the accuracy of the translation compared to the reference translations. ## Requirements The project requires the following packages: - TensorFlow - NLTK - NumPy Install the required packages using: ```bash pip install -r requirements.txt

Visit

github.com

Tasks

machine translation

Languages

Amharic

Similar

habtew/english-amharic-translationNeural Machine Translation for Amharic-English TranslationEnglish-Amharic Statistical Machine TranslationAmharic-English-Machine-Translation-Corpusdenishen0000/English-Amharic-Translation-projectabenezermtu/Amharic-English-Machine-Translation

habtew/english-amharic-translation

Neural Machine Translation for Amharic-English Translation

This paper describes neural machine translation between orthographically and morphologically divergent languages. Amharic has a rich morphology; it uses the syllabic Ethiopic script. We used a new transliteration technique for Amharic to facilitate vocabulary shari

English-Amharic Statistical Machine Translation

International audience no abstract

Amharic-English-Machine-Translation-Corpus

Amharic English Machine Translation Corpus prepared through website crawelling and custom preprocessing. This is a corpus made in effort to make amaharic english parallel data avilable for anyone who wants to deal with machine translation.

denishen0000/English-Amharic-Translation-project

# English-Amharic Merge Merged implementation combining encoder-decoder and decoder-only fine-tunin

abenezermtu/Amharic-English-Machine-Translation