Upload folder using huggingface_hub
Browse files- .github/workflows/s3-upload.yml +31 -0
- .vscode/settings.json +5 -0
- Analytics/Dataset Analytics.png +3 -0
- Analytics/Dataset Analytics.png.png +3 -0
- Analytics/gpt_powered_ana.png +3 -0
- Analytics/gpt_powered_ana.png.png +3 -0
- Analytics/table_data.csv_1.ods +0 -0
- Data/NT/NT_ewe.csv +0 -0
- Data/NT/NT_ewe.txt +0 -0
- Data/NT/NT_fr.csv +0 -0
- Data/OT/OT_English.json +0 -0
- Data/OT/OT_ewe.json +0 -0
- Data/OT/OT_french.json +0 -0
- Dictionnaries/EWEDICT995.json +812 -0
- Dictionnaries/KABDICT525.json +608 -0
- LICENSE +21 -0
- README.md +64 -3
- data/train-00000-of-00001.parquet +3 -0
.github/workflows/s3-upload.yml
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: Upload to S3
|
2 |
+
|
3 |
+
on:
|
4 |
+
push:
|
5 |
+
branches:
|
6 |
+
- main
|
7 |
+
|
8 |
+
jobs:
|
9 |
+
upload:
|
10 |
+
runs-on: ubuntu-latest
|
11 |
+
|
12 |
+
steps:
|
13 |
+
- name: Checkout repository
|
14 |
+
uses: actions/checkout@v2
|
15 |
+
|
16 |
+
- name: Set up Python
|
17 |
+
uses: actions/setup-python@v2
|
18 |
+
with:
|
19 |
+
python-version: 3.8
|
20 |
+
|
21 |
+
- name: Install AWS CLI
|
22 |
+
run: |
|
23 |
+
pip install awscli
|
24 |
+
aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }}
|
25 |
+
aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
26 |
+
aws configure set default.region us-east-1
|
27 |
+
|
28 |
+
- name: Upload to S3
|
29 |
+
run: |
|
30 |
+
aws s3 sync Original_text/ s3://nmt-melinda-dataset/Original_text/
|
31 |
+
aws s3 sync translated_data/ s3://nmt-melinda-dataset/translated_data/
|
.vscode/settings.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"githubPullRequests.ignoredPullRequestBranches": [
|
3 |
+
"main"
|
4 |
+
]
|
5 |
+
}
|
Analytics/Dataset Analytics.png
ADDED
Git LFS Details
|
Analytics/Dataset Analytics.png.png
ADDED
Git LFS Details
|
Analytics/gpt_powered_ana.png
ADDED
Git LFS Details
|
Analytics/gpt_powered_ana.png.png
ADDED
Git LFS Details
|
Analytics/table_data.csv_1.ods
ADDED
Binary file (15.8 kB). View file
|
|
Data/NT/NT_ewe.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
Data/NT/NT_ewe.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
Data/NT/NT_fr.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
Data/OT/OT_English.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
Data/OT/OT_ewe.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
Data/OT/OT_french.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
Dictionnaries/EWEDICT995.json
ADDED
@@ -0,0 +1,812 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
'abe': ['as, just as', 'as how, just as'],
|
3 |
+
'ene': ['as, just as', 'four'],
|
4 |
+
'alesi': ['as how, just as'],
|
5 |
+
'e': ['as how, just as', 'freedom', 'farming', 'a living thing'],
|
6 |
+
'ne': ['as how, just as', 'if, when'],
|
7 |
+
'ablegɔ': ['chair'],
|
8 |
+
'Ablotsi': ['Europe'],
|
9 |
+
'ablɔ': ['street'],
|
10 |
+
'ablɔɖe': ['freedom'],
|
11 |
+
'abɔta': ['shoulder'],
|
12 |
+
'Abra': ['name for a female born on Tuesday'],
|
13 |
+
'ade': ['six'],
|
14 |
+
'adela': ['hunter'],
|
15 |
+
'adido': ['baobab, a type of tree found in the sa vanah lands of'],
|
16 |
+
'adre': ['seven'],
|
17 |
+
'adzɔnu': ['goods, wares'],
|
18 |
+
'aɖabaƒoƒo': ['second (of a minute), twinkle of an eye'],
|
19 |
+
'aɖaka': ['box'],
|
20 |
+
'aɖubati': ['pawpaw tree'],
|
21 |
+
'afa': ['half'],
|
22 |
+
'afɔ': ['foot, leg'],
|
23 |
+
'afɔkpa': ['shoe, sandal'],
|
24 |
+
'afɔwui': ['socks, hose'],
|
25 |
+
'afe': ['home, home town, homeland'],
|
26 |
+
'afi': ['here'],
|
27 |
+
'afika': ['where'],
|
28 |
+
'afima': ['there'],
|
29 |
+
'Afua': ['name for a female born on Friday'],
|
30 |
+
'Aƒenɔ': ['Mrs., Lady'],
|
31 |
+
'agba': ['plate', 'load', 'to untie a load'],
|
32 |
+
'agbagbadzedze': ['endeavour, achievement'],
|
33 |
+
'agbale': ['book, paper, letter', 'to write a book/letter', 'to read a book/letter', 'to take a receipt (on a debt)'],
|
34 |
+
'agbalexle': ['library, place where one can read'],
|
35 |
+
'ƒe': ['library, place where one can read', 'whose', 'year', 'for five good years, five long years', 'since ten years', 'to be present at, to witness something', 'Capital of Togo', 'point of return', 'age; to be old (in years)'],
|
36 |
+
'agbalexlela': ['reader, one who reads'],
|
37 |
+
'agbatsɔla': ['porter, carrier, one who carries loads'],
|
38 |
+
'agbatsɔʋu': ['lorry/truck/vehicle which carries goods'],
|
39 |
+
'agbe': ['life', 'to live long'],
|
40 |
+
'agbeli': ['cassava'],
|
41 |
+
'agbenɔnɔ': ['one’s mode or life, the way one lives'],
|
42 |
+
'agble': ['farm', 'to farm', 'to weed/clear a farm'],
|
43 |
+
'agbleded': ['farming'],
|
44 |
+
'agbledeƒe': ['a place where one can farm'],
|
45 |
+
'agbledela': ['farmer'],
|
46 |
+
'agblekotoku': ['a farmers bag/sack'],
|
47 |
+
'agblemenu': ['crop, farm product'],
|
48 |
+
'agblemenuku': ['farm product (esp ecially that which is harvested)'],
|
49 |
+
'agblemɔ': ['a path leading to the farm'],
|
50 |
+
'agblenu': ['hoe'],
|
51 |
+
'agblexɔ': ['a farm hut/house'],
|
52 |
+
'Agbodraf': ['name of a town in Togoland'],
|
53 |
+
'ɔ': ['name of a town in Togoland', 'kind person, one who is kind', 'to embrace'],
|
54 |
+
'Agɔkɔli': ['the name of the last known E ʋe King (whose cruel'],
|
55 |
+
'Agu': ['name of an E ʋe town in Togo'],
|
56 |
+
'aha': ['any alcoholic drink', 'to pour libation (an African custom)', 'to serve someone a drink'],
|
57 |
+
'ahom': ['storm at sea or on land'],
|
58 |
+
'ahuhɔe': ['mirror'],
|
59 |
+
'akaɖi': ['lamp'],
|
60 |
+
'Akebu': ['the name of a small non'],
|
61 |
+
'aklɔ': ['spear'],
|
62 |
+
'Akosombo': ['name of the Volta Dam site in Ghana'],
|
63 |
+
'akɔɖu': ['banana'],
|
64 |
+
'akɔnta': ['mathematics, calculation; to reckon', 'to work out a mathematical problem, to render'],
|
65 |
+
'Akɔsua': ['name for a female born on Sunday (See also K ɔsi)'],
|
66 |
+
'akɔta': ['chest (of the body)'],
|
67 |
+
'akpa': ['fish (the smaller types)', 'too'],
|
68 |
+
'akpe': ['thanks', 'to thank'],
|
69 |
+
'akploʋu': ['canoe'],
|
70 |
+
'Akua': ['name for a female born on Wednesday'],
|
71 |
+
'alafa': ['hundred'],
|
72 |
+
'ale': ['sheep', 'so, and so'],
|
73 |
+
'aleke': ['how'],
|
74 |
+
'alekpɔ/alekpo': ['sheep pen'],
|
75 |
+
'ali': ['waist'],
|
76 |
+
'Ama': ['name for a female born on Saturday'],
|
77 |
+
'ame': ['person', 'to cheat someone', 'to cure someone', 'to examine/test someone', 'to trust (in) someone', 'to greet someone', 'to set one on', 'to encourage someone', 'to frighten someone', 'to send someone', 'to have stomachache ("stomach is biting person")', 'to fall on someone, to appeal to', 'to put up with someone, to lodge someone', 'to follow someone', 'to know/recognise someone', 'to bring forth someone', 'to abuse/insult someone', 'to out', 'to command/order', 'to advise someone – 171 –', 'to crown someone as king, to enstool one as chief', 'to request/order something from someone', 'worrying oneself', 'to beat or strike someone', 'to punish someone', 'to praise/congratulate someone', 'to visit someone', 'to look after/ care for someone', 'to have mercy/pity on someone', 'to invite someone, to meet someone (also incidently)', 'to help (someone)', 'to serve someone a drink', 'to love/like someone', 'to have a headache', 'to be thirsty – 189 –', 'to report someone', 'to rise/revolt against someone', 'to pledge (s omething), to entrust into someone’s care', 'to care about/ care for/ to show interest in someone', 'to forgive/excuse someone', 'to treat/cure someone', 'to maltreat someone', 'to advise someone', 'to save someone', 'to come with someone', 'to bless someone'],
|
78 |
+
'amebala': ['a cheat, one who cheats'],
|
79 |
+
'amedzrodzeƒe': ['hotel, motel, a place of lodging'],
|
80 |
+
'ameɖokuiwuwu': ['suicide, killing of oneself'],
|
81 |
+
'ameƒoƒe': ['the scene of being beaten, where one is beaten or'],
|
82 |
+
'ameƒoƒo': ['beating (of a person)'],
|
83 |
+
'ameƒola': ['one who beats someone (a beater)'],
|
84 |
+
'ameha': ['crowd'],
|
85 |
+
'ameka': ['who'],
|
86 |
+
'amekpekpe': ['an invitee'],
|
87 |
+
'amekuku': ['dead body, a dead person'],
|
88 |
+
'amesi': ['who, whom', 'whose'],
|
89 |
+
'amesiame': ['everybody, every person, every one'],
|
90 |
+
'ametsitsi': ['an elder, an old person'],
|
91 |
+
'amewudzo': ['a juju which take peoples’ lives, i.e. kills'],
|
92 |
+
'ameyibɔ': ['black man, a black person, the black race'],
|
93 |
+
'Anexɔ': ['a section of the Eʋe'],
|
94 |
+
'anyiehe': ['north'],
|
95 |
+
'anyigba': ['earth, land, country'],
|
96 |
+
'anyikpe': ['brick'],
|
97 |
+
'aŋgba': ['leaf'],
|
98 |
+
'Aŋku': ['name for a male born on Wednesday'],
|
99 |
+
'aŋuti': ['orange (see also kútú )'],
|
100 |
+
'asabu': ['cast net', 'to cast a net'],
|
101 |
+
'asi': ['wife', '', 'to embrace', 'to be in someone’s hands', 'to pledge (s omething), to entrust into someone’s care'],
|
102 |
+
'asieke': ['nine'],
|
103 |
+
'asigbe': ['market day'],
|
104 |
+
'asisi': ['customer'],
|
105 |
+
'asitsala': ['trader'],
|
106 |
+
'asiwui': ['glove'],
|
107 |
+
'asrafo': ['soldier'],
|
108 |
+
'atadidi/atawu': ['a pair of trousers'],
|
109 |
+
'atakpui': ['shorts (a pair of)'],
|
110 |
+
'ati': ['tree'],
|
111 |
+
'atiglinyi': ['elephant'],
|
112 |
+
'atike': ['medicine, drug'],
|
113 |
+
'atikedzraƒe': ['pharmacy, drugstore'],
|
114 |
+
'atikeƒoƒoe/': ['pills, tablet, capsule'],
|
115 |
+
'at': ['pills, tablet, capsule', 'to treat/cure someone'],
|
116 |
+
'ikekoe': ['pills, tablet, capsule'],
|
117 |
+
'atikewɔƒe': ['hospital, dispensary, clinic'],
|
118 |
+
'atikewɔla': ['doctor'],
|
119 |
+
'atikpala': ['carpenter'],
|
120 |
+
'atikpo/at': ['log'],
|
121 |
+
'iboli': ['log'],
|
122 |
+
'atɔ': ['nest', 'five', 'for five good years, five long years'],
|
123 |
+
'atsu': ['husband, male'],
|
124 |
+
'ave': ['forest'],
|
125 |
+
'avɔ': ['cloth, material, stuff'],
|
126 |
+
'avu': ['dog'],
|
127 |
+
'awutewui': ['underwear, e.g. singlet'],
|
128 |
+
'axlɔe': ['mongoose, see also príkú'],
|
129 |
+
'ayi': ['bean, beans'],
|
130 |
+
'azi': ['groundnuts, nuts', 'to lay egg'],
|
131 |
+
'azɔ': ['now'],
|
132 |
+
'ba': ['to cheat someone'],
|
133 |
+
'babla': ['bundle'],
|
134 |
+
'bali': ['valley'],
|
135 |
+
'be': ['to hide', 'though, although'],
|
136 |
+
'bena': ['that, to say that'],
|
137 |
+
'bi': ['to burn'],
|
138 |
+
'bia': ['to ask, to request, to demand', 'to question someone'],
|
139 |
+
'gbe': ['to question someone', 'to treat, to cure', 'to cure someone', 'to pray', 'to greet someone', 'to command/order', 'day (see égbe)', 'to refuse', 'bush', 'green grass', 'one day, once upon a time', 'that day', 'that day', 'to speak out/up, to raise one’s voice, to speak louder', 'to exchange greetings', 'three times a day, thrice daily'],
|
140 |
+
'bla': ['to tie'],
|
141 |
+
'blaade': ['sixty'],
|
142 |
+
'blaadre': ['seventy'],
|
143 |
+
'blaasieke': ['ninety'],
|
144 |
+
'blaatɔ': ['fifty'],
|
145 |
+
'blaene': ['forty'],
|
146 |
+
'blaenyi': ['eighty'],
|
147 |
+
'blaetɔ': ['thirty'],
|
148 |
+
'blaeve': ['twenty (in some areas bláa̍ve)'],
|
149 |
+
'blema': ['ancient times, olden days'],
|
150 |
+
'bli': ['corn, maize'],
|
151 |
+
'blibo': ['whole, the lot'],
|
152 |
+
'Blume': ['Twi'],
|
153 |
+
'bɔ': ['to narrate, to tell'],
|
154 |
+
'nya': ['to narrate, to tell', 'to reply/answer', 'word, matter', 'to wash something', 'to know something, to be wise'],
|
155 |
+
'bɔbɔ': ['to be soft'],
|
156 |
+
'bɔbɔe': ['soft, easily'],
|
157 |
+
'Braɖa': ['Tuesday'],
|
158 |
+
'bu': ['to reckon, to calculate', 'to lose', 'to work out a mathematical problem, to render', 'to think'],
|
159 |
+
'ta': ['to think', 'to go towards, head towards', 'due to this, because of this', 'to meet', 'excellent, very good, splendid', 'head, top of; above, over', 'lake, pond, lagoon – 187 –', 'to have a headache', 'to draw something'],
|
160 |
+
'me': ['to think', 'to try about or for someone', 'to be in someone’s hands', 'in, inside', 'not', 'to model/mould an idol'],
|
161 |
+
'bubu': ['other, another'],
|
162 |
+
'da': ['snake', 'to thank', 'to cast a net', 'to heal, to cure', 'to treat, to cure', 'to cure someone', 'to shoot, fire a gun', 'to keep, to take and keep'],
|
163 |
+
'dɔ': ['to heal, to cure', 'hunger', 'work, job', 'to sleep', 'to send someone', 'to send to', 'to be hungry ("hunger kills someone")', 'to fall sick/ill', 'to dig a hole/pit', 'to be ill, to be sick', 'to work'],
|
164 |
+
'le': ['to cure someone', 'to have stomachache ("stomach is biting person")', 'to try about or for someone', 'to catch/hold', 'bridge', 'to be in someone’s hands', 'to be in order, according to order', 'to be ill, to be sick', 'to hold hands of brotherhood, to co', 'to watch/observe', 'to take a bath', 'to have a headache', 'to care about/ care for/ to show interest in someone'],
|
165 |
+
'ŋu': ['to cure someone', 'to trust (in) someone', 'to try about or for someone', 'to reply/answer', 'to help (someone)', 'to watch/observe', 'day breaks, it is day', 'to rise/revolt against someone', 'to offend (someone)'],
|
166 |
+
'tu': ['to shoot, fire a gun', 'to untie a load', 'to build a house'],
|
167 |
+
'daa': ['elder sister'],
|
168 |
+
'dada': ['mother'],
|
169 |
+
'dadaa': ['his/her/its mother'],
|
170 |
+
'dadanye/danye': ['my mother (compare with nɔnye )'],
|
171 |
+
'dadawo/d': ['your mother (compare with nɔwo)'],
|
172 |
+
'awo': ['your mother (compare with nɔwo)'],
|
173 |
+
'Dayi': ['name of a tributary of the river Volta (Ghana)'],
|
174 |
+
'de': ['ti have been to, to arrive', 'native land, homeland', 'palm', 'to farm', 'to attend school, to go to school', 'it is time, the time is up', 'the day comes, the time is up', 'to pledge (s omething), to entrust into someone’s care'],
|
175 |
+
'suku': ['to attend school, to go to school'],
|
176 |
+
'deha': ['palm'],
|
177 |
+
'deku': ['palm'],
|
178 |
+
'denyigba': ['homeland, nativeland'],
|
179 |
+
'deti': ['palm'],
|
180 |
+
'di': ['to want/wish to, to look for', 'to wish for strongly, to yearn for'],
|
181 |
+
'vevie': ['to wish for strongly, to yearn for', 'to weep/cry bitterly', 'important'],
|
182 |
+
'didi': ['to be long', 'long', 'wish'],
|
183 |
+
'do': ['hole, a pit', 'to examine/test someone', 'to dress up, put on clothes', 'to trust (in) someone', 'to set a fire, to kindle a fire', 'to pray', 'to greet someone', 'to shout', 'to go out', 'to meet', 'to set one on', 'to promise', 'to encourage someone', 'to ride a horse', 'to frighten someone', 'night falls, night has fallen'],
|
184 |
+
'kpɔ': ['to examine/test someone', 'to see/look', 'never, never before', 'to visit someone', 'to look after/ care for someone', 'to be happy', 'to succeed', 'to be rich', 'to expect, to look forward to', 'to gaze at, to look', 'to look after/take care of something', 'to look/gaze questionably', 'to have mercy/pity on someone', 'seeing, sight', 'to pay (someone) a visit'],
|
185 |
+
'awu': ['to dress up, put on clothes'],
|
186 |
+
'dzi': ['to trust (in) someone', 'on; surface; to take side', 'red, reddish (attr.)', 'to bring forth someone', 'to increase, to multiply', 'to sing', 'to deliver a child', 'to remember something', 'to be sure, to be certain', 'to speak out/up, to raise one’s voice, to speak louder', 'to look after/take care of something', 'through someone, per someone', 'to continue (doing something)'],
|
187 |
+
'ɖe': ['to trust (in) someone', 'to send to', 'to increase, to multiply', 'to out', 'to out', 'to dig a hole/pit', 'to fetch fire', 'to command/order', 'to fish', 'to fish', 'to yield profit, to be profitable', 'to enter', 'to be sure, to be certain', 'to scatter/spread over', 'to come upon, find by accident', 'to pour into/out', 'to help (someone)', 'to watch/observe', 'to turn to/towards', 'to face, to look towards', 'to face, to look towards', 'to rise/revolt against someone', 'to care about/ care for/ to show interest in someone', 'to offend (someone)', 'to take a receipt (on a debt)'],
|
188 |
+
'dzo': ['to set a fire, to kindle a fire', 'juju', 'to leave, depart', 'to jump', 'to fetch fire', 'to be hot', 'hot (adj. from x ɔ dzo )'],
|
189 |
+
'ɖa': ['to pray', 'and', 'to cook something', 'to visit someone', 'every week, each week'],
|
190 |
+
'na': ['to greet someone', 'to frighten someone', 'to succeed', 'to command/order', 'to allow, permit', 'to advise someone', 'to request/order something from someone', 'to punish someone', 'to expect, to look forward to', 'to have mercy/pity on someone', 'to serve someone a drink', 'to give; for (prep.)', 'Good day to you', 'to pledge (s omething), to entrust into someone’s care', 'to give to', 'to care about/ care for/ to show interest in someone', 'to treat/cure someone', 'to save someone'],
|
191 |
+
'ɣli': ['to shout'],
|
192 |
+
'go': ['to go out', 'to meet', 'gourd'],
|
193 |
+
'mɔ': ['to set one on', 'to expect, to look forward to', 'to part company', 'way, road, path', 'prison, fortress, castle', 'to travel, to go on a journey', 'to travel through, to pass through'],
|
194 |
+
'ŋgbe': ['to promise'],
|
195 |
+
'ŋuse': ['to encourage someone', 'power, might, authority', 'to empower (someone)'],
|
196 |
+
'sɔ': ['to ride a horse', 'horse', 'same as, just as, just equal to'],
|
197 |
+
'vɔvɔ': ['to frighten someone', 'fear'],
|
198 |
+
'dome': ['between, among, amidst'],
|
199 |
+
'alɔ': ['to sleep'],
|
200 |
+
'wu': ['to be hungry ("hunger kills someone")', 'to be thirsty', 'to kill', 'to surpass', 'to end/finish doing something'],
|
201 |
+
'(ame)': ['to be hungry ("hunger kills someone")', 'to succeed', 'to befriend (someone)', 'to pay (someone) a visit', 'through someone, per someone', 'to offend (someone)'],
|
202 |
+
'dɔdala': ['doctor, a healer'],
|
203 |
+
'dɔdɔ': ['sending (v.n.)'],
|
204 |
+
'dɔlela': ['patient, sick person'],
|
205 |
+
'dɔlele': ['sickness, disease', 'to fall sick/ill, to be infested, to become ill/ sick'],
|
206 |
+
'dɔme': ['stomach', 'to have stomachache ("stomach is biting person")', 'to be kind/generous'],
|
207 |
+
'ɖum/evem': ['to have stomachache ("stomach is biting person")'],
|
208 |
+
'dɔmenyoto': ['kind person, one who is kind'],
|
209 |
+
'dɔnɔ': ['sick person, patient'],
|
210 |
+
'dɔwɔkplɔ': ['desk/table/bench on which one works'],
|
211 |
+
'dɔwɔla': ['worker'],
|
212 |
+
'dɔwɔwɔ': ['work, job, working (v. n.)'],
|
213 |
+
'dɔwuame': ['hunger'],
|
214 |
+
'du': ['town, village', 'to fetch water from a well, or from a river in a large', 'to run', 'to found a town or village'],
|
215 |
+
'tsi': ['to fetch water from a well, or from a river in a large', 'to swim', 'to fetch water from a receptacle, e.g. pot', 'to take a bath', 'water', 'to be late, to remain behind', 'to stand up'],
|
216 |
+
'duƒuƒu': ['running'],
|
217 |
+
'dukɔ': ['a nation, a people, the inhabitants of a city, town or'],
|
218 |
+
'dumevi': ['citizen'],
|
219 |
+
'dumevinyenye': ['citizenship'],
|
220 |
+
'Dzama': ['German'],
|
221 |
+
'Dzamame': ['German'],
|
222 |
+
'Dzamawo': ['the Germans'],
|
223 |
+
'dzata': ['lion'],
|
224 |
+
'dze': ['to attempt, to try', 'to try about or for someone', 'to fall on someone, to appeal to', 'to put up with someone, to lodge someone', 'to follow someone', 'to fall sick/ill', 'to succeed', 'to kneel', 'to lie face up, to lie on one’s back – 169 –', 'to know/recognise someone', 'to befriend (someone)', 'to converse'],
|
225 |
+
'agbagba': ['to attempt, to try', 'to try about or for someone'],
|
226 |
+
'a': ['to try about or for someone'],
|
227 |
+
'dz': ['to fall on someone, to appeal to', 'to look after/ care for someone', 'to succeed', 'to take a receipt (on a debt)'],
|
228 |
+
'i': ['to fall on someone, to appeal to', 'to look after/ care for someone', 'milk', 'to live long', 'cow', 'to take a receipt (on a debt)'],
|
229 |
+
'gbɔ': ['to put up with someone, to lodge someone', 'to return/come back', 'near, by the side of; side', 'goat', 'to return, come back'],
|
230 |
+
'yome': ['to follow someone'],
|
231 |
+
'edzi': ['to succeed', 'to increase, to multiply'],
|
232 |
+
'klo': ['to kneel'],
|
233 |
+
'ŋe': ['to lie face up, to lie on one’s back', 'to break'],
|
234 |
+
'si': ['to know/recognise someone', 'to run away'],
|
235 |
+
'xɔ': ['to befriend (someone)', 'to build a house', 'to believe (something)', 'to take a receipt (on a debt)', 'to keep, to take and keep', 'to keep, to take and keep', 'to fall sick/ill, to be infested, to become ill/ sick', 'to be hot', 'hot (adj. from x ɔ dzo )', 'to take a receipt', 'age; to be old (in years)', 'to save someone', 'to be famous/popular', 'to empower (someone)'],
|
236 |
+
'lɔ': ['to befriend (someone)', 'to agree', 'to love/like someone', 'to exchange greetings'],
|
237 |
+
'ha': ['to sing', 'pig', 'also, too'],
|
238 |
+
'vi': ['to deliver a child', 'to yield profit, to be profitable', 'child, one’s daughter or son'],
|
239 |
+
'dzidzedzekpɔkpɔ': ['success'],
|
240 |
+
'dzidzime': ['generation'],
|
241 |
+
'dzidzɔ': ['joy, mirth', 'to be happy'],
|
242 |
+
'dzidzɔɣi': ['days of joy'],
|
243 |
+
'dzie': ['red, reddish (pred.)'],
|
244 |
+
'dziehe': ['south'],
|
245 |
+
'dziƒo': ['heaven, space'],
|
246 |
+
'dzikpɔkpɔ': ['care, the care of, under one’s responsibility'],
|
247 |
+
'dzilawo': ['parents'],
|
248 |
+
'dzime': ['upper part of the back of the body – opposite the chest'],
|
249 |
+
'kpo': ['to jump'],
|
250 |
+
'Dzoɖa': ['Monday'],
|
251 |
+
'dzodoƒe': ['kitchen, fireplace'],
|
252 |
+
'dzodola': ['one who sets or kindles a fire'],
|
253 |
+
'dzodzola': ['one who leaves/departs'],
|
254 |
+
'dzoŋkɔ': ['juju name'],
|
255 |
+
'dzotɔ': ['juju owner, “juju man”, one who has juju'],
|
256 |
+
'dzra': ['to sell', 'to get ready, to get prepared', 'to keep something in safe custody, to repair'],
|
257 |
+
'ɖo': ['to get ready, to get prepared', 'to keep something in safe custody, to repair', 'to arrive at', 'to advise someone – 171 –', 'to crown someone as king, to enstool one as chief', 'to converse', 'to request/order something from someone', 'to reply/answer', 'to set a date/day', 'to remember something', 'to go towards, head towards', 'to listen, to obey', 'to travel by a vehicle as a passenger', 'evening falls, it is evening', 'to drag a net'],
|
258 |
+
'nu': ['to keep something in safe custody, to repair', 'to cook something', 'to request/order something from someone', 'to remember something', 'to eat/bite something', 'to teach something', 'to buy something (other than liquids)', 'to speak/talk', 'to come upon, find by accident', 'open the mouth, to utter/say something', 'to laugh', 'to carve', 'to gaze at, to look', 'to look after/take care of something', 'to look/gaze questionably', 'to sweep something', 'to be in order, according to order', 'to watch/observe', 'to share/divide', 'to swallow (something)', 'to drink', 'mouth, entrance, edge', 'one thing, one and the same thing', 'to wash something', 'to know something, to be wise', 'to write something', 'to hear something', 'to learn', 'to draw something', 'to report someone', 'to forgive/excuse someone', 'to bring something', 'to offend (someone)', 'to end/finish doing something', 'to advise someone', 'to count something', 'to continue (doing something)'],
|
259 |
+
'dzrala': ['seller (see also núdzrálá )'],
|
260 |
+
'dzu': ['to abuse/insult someone'],
|
261 |
+
'ɖasefo': ['witness'],
|
262 |
+
'xexe': ['to out', 'outside, outdoors'],
|
263 |
+
'la': ['to fish', 'more over', 'animal, meat, flesh'],
|
264 |
+
'tɔmela': ['to fish', 'fish'],
|
265 |
+
'ɖeka': ['one', 'one day, once upon a time', 'one thing, one and the same thing', 'one of them', 'three times a day, thrice daily'],
|
266 |
+
'ɖekakpui': ['youth, lad, young man'],
|
267 |
+
'ɖeke': ['no, none'],
|
268 |
+
'o': ['no, none', 'not long after, soon', 'not yet', 'never, never before', 'not'],
|
269 |
+
'ɖes': ['every, each'],
|
270 |
+
'iaɖe': ['every, each'],
|
271 |
+
'ɖetugbui': ['a lass, a young woman, a girl'],
|
272 |
+
'ɖevi': ['child'],
|
273 |
+
'ɖevime': ['childhood'],
|
274 |
+
'ɖevitɔ': ['the younger one'],
|
275 |
+
'ɖev': ['children’s wear/dress'],
|
276 |
+
'iwu': ['children’s wear/dress'],
|
277 |
+
'ɖi': ['to be cheap', 'to eat to one’s satisfaction', 'to go for a walk, to', 'to leave behind', 'to doubt, to compete, to argue over something', 'to pour libation (an African custom)', 'to keep, to take and keep'],
|
278 |
+
'ƒo': ['to eat to one’s satisfaction', 'surface', 'to beat or strike someone', 'to pack, pu t together, be together', 'to speak/talk', 'to drum, to beat a drum'],
|
279 |
+
'tsa': ['to go for a walk, to', 'to wander about, to go sightseeing', 'former days, days gone by, in the past', 'to look round'],
|
280 |
+
'ɖiɖiƒe': ['distant/far off place'],
|
281 |
+
'aɖaŋu': ['to advise someone'],
|
282 |
+
'fia': ['to crown someone as king, to enstool one as chief', 'to reign', 'king, chief, emperor', 'to burn', 'to teach something'],
|
283 |
+
'ŋkeke': ['to set a date/day', 'day (see also gbe )'],
|
284 |
+
'ŋku': ['to remember something', 'to watch/observe', 'eye', 'to look round'],
|
285 |
+
'to': ['to listen, to obey', 'to punish someone', "buf'falo", 'edge, bank of a river or lake', 'mountain, ear; to poun d, to go over/through/accross', 'through someone, per someone', 'to travel through, to pass through'],
|
286 |
+
'ʋu': ['to travel by a vehicle as a passenger', 'to drum, to beat a drum', 'to open', 'vehicle (as lorry, car, ship or plane)'],
|
287 |
+
'ɖoɖo': ['order, arrangement', 'to be in order, according to order'],
|
288 |
+
'ɖome': ['underneath, under'],
|
289 |
+
'ɖɔ': ['drag net (for fishing)', 'to lay egg'],
|
290 |
+
'ɖu': ['gun', 'to reign', 'to dance', 'to eat/bite something'],
|
291 |
+
'ɣe': ['to dance', 'chalk, white clay', 'that time', 'from that time, since then'],
|
292 |
+
'ɖusi/nuɖusi': ['right, righthand'],
|
293 |
+
'E': ['Yes'],
|
294 |
+
'egbe': ['today'],
|
295 |
+
'egbegbe': ['nowadays'],
|
296 |
+
'ekema': ['then'],
|
297 |
+
'elabena': ['because'],
|
298 |
+
'enuenu': ['often, from time to time'],
|
299 |
+
'enumake': ['immediately, at once'],
|
300 |
+
'enyi': ['eight'],
|
301 |
+
'Eŋlesime': ['English'],
|
302 |
+
'esi': ['as, when', 'since ten years'],
|
303 |
+
'esia': ['due to this, because of this'],
|
304 |
+
'eteƒe': ['not long after, soon'],
|
305 |
+
'medidi': ['not long after, soon'],
|
306 |
+
'etɔ': ['three', 'three times a day, thrice daily'],
|
307 |
+
'etɔlia': ['third, the third'],
|
308 |
+
'etsɔ': ['yesterday, tomorrow'],
|
309 |
+
'eve': ['two', 'both, both of them'],
|
310 |
+
'Eʋeawo': ['the Eʋe people'],
|
311 |
+
'Eʋedukɔ': ['the Eʋe nation'],
|
312 |
+
'Eʋegbe': ['the Eʋe language, Eʋ e'],
|
313 |
+
'evelia': ['second, the second (in counting)'],
|
314 |
+
'Eʋeme': ['Eʋe'],
|
315 |
+
'Eʋenyigba': ['Eʋeland, the land of the E ʋe people'],
|
316 |
+
'ewo': ['ten', 'since ten years'],
|
317 |
+
'eyata': ['therefore'],
|
318 |
+
'eye': ['and'],
|
319 |
+
'fa': ['to be cold/cool', 'to weep, to cry', 'to weep/cry bitterly', 'to shed tears of joy'],
|
320 |
+
'avi': ['to weep, to cry', 'to weep/cry bitterly', 'to burst into tears'],
|
321 |
+
'dzidzɔvi': ['to shed tears of joy'],
|
322 |
+
'fafa': ['cold, cool (Adj. from fá )'],
|
323 |
+
'/fafɛ': ['cold, cool (Adj. from fá )'],
|
324 |
+
'fe': ['debt', 'to play', 'to pay a debt, to pay for services', 'to take a receipt (on a debt)'],
|
325 |
+
'fedzigbale': ['receipt', 'to take a receipt'],
|
326 |
+
'fefe': ['game, play'],
|
327 |
+
'fefeƒe': ['play'],
|
328 |
+
'fefela': ['player, one who plays'],
|
329 |
+
'fesre': ['window'],
|
330 |
+
'fi': ['theft', 'to steal, to pilfer', 'to steal, to pilfer'],
|
331 |
+
'(n.)': ['theft'],
|
332 |
+
'fiafi': ['thief'],
|
333 |
+
'fiafitɔ': ['thief (a professional or habitual)'],
|
334 |
+
'fiakuku': ['crown'],
|
335 |
+
'fiasa': ['palace'],
|
336 |
+
'fiase': ['shop, store'],
|
337 |
+
'fiasemenɔla': ['storekeeper, shopkeeper'],
|
338 |
+
'Fiɖa': ['Friday'],
|
339 |
+
'fie': ['evening', 'evening falls, it is evening'],
|
340 |
+
'fifia': ['now, soon, at present, presently'],
|
341 |
+
'fifila': ['a thief, one who steals'],
|
342 |
+
'fifilaa': ['right now, just now'],
|
343 |
+
'fo': ['elder brother'],
|
344 |
+
'fofo': ['father (see also tɔ́)'],
|
345 |
+
'fɔ': ['to collect e.g. fruits, to discover/find', 'to get up from a lying position', 'to be pregnant'],
|
346 |
+
'fu': ['to be pregnant', 'to maltreat someone'],
|
347 |
+
'fufu': ['a West African dish prepared from yam, cassava,'],
|
348 |
+
'fukpeɣiwo': ['hard times, times of suffering'],
|
349 |
+
'fuu': ['a lot, in large quantities'],
|
350 |
+
'fuwɔwɔ': ['worrying oneself'],
|
351 |
+
'ɖokui': ['worrying oneself'],
|
352 |
+
'sɔŋ': ['for five good years, five long years'],
|
353 |
+
'nye': ['since ten years'],
|
354 |
+
'ƒlatsa': ['rough, coarse (attr.)'],
|
355 |
+
'ƒlatsaa': ['rough, coarse (pred.)'],
|
356 |
+
'ƒle': ['to buy something (other than liquids)'],
|
357 |
+
'ƒu': ['to pack, pu t together, be together', 'sea', 'to run', 'to swim'],
|
358 |
+
'ƒoe': ['younger sister'],
|
359 |
+
'ƒome': ['family, stomach'],
|
360 |
+
'ƒomevi': ['kind of, type of'],
|
361 |
+
'ƒuta/ƒunu': ['shore, coast, beach'],
|
362 |
+
'ga': ['metal, money', 'big, large, huge', 'to be rich', 'to look/gaze questionably'],
|
363 |
+
'gagba': ['metal plate, pan'],
|
364 |
+
'gake': ['but'],
|
365 |
+
'gali': ['a West African food prepared by granulating cassava'],
|
366 |
+
'gaŋkui': ['spectacles, eye glasses'],
|
367 |
+
'gasɔ': ['bicycle'],
|
368 |
+
'gatsi': ['spoon'],
|
369 |
+
'gawu': ['more over'],
|
370 |
+
'gaxɔ': ['prison, goal, jail'],
|
371 |
+
'gaze': ['metal pot'],
|
372 |
+
'gba': ['to break', 'first, the first, firstly'],
|
373 |
+
'gbaɖegbe': ['once upon a time, long, long ago'],
|
374 |
+
'gbadzaa': ['flat (large surface)'],
|
375 |
+
'gbadzɛ': ['flat (small surface)'],
|
376 |
+
'gbatɔ': ['first', 'first time, the first time'],
|
377 |
+
'dama': ['green grass'],
|
378 |
+
'ma': ['that day', 'that time', 'that', 'to part company', 'to share/divide', 'from that time, since then'],
|
379 |
+
'gbedada': ['healing/curing (v.n.)'],
|
380 |
+
'gbedadzo': ['healing/curing juju, a ju ju used for healing or curing'],
|
381 |
+
'gbedala': ['healer, one who cures'],
|
382 |
+
'gbeɖe': ['never'],
|
383 |
+
'gbedoxɔ': ['chapel, cathedral'],
|
384 |
+
'gbegble': ['spoiled/bad (adj. from gble ̃́)'],
|
385 |
+
'gbeha': ['swine, wild pig'],
|
386 |
+
'gbesiagbe': ['every day'],
|
387 |
+
'gble': ['to spoil', 'to leave behind', 'to leave behind', 'to be indisposed/sick/ill'],
|
388 |
+
'ɖe/': ['to leave behind'],
|
389 |
+
'gblɔ': ['to say/narrate/tell'],
|
390 |
+
'gbɔgbɔ': ['breath, spirit, ghost'],
|
391 |
+
'gbɔgbɔvɔ': ['evil/bad spirit'],
|
392 |
+
'ge': ['to fall from a height', 'to enter'],
|
393 |
+
'geɖee': ['many, much, a lot of'],
|
394 |
+
'geɖemeƒe': ['entrance'],
|
395 |
+
'gegeɖeme': ['entry, entering (v.n.)'],
|
396 |
+
'gli': ['wall'],
|
397 |
+
'globoo': ['large and very deep'],
|
398 |
+
'glɔ': ['to be crooked'],
|
399 |
+
'godoo': ['by all means, usually'],
|
400 |
+
'golo': ['sack, bag, pocket'],
|
401 |
+
'gomela': ['tinned meat or fish'],
|
402 |
+
'gɔglɔ': ['crooked (adj. from glɔ̃́ )'],
|
403 |
+
'gɔme': ['under, underneath; to be under someone'],
|
404 |
+
'ɣi': ['that time', 'sometimes, at times', 'white (attr.)', 'from that time, since then'],
|
405 |
+
'ɣea': ['sometimes, at times'],
|
406 |
+
'ɖewo': ['sometimes, at times'],
|
407 |
+
'ɣedzeƒe': ['east'],
|
408 |
+
'ɣesiaɣi': ['every time, each time, always'],
|
409 |
+
'ɣetoɖoƒe': ['west'],
|
410 |
+
'ɣetrɔ': ['afternoon'],
|
411 |
+
'ɣeyiɣi': ['time, period'],
|
412 |
+
'ɣeyiɣia': ['it is time, the time is up'],
|
413 |
+
'ɣie': ['white (pred.)'],
|
414 |
+
'ɣleti': ['moon, month'],
|
415 |
+
'ɣletivi': ['star'],
|
416 |
+
'haɖe': ['not yet'],
|
417 |
+
'hafi': ['before'],
|
418 |
+
'haho': ['communal, common to all'],
|
419 |
+
'hahodɔ': ['communal work, community work'],
|
420 |
+
'hamenɔla': ['member, membership'],
|
421 |
+
'haya': ['to recover/get well'],
|
422 |
+
'he': ['light brown, reddish brown', 'to result, to bring about (something)', 'to drag a net', 'to punish someone'],
|
423 |
+
'(nu)': ['to result, to bring about (something)', 'to be sure, to be certain', 'to be present at, to witness something', 'to pledge (s omething), to entrust into someone’s care', 'to smell (something), to scent', 'to do (something) to (someone), to harm (someone)'],
|
424 |
+
'v': ['to result, to bring about (something)'],
|
425 |
+
'ɛ': ['to result, to bring about (something)', 'to be narrow; narrow'],
|
426 |
+
'hede': ['goodbye, farewell, safe journey'],
|
427 |
+
'nyuie': ['goodbye, farewell, safe journey', 'well, nicely, rightly, correctly, beautifully'],
|
428 |
+
'hɛ': ['knife'],
|
429 |
+
'hia': ['to need; necessary'],
|
430 |
+
'ka': ['to be sure, to be certain'],
|
431 |
+
'kaba': ['quickly'],
|
432 |
+
'kafu': ['to praise/congratulate someone'],
|
433 |
+
'kaka': ['to scatter/spread over'],
|
434 |
+
'kakɛ': ['a bit, a piece'],
|
435 |
+
'kasia': ['suddenly'],
|
436 |
+
'kata': ['all, whole', 'all, all of them'],
|
437 |
+
'ke': ['sand', 'but rather', 'to come upon, find by accident', 'to doubt, to compete, to argue over something', 'open the mouth, to utter/say something', 'day breaks, it is day', 'to forgive/excuse someone'],
|
438 |
+
'boŋ': ['but rather'],
|
439 |
+
'ŋ': ['to come upon, find by accident'],
|
440 |
+
'u': ['to come upon, find by accident'],
|
441 |
+
'keke': ['to be broad, wide', 'broad, wide'],
|
442 |
+
'kemɛ': ['those yonder'],
|
443 |
+
'wo': ['those yonder', 'Good day to you', 'to burst, to explode, to bark (e.g. dog)', 'to burst into tears', 'one of them', 'they are well, they are fine (a form of greeting)', 'all, all of them', 'both, both of them'],
|
444 |
+
'keŋkeŋ': ['completely, entirely, altogether'],
|
445 |
+
'kesinɔtɔ': ['rich/wealthy person'],
|
446 |
+
'Keta': ['name of an E ʋe coastal town in Ghana'],
|
447 |
+
'keteke': ['train'],
|
448 |
+
'kla': ['to separate, to part company'],
|
449 |
+
'kluvi': ['male slave'],
|
450 |
+
'ko': ['only', 'to smile', 'to laugh'],
|
451 |
+
'alɔgbɔnui': ['to smile'],
|
452 |
+
'koklo': ['fowl'],
|
453 |
+
'koklozi': ['egg (of a hen)'],
|
454 |
+
'kokogble': ['cocoa farm/plantation'],
|
455 |
+
'kokooko': ['by all means, at all costs'],
|
456 |
+
'koŋ': ['really, indeed, extremely'],
|
457 |
+
'kosi': ['female slave'],
|
458 |
+
'kotoko': ['pocupine'],
|
459 |
+
'kotoku': ['pocket, sack, bag'],
|
460 |
+
'kɔ': ['to be neat, to be clean/without sin', 'to be tall/high', 'to pour libation (an African custom)', 'to pour into/out', 'to pour into/out', 'to speak out/up, to raise one’s voice, to speak louder', 'to sling on the neck (e.g. bag)'],
|
461 |
+
'ɖi/': ['to pour into/out', 'to keep, to take and keep'],
|
462 |
+
'kɔƒe': ['village, cottage, hamlet'],
|
463 |
+
'Kɔfi': ['name for a male born on Friday'],
|
464 |
+
'kɔkɔ': ['high, tall'],
|
465 |
+
'Kɔmla': ['name for a male born on Tuesday'],
|
466 |
+
'Kɔsi': ['name for a male born on Sunday'],
|
467 |
+
'kpa': ['to carve'],
|
468 |
+
'Kpalime': ['name of an E ʋe town in Togo'],
|
469 |
+
'Kpando': ['name of an E ʋe town in Ghana'],
|
470 |
+
'idzedze': ['to succeed'],
|
471 |
+
'duu': ['to gaze at, to look'],
|
472 |
+
'nublanui': ['to have mercy/pity on someone', 'pity, sadness'],
|
473 |
+
'kpe': ['to invite someone, to meet someone (also incidently)', 'to help (someone)', 'to meet'],
|
474 |
+
'kpeɖeŋutɔ': ['helper, assistant'],
|
475 |
+
'Kpedze': ['name of an Eʋ e town in Ghana'],
|
476 |
+
'kpekpe': ['heavy'],
|
477 |
+
'kpekpeme': ['weight'],
|
478 |
+
'kpeto': ['cave'],
|
479 |
+
'kpla': ['to embrace'],
|
480 |
+
'k': ['to embrace'],
|
481 |
+
'kple': ['and/with', 'both, both of them', 'to come with someone'],
|
482 |
+
'kplefuu': ['misty, foggy, greyish'],
|
483 |
+
'kplɔ': ['to lead/accompany', 'table', 'to sweep something'],
|
484 |
+
'kplɔla': ['leader'],
|
485 |
+
'kpui': ['to be short/low; short/low'],
|
486 |
+
'kpuiƒe': ['nearby place'],
|
487 |
+
'Krachi': ['name of a town in Ghana'],
|
488 |
+
'krante': ['cutlass, matchet'],
|
489 |
+
'ku': ['to die; death', 'to serve someone a drink', 'to sling on the neck (e.g. bag)', 'to fetch water from a receptacle, e.g. pot'],
|
490 |
+
'ku/': ['seed; tablet, pill'],
|
491 |
+
'kui': ['seed; tablet, pill'],
|
492 |
+
'Kuɖa': ['Wednesday'],
|
493 |
+
'kuku': ['hat'],
|
494 |
+
'kuraa': ['rather, quite, fairly'],
|
495 |
+
'kutsetse': ['fruit'],
|
496 |
+
'kutu': ['orange (see also aŋuti)'],
|
497 |
+
'kuvia': ['laziness', 'to be lazy'],
|
498 |
+
'kuviatɔ': ['lazy person'],
|
499 |
+
'Kwami': ['name for a ma le born on Saturday'],
|
500 |
+
'kwasiɖa': ['every week, each week'],
|
501 |
+
'sia': ['every week, each week', 'this', 'all, without exception'],
|
502 |
+
'kwasi': ['every week, each week'],
|
503 |
+
'kwasiɖa/kɔsiɖa': ['week'],
|
504 |
+
'Kwasiɖa/Kɔsiɖa': ['Sunday'],
|
505 |
+
'laɖeɖe': ['fishing'],
|
506 |
+
'laɖela': ['fisherman'],
|
507 |
+
'ladzraƒe': ['meat/fish shop, butcher’s shop'],
|
508 |
+
'ladzrala': ['meat/fish dealer/seller'],
|
509 |
+
'lakɔ': ['large piece of meat, lump of meat'],
|
510 |
+
'lame': ['within the body', 'to be indisposed/sick/ill'],
|
511 |
+
'lanyila': ['one who rears animals as a profession, live'],
|
512 |
+
'lanyinyi': ['animal husbandry, rearing of animals, live'],
|
513 |
+
'latsola': ['butcher, one who kills animals for food'],
|
514 |
+
'nɔvisi': ['to hold hands of brotherhood, to co'],
|
515 |
+
'legba': ['idol', 'to model/mould an idol'],
|
516 |
+
'li': ['to exist, being present'],
|
517 |
+
'lolo': ['to be big/large/fat', 'big/large/fat'],
|
518 |
+
'Lome': ['capital of Togo (the largest E ʋe town)'],
|
519 |
+
'lɔƒɔ': ['direction of, towards, area of, vicinity of'],
|
520 |
+
'lɔlɔdzo': ['juju used for inducing love'],
|
521 |
+
'mama': ['grandmother'],
|
522 |
+
'mamayɔvi': ['grandchild'],
|
523 |
+
'mamlɛ': ['last/rest/residue'],
|
524 |
+
'mawo': ['those'],
|
525 |
+
'Mawu': ['God'],
|
526 |
+
'Mawuga': ['The Great God'],
|
527 |
+
'meganye': ['it is no longer, it is no more'],
|
528 |
+
'megbe': ['behind, rear, after; back (n.)', 'to be late, to remain behind'],
|
529 |
+
'mi': ['to swallow (something)'],
|
530 |
+
'mia': ['left'],
|
531 |
+
'miabɔta': ['left shoulder'],
|
532 |
+
'mlɔ': ['to lie, to lay', 'to lie down, lie in bed'],
|
533 |
+
'anyi': ['to lie down, lie in bed', 'to be seated; existed; lived; was', 'to lie on the stomach'],
|
534 |
+
'mlɔetɔ': ['the last'],
|
535 |
+
'mli': ['to roll (over)'],
|
536 |
+
'mo': ['face (see also ŋ kume )', 'to face, to look towards'],
|
537 |
+
'mɔɖeɖe': ['permission, permit'],
|
538 |
+
'mɔkeke': ['holiday'],
|
539 |
+
'mɔli': ['rice'],
|
540 |
+
'mɔta': ['on the road/ way'],
|
541 |
+
'mɔzɔzɔ': ['journey/travel/trek'],
|
542 |
+
'mu': ['to fall (standing objects not in motion)'],
|
543 |
+
'nake': ['firewood'],
|
544 |
+
'nane': ['something'],
|
545 |
+
'naneke': ['nothing'],
|
546 |
+
'nenemake': ['in the same way, in like manner'],
|
547 |
+
'nenie': ['how many, how much'],
|
548 |
+
'no': ['to drink'],
|
549 |
+
'nogo': ['round (solid objects; attr.)'],
|
550 |
+
'nogoo': ['round (solid objects; pred.)'],
|
551 |
+
'nots': ['milk'],
|
552 |
+
'nɔ': ["Past form of le 'to be (somewhere)'; lived, stayed", 'to be present at, to witness something', 'to live long', 'to be seated; existed; lived; was'],
|
553 |
+
'te': ['to be present at, to witness something', 'yam', 'under, below, underneath'],
|
554 |
+
'did': ['to live long'],
|
555 |
+
'nɔɖi': ['aunt (maternal)'],
|
556 |
+
'nɔnɔme': ['form, shape, condition, character'],
|
557 |
+
'nɔvi': ['relative (brother, sister, cousin)', 'to live in brotherhood/harmony'],
|
558 |
+
'nɔvinye': ['my relative/sister/brother/cousin'],
|
559 |
+
'nɔviwo': ['your relative/ sister/brother/cousin'],
|
560 |
+
'nuɖala': ['cook, one who cooks'],
|
561 |
+
'nudodo': ['clothing'],
|
562 |
+
'nuɖuɖu': ['food, eating (v.n.)'],
|
563 |
+
'nuɖuƒe': ['dining hall, restaurant'],
|
564 |
+
'nuƒeƒle': ['buying (v.n.)'],
|
565 |
+
'nufiafia': ['teaching'],
|
566 |
+
'nufiala': ['teacher'],
|
567 |
+
'nuƒlela': ['buyer, customer, one who buys'],
|
568 |
+
'nuƒoƒo': ['speaking/talk (v.n.)'],
|
569 |
+
'nugbagb': ['a living thing'],
|
570 |
+
'nuka': ['what'],
|
571 |
+
'nukata': ['why'],
|
572 |
+
'nukpaƒe': ["carver’s/sculptor's workshop"],
|
573 |
+
'nukpala': ['carver'],
|
574 |
+
'nukpɔ': ['seeing, sight'],
|
575 |
+
'nuku': ['crop, seed, product of the farm'],
|
576 |
+
'nunana': ['gift'],
|
577 |
+
'nuŋlɔti': ['pen, pencil'],
|
578 |
+
'nuŋɔŋlɔ': ['writing (v.n.)'],
|
579 |
+
'nusese': ['hearing (v.n.)'],
|
580 |
+
'nusɔsrɔ': ['learning, study (v.n.)'],
|
581 |
+
'nusrɔƒe': ['school, a place where one studies/learns'],
|
582 |
+
'nusrɔla': ['student, pupil, disciple , one who studies or learns'],
|
583 |
+
'nutaƒe': ['studio of an artist'],
|
584 |
+
'nutala': ['painter, artist, one who draws and paints'],
|
585 |
+
'nutata': ['painting, drawing; reptile'],
|
586 |
+
'nutome': ['region, district, area'],
|
587 |
+
'nutsotso': ['report, complaint'],
|
588 |
+
'nuwuwu': ['end'],
|
589 |
+
'nuxlɔamenya': ['word of advice'],
|
590 |
+
'nuxɔxlɔ': ['advice (see also núxlɔ̍a̍me̍)'],
|
591 |
+
'nyateƒe': ['truth, fact'],
|
592 |
+
'nyateƒetɔe': ['honestly, truly, truthfully'],
|
593 |
+
'nyi': ['cow'],
|
594 |
+
'nyikpɔ': ['cattle ranch'],
|
595 |
+
'nyinots': ['cow'],
|
596 |
+
'nyo': ['to be kind/generous', 'excellent, very good, splendid', 'to be good, beautiful, nice'],
|
597 |
+
'nyɔnu': ['woman'],
|
598 |
+
'nyɔnuvi': ['girl'],
|
599 |
+
'nyɔnuwu': ['dress, women’s wear'],
|
600 |
+
'nyre': ['to sharpen (e.g. knife)'],
|
601 |
+
'nyrɔe': ['uncle (maternal)'],
|
602 |
+
'nyui': ['good/beautiful/nice'],
|
603 |
+
'ŋdi': ['morning', 'early morning'],
|
604 |
+
'kanya': ['early morning'],
|
605 |
+
'ŋdinuɖuɖu': ['breakfast'],
|
606 |
+
'ŋdɔ': ['noon, midday, sun', 'Good day to you', 'hot noon, hot sun'],
|
607 |
+
'sese': ['hot noon, hot sun', 'strong, hard'],
|
608 |
+
'ŋdɔʋuʋu': ['sunshine'],
|
609 |
+
'ŋeŋe': ['broken'],
|
610 |
+
'ŋgɔ': ['front, surface (of liquids)'],
|
611 |
+
'ŋgɔgbe': ['front, foreward, future'],
|
612 |
+
'ŋkekea': ['the day comes, the time is up'],
|
613 |
+
'ŋkɔ': ['name', 'real name', 'to be famous/popular'],
|
614 |
+
'ŋutɔ': ['real name', 'very'],
|
615 |
+
'ŋkume': ['face, surface (e.g. mirror, cloth), before', 'to face, to look towards'],
|
616 |
+
'ŋlɔ': ['to write a book/letter', 'to weed/clear a farm', 'to write something'],
|
617 |
+
'ŋɔti': ['nose'],
|
618 |
+
'Ŋɔtsie': ['name of an ancient E ʋe settlement, also name of a'],
|
619 |
+
'ŋu/': ['surface e.g. of wall, tree trunk, body'],
|
620 |
+
'ŋuti': ['surface e.g. of wall, tree trunk, body'],
|
621 |
+
'ŋufɔke': ['next day'],
|
622 |
+
'ŋukekle': ['greed, greediness'],
|
623 |
+
'ŋuklela': ['greedy person'],
|
624 |
+
'ŋutete': ['one’s best, what is within one’s power or ability'],
|
625 |
+
'ŋutifafa': ['peace'],
|
626 |
+
'ŋutinya': ['history, story'],
|
627 |
+
'ŋutsu': ['man'],
|
628 |
+
'ŋutsuvi': ['boy'],
|
629 |
+
'ŋutsuwu': ['men’s wear/clothes'],
|
630 |
+
'O': ['No'],
|
631 |
+
'Osɔfo': ['Pastor, Priest, Father (as in the Roman Catholic'],
|
632 |
+
'Oyɔ': ['the name of an ancient E ʋe settlement – the sight is'],
|
633 |
+
'Peki': ['name of an E ʋe town in Ghana'],
|
634 |
+
'petee': ['completely, entirely, altogether (see also kéŋ́kéŋ́ )'],
|
635 |
+
'priku': ['mongoose (see also axlɔ̃́ẽ ́)'],
|
636 |
+
'sabala': ['onion'],
|
637 |
+
'sama': ['summons', 'to summon'],
|
638 |
+
'se': ['to recover/get well; to be strong/hard', 'to hear something', 'to feel pain', 'to smell (something), to scent', 'to believe (something)'],
|
639 |
+
'veve': ['to feel pain', 'pain'],
|
640 |
+
'see': ['a little while'],
|
641 |
+
'siawo': ['these'],
|
642 |
+
'sika': ['gold'],
|
643 |
+
'sikagba/sikatsigba': ['golden plate'],
|
644 |
+
'sikli': ['sugar'],
|
645 |
+
'sisi': ['escape, the act of running away'],
|
646 |
+
'sisiƒe/siƒe': ['sight of escape , a place where one can escape'],
|
647 |
+
'sisila': ['one who runs away, a runaway'],
|
648 |
+
'sowuiɛ': ['umbrella'],
|
649 |
+
'pɛ': ['same as, just as, just equal to'],
|
650 |
+
'sɔe': ['to be little/small/few; little/small/few'],
|
651 |
+
'sɔgbɔ': ['many, enough'],
|
652 |
+
'sra': ['to pay (someone) a visit'],
|
653 |
+
'srɔ': ['spouse, wife/husband', 'to learn'],
|
654 |
+
'srɔnyɔnu': ['wife (see also as i)'],
|
655 |
+
'srɔŋutsu': ['husband (see also atsú)'],
|
656 |
+
'subɔ': ['to serve/worship'],
|
657 |
+
'subɔla': ['servant, worshiper'],
|
658 |
+
'sukudede': ['schooling, attendance at school'],
|
659 |
+
'sukudeɣi': ['school days'],
|
660 |
+
'sukuhati': ['schoolmate'],
|
661 |
+
'sukuvi': ['pupil, student'],
|
662 |
+
'sukuxɔ': ['school building'],
|
663 |
+
'susu': ['thought', 'to think'],
|
664 |
+
'ɖum': ['to have a headache'],
|
665 |
+
'taflo': ['board (for writing on in schools etc.)'],
|
666 |
+
'takpexɔ': ['meeting hall'],
|
667 |
+
'takuvi': ['handkerchief'],
|
668 |
+
'Tamale': ['name of a town in the north of Ghana'],
|
669 |
+
'tamebubu': ['thinking, thought'],
|
670 |
+
'tasi': ['aunt (paternal)'],
|
671 |
+
'tedzi': ['donkey, ass'],
|
672 |
+
'teƒe': ['place, times (as in 2 times 2)'],
|
673 |
+
'tegbee': ['always, forever'],
|
674 |
+
'tegble': ['round (attr.)'],
|
675 |
+
'tegblee': ['round (pred.)'],
|
676 |
+
'tete': ['then, and then'],
|
677 |
+
'titina': ['middle, centre'],
|
678 |
+
'titinasuku': ['middle school'],
|
679 |
+
'titri': ['thick (adj. from tri)'],
|
680 |
+
'togbɔ': ['though, although'],
|
681 |
+
'togbɛ': ['hill'],
|
682 |
+
'Togo': ['Capital of Togo'],
|
683 |
+
'duga': ['Capital of Togo'],
|
684 |
+
'tɔ': ['river, sea, lake, any large collection of water', 'father (see also fofo)', 'to stop, halt, stand still'],
|
685 |
+
'(v.)': ['to stop, halt, stand still'],
|
686 |
+
'tɔɖi': ['uncle (paternal; younger brother of father)'],
|
687 |
+
'tɔdziʋu': ['ship, boat'],
|
688 |
+
'tɔƒo': ['surface (of water)'],
|
689 |
+
'tɔgbi': ['grandfather'],
|
690 |
+
'tɔsisi': ['river'],
|
691 |
+
'tɔtrɔ': ['turning, change'],
|
692 |
+
'tɔtrɔƒe/trɔ': ['point of return'],
|
693 |
+
'tɔwowo': ['yours, your people/relatives'],
|
694 |
+
'tɔxɛ': ['special'],
|
695 |
+
'trɔ': ['to turn, to change', 'fetish', 'to turn to/towards', 'to return, come back', 'to face, to look towards', 'to face, to look towards', 'to turn and come (back) to', 'to turn and go (back) to'],
|
696 |
+
'va': ['to turn and come (back) to', 'to come'],
|
697 |
+
'yi': ['to turn and go (back) to', 'to go', 'cutlass, matchet (see also kra̍nté)', 'to come with someone', 'to continue (doing something)'],
|
698 |
+
'trɔsi': ['fetish priest/priestess'],
|
699 |
+
'trɔtɔ': ['fetish owner'],
|
700 |
+
'trɔxɔ': ['fetish hut/house'],
|
701 |
+
'tre': ['calabash', 'to stand up'],
|
702 |
+
'tri': ['thick'],
|
703 |
+
'tsaɖiʋu': ['touring car'],
|
704 |
+
'tsɛ': ['younger brother'],
|
705 |
+
'tsiƒuƒe': ['swimming pool, place where one can swim'],
|
706 |
+
'tsiƒuƒu': ['swimming'],
|
707 |
+
'tsiƒula': ['swimmer'],
|
708 |
+
'tsikɔ': ['to be thirsty'],
|
709 |
+
'tsikɔ/': ['thirst'],
|
710 |
+
'tsikɔwuame': ['thirst'],
|
711 |
+
'tsileƒe': ['bath/bathroom'],
|
712 |
+
'tsitsitɔ': ['the older/elder one'],
|
713 |
+
'tsiwu': ['rain coat'],
|
714 |
+
'tso': ['to fell (a tree); to slaughter', 'to rise/stand up; to come from', 'to report someone', 'to rise/revolt against someone', 'to found a town or village', 'from that time, since then'],
|
715 |
+
'tsɔ': ['to take, to carry', 'to pledge (s omething), to entrust into someone’s care', 'to give to', 'to care about/ care for/ to show interest in someone', 'to forgive/excuse someone', 'to bring something', 'to go with something, to take to'],
|
716 |
+
'eme': ['to care about/ care for/ to show interest in someone'],
|
717 |
+
'vɛ': ['to bring something'],
|
718 |
+
'yii': ['to go with something, to take to'],
|
719 |
+
'tsɔla': ['carrier, one who carries'],
|
720 |
+
'tsrɔ': ['to eliminate/destroy'],
|
721 |
+
'tsyɔ': ['to lie on the stomach'],
|
722 |
+
'akɔ': ['to lie on the stomach'],
|
723 |
+
'tsyɔe': ['to be pointed'],
|
724 |
+
'tume': ['back of the body'],
|
725 |
+
'tutuutu': ['exactly, definitely, surely'],
|
726 |
+
'vaseɖe': ['up to, until, till'],
|
727 |
+
'vava': ['coming/arrival of'],
|
728 |
+
'vevesese': ['feeling of pain'],
|
729 |
+
'vevienyenye': ['importance'],
|
730 |
+
'vidzi': ['baby'],
|
731 |
+
'vie': ['little, small, few'],
|
732 |
+
'vinye': ['my child'],
|
733 |
+
'viŋutsuvi': ['son'],
|
734 |
+
'vivi': ['sweet, interesting'],
|
735 |
+
'viwo': ['your child'],
|
736 |
+
'vɔ': ['to be finished', 'to be afraid'],
|
737 |
+
'vu': ['a fight with blows', 'to fight with blows'],
|
738 |
+
'vuwɔdzɔ': ['juju used for fighting (“fighting juju”)'],
|
739 |
+
'ʋɔnudrɔƒe': ['court, court room'],
|
740 |
+
'ʋɔnudrɔla': ['judge'],
|
741 |
+
'ʋɔtru': ['door'],
|
742 |
+
'ʋe': ['to smell (something), to scent'],
|
743 |
+
'ʋeʋe': ['smell, scent'],
|
744 |
+
'ʋeʋesese': ['smelling (v.n.)'],
|
745 |
+
'ʋli': ['to struggle'],
|
746 |
+
'ʋuƒola': ['drummer'],
|
747 |
+
'dometɔ': ['one of them'],
|
748 |
+
'ɖokuiwo': ['they are well, they are fine (a form of greeting)'],
|
749 |
+
'wodɔ': ['they are well/fine (a form of greeting)'],
|
750 |
+
'woe': ['you are welcome'],
|
751 |
+
'zɔ': ['you are welcome', 'to walk', 'to travel, to go on a journey', 'to travel through, to pass through'],
|
752 |
+
'wɔ': ['to do/make', 'flour', 'to treat/cure someone', 'to work', 'to maltreat someone', 'to be lazy', 'to live in brotherhood/harmony', 'to offend (someone)', 'to do (something) to (someone), to harm (someone)', 'to fight with blows'],
|
753 |
+
'ike': ['to treat/cure someone'],
|
754 |
+
'vevi': ['to do (something) to (someone), to harm (someone)'],
|
755 |
+
'(a': ['to do (something) to (someone), to harm (someone)'],
|
756 |
+
'me)': ['to do (something) to (someone), to harm (someone)'],
|
757 |
+
'wuiade': ['sixteen'],
|
758 |
+
'wuiadre': ['seventeen'],
|
759 |
+
'wuiasieke': ['nineteen'],
|
760 |
+
'wuiatɔ': ['fifteen'],
|
761 |
+
'wuiɖekɛ': ['eleven'],
|
762 |
+
'wuiene': ['fourteen'],
|
763 |
+
'wuienyi': ['eighteen'],
|
764 |
+
'wuieve': ['twelve'],
|
765 |
+
'wuwu': ['killing (v.n.)'],
|
766 |
+
'xa': ['by the side of, near to'],
|
767 |
+
'xaxa/xax': ['to be narrow; narrow'],
|
768 |
+
'xe': ['to pay a fee', 'to pay a debt, to pay for services'],
|
769 |
+
'adzɔ': ['to pay a fee'],
|
770 |
+
'xevi': ['bird'],
|
771 |
+
'xexeme´': ['the world'],
|
772 |
+
'xexi': ['umbrella'],
|
773 |
+
'xlɔ': ['to advise someone'],
|
774 |
+
'xle': ['to read a book/letter', 'to count something'],
|
775 |
+
'xoxo': ['already'],
|
776 |
+
'xoxooxo': ['long ago, long long ago'],
|
777 |
+
'(nu': ['to believe (something)'],
|
778 |
+
'dzi)': ['to believe (something)'],
|
779 |
+
'xɔla': ['saviour, receiver'],
|
780 |
+
'xɔlɔ': ['friend'],
|
781 |
+
'xɔse': ['belief'],
|
782 |
+
'xɔtuƒe': ['building site'],
|
783 |
+
'xɔtula': ['builder'],
|
784 |
+
'xɔxɔnu': ['court yard'],
|
785 |
+
'ya': ['air, gas (in aeriform)'],
|
786 |
+
'yaa': ['tasteless (not sweet, not bitter)'],
|
787 |
+
'yameʋu': ['aeroplane'],
|
788 |
+
'Yawa': ['name for a female born on Thursday'],
|
789 |
+
'Yawo': ['name for a male born on Thursday'],
|
790 |
+
'Yawoɖa': ['Thursday'],
|
791 |
+
'yayra': ['blessing'],
|
792 |
+
'yevu': ['European, white person'],
|
793 |
+
'yeye': ['new, fresh'],
|
794 |
+
'yibɔ': ['black (attr.)'],
|
795 |
+
'yibɔɔ': ['black (pred.)'],
|
796 |
+
'yiyi': ['departure'],
|
797 |
+
'yoo': ['alright, O.K.'],
|
798 |
+
'yɔ': ['to call'],
|
799 |
+
'yra': ['to bless someone'],
|
800 |
+
'yrɔ': ['to wither'],
|
801 |
+
'za': ['night', 'night falls, night has fallen'],
|
802 |
+
'zatiƒe/zatitina': ['midnight'],
|
803 |
+
'ze': ['pot'],
|
804 |
+
'zi': ['the largest type of ante lope found in the savanah', 'to keep silent', 'three times a day, thrice daily', 'first time, the first time', 'to refuse to speak'],
|
805 |
+
'ɖoɖoe': ['to keep silent'],
|
806 |
+
'kpi': ['to refuse to speak'],
|
807 |
+
'zikpui': ['stool, seat'],
|
808 |
+
'zɔzɔ': ['walking (v.n.)'],
|
809 |
+
'zrɔ': ['to be smooth'],
|
810 |
+
'zɔzrɔe': [''],
|
811 |
+
'zu': ['to become'],
|
812 |
+
}
|
Dictionnaries/KABDICT525.json
ADDED
@@ -0,0 +1,608 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
'–tisuu': ['accept(v)'],
|
3 |
+
'ℇsɩ': ['as'],
|
4 |
+
'tℇzuu': ['across'],
|
5 |
+
'pɔzυυ': ['ask(v)'],
|
6 |
+
'sɔzυυ': ['add(v)'],
|
7 |
+
'tasυυ': ['add(v)', 'again'],
|
8 |
+
'sɩnυyυ': ['assistant'],
|
9 |
+
'sɩnɩyaa': ['assistant'],
|
10 |
+
'tɔm': ['affair'],
|
11 |
+
'tɔmnaa': ['affair'],
|
12 |
+
'dℇ': ['at'],
|
13 |
+
'sɔŋdυsewu': ['afraid(tobe)'],
|
14 |
+
'Lυtɔzɔfenaɣ': ['August'],
|
15 |
+
'wayɩ': ['after', 'behind', 'future'],
|
16 |
+
'wɩsɩda': ['afternoon'],
|
17 |
+
'tasɩ': ['again'],
|
18 |
+
'ɖaanɩ': ['again'],
|
19 |
+
'tisuu': ['agree(v)'],
|
20 |
+
'heelɩm': ['air'],
|
21 |
+
'ℇsɔdalɔrɩyℇ': ['airplane'],
|
22 |
+
'tɩŋℇ': ['all'],
|
23 |
+
'allow(v)': ['kpekpe'],
|
24 |
+
'alone': ['–nυmawhawυ,nυmawyebu'],
|
25 |
+
'also': ['ɖeke'],
|
26 |
+
'always': ['ɖɔɖɔ'],
|
27 |
+
'America': ['–tamtam'],
|
28 |
+
'American–': ['–Amerika'],
|
29 |
+
'among': ['Amerikadυ,Amerikamba'],
|
30 |
+
'da': ['hℇkυ'],
|
31 |
+
'nℇ': ['and'],
|
32 |
+
'kpɩnℇ/kpɩna': ['animal'],
|
33 |
+
'sυlυmυυ': ['ask(v)'],
|
34 |
+
'cosuu': ['answer(v)'],
|
35 |
+
'paaɖoye': ['anyday'],
|
36 |
+
'April': ['anything–paaebe,paabebe,natυyυ'],
|
37 |
+
'arrest': ['Ðomaɣ,Nazafenaɣ'],
|
38 |
+
'arrive': ['kpawυ'],
|
39 |
+
'article–': ['–talυυ'],
|
40 |
+
'Hostedforfreeonlivelingua.com': ['nɩwu'],
|
41 |
+
'baby–pυa': ['95B'],
|
42 |
+
'back': ['bicycle–cℇcℇ,cℇcℇnaa'],
|
43 |
+
'big–sɔsɔ': ['sɩɣye'],
|
44 |
+
'pɩfℇɩɖew': ['wrong'],
|
45 |
+
'–sumaɣ': ['bird'],
|
46 |
+
'sumasi': ['bird'],
|
47 |
+
'–wondu': ['baggage'],
|
48 |
+
'wondunaa': ['baggage'],
|
49 |
+
'bite(v)': ['bank–baŋki'],
|
50 |
+
'baobab–teluw': ['–nyasυυ'],
|
51 |
+
'kolu': ['blacksmith'],
|
52 |
+
'kolaa': ['blacksmith'],
|
53 |
+
'nyɔsɩhυmyυ': ['barber'],
|
54 |
+
'–calɩm': ['blood'],
|
55 |
+
'ɖɔkυ': ['basket'],
|
56 |
+
'ɖɔkυŋ': ['basket'],
|
57 |
+
'bathe(v)': ['body–tɔnυ,tomnaɣ'],
|
58 |
+
'boil–wasυυ': ['sɔwυ'],
|
59 |
+
'–cokodo': ['bathingsuit'],
|
60 |
+
'takayaaɣ': ['book'],
|
61 |
+
'takayisi': ['book'],
|
62 |
+
'lɩmɖɩsɔyℇ': ['bathroom'],
|
63 |
+
'–lυlυυ': ['born(tobe)(v)'],
|
64 |
+
'tɔsɩpℇℇ': ['battery(flashlight)'],
|
65 |
+
'tɔsɩpɩyℇborrow(v)': ['battery(flashlight)'],
|
66 |
+
'beach–teŋgunɔɣ': ['kindυυ'],
|
67 |
+
'–nyυwdυ': ['boss'],
|
68 |
+
'nyυŋdɩnaa': ['boss'],
|
69 |
+
'sɔsɔsɔsaa': ['boss'],
|
70 |
+
'kℇwυ': ['be(v)'],
|
71 |
+
'kpalaba': ['bottle'],
|
72 |
+
'–mabυ': ['beat(v)'],
|
73 |
+
'beans–sona': ['boy–abalυ,pυa,abalυpiya'],
|
74 |
+
'kpɔnυ': ['bread'],
|
75 |
+
'mbυpυyɔɔyɔ': ['because'],
|
76 |
+
'pυdɔbυse': ['because'],
|
77 |
+
'yɔkυυ': ['break'],
|
78 |
+
'pℇlυυ': ['break'],
|
79 |
+
'pɩsυυ': ['become(v)'],
|
80 |
+
'(v)': ['brewcukutu'],
|
81 |
+
'bed–ndene': ['pυwυ'],
|
82 |
+
'kaɖυ': ['pυwυ'],
|
83 |
+
'kɔnaw': ['bring(v)'],
|
84 |
+
'–nyalυυ': ['bed(mat)'],
|
85 |
+
'nyalɩm': ['bed(mat)'],
|
86 |
+
'ɖalυ': ['brother(elder)'],
|
87 |
+
'ɖalυnaa': ['brother(elder)'],
|
88 |
+
'ɖaŋ': ['room'],
|
89 |
+
'ɖamɩŋ': ['room'],
|
90 |
+
'–tɔka': ['bucket'],
|
91 |
+
'tɔkasɩ': ['bucket'],
|
92 |
+
'tυw': ['bee–'],
|
93 |
+
'tυŋ': ['bee–'],
|
94 |
+
'mawυ': ['write(v)'],
|
95 |
+
'building–kuduyu': ['beer–biya,anasaɩsυlυm'],
|
96 |
+
'kuduyuŋ': ['beer–biya,anasaɩsυlυm'],
|
97 |
+
'burn(v)': ['–hulaɣkuluu'],
|
98 |
+
'beg(v)': ['sɔbυ,nyɣazυυ,nyɣazυυ'],
|
99 |
+
'begin–pazυυ': ['sɔbυ,nyɣazυυ,nyɣazυυ'],
|
100 |
+
'pim': ['bury(v)'],
|
101 |
+
'–pɩwayɩ': ['behind', 'beyond'],
|
102 |
+
'tυmɩyℇ': ['service', 'office'],
|
103 |
+
'tυma': ['service', 'tυmɩyℇ,'],
|
104 |
+
'–sυlυm': ['beverage'],
|
105 |
+
'ℇsasℇwυ': ['busy(tobe)'],
|
106 |
+
'ɖɔkɩnaw': ['busy(tobe)'],
|
107 |
+
'pɩtℇlℇ': ['but'],
|
108 |
+
'pɩkazɩ': ['but'],
|
109 |
+
'96C': ['Hostedforfreeonlivelingua.com'],
|
110 |
+
'sɩɖυ': ['cadaver'],
|
111 |
+
'sɩɖaa': ['cadaver'],
|
112 |
+
'sukuliɖaŋ': ['classroom'],
|
113 |
+
'yawυ': ['call(v)'],
|
114 |
+
'cɩɖɩcɩɖɩ': ['clean'],
|
115 |
+
'foto': ['camera'],
|
116 |
+
'cancel': ['clear–kelekele,kpɩlɩŋgbɩlɩ'],
|
117 |
+
'clock': ['hɩzυυ'],
|
118 |
+
'careful': ['wacɩsɔsɔw'],
|
119 |
+
'close': ['tɩyɔɔcɔnaw'],
|
120 |
+
'carpenter': ['tɔwυ,ɖɩɣwυ'],
|
121 |
+
'cloth': ['kafinda,kafindanaa'],
|
122 |
+
'carry(v)': ['pɩsaw,pɩsaŋ'],
|
123 |
+
'cloth(traditional)': ['sɩɣlυυ'],
|
124 |
+
'cloud': ['pɩsaw,pɩsaŋ'],
|
125 |
+
'cash': ['ℇsɔmɩndυ,ℇsɔmɩndυ'],
|
126 |
+
'coat': ['lidiye'],
|
127 |
+
'cobra': ['kotu'],
|
128 |
+
'catch': ['ɖa'],
|
129 |
+
'cock': ['kpawυ'],
|
130 |
+
'cement': ['–kalɩmaw,kalɩmaŋ'],
|
131 |
+
'coffee': ['somtu'],
|
132 |
+
'cemetery': ['kɔfɩ'],
|
133 |
+
'college–sukulisɔsɔw': ['pilaŋyɔɔ,ℇyaaɖibinɖe'],
|
134 |
+
'sɔnzi': ['ceremony'],
|
135 |
+
'niŋkaɣ': ['cold'],
|
136 |
+
'kpasi': ['chain'],
|
137 |
+
'saɣtaɣ': ['comb'],
|
138 |
+
'saɣtasɩ': ['comb'],
|
139 |
+
'kpelaɣ': ['chair'],
|
140 |
+
'kpelasi': ['chair'],
|
141 |
+
'seɣtuu': ['comb(v)'],
|
142 |
+
'come(v)': ['kpeŋgbelaɣ,kpeŋgbelasi'],
|
143 |
+
'cheese': ['kɔm'],
|
144 |
+
'comefrom(v)': ['waakasɩ'],
|
145 |
+
'chief': ['linaυ'],
|
146 |
+
'comeout(v)': ['wiyaw,awiya'],
|
147 |
+
'chicken': ['lɩwυ'],
|
148 |
+
'cometogether(v)': ['kelimiye,keleme'],
|
149 |
+
'child': ['kpeeluu'],
|
150 |
+
'comfortable': ['pυa,pɩa'],
|
151 |
+
'choose(v)': ['ɖew'],
|
152 |
+
'commerce': ['lɩzυυ'],
|
153 |
+
'cukutu': ['tadɩyℇ'],
|
154 |
+
'company': ['sυlυm'],
|
155 |
+
'cukutucalabash': ['ŋgbℇyℇ'],
|
156 |
+
'complete(v)': ['caɖaɣ,caɖasi'],
|
157 |
+
'church': ['tℇzυυ'],
|
158 |
+
'condition': ['cɔɔcɩ'],
|
159 |
+
'church(building)': ['wℇtυ'],
|
160 |
+
'continue(v)': ['cɔɔcɩkuduyu,'],
|
161 |
+
'esɔkuduyu': ['pɩyɔɔwobu'],
|
162 |
+
'kandυυ': ['control(v)'],
|
163 |
+
'tℇtυsɔsɔtυ': ['city'],
|
164 |
+
'fawɩyℇ': ['conversation'],
|
165 |
+
'97': ['Hostedforfreeonlivelingua.com'],
|
166 |
+
'tɩzυυ': ['cook(v)'],
|
167 |
+
'hiluu': ['cooksoup(v)'],
|
168 |
+
'sɩɖɩsɩɖɩ': ['cool–niɣduu,niŋkaɣ'],
|
169 |
+
'yalυυ': ['copulate(v)'],
|
170 |
+
'–lidiyemυwυ': ['cost(v)'],
|
171 |
+
'kpezuu': ['cough(v)'],
|
172 |
+
'–kalυυ': ['count'],
|
173 |
+
'ℇjaɖℇ': ['country'],
|
174 |
+
'tℇtυ': ['country'],
|
175 |
+
'tℇtυnaa': ['country'],
|
176 |
+
'ɖℇdυ': ['cousin'],
|
177 |
+
'ɖℇdɩnaa': ['cousin'],
|
178 |
+
'co': ['cover–suluu,suluŋ'],
|
179 |
+
'yυnɖɔŋ': ['wife'],
|
180 |
+
'yυnɖɔma': ['wife'],
|
181 |
+
'tℇzυυ': ['cross(v)'],
|
182 |
+
'lℇdυυ': ['cross(v)'],
|
183 |
+
'cup': ['cry(v)wiluu'],
|
184 |
+
'customer–yaɖυ': ['kɔpυ'],
|
185 |
+
'yaɖaa': ['kɔpυ'],
|
186 |
+
'sℇtυυ': ['cut(v)'],
|
187 |
+
'cℇbυ': ['heal(v)'],
|
188 |
+
'98D': ['Hostedforfreeonlivelingua.com'],
|
189 |
+
'payℇ': ['dance'],
|
190 |
+
'ɖakυta': ['doctor'],
|
191 |
+
'kɔyℇlaɖυ': ['doctor'],
|
192 |
+
'kɔyℇlaɖaa': ['doctor'],
|
193 |
+
'cɩkpℇndυ': ['dark'],
|
194 |
+
'haɣ': ['dog'],
|
195 |
+
'donkey': ['date–wiye'],
|
196 |
+
'daughter': ['kpaŋaɣ'],
|
197 |
+
'door–muluku': ['pℇlɔ'],
|
198 |
+
'mulukuŋ': ['pℇlɔ'],
|
199 |
+
'pɔɔyυυ': ['pℇlɔ'],
|
200 |
+
'pɔɔyυŋ': ['pℇlɔ'],
|
201 |
+
'tℇbɩyℇ': ['dawn'],
|
202 |
+
'–naalℇ': ['double'],
|
203 |
+
'agbaka': ['double'],
|
204 |
+
'nabυlℇ': ['double'],
|
205 |
+
'day–kaakυ': ['da'],
|
206 |
+
'dayaftertomorrow': ['doughnut–kℇkℇyaɣ,kℇkℇsɩ', 'ɖozuu'],
|
207 |
+
'dream(v)': ['–ceenℇkife'],
|
208 |
+
'future': ['ɖozuu'],
|
209 |
+
'ɖoziye': ['–ceewayɩdream'],
|
210 |
+
'ɖoza': ['–ceewayɩdream'],
|
211 |
+
'–ɖeɖewayɩ': ['daybeforeyesterday'],
|
212 |
+
'manɖamtoko': ['dress'],
|
213 |
+
'halaatoko': ['dress'],
|
214 |
+
'sɩm': ['death'],
|
215 |
+
'nyɔwυ': ['drink(v)'],
|
216 |
+
'maɣzυυ': ['think(v)', 'measure(v)'],
|
217 |
+
'sawυ': ['drive(v)'],
|
218 |
+
'cℇzυυ': ['deceive(v)'],
|
219 |
+
'wɩlɩŋ': ['dry'],
|
220 |
+
'Saŋayɩŋ': ['December'],
|
221 |
+
'lυŋɩyℇ': ['dryseason'],
|
222 |
+
'nɩwυ': ['defecate(v)', 'hear(v)'],
|
223 |
+
'dentist': ['during–alυwatυndυ'],
|
224 |
+
'dust': ['–kela,kɔyℇlaɖυ'],
|
225 |
+
'deny(v)': ['mυzυυ'],
|
226 |
+
'duty': ['kpℇzυυ'],
|
227 |
+
'tibu': ['descend(v)'],
|
228 |
+
'sɔɔlɩm': ['wish'],
|
229 |
+
'ɖoluu': ['dew'],
|
230 |
+
'kahυyɔ': ['diarrhea'],
|
231 |
+
'sɩbυ': ['die(v)'],
|
232 |
+
'ndɩndɩ': ['different'],
|
233 |
+
'ɖoŋ': ['hard'],
|
234 |
+
'–pɩwℇɖoŋ': ['difficult(itis)'],
|
235 |
+
'kaɖℇ': ['difficult,hard'],
|
236 |
+
'huyuu': ['dig(v)'],
|
237 |
+
'–tɔɔnaɣ': ['diningroom'],
|
238 |
+
'dinner': ['ɖɩdɔɔyℇ'],
|
239 |
+
'dirty': ['ɖanaɣyɔɔtɔɔnaɣ'],
|
240 |
+
'dish': ['kυzɔɔtυ,asuluma'],
|
241 |
+
'disturbwater': ['nyanaɣ,nyanzɩ'],
|
242 |
+
'each–paawei': ['99E'],
|
243 |
+
'naŋgbaŋ': ['ear'],
|
244 |
+
'lɔŋ': ['early'],
|
245 |
+
'ℇjaɖℇtℇtυ': ['earth'],
|
246 |
+
'pɩfℇɩɖoŋ': ['easy'],
|
247 |
+
'tɔɔwυ': ['eat(v)'],
|
248 |
+
'eatfruit(likemango)': ['eat(candy,fruit)–mυwυ'],
|
249 |
+
'eat(yams)': ['mυzυυ'],
|
250 |
+
'effort': ['nyasυυ'],
|
251 |
+
'egg': ['koŋkaɖɩ'],
|
252 |
+
'either': ['yaɖℇ,yala'],
|
253 |
+
'enjoy(v)': ['yaa'],
|
254 |
+
'enough': ['leleŋnɩwυ'],
|
255 |
+
'enter(v)': ['pɩmaɣ'],
|
256 |
+
'entire': ['sυυ'],
|
257 |
+
'evening': ['mam'],
|
258 |
+
'everything': ['–ɖanaɣ,ɖanasɩ'],
|
259 |
+
'excuseme': ['pɩtɩŋℇ'],
|
260 |
+
'exist(v)': ['kafaɖa'],
|
261 |
+
'expensive': ['wℇwυ'],
|
262 |
+
'explain(v)': ['caɖaa'],
|
263 |
+
'eye': ['pɩdaalɩzυυ'],
|
264 |
+
'face': ['100F'],
|
265 |
+
'finish(v)': ['ℇsℇda'],
|
266 |
+
'fall(v)': ['–tℇm,tℇzυυ'],
|
267 |
+
'finished': ['tɔlυυ'],
|
268 |
+
'falllikerain(v)': ['pɩdℇma'],
|
269 |
+
'first': ['nɩwυ'],
|
270 |
+
'false': ['kadzalaɣ'],
|
271 |
+
'flavor': ['cℇtɩm'],
|
272 |
+
'family': ['leleŋ'],
|
273 |
+
'floor': ['–cejewiye'],
|
274 |
+
'far–poliŋ': ['tataa'],
|
275 |
+
'mυlυm': ['flour'],
|
276 |
+
'fɔɣ': ['farm'],
|
277 |
+
'hayɩm': ['farm'],
|
278 |
+
'tɩŋυυ': ['follow(v)'],
|
279 |
+
'haɖυ': ['farmer'],
|
280 |
+
'haɖaa': ['farmer'],
|
281 |
+
'tɔɔnaɣ': ['food'],
|
282 |
+
'tɔɔnasɩ': ['food'],
|
283 |
+
'foot': ['fast–waka'],
|
284 |
+
'father–': ['natalυυ'],
|
285 |
+
'force': ['caa,caanaa'],
|
286 |
+
'fatigue': ['ɖoŋ'],
|
287 |
+
'forest–law': ['nyɩŋazɩ,nɩwυ'],
|
288 |
+
'laŋ': ['nyɩŋazɩ,nɩwυ'],
|
289 |
+
'lakυw': ['nyɩŋazɩ,nɩwυ'],
|
290 |
+
'lakɩŋ': ['nyɩŋazɩ,nɩwυ'],
|
291 |
+
'kυdzɔw': ['favor'],
|
292 |
+
'sɔwυ': ['forget(v)'],
|
293 |
+
'kυdzɔwlabυ': ['favor(todo)'],
|
294 |
+
'ℇsℇndaa': ['forward'],
|
295 |
+
'sɔɔlɩmdυ': ['favorite'],
|
296 |
+
'nanza': ['four'],
|
297 |
+
'sɔŋdυ': ['fear'],
|
298 |
+
'yebu': ['free(v)'],
|
299 |
+
'friday': ['feast–kasandυ'],
|
300 |
+
'February': ['Kumea'],
|
301 |
+
'friendship': ['Lℇlaɣ'],
|
302 |
+
'feces': ['ℇgbaadɩyℇ'],
|
303 |
+
'from': ['pɩndυ'],
|
304 |
+
'feet–nataŋ': ['lɩna'],
|
305 |
+
'–cee': ['future'],
|
306 |
+
'–koloŋa': ['fence'],
|
307 |
+
'kolonzi': ['fence'],
|
308 |
+
'–mυzυŋ': ['fertility'],
|
309 |
+
'huɖe': ['fertilizer'],
|
310 |
+
'kɩnamɩyℇ': ['fever'],
|
311 |
+
'cabɩ': ['few'],
|
312 |
+
'kadaɣ': ['field'],
|
313 |
+
'nɩɩnυwa': ['fifty'],
|
314 |
+
'suyuu': ['fill(v)'],
|
315 |
+
'ntℇzɩlℇ': ['finally'],
|
316 |
+
'hiwu': ['find(v)'],
|
317 |
+
'alafɩa': ['health'],
|
318 |
+
'ɖew': ['fine', 'nice'],
|
319 |
+
'game': ['101G'],
|
320 |
+
'hair': ['aleɣya'],
|
321 |
+
'garden': ['nɔysɩ'],
|
322 |
+
'haircut': ['kaɖaɣ'],
|
323 |
+
'gasstation': ['nɖysɩhυm'],
|
324 |
+
'half': ['–sanzɩɖɩbℇdɩyℇ'],
|
325 |
+
'gather(v)': ['hɔɔlυυ,hɔɔlυŋ'],
|
326 |
+
'happen(v)': ['–kpeeluu'],
|
327 |
+
'gift': ['labυ'],
|
328 |
+
'happy': ['kɩzaw,kɩzay'],
|
329 |
+
'give–hawυ': ['laŋhυlυmɩyℇ,taaleleŋ'],
|
330 |
+
'ℇsɔ': ['god'],
|
331 |
+
'ℇsɔnaa': ['god'],
|
332 |
+
'hulaɣ': ['hat'],
|
333 |
+
'ɖℇwυ': ['tired(tobe)', 'goaway(v)'],
|
334 |
+
'kυlυυ': ['goaway(v)'],
|
335 |
+
'–tibu': ['godown'],
|
336 |
+
'naŋgbaŋɖυwυ': ['hear(v)'],
|
337 |
+
'–kpem': ['gohome'],
|
338 |
+
'sɩnaυ': ['help(v)'],
|
339 |
+
'lɩwυ': ['gototown'],
|
340 |
+
'cɩna': ['here'],
|
341 |
+
'cɩnℇ': ['here'],
|
342 |
+
'cɩnɩyɔ': ['here'],
|
343 |
+
'hold(v)': ['goup–kpawυ'],
|
344 |
+
'greetings': ['ɖɔkυυ'],
|
345 |
+
'home': ['sℇtυ'],
|
346 |
+
'grind(v)': ['ɖaɣ,dℇsɩ'],
|
347 |
+
'hospital': ['–naŋυυ'],
|
348 |
+
'ground–': ['ɖakυta'],
|
349 |
+
'hot': ['tataa'],
|
350 |
+
'group': ['soŋaɣ'],
|
351 |
+
'hotel–akomakuduyu': ['ℇgbaɖℇ'],
|
352 |
+
'nyɔtυ': ['grow(v)'],
|
353 |
+
'grow(germinate)': ['house–daŋ,damɩŋ,kuduyu,kuduyuŋ'],
|
354 |
+
'how(many/much)': ['nyɔwυ'],
|
355 |
+
'guineacorn': ['ℇzɩma'],
|
356 |
+
'human': ['mɩɖℇ,mɩla'],
|
357 |
+
'guineafowl–suw': ['ℇyυ,ℇyaa'],
|
358 |
+
'suŋ': ['ℇyυ,ℇyaa'],
|
359 |
+
'–niŋkaɣ': ['humid'],
|
360 |
+
'niɣduu': ['humid'],
|
361 |
+
'kυwυ': ['hurt(v)'],
|
362 |
+
'102I': ['Hostedforfreeonlivelingua.com'],
|
363 |
+
'January': ['l–ma'],
|
364 |
+
'idea': ['kɔlaɣ'],
|
365 |
+
'job': ['maɣzɩm'],
|
366 |
+
'if–yee': ['tυmɩyℇ,tυma'],
|
367 |
+
'kɔyɔ': ['tυmɩyℇ,tυma'],
|
368 |
+
'aleɣya': ['joke'],
|
369 |
+
'kυdɔŋ': ['illness'],
|
370 |
+
'–kaakυhuyuu': ['journey(safe)'],
|
371 |
+
'welewele': ['journey(safe)'],
|
372 |
+
'July': ['immediately–ɖasam,kpaka'],
|
373 |
+
'important': ['Lυbℇfenaɣ'],
|
374 |
+
'June': ['wazaɣwazasɩ'],
|
375 |
+
'increase(v)': ['Loɖofenaɣ'],
|
376 |
+
'inform(v)': ['sɔzυυ'],
|
377 |
+
'inject(v)': ['–suzuu'],
|
378 |
+
'keep(v)': ['sɔbυ'],
|
379 |
+
'key': ['sɩwυ,mℇℇsυυ'],
|
380 |
+
'kill(v)': ['ɖaŋnyɩmɩyℇ,nyɩma'],
|
381 |
+
'kitchen': ['kυwυ'],
|
382 |
+
'know(v)': ['nemeɣa,ɖɩdɩzɩyℇ'],
|
383 |
+
'knowing': ['tilυυ'],
|
384 |
+
'late(tobe)': ['sɩm'],
|
385 |
+
'like(v)': ['wayɩcaɣwυ'],
|
386 |
+
'laugh(v)': ['sɔɔlɩm'],
|
387 |
+
'listen(v)': ['–woŋuu'],
|
388 |
+
'laundry–wonduɖɩcɔtɩyℇ': ['–naŋgbaŋɖυwυ,welessuu'],
|
389 |
+
'wℇwυ': ['live(v)'],
|
390 |
+
'kpℇlℇhυυ': ['learn(v)'],
|
391 |
+
'cɔnaυ': ['look(v)'],
|
392 |
+
'–lɔratizaŋ': ['lorrystation'],
|
393 |
+
'lɩmɩyℇ': ['left'],
|
394 |
+
'–lesuu': ['lose(v)'],
|
395 |
+
'kɩndυυ': ['lend'],
|
396 |
+
'–lebu': ['lost(get)(v)'],
|
397 |
+
'takayaɣ': ['letter'],
|
398 |
+
'takayɩsɩ': ['letter'],
|
399 |
+
'ɖɔwυ': ['alot(tobe)'],
|
400 |
+
'love': ['life–wezuu'],
|
401 |
+
'light(lamp)': ['sɔɔlɩm'],
|
402 |
+
'lunch': ['kanɖυ'],
|
403 |
+
'light(sun)': ['wɩsɩdatɔɔnaɣ'],
|
404 |
+
'like(as)': ['wɩsɩ'],
|
405 |
+
'make(v)': ['103M'],
|
406 |
+
'many': ['labυ'],
|
407 |
+
'man(young)': ['sakɩyℇ'],
|
408 |
+
'March–': ['evebu'],
|
409 |
+
'marry(awoman)(v)': ['Tozofenaɣ'],
|
410 |
+
'marry(aman)': ['kpaɣυ'],
|
411 |
+
'May–Nυwafenaɣ': ['walυυ'],
|
412 |
+
'ma': ['me'],
|
413 |
+
'tɔbυ': ['mean(v)'],
|
414 |
+
'pυdɔbυ': ['means(it)'],
|
415 |
+
'kℇdυυ': ['measure(v)'],
|
416 |
+
'–nandυ': ['meat(pieceof)'],
|
417 |
+
'nandυnaa': ['meat(pieceof)'],
|
418 |
+
'kɔyℇℇ': ['medecine'],
|
419 |
+
'–yozuu': ['meet(v)'],
|
420 |
+
'sυlυυ': ['meet(v)'],
|
421 |
+
'katυυ': ['meet(v)'],
|
422 |
+
'kedizaɣ': ['meeting'],
|
423 |
+
'hℇkυ': ['middle'],
|
424 |
+
'naalɩm': ['milk'],
|
425 |
+
'lesuu': ['miss(v)'],
|
426 |
+
'ɖɔgɔɔ': ['miss'],
|
427 |
+
'alυwatυ': ['moment'],
|
428 |
+
'fenaɣ': ['moon'],
|
429 |
+
'fenasi': ['moon'],
|
430 |
+
'sakɩyℇ': ['most'],
|
431 |
+
'hɩɖℇhɩla': ['name'],
|
432 |
+
'Lυŋnoɣ': ['November'],
|
433 |
+
'–wazaɣ': ['necessary'],
|
434 |
+
'wazasɩ': ['necessary'],
|
435 |
+
'pɩtℇkℇnabυyυ': ['nothing'],
|
436 |
+
'–tabalυ': ['neighbor'],
|
437 |
+
'tabalaa': ['neighbor'],
|
438 |
+
'pɩlɩ': ['never'],
|
439 |
+
'kpeɖem': ['never'],
|
440 |
+
'caaɣyɩ': ['nextyear'],
|
441 |
+
'camɩyℇ': ['nice'],
|
442 |
+
'hadℇlℇdυυ': ['nightfall(dusk)'],
|
443 |
+
'aaɩ': ['no'],
|
444 |
+
'104O': ['Hostedforfreeonlivelingua.com'],
|
445 |
+
'kɩdzℇyυυ': ['obligation'],
|
446 |
+
'Hɩwfenaɣ': ['October'],
|
447 |
+
'hawυ': ['offer'],
|
448 |
+
'sɔsɔ': ['officer'],
|
449 |
+
'kaɖɩka': ['officer'],
|
450 |
+
'kυɖυmam': ['once'],
|
451 |
+
'kυɖυm': ['one,same'],
|
452 |
+
'yem': ['only(just)'],
|
453 |
+
'–kuluu': ['open(v)'],
|
454 |
+
'tυlυυ': ['open(v)'],
|
455 |
+
'maɣzɩmlɩmaɣzɩyℇ': ['opinion'],
|
456 |
+
'yaa': ['rather–'],
|
457 |
+
'own(v)': ['out,outside–awayɩ'],
|
458 |
+
'pack(v)': ['wℇnaυ'],
|
459 |
+
'praise–sam': ['–kpeluu'],
|
460 |
+
'wɩzasɩ': ['pain'],
|
461 |
+
'yɩɣkυυ': ['praise(v)'],
|
462 |
+
'pregnant(tomake)': ['pants–pantalaw'],
|
463 |
+
'paper': ['hɔdυwυ'],
|
464 |
+
'prepare(v)': ['takayaɣhayυυ'],
|
465 |
+
'party–kasandυ': ['labυ'],
|
466 |
+
'kυdυkυ': ['labυ'],
|
467 |
+
'–mυtυsawυ': ['preparedough(v)'],
|
468 |
+
'preparesauce(v)': ['path–nυmaw'],
|
469 |
+
'peace': ['hiluu'],
|
470 |
+
'profit': ['laŋhℇzɩyℇ'],
|
471 |
+
'photostudio': ['kℇzℇwa'],
|
472 |
+
'public': ['kɩlℇmɩŋ,ɖɩlɩzɩyℇ'],
|
473 |
+
'pickup(v)': ['ℇyaada,samaɣ'],
|
474 |
+
'pull(v)': ['kpℇwυ'],
|
475 |
+
'pickupfromtheground(v)': ['hɔm'],
|
476 |
+
'piece': ['tɔzυυ'],
|
477 |
+
'pig–afa': ['hɔɔlυυhɔɔlasɩ'],
|
478 |
+
'afanaa': ['hɔɔlυυhɔɔlasɩ'],
|
479 |
+
'ɖɩdaɣyℇ': ['place'],
|
480 |
+
'ɖeɖe': ['place'],
|
481 |
+
'sɔwυυ': ['plantcuttings(v)'],
|
482 |
+
'ɖuwu': ['sow(maize,beans)(v)'],
|
483 |
+
'ɖewaɖesi': ['pot'],
|
484 |
+
'105Q': ['Hostedforfreeonlivelingua.com'],
|
485 |
+
'ɖezuu': ['Quench'],
|
486 |
+
'pɔzυtυ': ['Question'],
|
487 |
+
'tɔmkɩbɔzɩtυ': ['Question'],
|
488 |
+
'pυzυυ': ['Question(v)'],
|
489 |
+
'ɖasam': ['Quickly', 'rightnow'],
|
490 |
+
'lℇℇlℇℇ': ['Quickly'],
|
491 |
+
'kozoŋa': ['rabbit'],
|
492 |
+
'yolɩm': ['rainyseason'],
|
493 |
+
'habɩyℇ': ['road'],
|
494 |
+
'haba': ['road'],
|
495 |
+
'–kpazυυ': ['raise(v)'],
|
496 |
+
'sewu': ['run(v)'],
|
497 |
+
'kalυυ': ['read(v)'],
|
498 |
+
'tɩtɩm': ['real', 'really', 'pɩgℇmbυ'],
|
499 |
+
'sɩŋ': ['real'],
|
500 |
+
'receive(v)': ['reason–tovonumwℇnaυ'],
|
501 |
+
'refuse(v)': ['mυwυ'],
|
502 |
+
'remain(v)': ['–kizuu'],
|
503 |
+
'reimburse': ['sℇɣυ'],
|
504 |
+
'religion': ['pɩsɩnaw'],
|
505 |
+
'remember(v)': ['sℇtυ,sɔnzɩ'],
|
506 |
+
'repair(v)': ['tɔzυυ'],
|
507 |
+
'repairshop': ['nynɔɔzυυ'],
|
508 |
+
'repeat(v)': ['ɖɩnyɔɔzɩyℇ'],
|
509 |
+
'reply(v)': ['–tasυυ,cuzuu'],
|
510 |
+
'rest(v)': ['cosuu'],
|
511 |
+
'result': ['hℇzυυ'],
|
512 |
+
'return(v)': ['kℇzℇwa'],
|
513 |
+
'save(v)': ['106S'],
|
514 |
+
'table': ['–nyυwyabυ'],
|
515 |
+
'say(v)': ['tablɩ'],
|
516 |
+
'take(v)': ['yɔɔdυ'],
|
517 |
+
'sea': ['kpaɣυ'],
|
518 |
+
'takeout(v)': ['teŋgu,lɩmsɔsɔm'],
|
519 |
+
'season': ['lɩnaυ'],
|
520 |
+
'telephone(v)': ['–alυwatυ'],
|
521 |
+
'see(v)–nawυ': ['–nimiyemabυ'],
|
522 |
+
'tℇlℇvɩzɔŋ': ['television'],
|
523 |
+
'–tiyuu': ['send(v)'],
|
524 |
+
'heyuu': ['tell'],
|
525 |
+
'–Nakυfenaɣ': ['September'],
|
526 |
+
'sℇwυ': ['thank(v)'],
|
527 |
+
'–tiyiyu': ['servant'],
|
528 |
+
'tiyiyaa': ['servant'],
|
529 |
+
'sℇtυ': ['thanks(giving)'],
|
530 |
+
'shave(v)–hυm': ['that–se'],
|
531 |
+
'ℇlℇ': ['then'],
|
532 |
+
'ɖɩnℇ': ['then'],
|
533 |
+
'kitobiyuu': ['short'],
|
534 |
+
'tobi': ['short'],
|
535 |
+
'peeɖɩyɔ': ['there'],
|
536 |
+
'pɩwℇℇse': ['should'],
|
537 |
+
'hazaɣ': ['shoulder'],
|
538 |
+
'hazasɩ': ['shoulder'],
|
539 |
+
'lɔkɔtυ': ['thirst'],
|
540 |
+
'pɩfℇɩkaɖℇ': ['simple'],
|
541 |
+
'tike': ['ticket'],
|
542 |
+
'ɖeke': ['single'],
|
543 |
+
'tomaɣ': ['skin'],
|
544 |
+
'tɔnυ': ['skin'],
|
545 |
+
'ɖamacɔlɔ': ['together'],
|
546 |
+
'town': ['skirt–tevi'],
|
547 |
+
'sky': ['tℇtυ'],
|
548 |
+
'travel(v)': ['ℇsɔdaa'],
|
549 |
+
'sleep(v)': ['–nυmawwobu'],
|
550 |
+
'traveler': ['ɖowu'],
|
551 |
+
'smoke': ['ℇkɔm'],
|
552 |
+
'trousers': ['nyɔsɩ'],
|
553 |
+
'so(itis)': ['pantalaw'],
|
554 |
+
'true–tovonum': ['pɩgℇmbυ'],
|
555 |
+
'sɔja': ['soldier'],
|
556 |
+
'sɔjanaa': ['soldier'],
|
557 |
+
'nɔɔyυ': ['somebody'],
|
558 |
+
'nabυyυ': ['something'],
|
559 |
+
'ɖoli': ['somewhere'],
|
560 |
+
'waakυυ': ['spend(v)'],
|
561 |
+
'sɩŋυυ': ['stand(up)(v)'],
|
562 |
+
'stone': ['stomach–hiliwlotu'],
|
563 |
+
'stop(v)': ['pɩyℇ,pℇℇ'],
|
564 |
+
'stop(causeto)(v)': ['yebu'],
|
565 |
+
'stranger': ['sɩnzυυ'],
|
566 |
+
'sweet': ['ℇkɔm,akυma'],
|
567 |
+
'under': ['leleŋ'],
|
568 |
+
'village': ['pɩdℇℇ'],
|
569 |
+
'underpants': ['tℇℇ,kɔfɩ,ɖɩɣa,ɖɩsɩ'],
|
570 |
+
'visit(v)': ['–cocodokpaɖɩɩ'],
|
571 |
+
'pɩdℇℇcocodo': ['yℇlυυ,cɔlɔwobu,kɔm'],
|
572 |
+
'ℇkɔm': ['visitor'],
|
573 |
+
'akɔmaa': ['visitor'],
|
574 |
+
'–pɩdaanɩwu': ['understand(v)'],
|
575 |
+
'wait(v)': ['107W'],
|
576 |
+
'woman(young)': ['ɖaŋυυ'],
|
577 |
+
'waitfor(V)': ['asℇyυ,asℇ'],
|
578 |
+
'wonderful–maamaaci': ['sɩŋυυ'],
|
579 |
+
'sɔŋdυtɔm': ['sɩŋυυ'],
|
580 |
+
'–fem': ['wakeup(v)'],
|
581 |
+
'ɖasɩ': ['wood'],
|
582 |
+
'ɖɔm': ['walk(v)'],
|
583 |
+
'yℇlυυ': ['takeawalk(v)'],
|
584 |
+
'–pataka': ['wallet'],
|
585 |
+
'patalanaa': ['wallet'],
|
586 |
+
'want(v)': ['lidiyepataka'],
|
587 |
+
'wash(v)': ['nyɩnυυ,sɔlυυ,cawu'],
|
588 |
+
'washclothes(v)': ['nyalυυ'],
|
589 |
+
'wear': ['cɔtυυ'],
|
590 |
+
'weather': ['suwu'],
|
591 |
+
'week': ['ℇsɔdaa'],
|
592 |
+
'kaakυ': ['kpɩtaw,kpɩtaŋ,kaatυ,'],
|
593 |
+
'kɩsɩŋɩyℇ': ['kpɩtaw,kpɩtaŋ,kaatυ,'],
|
594 |
+
'ℇbℇ': ['why'],
|
595 |
+
'ɖoye': ['when'],
|
596 |
+
'alawatυŋdυ': ['when'],
|
597 |
+
'le': ['where(interrogative)'],
|
598 |
+
'wei': ['who(relativepronoun)'],
|
599 |
+
'anɩ': ['who(interrogatviepronoun)'],
|
600 |
+
'ℇbℇyoo': ['why'],
|
601 |
+
'suwe': ['why'],
|
602 |
+
'108Y': ['Hostedforfreeonlivelingua.com'],
|
603 |
+
'pɩnaɣ': ['year'],
|
604 |
+
'pɩnzɩ': ['year'],
|
605 |
+
'tuzukpɩɖɩɖɩ': ['zipper'],
|
606 |
+
'pɩndewayɩ': ['yearbeforelast'],
|
607 |
+
'pɩnde': ['year(last)'],
|
608 |
+
}
|
LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
MIT License
|
2 |
+
|
3 |
+
Copyright (c) 2024 Umbaji
|
4 |
+
|
5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6 |
+
of this software and associated documentation files (the "Software"), to deal
|
7 |
+
in the Software without restriction, including without limitation the rights
|
8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9 |
+
copies of the Software, and to permit persons to whom the Software is
|
10 |
+
furnished to do so, subject to the following conditions:
|
11 |
+
|
12 |
+
The above copyright notice and this permission notice shall be included in all
|
13 |
+
copies or substantial portions of the Software.
|
14 |
+
|
15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21 |
+
SOFTWARE.
|
README.md
CHANGED
@@ -1,3 +1,64 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_name: MNMTD # your dataset name on the Hub
|
3 |
+
dataset_type: multilingual-dictionary # choose the appropriate type
|
4 |
+
language: [ "ewe", "kab"] # list languages
|
5 |
+
tags: [ "Yodi", "translation", "dictionary"] # relevant keywords
|
6 |
+
---
|
7 |
+
|
8 |
+
# NMTMD (NMT-Melinda-Dataset)
|
9 |
+
Official repository for the Opensource Text dataset for NMT for local languages in West Africa (EWE Corpus) and implement the Yodi model afterward.
|
10 |
+
|
11 |
+
Note: This repository will evolve into the official repository for the Yodi model, once the necessary data is gathered.
|
12 |
+
|
13 |
+
# Objective
|
14 |
+
|
15 |
+
##### • Develop a Machine Translation Text and Speech Dataset NMT for local languages in West Africa (EWE Corpus)
|
16 |
+
|
17 |
+
# Key Results
|
18 |
+
|
19 |
+
###### -> Develop & Measure the accuracy or the performance of the Yodi model from this dataset for text-to-text translation.
|
20 |
+
|
21 |
+
###### -> Develop & Measure the accuracy of Yodi built from this dataset for Speech recognition.
|
22 |
+
|
23 |
+
##### Remark: Getting accurate data and labeled data from available sources online or in local written papers would be necessary for machine sentence translation.
|
24 |
+
|
25 |
+
## Using the Updated Dictionaries
|
26 |
+
|
27 |
+
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.
|
28 |
+
|
29 |
+
### Accessing the Dictionaries
|
30 |
+
|
31 |
+
1. The transformed dictionaries are located in the `Dictionaries` folder:
|
32 |
+
- `Dictionaries/kabdict525.json`
|
33 |
+
- `Dictionaries/ewedict995.json`
|
34 |
+
|
35 |
+
2. To use these dictionaries in your Python scripts, you can import them as follows:
|
36 |
+
|
37 |
+
```python
|
38 |
+
import json
|
39 |
+
|
40 |
+
# Load KABDICT525
|
41 |
+
with open('Dictionaries/kabdict525.json', 'r', encoding='utf-8') as f:
|
42 |
+
kabdict = json.load(f)
|
43 |
+
|
44 |
+
# Load EWEDICT995
|
45 |
+
with open('Dictionaries/ewedict995.json', 'r', encoding='utf-8') as f:
|
46 |
+
ewedict = json.load(f)
|
47 |
+
|
48 |
+
# Example usage
|
49 |
+
print(kabdict.get('word', 'Word not found'))
|
50 |
+
print(ewedict.get('word', 'Word not found'))
|
51 |
+
|
52 |
+
```
|
53 |
+
|
54 |
+
# Ongoing
|
55 |
+
![Dataset Analytics png](https://github.com/Umbaji/NMT-Melinda--Dataset/assets/125580751/48cd7ba5-bbb8-4eb4-b04f-8d901be176a1)
|
56 |
+
|
57 |
+
![image](https://github.com/Umbaji/NMT-Melinda--Dataset/assets/125580751/2850be94-fd74-4f61-b757-fc228a5c61b4)
|
58 |
+
|
59 |
+
|
60 |
+
Feel free to share your analytics in the discussions!
|
61 |
+
Instructions are available in project_contributions_instructions.txt
|
62 |
+
|
63 |
+
Please register at https://sites.google.com/umbaji.org/yodi/home to build the
|
64 |
+
largest NMT text Dataset for West Africa.
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da83f64ac72bb3eabd9c9a22dc48534c647054cba218eecc07029a0e6aea5fc4
|
3 |
+
size 3635
|