word
stringlengths
1
13
definitions
sequencelengths
1
3
abe
[ "as", "just as", "as how" ]
ene
[ "as", "four" ]
alesi
[ "as how" ]
e
[ "freedom", "farming", "a living thing" ]
ne
[ "if", "when" ]
ablegɔ
[ "chair" ]
Ablotsi
[ "Europe" ]
ablɔ
[ "street" ]
ablɔɖe
[ "freedom" ]
abɔta
[ "shoulder" ]
Abra
[ "female born on Tuesday" ]
ade
[ "six" ]
adela
[ "hunter" ]
adido
[ "baobab" ]
adre
[ "seven" ]
adzɔnu
[ "goods", "wares" ]
aɖabaƒoƒo
[ "second", "twinkle of an eye" ]
aɖaka
[ "box" ]
aɖubati
[ "pawpaw tree" ]
afa
[ "half" ]
afɔ
[ "foot", "leg" ]
afɔkpa
[ "shoe", "sandal" ]
afɔwui
[ "socks", "hose" ]
afe
[ "home", "hometown", "homeland" ]
afi
[ "here" ]
afika
[ "where" ]
afima
[ "there" ]
Afua
[ "female born on Friday" ]
Aƒenɔ
[ "Mrs.", "Lady" ]
agba
[ "plate", "load" ]
agbagbadzedze
[ "endeavour", "achievement" ]
agbale
[ "book", "paper", "letter" ]
agbalexle
[ "library" ]
ƒe
[ "whose", "year" ]
agbalexlela
[ "reader" ]
agbatsɔla
[ "porter" ]
agbatsɔʋu
[ "lorry" ]
agbe
[ "life" ]
agbeli
[ "cassava" ]
agbenɔnɔ
[ "way of life" ]
agble
[ "farm" ]
agbleded
[ "farming" ]
agbledeƒe
[ "farm location" ]
agbledela
[ "farmer" ]
agblekotoku
[ "farmer's bag" ]
agblemenu
[ "farm product" ]
agblemɔ
[ "farm path" ]
agblenu
[ "hoe" ]
agblexɔ
[ "farm hut" ]
Agbodraf
[ "town in Togoland" ]
aha
[ "alcoholic drink" ]
ahom
[ "storm" ]
ahuhɔe
[ "mirror" ]
akaɖi
[ "lamp" ]
aklɔ
[ "spear" ]
Akosombo
[ "Volta Dam site" ]
akɔɖu
[ "banana" ]
akɔnta
[ "mathematics" ]
Akɔsua
[ "female born on Sunday" ]
akɔta
[ "chest" ]
akpa
[ "fish" ]
akpe
[ "thanks" ]
akploʋu
[ "canoe" ]
Akua
[ "female born on Wednesday" ]
alafa
[ "hundred" ]
ale
[ "sheep" ]
aleke
[ "how" ]
ali
[ "waist" ]
Ama
[ "female born on Saturday" ]
ame
[ "person" ]
amebala
[ "cheater" ]
amedzrodzeƒe
[ "hotel" ]
ameɖokuiwuwu
[ "suicide" ]
ameƒoƒe
[ "beating scene" ]
ameƒoƒo
[ "beating" ]
ameƒola
[ "beater" ]
ameha
[ "crowd" ]
ameka
[ "who" ]
amekpekpe
[ "invitee" ]
amekuku
[ "dead person" ]
amesi
[ "who", "whose" ]
amesiame
[ "everybody" ]
ametsitsi
[ "elder" ]
amewudzo
[ "evil spirit" ]
ameyibɔ
[ "black person" ]
Anexɔ
[ "Eʋe section" ]
anyiehe
[ "north" ]
anyigba
[ "land" ]
anyikpe
[ "brick" ]
aŋgba
[ "leaf" ]
Aŋku
[ "male born on Wednesday" ]
aŋuti
[ "orange" ]
asabu
[ "cast net" ]
asi
[ "wife" ]
asieke
[ "nine" ]
asigbe
[ "market day" ]
asisi
[ "customer" ]
asitsala
[ "trader" ]
asiwui
[ "glove" ]
asrafo
[ "soldier" ]

NMTMD (NMT-Melinda-Dataset)

Official repository for the Opensource Text dataset for NMT for local languages in West Africa (EWE Corpus) and implement the Yodi model afterward.

Note: This repository will evolve into the official repository for the Yodi model, once the necessary data is gathered.

Objective

• Develop a Machine Translation Text and Speech Dataset NMT for local languages in West Africa (EWE Corpus)

Key Results

-> Develop & Measure the accuracy or the performance of the Yodi model from this dataset for text-to-text translation.
-> Develop & Measure the accuracy of Yodi built from this dataset for Speech recognition.
Remark: Getting accurate data and labeled data from available sources online or in local written papers would be necessary for machine sentence translation.

Using the Updated Dictionaries

We have transformed and analyzed two Ewe-English dictionaries: KABDICT525 and EWEDICT995. These dictionaries are now available as Python modules for easy integration into your projects.

Accessing the Dictionaries

  1. The transformed dictionaries are located in the Dictionaries folder:

    • Dictionaries/kabdict525.json
    • Dictionaries/ewedict995.json
  2. To use these dictionaries in your Python scripts, you can import them as follows:

import json

# Load KABDICT525
with open('Dictionaries/kabdict525.json', 'r', encoding='utf-8') as f:
    kabdict = json.load(f)

# Load EWEDICT995
with open('Dictionaries/ewedict995.json', 'r', encoding='utf-8') as f:
    ewedict = json.load(f)

# Example usage
print(kabdict.get('word', 'Word not found'))
print(ewedict.get('word', 'Word not found'))

Ongoing

Dataset Analytics png

image

Feel free to share your analytics in the discussions! Instructions are available in project_contributions_instructions.txt

Please register at https://sites.google.com/umbaji.org/yodi/home to build the largest NMT text Dataset for West Africa.

Downloads last month
17
Edit dataset card