Skip to content

Commit 8b6263f

Browse files
committed
Add new d_k_words to database
1 parent 8ddade3 commit 8b6263f

File tree

6 files changed

+1874
-2018
lines changed

6 files changed

+1874
-2018
lines changed

onestop/autodict.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3072,7 +3072,6 @@
30723072
"route": ["olweendo", "ondjila"],
30733073
"rove": ["endagula", "puka"],
30743074
"row": ["ombongola", "omukweyo", "ompola"],
3075-
"royal": ["-kwaniilwa"],
30763075
"rub": ["goga", "thethenga"],
30773076
"rubber": ["okadhimitho", "ongumi", "ekenya"],
30783077
"rubbish": ["onyata", "okambondi", "oshiyagaya"],
@@ -3695,7 +3694,6 @@
36953694
"thank you": ["tangi"],
36963695
"thanks": ["tangi"],
36973696
"thanksgiving": ["ehambelelo"],
3698-
"that": ["kutya", "shoka", "shono", "ngoka", "ngono"],
36993697
"thatch": ["kumba"],
37003698
"thatcher": ["omukumbi"],
37013699
"their": ["-wo"],
@@ -4175,7 +4173,7 @@
41754173
# print(word)
41764174
# print("Done checking!")
41774175

4178-
words = [n for n in i_words]
4176+
words = [n for n in d_k_words]
41794177
for n in words:
41804178
if words.count(n) > 1:
41814179
print(n)

onestop/new_draft.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)