// vocabulary-gez.el — Ge'ez vocabulary seed // 516 lemmas from kaikki.org Wiktionary extract, 2026-05-02 // Source file total entries: 516 // Entry format: [lemma, pos, form0, form1, form2, en_translation, semantic_hint] fn vocab_gez_seed() -> [[String]] { let v: [[String]] = native_list_empty() let v = native_list_append(v, ["ኢትዮጵያ", "noun", "ኢትዮጵያ", "", "", "", "Ethiopia a country"]) let v = native_list_append(v, ["እኅት", "noun", "አኃት", "", "", "", "sister"]) let v = native_list_append(v, ["ቤት", "noun", "አብያት", "", "", "", "house"]) let v = native_list_append(v, ["መስከረም", "noun", "መስከረም", "", "", "", "First month of"]) let v = native_list_append(v, ["ድንግል", "noun", "ደናግል", "", "", "", "virgin female but"]) let v = native_list_append(v, ["ገጽ", "noun", "ገጻት", "", "", "", "face"]) let v = native_list_append(v, ["ሎሚ", "noun", "ሎሚ", "", "", "", "lime lemon citrus"]) let v = native_list_append(v, ["ሕፃን", "noun", "ሕፃናት", "", "", "", "infant young child"]) let v = native_list_append(v, ["ሙዝ", "noun", "ሙዘነ", "", "", "", "ensete"]) let v = native_list_append(v, ["ማይ", "noun", "ማያት", "", "", "", "water"]) let v = native_list_append(v, ["ሥጋ", "noun", "ሥጋት", "", "", "", "flesh"]) let v = native_list_append(v, ["ቅንፍዝ", "noun", "ቅንፍዝ", "", "", "", "alternative form of"]) let v = native_list_append(v, ["በግዕ", "noun", "አባግዕ", "", "", "", "sheep"]) let v = native_list_append(v, ["ብዕራይ", "noun", "አባዕር", "", "", "", "ox buffalo"]) let v = native_list_append(v, ["ተመን", "noun", "ተመናት", "", "", "", "snake"]) let v = native_list_append(v, ["ትንቢት", "noun", "ትንቢታት", "", "", "", "prophecy"]) let v = native_list_append(v, ["ነቢይ", "noun", "ነቢያት", "", "", "", "prophet"]) let v = native_list_append(v, ["ንጉሥ", "noun", "ነገሥት", "", "", "", "king"]) let v = native_list_append(v, ["ክዳን", "noun", "ክዳናት", "", "", "", "shelter cover"]) let v = native_list_append(v, ["ኮከብ", "noun", "ከዋክብት", "", "", "", "star"]) let v = native_list_append(v, ["ፈረስ", "noun", "አፍራስ", "", "", "", "horse"]) let v = native_list_append(v, ["ፀሓይ", "noun", "ፀሓይ", "", "", "", "sun"]) let v = native_list_append(v, ["ሰላም", "noun", "ሰላም", "", "", "", "peace"]) let v = native_list_append(v, ["በዓል", "noun", "በዓል", "", "", "", "owner paterfamilias husband"]) let v = native_list_append(v, ["ስም", "noun", "አስማት", "", "", "", "name"]) let v = native_list_append(v, ["ርእስ", "noun", "አርእስት", "", "", "", "head"]) let v = native_list_append(v, ["እድ", "noun", "እደው", "", "", "", "hand"]) let v = native_list_append(v, ["ደም", "noun", "ደማት", "", "", "", "blood"]) let v = native_list_append(v, ["ሶር", "noun", "አስዋር", "", "", "", "ox"]) let v = native_list_append(v, ["ኣብ", "noun", "ኣብ", "", "", "", "alternative form of"]) let v = native_list_append(v, ["ከልብ", "noun", "ከለባት", "", "", "", "dog"]) let v = native_list_append(v, ["ዕፅ", "noun", "ዕፀው", "", "", "", "tree shrub bush"]) let v = native_list_append(v, ["ልብ", "noun", "አልባብ", "", "", "", "heart"]) let v = native_list_append(v, ["ልሳን", "noun", "ልሳናት", "", "", "", "tongue"]) let v = native_list_append(v, ["ስን", "noun", "ስነን", "", "", "", "tooth"]) let v = native_list_append(v, ["አፍ", "noun", "አፈው", "", "", "", "mouth"]) let v = native_list_append(v, ["ዝእብ", "noun", "ዝእብ", "", "", "", "hyena"]) let v = native_list_append(v, ["ምሴት", "noun", "ምሴታት", "", "", "", "evening"]) let v = native_list_append(v, ["ሌሊት", "noun", "ለያልይ", "", "", "", "night"]) let v = native_list_append(v, ["ዘመን", "noun", "አዝማን", "", "", "", "time"]) let v = native_list_append(v, ["እዝን", "noun", "እዘን", "", "", "", "ear"]) let v = native_list_append(v, ["ንስር", "noun", "አንስርት", "", "", "", "eagle"]) let v = native_list_append(v, ["ንስረ", "noun", "ንስረ", "", "", "", "accusative singular of"]) let v = native_list_append(v, ["መብረቅ", "noun", "መባርቅት", "", "", "", "lightning"]) let v = native_list_append(v, ["ኮክ", "noun", "ኮክ", "", "", "", "peach plum"]) let v = native_list_append(v, ["አቡነ", "noun", "አቡነ", "", "", "", "our father"]) let v = native_list_append(v, ["እሳት", "noun", "እሳት", "", "", "", "fire"]) let v = native_list_append(v, ["ሰይፍ", "noun", "አስያፍ", "", "", "", "sword"]) let v = native_list_append(v, ["ሰማይ", "noun", "ሰማያት", "", "", "", "heaven"]) let v = native_list_append(v, ["ድብ", "noun", "ድባት", "", "", "", "bear"]) let v = native_list_append(v, ["አብ", "noun", "አበው", "", "", "", "father"]) let v = native_list_append(v, ["ሐም", "noun", "አሕማው", "", "", "", "father-in-law"]) let v = native_list_append(v, ["ክታብ", "noun", "ክታባት", "", "", "", "book leaflet document"]) let v = native_list_append(v, ["ግዕዝ", "noun", "ግዕዝ", "", "", "", "Geez language"]) let v = native_list_append(v, ["ቅዱስ", "noun", "ቅዱሳን", "", "", "", "saint"]) let v = native_list_append(v, ["እግዚአብሔር", "noun", "እግዚአብሔር", "", "", "", "God"]) let v = native_list_append(v, ["ጽላሎት", "noun", "ጽላሎት", "", "", "", "shade"]) let v = native_list_append(v, ["ቀዳሚ", "noun", "ቀዳሚ", "", "", "", "beginning"]) let v = native_list_append(v, ["ከተማ", "noun", "ከተማት", "", "", "", "extremity fine end"]) let v = native_list_append(v, ["አመት", "noun", "አእማት", "", "", "", "handmaid female slave"]) let v = native_list_append(v, ["ቆባረ", "noun", "ቆባረ", "", "", "", "blackness darkness"]) let v = native_list_append(v, ["መስኮት", "noun", "መሳክው", "", "", "", "window"]) let v = native_list_append(v, ["መንግሥት", "noun", "መንግሥታት", "", "", "", "kingdom"]) let v = native_list_append(v, ["ዘነብ", "noun", "አዝናብ", "", "", "", "tail"]) let v = native_list_append(v, ["መንፈስ", "noun", "መንፈሳት", "", "", "", "breath"]) let v = native_list_append(v, ["እንስሳ", "noun", "እንስሳት", "", "", "", "animal"]) let v = native_list_append(v, ["ነፋስ", "noun", "ነፋሳት", "", "", "", "wind"]) let v = native_list_append(v, ["ምስማዕ", "noun", "ምስማዓት", "", "", "", "hearing the sense"]) let v = native_list_append(v, ["ከበሮ", "noun", "ከባርው", "", "", "", "drum timbrel"]) let v = native_list_append(v, ["ሣጹን", "noun", "ሣጹናት", "", "", "", "chest box casket"]) let v = native_list_append(v, ["በለስ", "noun", "በለሳት", "", "", "", "fig also sycomore"]) let v = native_list_append(v, ["ሣፁን", "noun", "ሣፁናት", "", "", "", "later form of"]) let v = native_list_append(v, ["ሰዓት", "noun", "ሰዓታት", "", "", "", "alternative form of"]) let v = native_list_append(v, ["እስራኤል", "noun", "እስራኤል", "", "", "", "Israel a Biblical"]) let v = native_list_append(v, ["ሕግ", "noun", "ሕገግ", "", "", "", "law"]) let v = native_list_append(v, ["ባሕር", "noun", "አብሕርት", "", "", "", "sea large lake"]) let v = native_list_append(v, ["ሓሳብ", "noun", "ሐሳባት", "", "", "", "account accounting reckoning"]) let v = native_list_append(v, ["ሕዝብ", "noun", "ሕዘብ", "", "", "", "tribe people nation"]) let v = native_list_append(v, ["መምክር", "noun", "መምካራን", "", "", "", "counselor adviser"]) let v = native_list_append(v, ["ማእድ", "noun", "ማእዳት", "", "", "", "table"]) let v = native_list_append(v, ["ክንፍ", "noun", "ከነፍ", "", "", "", "wing fin of"]) let v = native_list_append(v, ["ካህን", "noun", "ካህናት", "", "", "", "priest clergyman"]) let v = native_list_append(v, ["እንቁጣጣሽ", "noun", "እንቁጣጣሽ", "", "", "", "The first day"]) let v = native_list_append(v, ["የካቲት", "noun", "የካቲት", "", "", "", "The sixth month"]) let v = native_list_append(v, ["ጥልቀት", "noun", "ጥልቀት", "", "", "", "contamination pollution impurity"]) let v = native_list_append(v, ["ዓለም", "noun", "ዓለማት", "", "", "", "universe world"]) let v = native_list_append(v, ["ነፍስ", "noun", "ነፍሳት", "", "", "", "breath soul spirit"]) let v = native_list_append(v, ["ብርክ", "noun", "ብርክ", "", "", "", "knee"]) let v = native_list_append(v, ["ኀሪፍ", "noun", "ኀሪፍ", "", "", "", "this year current"]) let v = native_list_append(v, ["ለያልይ", "noun", "ለያልይ", "", "", "", "plural of ሌሊት"]) let v = native_list_append(v, ["አስዋር", "noun", "አስዋር", "", "", "", "plural of ሶር"]) let v = native_list_append(v, ["ምንዳቤ", "noun", "ምንዳቤያት", "", "", "", "anguish"]) let v = native_list_append(v, ["ምንዳቤያት", "noun", "ምንዳቤያት", "", "", "", "plural of ምንዳቤ"]) let v = native_list_append(v, ["ምንዳብያት", "noun", "ምንዳብያት", "", "", "", "plural of ምንዳቤ"]) let v = native_list_append(v, ["ነቢያት", "noun", "ነቢያት", "", "", "", "plural of ነቢይ"]) let v = native_list_append(v, ["ነብያት", "noun", "ነብያት", "", "", "", "plural of ነቢይ"]) let v = native_list_append(v, ["ነጥብ", "noun", "ነጥብ", "", "", "", "speck spot"]) let v = native_list_append(v, ["እግር", "noun", "እገር", "", "", "", "foot"]) let v = native_list_append(v, ["ልብስ", "noun", "አልባስ", "", "", "", "clothes clothing tunic"]) let v = native_list_append(v, ["መርከብ", "noun", "መርከብ", "", "", "", "boat ship"]) let v = native_list_append(v, ["ዘይት", "noun", "ዘይት", "", "", "", "olive tree"]) let v = native_list_append(v, ["ፍቅር", "noun", "ፍቅር", "", "", "", "love fondness"]) let v = native_list_append(v, ["እኤል", "noun", "እኤል", "", "", "", "trellis lattice grate"]) let v = native_list_append(v, ["አበቢ", "noun", "አበቢ", "", "", "", "flow wave"]) let v = native_list_append(v, ["እባል", "noun", "እባል", "", "", "", "flesh"]) let v = native_list_append(v, ["እብል", "noun", "እብል", "", "", "", "jackal lion"]) let v = native_list_append(v, ["ኤዶም", "noun", "ኤዶም", "", "", "", "paradise Eden"]) let v = native_list_append(v, ["አድግ", "noun", "አድግ", "", "", "", "ass donkey"]) let v = native_list_append(v, ["በቅል", "noun", "አብቅል", "", "", "", "mule"]) let v = native_list_append(v, ["ጽልመት", "noun", "ጽልመት", "", "", "", "darkness"]) let v = native_list_append(v, ["ዓም", "noun", "ዓም", "", "", "", "year"]) let v = native_list_append(v, ["ወልድ", "noun", "ውሉድ", "", "", "", "son child"]) let v = native_list_append(v, ["ሙሴ", "noun", "ሙሴ", "", "", "", "Moses"]) let v = native_list_append(v, ["ላህም", "noun", "አልህምት", "", "", "", "cow bull"]) let v = native_list_append(v, ["ጢሮስ", "noun", "ጢሮስ", "", "", "", "Tyre"]) let v = native_list_append(v, ["ጋዛ", "noun", "ጋዛ", "", "", "", "Gaza"]) let v = native_list_append(v, ["ሐሊብ", "noun", "ሐሊበነ", "", "", "", "milk"]) let v = native_list_append(v, ["ሰርዴስ", "noun", "ሰርዴስ", "", "", "", "Sardis Sardes"]) let v = native_list_append(v, ["እስክንድርያ", "noun", "እስክንድርያ", "", "", "", "Alexandria"]) let v = native_list_append(v, ["መዲና", "noun", "መዲና", "", "", "", "Medina"]) let v = native_list_append(v, ["መካ", "noun", "መካ", "", "", "", "Mecca"]) let v = native_list_append(v, ["በግዳድ", "noun", "በግዳድ", "", "", "", "Baghdad"]) let v = native_list_append(v, ["በዐልበክ", "noun", "በዐልበክ", "", "", "", "Baalbek"]) let v = native_list_append(v, ["ቃህራ", "noun", "ቃህራ", "", "", "", "Cairo"]) let v = native_list_append(v, ["ሲዶና", "noun", "ሲዶና", "", "", "", "Sidon"]) let v = native_list_append(v, ["ሐራቅሊ", "noun", "ሐራቅሊ", "", "", "", "Heraclea"]) let v = native_list_append(v, ["ማእረር", "noun", "ማእረር", "", "", "", "harvest the action"]) let v = native_list_append(v, ["ኀጺን", "noun", "ኀጺን", "", "", "", "iron iron tool"]) let v = native_list_append(v, ["ሐመዳ", "noun", "ሐመዳ", "", "", "", "snow frost"]) let v = native_list_append(v, ["ጊሜ", "noun", "ጊሜ", "", "", "", "cloud"]) let v = native_list_append(v, ["ምድር", "noun", "ምድር", "", "", "", "earth world"]) let v = native_list_append(v, ["ጽናዔ", "noun", "ጽናዔ", "", "", "", "constance firmness"]) let v = native_list_append(v, ["ሕምሥ", "noun", "ሕምሥ", "", "", "", "belly stomach"]) let v = native_list_append(v, ["እልኅቡስ", "noun", "እልኅቡስ", "", "", "", "Abyssinia"]) let v = native_list_append(v, ["ዐሞን", "noun", "ዐሞን", "", "", "", "Ammon the Ammonites"]) let v = native_list_append(v, ["አራራት", "noun", "አራራት", "", "", "", "Ararat"]) let v = native_list_append(v, ["ዳንያ", "noun", "ዳንያ", "", "", "", "judge"]) let v = native_list_append(v, ["ከላድዮን", "noun", "ከላድዮን", "", "", "", "Chaldaea"]) let v = native_list_append(v, ["ቀሬጢን", "noun", "ቀሬጢን", "", "", "", "Crete"]) let v = native_list_append(v, ["ኵርጅ", "noun", "ኵርጅ", "", "", "", "Georgia a transcontinental"]) let v = native_list_append(v, ["ጌርጌሴዎን", "noun", "ጌርጌሴዎን", "", "", "", "the Girgashites"]) let v = native_list_append(v, ["ከናኔዎን", "noun", "ከናኔዎን", "", "", "", "the Canaanites"]) let v = native_list_append(v, ["ጽርእ", "noun", "ጽርእ", "", "", "", "Greece"]) let v = native_list_append(v, ["አለዳስ", "noun", "አለዳስ", "", "", "", "Greece"]) let v = native_list_append(v, ["ሐብስ", "noun", "ሐብስ", "", "", "", "prison jail"]) let v = native_list_append(v, ["ሞቅሕ", "noun", "መዋቅሕት", "", "", "", "chain shackles"]) let v = native_list_append(v, ["መዝሙር", "noun", "መዝሙራት", "", "", "", "psalm hymn sacred"]) let v = native_list_append(v, ["መዘምር", "noun", "መዘምራን", "", "", "", "singer of psalms"]) let v = native_list_append(v, ["ጸሓፊ", "noun", "ጸሐፍ", "", "", "", "scribe"]) let v = native_list_append(v, ["ሀገር", "noun", "አህጉር", "", "", "", "cultivated field inhabited"]) let v = native_list_append(v, ["ደቂቅና", "noun", "ደቂቅና", "", "", "", "childhood"]) let v = native_list_append(v, ["ኖባ", "noun", "ኖባ", "", "", "", "Nubia"]) let v = native_list_append(v, ["ቃዴስ", "noun", "ቃዴስ", "", "", "", "Mount Sinai"]) let v = native_list_append(v, ["አልአሕመር", "noun", "አልአሕመር", "", "", "", "the Red Sea"]) let v = native_list_append(v, ["ስርየት", "noun", "ስርየት", "", "", "", "remission forgiveness"]) let v = native_list_append(v, ["ጽዮን", "noun", "ጽዮን", "", "", "", "Zion"]) let v = native_list_append(v, ["መስፍሕ", "noun", "መሳፍሕ", "", "", "", "anvil"]) let v = native_list_append(v, ["ስግድ", "noun", "ስግድ", "", "", "", "almond tree"]) let v = native_list_append(v, ["ከርካዕ", "noun", "ከርካዕ", "", "", "", "almond fruit and"]) let v = native_list_append(v, ["ለውዝ", "noun", "ለውዝ", "", "", "", "almond"]) let v = native_list_append(v, ["እም", "noun", "እማት", "", "", "", "mother"]) let v = native_list_append(v, ["ጸብእ", "noun", "አጽባእ", "", "", "", "army armed forces"]) let v = native_list_append(v, ["ምጽባእ", "noun", "ምጽባአነ", "", "", "", "castle fortress citadel"]) let v = native_list_append(v, ["ጸባኢ", "noun", "ጸባእያን", "", "", "", "soldier warrior fighter"]) let v = native_list_append(v, ["ገውዝ", "noun", "ገውዝ", "", "", "", "walnut"]) let v = native_list_append(v, ["ጽሩር", "noun", "ጽሩር", "", "", "", "cuirass"]) let v = native_list_append(v, ["ረክብ", "noun", "ረክብ", "", "", "", "assembly meeting"]) let v = native_list_append(v, ["ገብር", "noun", "አግብርት", "", "", "", "servant slave"]) let v = native_list_append(v, ["ሰንቡላ", "noun", "ሰንቡላ", "", "", "", "virgin"]) let v = native_list_append(v, ["መስፍን", "noun", "መሳፍንት", "", "", "", "prince prefect governor"]) let v = native_list_append(v, ["ዶርሆ", "noun", "ደዋርህ", "", "", "", "chicken"]) let v = native_list_append(v, ["ብሔር", "noun", "በሓውርት", "", "", "", "place location"]) let v = native_list_append(v, ["ውሒዝ", "noun", "ውሒዛት", "", "", "", "river stream"]) let v = native_list_append(v, ["መካን", "noun", "መካናት", "", "", "", "place"]) let v = native_list_append(v, ["ግልባብ", "noun", "ግልባብ", "", "", "", "veil"]) let v = native_list_append(v, ["ተክሪዝ", "noun", "ተክሪዝ", "", "", "", "proclamation promulgation edict"]) let v = native_list_append(v, ["ዐምድ", "noun", "አዕማድ", "", "", "", "column supporting member"]) let v = native_list_append(v, ["ምልሓ", "noun", "ምልሓ", "", "", "", "knowledge judgement wisdom"]) let v = native_list_append(v, ["አእምሮ", "noun", "አእምሮ", "", "", "", "thought knowledge"]) let v = native_list_append(v, ["ናሕስ", "noun", "አንሕስት", "", "", "", "copper"]) let v = native_list_append(v, ["አርዝ", "noun", "አርዝ", "", "", "", "cedar"]) let v = native_list_append(v, ["ዜና", "noun", "ዜናት", "", "", "", "announcement message news"]) let v = native_list_append(v, ["ብዝኀት", "noun", "ብዝኀት", "", "", "", "multitude"]) let v = native_list_append(v, ["ዖፍ", "noun", "አዕዋፍ", "", "", "", "bird"]) let v = native_list_append(v, ["ኀይል", "noun", "ኀይላት", "", "", "", "life power force"]) let v = native_list_append(v, ["ትእዛዝ", "noun", "ትእዛዛት", "", "", "", "imperial power"]) let v = native_list_append(v, ["ቈጽል", "noun", "አቍጽል", "", "", "", "leaf leaves"]) let v = native_list_append(v, ["ተመሃሪ", "noun", "ተመሃርያን", "", "", "", "student pupil disciple"]) let v = native_list_append(v, ["ተልሚድ", "noun", "ተልሚድ", "", "", "", "student pupil disciple"]) let v = native_list_append(v, ["ቀንአት", "noun", "ቀንአት", "", "", "", "galbanum or stacta"]) let v = native_list_append(v, ["ሠቅ", "noun", "ሠቃት", "", "", "", "sackcloth"]) let v = native_list_append(v, ["አቅሌስያ", "noun", "አቅሌስያ", "", "", "", "church"]) let v = native_list_append(v, ["መብልዕ", "noun", "መባልዕ", "", "", "", "food sustenance"]) let v = native_list_append(v, ["ደብር", "noun", "አድባራት", "", "", "", "mountain"]) let v = native_list_append(v, ["ፄዋ", "noun", "ፄዋ", "", "", "", "exile"]) let v = native_list_append(v, ["ዐዋዲ", "noun", "ዐዋዲ", "", "", "", "herald"]) let v = native_list_append(v, ["ምዕዋድ", "noun", "ምዕዋዳት", "", "", "", "circuit orbit"]) let v = native_list_append(v, ["ዕዋዴ", "noun", "ዕዋድያት", "", "", "", "globe circuit revolution"]) let v = native_list_append(v, ["ሠያጢ", "noun", "ሠየጥ", "", "", "", "seller vendor"]) let v = native_list_append(v, ["ሰገም", "noun", "ሰገም", "", "", "", "barley"]) let v = native_list_append(v, ["አክሊል", "noun", "አክሊላት", "", "", "", "crown diadem tiara"]) let v = native_list_append(v, ["ሥርው", "noun", "ሥረው", "", "", "", "root"]) let v = native_list_append(v, ["ሠርዌ", "noun", "ሠራዊት", "", "", "", "beam rafter timber"]) let v = native_list_append(v, ["ፈትል", "noun", "አፍታል", "", "", "", "thread yarn cord"]) let v = native_list_append(v, ["ዝፍት", "noun", "ዝፍት", "", "", "", "pitch tar latex"]) let v = native_list_append(v, ["ውሉድ", "noun", "ውሉድ", "", "", "", "plural of ወልድ"]) let v = native_list_append(v, ["መጽሐፍ", "noun", "መጻሕፍት", "", "", "", "book"]) let v = native_list_append(v, ["መልአክ", "noun", "መልአክት", "", "", "", "angel"]) let v = native_list_append(v, ["ቍንፍዝ", "noun", "ቍንፍዝ", "", "", "", "hedgehog"]) let v = native_list_append(v, ["ውዕላ", "noun", "ውዕላ", "", "", "", "an antelope or"]) let v = native_list_append(v, ["ርግብ", "noun", "አርጋብ", "", "", "", "dove pigeon"]) let v = native_list_append(v, ["መሀር", "noun", "አመሀረ", "", "", "", "The meaning of"]) let v = native_list_append(v, ["ገብገብ", "noun", "ገብገብ", "", "", "", "entrance room vestibule"]) let v = native_list_append(v, ["ጠሊ", "noun", "አጣሊ", "", "", "", "goat-child kid"]) let v = native_list_append(v, ["ሀየል", "noun", "ሀየላት", "", "", "", "ibex"]) let v = native_list_append(v, ["እማት", "noun", "እማት", "", "", "", "plural of እም"]) let v = native_list_append(v, ["ሳሬት", "noun", "ሳሬት", "", "", "", "alternative form of"]) let v = native_list_append(v, ["ሣሬት", "noun", "ሣሬት", "", "", "", "spider"]) let v = native_list_append(v, ["ስብጥ", "noun", "ስብጥ", "", "", "", "rod pointed shaft"]) let v = native_list_append(v, ["ሐማሴን", "noun", "ሐማሴን", "", "", "", "Hamasien a historical"]) let v = native_list_append(v, ["ገቦ", "noun", "ገበዋት", "", "", "", "side flank of"]) let v = native_list_append(v, ["እክል", "noun", "እክላት", "", "", "", "food"]) let v = native_list_append(v, ["ሥራይ", "noun", "ሥራያት", "", "", "", "piece of witchcraft"]) let v = native_list_append(v, ["ሢራይ", "noun", "ሢራያት", "", "", "", "a kind of"]) let v = native_list_append(v, ["ልጓም", "noun", "ልጓማት", "", "", "", "bridle"]) let v = native_list_append(v, ["ሣዕር", "noun", "አሥዕርት", "", "", "", "herb grass herbage"]) let v = native_list_append(v, ["ዕጣን", "noun", "ዕጣናት", "", "", "", "incense odorament"]) let v = native_list_append(v, ["ልብን", "noun", "ልብን", "", "", "", "storax Styrax officinalis"]) let v = native_list_append(v, ["ዕንጐት", "noun", "ዕንጐታት", "", "", "", "mountain plum Ximenia"]) let v = native_list_append(v, ["ትርንጐ", "noun", "ትርንጕ", "", "", "", "citron Citrus medica"]) let v = native_list_append(v, ["ትርንጕ", "noun", "ትርንጕ", "", "", "", "plural of ትርንጐ"]) let v = native_list_append(v, ["ገነት", "noun", "ገነታት", "", "", "", "garden park or"]) let v = native_list_append(v, ["ሥርናይ", "noun", "ሥርናይ", "", "", "", "wheat"]) let v = native_list_append(v, ["ተምር", "noun", "ተምር", "", "", "", "date fruit and"]) let v = native_list_append(v, ["እራሕ", "noun", "እራሓት", "", "", "", "palm of the"]) let v = native_list_append(v, ["ሰበን", "noun", "ሰበን", "", "", "", "kerchief miter scarf"]) let v = native_list_append(v, ["ከላዴዎን", "noun", "ከላዴዎን", "", "", "", "Chaldean"]) let v = native_list_append(v, ["ስናፔ", "noun", "ስናፔ", "", "", "", "mustard plant and"]) let v = native_list_append(v, ["ጻጾት", "noun", "ጻጾት", "", "", "", "alternative form of"]) let v = native_list_append(v, ["ጻጹት", "noun", "ጻጹት", "", "", "", "gnat"]) let v = native_list_append(v, ["ፃፄ", "noun", "ፃፄ", "", "", "", "moth worm"]) let v = native_list_append(v, ["ዕፄ", "noun", "ዕፄያት", "", "", "", "moth worm"]) let v = native_list_append(v, ["ሮማን", "noun", "ሮማናት", "", "", "", "pomegranate"]) let v = native_list_append(v, ["ሞት", "noun", "ሞት", "", "", "", "death"]) let v = native_list_append(v, ["ብርስን", "noun", "ብርስነነ", "", "", "", "lentil"]) let v = native_list_append(v, ["ነቢት", "noun", "ነቢት", "", "", "", "alternative form of"]) let v = native_list_append(v, ["ነቢይት", "noun", "ነቢይት", "", "", "", "prophetess"]) let v = native_list_append(v, ["ጎር", "noun", "አግዋር", "", "", "", "neighbour"]) let v = native_list_append(v, ["ዐርክት", "noun", "ዐርካን", "", "", "", "female friend"]) let v = native_list_append(v, ["ዐርክ", "noun", "ዐርካን", "", "", "", "friend"]) let v = native_list_append(v, ["ገይስ", "noun", "ገይስ", "", "", "", "departure journey leave"]) let v = native_list_append(v, ["ጌሰም", "noun", "ጌሰም", "", "", "", "tomorrow morrow"]) let v = native_list_append(v, ["እብን", "noun", "እበን", "", "", "", "stone"]) let v = native_list_append(v, ["አንቄ", "noun", "አናቅይ", "", "", "", "hawk kite"]) let v = native_list_append(v, ["ሲላን", "noun", "ሲላን", "", "", "", "dill Anethum graveolens"]) let v = native_list_append(v, ["ስለን", "noun", "ስለን", "", "", "", "alternative form of"]) let v = native_list_append(v, ["ሲለን", "noun", "ሲለን", "", "", "", "alternative form of"]) let v = native_list_append(v, ["ሰሊካ", "noun", "ሰሊካ", "", "", "", "cassia Cinnamomum cassia"]) let v = native_list_append(v, ["ጸልመት", "noun", "ጸልመት", "", "", "", "darkness shade shadow"]) let v = native_list_append(v, ["ጾላዕ", "noun", "ጾልዓት", "", "", "", "stone rock cliff"]) let v = native_list_append(v, ["ጽሌ", "noun", "ጽሌ", "", "", "", "tablet"]) let v = native_list_append(v, ["ውሳጤ", "noun", "ውሳጥያት", "", "", "", "the inside of"]) let v = native_list_append(v, ["ስብከት", "noun", "ስብከት", "", "", "", "preaching proclaiming announcing"]) let v = native_list_append(v, ["ፍሬ", "noun", "ፍሬ", "", "", "", "fruit"]) let v = native_list_append(v, ["ሣህል", "noun", "ሣህላት", "", "", "", "mercy clemency leniency"]) let v = native_list_append(v, ["ሰብእ", "noun", "ሰብእ", "", "", "", "man human mankind"]) let v = native_list_append(v, ["ጽድቅ", "noun", "ጽድቅ", "", "", "", "law right justness"]) let v = native_list_append(v, ["ድርዕ", "noun", "ድርዕ", "", "", "", "breastplate coat of"]) let v = native_list_append(v, ["ድርገት", "noun", "ድርገታት", "", "", "", "union association congregation"]) let v = native_list_append(v, ["ጻህቅ", "noun", "ጻህቃት", "", "", "", "desire"]) let v = native_list_append(v, ["ርትዐ", "noun", "ርትዐ", "", "", "", "rectitude uprightness"]) let v = native_list_append(v, ["መላጼ", "noun", "መላጽያት", "", "", "", "knife blade razor"]) let v = native_list_append(v, ["ሄኖክ", "noun", "ሄኖክ", "", "", "", "Enoch"]) let v = native_list_append(v, ["ጠራው", "noun", "ጠራው", "", "", "", "the Pleiades"]) let v = native_list_append(v, ["ሰይል", "noun", "ሰይል", "", "", "", "woe sorrow malum"]) let v = native_list_append(v, ["ሰይ", "noun", "ሰይ", "", "", "", "woe anguish malum"]) let v = native_list_append(v, ["ዓመት", "noun", "ዓመታት", "", "", "", "year"]) let v = native_list_append(v, ["አማዑት", "noun", "አማዕዋት", "", "", "", "bowels entrails"]) let v = native_list_append(v, ["ባቄላ", "noun", "ባቄላ", "", "", "", "broad bean Vicia"]) let v = native_list_append(v, ["ንግሥት", "noun", "ንግሥታት", "", "", "", "queen"]) let v = native_list_append(v, ["ጥንፍ", "noun", "ጥነፍ", "", "", "", "prominence superstructure"]) let v = native_list_append(v, ["ወቅፍ", "noun", "አውቃፍ", "", "", "", "bracelet armlet"]) let v = native_list_append(v, ["ባቢሎን", "noun", "ባቢሎን", "", "", "", "Babylon"]) let v = native_list_append(v, ["አቶር", "noun", "አቶር", "", "", "", "Assyria"]) let v = native_list_append(v, ["ፋርስ", "noun", "ፋርስ", "", "", "", "Persia the Persians"]) let v = native_list_append(v, ["ልብያ", "noun", "ልብያ", "", "", "", "Libya Greco-Roman client"]) let v = native_list_append(v, ["መቄዶንያ", "noun", "መቄዶንያ", "", "", "", "Macedonia an ancient"]) let v = native_list_append(v, ["ኖኅ", "noun", "ኖኅ", "", "", "", "Noah"]) let v = native_list_append(v, ["ሳሙኤል", "noun", "ሳሙኤል", "", "", "", "Samuel"]) let v = native_list_append(v, ["ስምዖን", "noun", "ስምዖን", "", "", "", "Simon Simeon"]) let v = native_list_append(v, ["ስቅራጥ", "noun", "ስቅራጥ", "", "", "", "Socrates"]) let v = native_list_append(v, ["ሳባ", "noun", "ሳባ", "", "", "", "Sheba Saba"]) let v = native_list_append(v, ["አስብስጥያ", "noun", "አስብስጥያ", "", "", "", "Sebastia Ancient Greco-Roman"]) let v = native_list_append(v, ["ሳኦል", "noun", "ሳኦል", "", "", "", "Saul"]) let v = native_list_append(v, ["ሲድራስ", "noun", "ሲድራስ", "", "", "", "Isidorus"]) let v = native_list_append(v, ["ዝክር", "noun", "ዝክር", "", "", "", "memory remembrance record"]) let v = native_list_append(v, ["ይስሐቅ", "noun", "ይስሐቅ", "", "", "", "Isaac"]) let v = native_list_append(v, ["ሰዐት", "noun", "ሰዐታት", "", "", "", "hour"]) let v = native_list_append(v, ["ኀንዚር", "noun", "ኀናዚር", "", "", "", "pig swine"]) let v = native_list_append(v, ["ሚዛን", "noun", "ሚዛን", "", "", "", "balance scales"]) let v = native_list_append(v, ["መትከፍት", "noun", "መታክፍ", "", "", "", "shoulder"]) let v = native_list_append(v, ["መትከፍ", "noun", "መታክፍ", "", "", "", "alternative form of"]) let v = native_list_append(v, ["ኵናት", "noun", "ኵያንው", "", "", "", "lance javelin shorter"]) let v = native_list_append(v, ["ከኒሳ", "noun", "ከናይስ", "", "", "", "congregation synagogue religion"]) let v = native_list_append(v, ["ኮር", "noun", "ኮር", "", "", "", "saddle"]) let v = native_list_append(v, ["ፋሲካ", "noun", "ፋሲካ", "", "", "", "Easter"]) let v = native_list_append(v, ["አስተስርዮ", "noun", "አስተስርዮ", "", "", "", "atonement"]) let v = native_list_append(v, ["ምዕራብ", "noun", "ምዕራባት", "", "", "", "west"]) let v = native_list_append(v, ["ጾም", "noun", "አጽዋም", "", "", "", "fast"]) let v = native_list_append(v, ["ግብር", "noun", "ግበር", "", "", "", "action"]) let v = native_list_append(v, ["ድንጋጌ", "noun", "ድንጋጌ", "", "", "", "shore bank"]) let v = native_list_append(v, ["ዘመድ", "noun", "አዝማድ", "", "", "", "kin family relation"]) let v = native_list_append(v, ["ወሰን", "noun", "ወሰን", "", "", "", "limit boundary end"]) let v = native_list_append(v, ["ልደት", "noun", "ልደታት", "", "", "", "birth"]) let v = native_list_append(v, ["ግዝረት", "noun", "ግዝረት", "", "", "", "circumcision"]) let v = native_list_append(v, ["ኖላዊ", "noun", "ኖሎት", "", "", "", "shepherd"]) let v = native_list_append(v, ["ነውር", "noun", "ነውራት", "", "", "", "blemish stain flaw"]) let v = native_list_append(v, ["ሢመት", "noun", "ሢመታት", "", "", "", "location position place"]) let v = native_list_append(v, ["ፈርዖን", "noun", "ፈርዖን", "", "", "", "Pharaoh"]) let v = native_list_append(v, ["ጽዋዕ", "noun", "ጽዋዓት", "", "", "", "cup chalice goblet"]) let v = native_list_append(v, ["ጸባሕት", "noun", "ጸበሓት", "", "", "", "tax tribute"]) let v = native_list_append(v, ["ሕፄ", "noun", "ሕፄ", "", "", "", "dowry bride-price"]) let v = native_list_append(v, ["ሕፍን", "noun", "ሕፍን", "", "", "", "handful"]) let v = native_list_append(v, ["ቍርባን", "noun", "ቍርባናት", "", "", "", "sacrifice offering burnt-offering"]) let v = native_list_append(v, ["ምሥዋዕ", "noun", "ምሥዋዓት", "", "", "", "altar"]) let v = native_list_append(v, ["ማእነም", "noun", "ማእነም", "", "", "", "weaving sewing"]) let v = native_list_append(v, ["ትጳዝዮን", "noun", "ትጳዝዮን", "", "", "", "topaz"]) let v = native_list_append(v, ["ዘመረግድ", "noun", "ዘመረግድ", "", "", "", "emerald"]) let v = native_list_append(v, ["ሐመር", "noun", "አሕማር", "", "", "", "ship"]) let v = native_list_append(v, ["ፀምር", "noun", "ፀምር", "", "", "", "wool"]) let v = native_list_append(v, ["ተድባብ", "noun", "ተድባባት", "", "", "", "roof canopy"]) let v = native_list_append(v, ["ሐቅል", "noun", "አሕቁል", "", "", "", "field"]) let v = native_list_append(v, ["ጸወን", "noun", "አጽዋን", "", "", "", "fortress citadel stronghold"]) let v = native_list_append(v, ["ማኅፈድ", "noun", "መኃፍድ", "", "", "", "tower"]) let v = native_list_append(v, ["ሞዐልት", "noun", "መዋዕል", "", "", "", "day"]) let v = native_list_append(v, ["ሰቆቃው", "noun", "ሰቆቃው", "", "", "", "lamentation mourning wailing"]) let v = native_list_append(v, ["ምሕረት", "noun", "ምሕረታት", "", "", "", "compassion pity commiseration"]) let v = native_list_append(v, ["ምረር", "noun", "ምረራት", "", "", "", "bitterness acridity acerbity"]) let v = native_list_append(v, ["ጽላተ", "noun", "ጽላት", "", "", "", "baldness"]) let v = native_list_append(v, ["ምርዓይ", "noun", "ምርዓይ", "", "", "", "pasture fold"]) let v = native_list_append(v, ["ቀትል", "noun", "ቀትል", "", "", "", "killing murder"]) let v = native_list_append(v, ["በከ", "noun", "በከ", "", "", "", "vanity emptiness vacuousness"]) let v = native_list_append(v, ["ዐርብ", "noun", "ዐርብ", "", "", "", "eve of the"]) let v = native_list_append(v, ["ምስትግባር", "noun", "ምስትግባር", "", "", "", "market"]) let v = native_list_append(v, ["ዮናን", "noun", "ዮናን", "", "", "", "Greece an ancient"]) let v = native_list_append(v, ["ኦሪት", "noun", "ኦሪተነ", "", "", "", "the Torah the"]) let v = native_list_append(v, ["ሊሎ", "noun", "ሊሎ", "", "", "", "vulture"]) let v = native_list_append(v, ["ድልጕማ", "noun", "ድልጕማ", "", "", "", "bangle armlet or"]) let v = native_list_append(v, ["ሕፅን", "noun", "ሕፀን", "", "", "", "bosom womb lap"]) let v = native_list_append(v, ["መግል", "noun", "መግል", "", "", "", "pus"]) let v = native_list_append(v, ["ሖመር", "noun", "አሕመር", "", "", "", "tamarind fruit and"]) let v = native_list_append(v, ["አድባራት", "noun", "አድባራት", "", "", "", "plural of ደብር"]) let v = native_list_append(v, ["አድባር", "noun", "አድባር", "", "", "", "plural of ደብር"]) let v = native_list_append(v, ["ዳብር", "noun", "ዳብራት", "", "", "", "territory"]) let v = native_list_append(v, ["ዳብራት", "noun", "ዳብራት", "", "", "", "plural of ዳብር"]) let v = native_list_append(v, ["ደብራት", "noun", "ደብራት", "", "", "", "plural of ዳብር"]) let v = native_list_append(v, ["ደብር ቅዱስ", "noun", "ደብር ቅዱስ", "", "", "", "according to tradition"]) let v = native_list_append(v, ["ደብረ ሀገር", "noun", "ደብረ ሀገር", "", "", "", "metropolis"]) let v = native_list_append(v, ["ዘደብረ ታቦር", "noun", "ዘደብረ ታቦር", "", "", "", "Feast of the"]) let v = native_list_append(v, ["ደብረ ዘይት", "noun", "ደብረ ዘይት", "", "", "", "Mount of Olives"]) let v = native_list_append(v, ["ዘደብረ ዘይት", "noun", "ዘደብረ ዘይት", "", "", "", "name of the"]) let v = native_list_append(v, ["ዳቤር", "noun", "ዳቤር", "", "", "", "shrine"]) let v = native_list_append(v, ["ዳቢር", "noun", "ዳቢር", "", "", "", "alternative form of"]) let v = native_list_append(v, ["ዴቤቅ", "noun", "ዴቤቅ", "", "", "", "fort fortress"]) let v = native_list_append(v, ["ዘርቤን", "noun", "ዘርቤን", "", "", "", "perfume"]) let v = native_list_append(v, ["ዘርቤዶ", "noun", "ዘርቤዶ", "", "", "", "guinea fowl"]) let v = native_list_append(v, ["የካ፟ቲት", "noun", "የካ፟ቲት", "", "", "", "Alternative spelling with"]) let v = native_list_append(v, ["ሎሎ", "noun", "ሎሎ", "", "", "", "alternative form of"]) let v = native_list_append(v, ["አጽባዕት", "noun", "አጻብዕ", "", "", "", "finger toe"]) let v = native_list_append(v, ["ዐፅም", "noun", "አዕፅምት", "", "", "", "bone"]) let v = native_list_append(v, ["ጋንን", "noun", "አጋንንት", "", "", "", "demon"]) let v = native_list_append(v, ["ጽምእ", "noun", "ጽምእ", "", "", "", "thirst"]) let v = native_list_append(v, ["አርስጣጣሉ", "noun", "አርስጣጣሉ", "", "", "", "wizard"]) let v = native_list_append(v, ["ብሉይ ኪዳን", "noun", "ብሉይ ኪዳን", "", "", "", "Old Testament"]) let v = native_list_append(v, ["ከይሲ", "noun", "አክይስት", "", "", "", "dragon serpent"]) let v = native_list_append(v, ["ራድእ", "noun", "አርዳእ", "", "", "", "helper disciple"]) let v = native_list_append(v, ["ታቦት", "noun", "ታቦታት", "", "", "", "ark"]) let v = native_list_append(v, ["አርዌ", "noun", "አራዊት", "", "", "", "wild animal beast"]) let v = native_list_append(v, ["ሰማዒ", "noun", "ሰማዕያን", "", "", "", "listener hearer audience"]) let v = native_list_append(v, ["ፀር", "noun", "አፅራር", "", "", "", "enemy foe"]) let v = native_list_append(v, ["ፍርሀት", "noun", "ፍርሀታት", "", "", "", "fear"]) let v = native_list_append(v, ["ዘርእ", "noun", "አዝርእት", "", "", "", "seed"]) let v = native_list_append(v, ["እኅው", "noun", "አኀው", "", "", "", "brother"]) let v = native_list_append(v, ["ርዴ", "noun", "ርዴ", "", "", "", "usury interest"]) let v = native_list_append(v, ["አጋር", "noun", "አጋር", "", "", "", "Hagar the handmaiden"]) let v = native_list_append(v, ["ሤጥ", "noun", "ሤጥ", "", "", "", "trade business buying"]) let v = native_list_append(v, ["አስተብቋዒ", "noun", "አስተብቋዒ", "", "", "", "supplicant requester"]) let v = native_list_append(v, ["ወይጠል", "noun", "ወይጠላት", "", "", "", "roe-deer a wild"]) let v = native_list_append(v, ["ምኔት", "noun", "ምኔታት", "", "", "", "monastery"]) let v = native_list_append(v, ["ተጽናስ", "noun", "ተጽናስ", "", "", "", "poverty need want"]) let v = native_list_append(v, ["ልማድ", "noun", "ልማደት", "", "", "", "custom norm usage"]) let v = native_list_append(v, ["ሠርም", "noun", "አሥራም", "", "", "", "the abyss the"]) let v = native_list_append(v, ["ጋግ", "noun", "ጋጋት", "", "", "", "chain irons yoke"]) let v = native_list_append(v, ["ፍኖት", "noun", "ፍናው", "", "", "", "journey way"]) let v = native_list_append(v, ["ሥንት", "noun", "ሥንት", "", "", "", "urine"]) let v = native_list_append(v, ["ሠላሳ", "other", "ሠላሳ", "", "", "", "thirty"]) let v = native_list_append(v, ["አሐዱ", "other", "አሐዱ", "", "", "", "one 1"]) let v = native_list_append(v, ["ክልኤቱ", "other", "ክልኤቱ", "", "", "", "two 2"]) let v = native_list_append(v, ["አሐቲ", "other", "አሐቲ", "", "", "", "one 1"]) let v = native_list_append(v, ["ክልኤቲ", "other", "ክልኤቲ", "", "", "", "two 2"]) let v = native_list_append(v, ["ሠለስቱ", "other", "ሠለስቱ", "", "", "", "three 3"]) let v = native_list_append(v, ["አርባዕቱ", "other", "አርባዕቱ", "", "", "", "four 4"]) let v = native_list_append(v, ["ኀምስቱ", "other", "ኀምስቱ", "", "", "", "five 5"]) let v = native_list_append(v, ["ስድስቱ", "other", "ስድስቱ", "", "", "", "six 6"]) let v = native_list_append(v, ["ሰብዐቱ", "other", "ሰብዐቱ", "", "", "", "seven 7"]) let v = native_list_append(v, ["ሰማንቱ", "other", "ሰማንቱ", "", "", "", "eight 8"]) let v = native_list_append(v, ["ተስዐቱ", "other", "ተስዐቱ", "", "", "", "nine 9"]) let v = native_list_append(v, ["ዐሠርቱ", "other", "ዐሠርቱ", "", "", "", "ten 10"]) let v = native_list_append(v, ["ሠላስ", "other", "ሠላስ", "", "", "", "three 3"]) let v = native_list_append(v, ["ሠልስ", "other", "ሠልስ", "", "", "", "third 3rd"]) let v = native_list_append(v, ["አርባዕ", "other", "አርባዕ", "", "", "", "four 4"]) let v = native_list_append(v, ["ኀምስ", "other", "ኀምስ", "", "", "", "five 5"]) let v = native_list_append(v, ["ስሱ", "other", "ስሱ", "", "", "", "six 6"]) let v = native_list_append(v, ["ሰብዑ", "other", "ሰብዑ", "", "", "", "seven 7"]) let v = native_list_append(v, ["ሰማኒ", "other", "ሰማኒ", "", "", "", "eight 8"]) let v = native_list_append(v, ["ትስዑ", "other", "ትስዑ", "", "", "", "nine 9"]) let v = native_list_append(v, ["ዐሥሩ", "other", "ዐሥሩ", "", "", "", "ten 10"]) let v = native_list_append(v, ["ዳግም", "other", "ዳግም", "", "", "", "second 2nd"]) let v = native_list_append(v, ["ካዕብ", "other", "ካዕብ", "", "", "", "second 2nd"]) let v = native_list_append(v, ["ካልእ", "other", "ካልእ", "", "", "", "second 2nd"]) let v = native_list_append(v, ["ኦ", "other", "ኦ", "", "", "", "Interjection expressing pain"]) let v = native_list_append(v, ["ሰይል", "other", "ሰይል", "", "", "", "woe! alas!"]) let v = native_list_append(v, ["ዓዲ", "adv", "ዓዲ", "", "", "", "yet still even"]) let v = native_list_append(v, ["ኢ", "adv", "ኢ", "", "", "", "Negating adverb which"]) let v = native_list_append(v, ["ታሕት", "adv", "ታሕት", "", "", "", "below under underneath"]) let v = native_list_append(v, ["ክመ", "adv", "ክመ", "", "", "", "almost like"]) let v = native_list_append(v, ["ለፌ", "adv", "ለፌ", "", "", "", "thence here and"]) let v = native_list_append(v, ["ህየ", "adv", "ህየ", "", "", "", "there"]) let v = native_list_append(v, ["ዮም", "adv", "ዮም", "", "", "", "today"]) let v = native_list_append(v, ["ጌሰም", "adv", "ጌሰም", "", "", "", "tomorrow"]) let v = native_list_append(v, ["አንተ", "pron", "አንተ", "", "", "", "you thou masculine"]) let v = native_list_append(v, ["ሁ", "pron", "ሁ", "", "", "", "him his it"]) let v = native_list_append(v, ["ነ", "pron", "ነ", "", "", "", "us our bound"]) let v = native_list_append(v, ["ከ", "pron", "ከ", "", "", "", "you your masculine"]) let v = native_list_append(v, ["የ", "pron", "የ", "", "", "", "my bound object"]) let v = native_list_append(v, ["ሃ", "pron", "ሃ", "", "", "", "her bound object"]) let v = native_list_append(v, ["አንቲ", "pron", "አንቲ", "", "", "", "you thou feminine"]) let v = native_list_append(v, ["ኪ", "pron", "ኪ", "", "", "", "you your feminine"]) let v = native_list_append(v, ["ኒ", "pron", "ኒ", "", "", "", "me bound object"]) let v = native_list_append(v, ["አነ", "pron", "አነ", "", "", "", "I first person"]) let v = native_list_append(v, ["ቅዱስ", "adj", "ቅዱስ", "", "", "", "holy sacred"]) let v = native_list_append(v, ["ቀዳሚ", "adj", "ቀዳሚ", "", "ቀዳሚት", "", "first"]) let v = native_list_append(v, ["ቀዳሚት", "adj", "ቀዳሚት", "", "", "", "feminine singular of"]) let v = native_list_append(v, ["ጸሊም", "adj", "ጸሊም", "", "ጸላም", "", "black dark-colored"]) let v = native_list_append(v, ["ቀደምት", "adj", "ቀደምት", "", "", "", "masculine plural of"]) let v = native_list_append(v, ["ቀዳምያት", "adj", "ቀዳምያት", "", "", "", "feminine plural of"]) let v = native_list_append(v, ["ብዙኅ", "adj", "ብዙኅ", "", "", "", "much"]) let v = native_list_append(v, ["ድልው", "adj", "ድልው", "", "", "", "worthy"]) let v = native_list_append(v, ["ደብራዊ", "adj", "ደብራዊ", "", "", "", "mountainous"]) let v = native_list_append(v, ["ጽሙእ", "adj", "ጽሙእ", "", "", "", "thirsty parched"]) let v = native_list_append(v, ["ዐቢይ", "adj", "ዐቢይ", "", "ዐባይ", "", "large big great"]) let v = native_list_append(v, ["አዳም", "adj", "አዳም", "", "", "", "delightful pleasant sweet"]) let v = native_list_append(v, ["ቆበረ", "verb", "ḳobärä", "", "", "", "to become black"]) let v = native_list_append(v, ["ሰበረ", "verb", "säbärä", "ይስብር", "", "", "to break"]) let v = native_list_append(v, ["በልዐ", "verb", "bälʿä", "", "", "", "to eat consume"]) let v = native_list_append(v, ["ቆመ", "verb", "ḳomä", "", "", "", "to stand"]) let v = native_list_append(v, ["ዘመረ", "verb", "zämärä", "", "", "", "to sing"]) let v = native_list_append(v, ["ከረዘ", "verb", "käräzä", "", "", "", "to proclaim preach"]) let v = native_list_append(v, ["መሀረ", "verb", "mähärä", "", "", "", "to teach instruct"]) let v = native_list_append(v, ["ተመሀረ", "verb", "tämähärä", "", "", "", "to be taught"]) let v = native_list_append(v, ["ጸለለ", "verb", "ṣälälä", "", "", "", "to hover float"]) let v = native_list_append(v, ["ብህለ", "verb", "bəhlä", "", "", "", "to say"]) let v = native_list_append(v, ["ሰምዐ", "verb", "sämʿä", "", "", "", "to hear"]) let v = native_list_append(v, ["በረቀ", "verb", "bäräḳä", "", "", "", "to lightning"]) let v = native_list_append(v, ["ፄወወ", "verb", "ṣ́ewäwä", "", "", "", "to capture take"]) let v = native_list_append(v, ["ተርጐመ", "verb", "tärgʷämä", "", "", "", "to translate"]) let v = native_list_append(v, ["ሞተ", "verb", "motä", "conjugation ይሙት", "", "", "to die"]) let v = native_list_append(v, ["ፈጸመ", "verb", "fäṣämä", "", "", "", "to execute complete"]) let v = native_list_append(v, ["ጸሐፈ", "verb", "ṣäḥäfä", "conjugation ይጽሐፍ", "", "", "to write"]) let v = native_list_append(v, ["ቀበረ", "verb", "ḳäbärä", "", "", "", "to bury"]) let v = native_list_append(v, ["መሀር", "verb", "mähär", "", "", "", "imperative of መሀረ"]) let v = native_list_append(v, ["ዘበጠ", "verb", "zäbäṭä", "conjugation ይዝብጥ", "", "", "to beat to"]) let v = native_list_append(v, ["ጌሰ", "verb", "gesä", "ገይስ", "conjugation ይጊስ", "", "to depart journey"]) let v = native_list_append(v, ["ፈርየ", "verb", "färyä", "ፈረየ", "", "", "to flower to"]) let v = native_list_append(v, ["ከተበ", "verb", "kätäbä", "conjugation ይክትብ", "", "", "to write to"]) let v = native_list_append(v, ["መዘነ", "verb", "mäzzänä", "", "", "", "to weigh"]) let v = native_list_append(v, ["ወረደ", "verb", "wärädä", "", "", "", "to descend go"]) let v = native_list_append(v, ["ኖመ", "verb", "nomä", "ይኑም", "", "", "to sleep"]) let v = native_list_append(v, ["ለብሰ", "verb", "läbsä", "", "", "", "to clothe dress"]) let v = native_list_append(v, ["ሰቀለ", "verb", "säḳälä", "", "", "", "to hang"]) let v = native_list_append(v, ["ሰቈረ", "verb", "säḳʷärä", "", "", "", "to perforate bore"]) let v = native_list_append(v, ["ወቀረ", "verb", "wäḳärä", "", "", "", "to excavate dig"]) let v = native_list_append(v, ["ቀተለ", "verb", "ḳätälä", "", "", "", "to kill slay"]) let v = native_list_append(v, ["ነግሠ", "verb", "nägśä", "ይንግሥ", "", "", "to rule reign"]) let v = native_list_append(v, ["ሐፀነ", "verb", "ḥäṣ́änä", "ይሕፅን", "", "", "to nurse nourish"]) let v = native_list_append(v, ["ጸምአ", "verb", "ṣämʾä", "", "", "", "to thirst"]) let v = native_list_append(v, ["አጽምአ", "verb", "ʾäṣməʾä", "", "", "", "to make thirsty"]) let v = native_list_append(v, ["ፈየተ", "verb", "ፈየ̄ተ", "fäyätä", "fäyyätä", "", "to rob to"]) let v = native_list_append(v, ["ሐበሠ", "verb", "ḥäbäśä", "", "", "", "to collect to"]) let v = native_list_append(v, ["ፈጽሐ", "verb", "fäṣḥä", "", "", "", "to crush grind"]) let v = native_list_append(v, ["ሰትየ", "verb", "sätyä", "", "", "", "to drink"]) let v = native_list_append(v, ["ኀርየ", "verb", "ḫäryä", "", "", "", "to choose select"]) let v = native_list_append(v, ["ጸግበ", "verb", "ṣägbä", "", "", "", "to be satisfied"]) let v = native_list_append(v, ["አእመነ", "verb", "ʾäʾmänä", "", "", "", "to cause to"]) let v = native_list_append(v, ["ነሥአ", "verb", "näśʾä", "", "", "", "to take up"]) let v = native_list_append(v, ["ወፅአ", "verb", "wäṣ́ʾä", "", "", "", "to leave go"]) let v = native_list_append(v, ["ቀለለ", "verb", "ḳälälä", "", "", "", "to be light"]) let v = native_list_append(v, ["ተወለጠ", "verb", "täwäläṭä", "", "", "", "to be changed"]) let v = native_list_append(v, ["ወለጠ", "verb", "wäläṭä", "", "", "", "to change alter"]) let v = native_list_append(v, ["ለሀበ", "verb", "lähäbä", "", "", "", "to burn emit"]) let v = native_list_append(v, ["ነተገ", "verb", "nätägä", "", "", "", "to decrease diminish"]) let v = native_list_append(v, ["ወደየ", "verb", "wädäyä", "", "", "", "to cast throw"]) let v = native_list_append(v, ["ወረወ", "verb", "wäräwä", "", "", "", "to cast throw"]) let v = native_list_append(v, ["ወዐለ", "verb", "wäʿälä", "", "", "", "to delay stay"]) let v = native_list_append(v, ["ለ-", "prep", "ለ-", "", "", "", "to for belonging"]) let v = native_list_append(v, ["መልዕልተ", "prep", "መልዕልተ", "", "", "", "on upon on"]) let v = native_list_append(v, ["ክመ", "prep", "ክመ", "", "", "", "like as"]) let v = native_list_append(v, ["ዲበ", "prep", "ዲበ", "", "", "", "to on for"]) let v = native_list_append(v, ["ላዕለ", "prep", "ላዕለ", "", "", "", "above on upon"]) let v = native_list_append(v, ["ውስተ", "prep", "ውስተ", "", "", "", "In into"]) let v = native_list_append(v, ["እም", "conj", "እም", "", "", "", "if introduces the"]) let v = native_list_append(v, ["ወ-", "conj", "ወ-", "", "", "", "and"]) let v = native_list_append(v, ["ክመ", "conj", "ክመ", "", "", "", "like as"]) let v = native_list_append(v, ["አላ", "conj", "አላ", "", "", "", "but yet"]) let v = native_list_append(v, ["እመ", "conj", "እመ", "", "", "", "if introduces the"]) let v = native_list_append(v, ["-አ", "particle", "-አ", "", "", "", "Genesis 325 Ethiopic"]) return v } fn vocab_gez_lookup(word: String) -> [String] { let vocab: [[String]] = vocab_gez_seed() let n: Int = native_list_len(vocab) let i: Int = 0 while i < n { let entry: [String] = native_list_get(vocab, i) if str_eq(native_list_get(entry, 0), word) { return entry } let i = i + 1 } return native_list_empty() }