\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m words['test']=words[\n\u001b[0m\u001b[1;32m 2\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 3\u001b[0m \u001b[0;34m(\u001b[0m\u001b[0mwords\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m'declension'\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mstr\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mmatch\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m'^2nd.*'\u001b[0m\u001b[0;34m)\u001b[0m \u001b[0;34m==\u001b[0m \u001b[0;32mTrue\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 4\u001b[0m \u001b[0;34m&\u001b[0m \u001b[0;34m(\u001b[0m\u001b[0mwords\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m'sp'\u001b[0m\u001b[0;34m]\u001b[0m \u001b[0;34m==\u001b[0m \u001b[0;34m'noun'\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 5\u001b[0m \u001b[0;34m&\u001b[0m \u001b[0;34m(\u001b[0m\u001b[0mwords\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m'nu'\u001b[0m\u001b[0;34m]\u001b[0m \u001b[0;34m==\u001b[0m \u001b[0;34m'sg'\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m~/opt/anaconda3/lib/python3.8/site-packages/pandas/core/frame.py\u001b[0m in \u001b[0;36m__setitem__\u001b[0;34m(self, key, value)\u001b[0m\n\u001b[1;32m 3600\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_setitem_array\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mkey\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mvalue\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 3601\u001b[0m \u001b[0;32melif\u001b[0m \u001b[0misinstance\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mvalue\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mDataFrame\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 3602\u001b[0;31m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_set_item_frame_value\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mkey\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mvalue\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 3603\u001b[0m elif (\n\u001b[1;32m 3604\u001b[0m \u001b[0mis_list_like\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mvalue\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m~/opt/anaconda3/lib/python3.8/site-packages/pandas/core/frame.py\u001b[0m in \u001b[0;36m_set_item_frame_value\u001b[0;34m(self, key, value)\u001b[0m\n\u001b[1;32m 3740\u001b[0m \u001b[0;31m# now align rows\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 3741\u001b[0m \u001b[0marraylike\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0m_reindex_for_setitem\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mvalue\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mindex\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 3742\u001b[0;31m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_set_item_mgr\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mkey\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0marraylike\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 3743\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 3744\u001b[0m \u001b[0;32mdef\u001b[0m \u001b[0m_iset_item_mgr\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mloc\u001b[0m\u001b[0;34m:\u001b[0m \u001b[0mint\u001b[0m \u001b[0;34m|\u001b[0m \u001b[0mslice\u001b[0m \u001b[0;34m|\u001b[0m \u001b[0mnp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mndarray\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mvalue\u001b[0m\u001b[0;34m)\u001b[0m \u001b[0;34m->\u001b[0m \u001b[0;32mNone\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m~/opt/anaconda3/lib/python3.8/site-packages/pandas/core/frame.py\u001b[0m in \u001b[0;36m_set_item_mgr\u001b[0;34m(self, key, value)\u001b[0m\n\u001b[1;32m 3752\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mKeyError\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 3753\u001b[0m \u001b[0;31m# This item wasn't present, just insert at end\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 3754\u001b[0;31m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_mgr\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0minsert\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mlen\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_info_axis\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mkey\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mvalue\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 3755\u001b[0m \u001b[0;32melse\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 3756\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_iset_item_mgr\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mloc\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mvalue\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m~/opt/anaconda3/lib/python3.8/site-packages/pandas/core/internals/managers.py\u001b[0m in \u001b[0;36minsert\u001b[0;34m(self, loc, item, value)\u001b[0m\n\u001b[1;32m 1160\u001b[0m \u001b[0mvalue\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mensure_block_shape\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mvalue\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mndim\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mndim\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1161\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 1162\u001b[0;31m \u001b[0mblock\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mnew_block\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mvalues\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mvalue\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mndim\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mndim\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mplacement\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mslice\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mloc\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mloc\u001b[0m \u001b[0;34m+\u001b[0m \u001b[0;36m1\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 1163\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1164\u001b[0m \u001b[0;32mfor\u001b[0m \u001b[0mblkno\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mcount\u001b[0m \u001b[0;32min\u001b[0m \u001b[0m_fast_count_smallints\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mblknos\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0mloc\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m~/opt/anaconda3/lib/python3.8/site-packages/pandas/core/internals/blocks.py\u001b[0m in \u001b[0;36mnew_block\u001b[0;34m(values, placement, ndim, klass)\u001b[0m\n\u001b[1;32m 1935\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1936\u001b[0m \u001b[0mvalues\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0m_\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mextract_pandas_array\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mvalues\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;32mNone\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mndim\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 1937\u001b[0;31m \u001b[0mcheck_ndim\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mvalues\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mplacement\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mndim\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 1938\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1939\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mklass\u001b[0m \u001b[0;32mis\u001b[0m \u001b[0;32mNone\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m~/opt/anaconda3/lib/python3.8/site-packages/pandas/core/internals/blocks.py\u001b[0m in \u001b[0;36mcheck_ndim\u001b[0;34m(values, placement, ndim)\u001b[0m\n\u001b[1;32m 1977\u001b[0m )\n\u001b[1;32m 1978\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mlen\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mplacement\u001b[0m\u001b[0;34m)\u001b[0m \u001b[0;34m!=\u001b[0m \u001b[0mlen\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mvalues\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 1979\u001b[0;31m raise ValueError(\n\u001b[0m\u001b[1;32m 1980\u001b[0m \u001b[0;34mf\"Wrong number of items passed {len(values)}, \"\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1981\u001b[0m \u001b[0;34mf\"placement implies {len(placement)}\"\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;31mValueError\u001b[0m: Wrong number of items passed 62, placement implies 1"
]
}
],
"source": [
"words['test']=words[\n",
" \n",
" (words['declension'].str.match('^2nd.*') == True)\n",
" & (words['sp'] == 'noun')\n",
" & (words['nu'] == 'sg')\n",
" & (words['case'] == 'acc')\n",
" & (words['normalized_noaccent'].str.match('^.*ον$') == True)\n",
" \n",
" ]"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### A-Declension (1st declension)\n",
"\n",
"Rule#1:\n",
"1. Feminine singular nominative (α-ending) = Feminine singular vocative = Masculine singular Vocative = Neutrum singular Vocative\n",
"2. Feminine singular nominative (η-ending) = Feminine singular vocative \n",
"3. Feminine Genitive Singular ending ας = Feminine Accusative Plural = Masculine Nominative Singular = Masculine Accusative Plural\n",
"4. Feminine Genitive Singular ending ης = Masculine Nominative Singular\n",
"5. Feminine Singular Dative ending α = Masculine Singular Dative\n",
"6. Feminine Singular Dative ending η = Masculine Singular Dative\n",
"7. Accusative Singular ending αν same for Masculine, Feminine, Neuter\n",
"8. Accusative Singular ending ην same for Masculine, Feminine, Neuter\n",
"9. Plural nominative (αι-ending) same for Masculine, Feminine, Neuter AND = Plural vocative ending same for M, F, N\n",
"10. Plural genitive (ων-ending) same for Masculine, Feminine, Neuter\n",
"11. Plural dative (αις-ending) same for Masculine, Feminine, Neuter\n",
"12. Feminine singular Plural accusative (ας-ending) same for Masculine, Feminine, Neuter\n",
"13. Plural accusative (ας-ending) same for Masculine, Feminine, Neuter\n"
]
},
{
"cell_type": "code",
"execution_count": 159,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:34.229028Z",
"start_time": "2022-10-17T04:32:34.092309Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 913 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 3 | \n",
" 2 | \n",
" Matt 3:2 | \n",
" 914 | \n",
" 914 | \n",
" βασιλεία | \n",
" βασιλεία | \n",
" βασιλεία | \n",
" βασιλεια | \n",
" βασιλεία | \n",
" βασιλεία | \n",
" βασιλεια | \n",
" basileia | \n",
" N-NSF | \n",
" N-NSF | \n",
" 932 | \n",
" False | \n",
" βασιλεία, -ας, ἡ | \n",
" βασιλεία, -ας, ἡ | \n",
" kingship, sovereignty, authority, rule, kingdom | \n",
" kingship, sovereignty, authority, rule, kingdom | \n",
" 922 | \n",
" 926 | \n",
" 162 | \n",
" 162 | \n",
" 96 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nom | \n",
" nominative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" 3a | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularVocative | \n",
"
\n",
" \n",
" 99697 | \n",
" II_Corinthians | \n",
" 8 | \n",
" 2Cor | \n",
" 8 | \n",
" 23 | \n",
" 2Cor 8:23 | \n",
" 99698 | \n",
" 99698 | \n",
" δόξα | \n",
" δόξα | \n",
" δόξα | \n",
" δοξα | \n",
" δόξα | \n",
" δόξα | \n",
" δοξα | \n",
" doxa | \n",
" N-NSF | \n",
" N-NSF | \n",
" 1391 | \n",
" False | \n",
" δόξα, -ης, ἡ | \n",
" δόξα, -ης, ἡ | \n",
" honor, renown, glory splendor | \n",
" honor, renown, glory splendor | \n",
" 1380 | \n",
" 1384 | \n",
" 166 | \n",
" 166 | \n",
" 93 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nom | \n",
" nominative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_breve | \n",
" first_alpha_breve | \n",
" 3a | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularVocative | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref \\\n",
"913 Matthew 1 Matt 3 2 Matt 3:2 \n",
"99697 II_Corinthians 8 2Cor 8 23 2Cor 8:23 \n",
"\n",
" orig_order bol_monad_num word bol_surface normalized \\\n",
"913 914 914 βασιλεία βασιλεία βασιλεία \n",
"99697 99698 99698 δόξα δόξα δόξα \n",
"\n",
" normalized_noaccent lemma bol_lemma lemma_noaccent lemma_translit \\\n",
"913 βασιλεια βασιλεία βασιλεία βασιλεια basileia \n",
"99697 δοξα δόξα δόξα δοξα doxa \n",
"\n",
" form_tag functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"913 N-NSF N-NSF 932 False βασιλεία, -ας, ἡ \n",
"99697 N-NSF N-NSF 1391 False δόξα, -ης, ἡ \n",
"\n",
" bol_lemma_dict gloss \\\n",
"913 βασιλεία, -ας, ἡ kingship, sovereignty, authority, rule, kingdom \n",
"99697 δόξα, -ης, ἡ honor, renown, glory splendor \n",
"\n",
" bol_gloss abc_order \\\n",
"913 kingship, sovereignty, authority, rule, kingdom 922 \n",
"99697 honor, renown, glory splendor 1380 \n",
"\n",
" bol_dict_abc freq_lemma bol_lexeme_occurrences bol_frequency_rank \\\n",
"913 926 162 162 96 \n",
"99697 1384 166 166 93 \n",
"\n",
" sp bol_psp gn bol_gender nu bol_number nu_poss bol_possessor_number \\\n",
"913 noun noun f feminine sg singular NaN NaN \n",
"99697 noun noun f feminine sg singular NaN NaN \n",
"\n",
" ps bol_person case bol_case tense bol_tense voice bol_voice mood \\\n",
"913 NaN NaN nom nominative NaN NaN NaN NaN NaN \n",
"99697 NaN NaN nom nominative NaN NaN NaN NaN NaN \n",
"\n",
" bol_mood degree extra bol_suffix bol_verb_type bol_noun_stem word_stem \\\n",
"913 NaN NaN NaN NaN NaN alpha alpha \n",
"99697 NaN NaN NaN NaN NaN alpha alpha \n",
"\n",
" declension bol_noun_declension vocab_ReadGreekIn30Days \\\n",
"913 1st_alpha_macron first_alpha_macron 3a \n",
"99697 1st_alpha_breve first_alpha_breve 3a \n",
"\n",
" Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI Rule_2ndDecl_1c_altI \\\n",
"913 NaN NaN NaN \n",
"99697 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI Rule_2ndDecl_2b_altI \\\n",
"913 NaN NaN NaN \n",
"99697 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI Rule_2ndDecl_4a_altI \\\n",
"913 NaN NaN NaN \n",
"99697 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI Rule_2ndDecl_5b_altI \\\n",
"913 NaN NaN NaN \n",
"99697 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_1a_altI \n",
"913 FeminineSingularVocative \n",
"99697 FeminineSingularVocative "
]
},
"execution_count": 159,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_1a \n",
"# Feminine singular nominative (α-ending) = Feminine singular vocative\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'nom')\n",
" & (NF['gn'] == 'f')\n",
" & (NF['normalized_noaccent'].str.match('^.*α$') == True) ,\n",
" 'Rule_1stDecl_1a_altI'] = 'FeminineSingularVocative'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_1a_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 160,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:35.123016Z",
"start_time": "2022-10-17T04:32:34.976082Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 10035 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 17 | \n",
" 17 | \n",
" Matt 17:17 | \n",
" 10036 | \n",
" 10036 | \n",
" γενεὰ | \n",
" γενεὰ | \n",
" γενεά | \n",
" γενεα | \n",
" γενεά | \n",
" γενεά | \n",
" γενεα | \n",
" genea | \n",
" N-VSF | \n",
" N-VSF | \n",
" 1074 | \n",
" False | \n",
" γενεά, -ᾶς, ἡ | \n",
" γενεά, -ᾶς, ἡ | \n",
" generation | \n",
" generation | \n",
" 1063 | \n",
" 1066 | \n",
" 43 | \n",
" 43 | \n",
" 348 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" voc | \n",
" vocative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularNominative | \n",
"
\n",
" \n",
" 23999 | \n",
" Mark | \n",
" 2 | \n",
" Mark | \n",
" 9 | \n",
" 19 | \n",
" Mark 9:19 | \n",
" 24000 | \n",
" 24000 | \n",
" γενεὰ | \n",
" γενεὰ | \n",
" γενεά | \n",
" γενεα | \n",
" γενεά | \n",
" γενεά | \n",
" γενεα | \n",
" genea | \n",
" N-VSF | \n",
" N-VSF | \n",
" 1074 | \n",
" False | \n",
" γενεά, -ᾶς, ἡ | \n",
" γενεά, -ᾶς, ἡ | \n",
" generation | \n",
" generation | \n",
" 1063 | \n",
" 1066 | \n",
" 43 | \n",
" 43 | \n",
" 348 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" voc | \n",
" vocative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularNominative | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"10035 Matthew 1 Matt 17 17 Matt 17:17 10036 \n",
"23999 Mark 2 Mark 9 19 Mark 9:19 24000 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent lemma \\\n",
"10035 10036 γενεὰ γενεὰ γενεά γενεα γενεά \n",
"23999 24000 γενεὰ γενεὰ γενεά γενεα γενεά \n",
"\n",
" bol_lemma lemma_noaccent lemma_translit form_tag functional_tag \\\n",
"10035 γενεά γενεα genea N-VSF N-VSF \n",
"23999 γενεά γενεα genea N-VSF N-VSF \n",
"\n",
" strongs strongs_unreliable lexeme_dict bol_lemma_dict gloss \\\n",
"10035 1074 False γενεά, -ᾶς, ἡ γενεά, -ᾶς, ἡ generation \n",
"23999 1074 False γενεά, -ᾶς, ἡ γενεά, -ᾶς, ἡ generation \n",
"\n",
" bol_gloss abc_order bol_dict_abc freq_lemma \\\n",
"10035 generation 1063 1066 43 \n",
"23999 generation 1063 1066 43 \n",
"\n",
" bol_lexeme_occurrences bol_frequency_rank sp bol_psp gn bol_gender \\\n",
"10035 43 348 noun noun f feminine \n",
"23999 43 348 noun noun f feminine \n",
"\n",
" nu bol_number nu_poss bol_possessor_number ps bol_person case \\\n",
"10035 sg singular NaN NaN NaN NaN voc \n",
"23999 sg singular NaN NaN NaN NaN voc \n",
"\n",
" bol_case tense bol_tense voice bol_voice mood bol_mood degree extra \\\n",
"10035 vocative NaN NaN NaN NaN NaN NaN NaN NaN \n",
"23999 vocative NaN NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" bol_suffix bol_verb_type bol_noun_stem word_stem declension \\\n",
"10035 NaN NaN alpha alpha 1st_alpha_macron \n",
"23999 NaN NaN alpha alpha 1st_alpha_macron \n",
"\n",
" bol_noun_declension vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI \\\n",
"10035 first_alpha_macron not_covered NaN \n",
"23999 first_alpha_macron not_covered NaN \n",
"\n",
" Rule_2ndDecl_1b_altI Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI \\\n",
"10035 NaN NaN NaN \n",
"23999 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2a_altI Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI \\\n",
"10035 NaN NaN NaN \n",
"23999 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_3b_altI Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI \\\n",
"10035 NaN NaN NaN \n",
"23999 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5a_altI Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI \\\n",
"10035 NaN NaN NaN \n",
"23999 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_1b_altI \n",
"10035 FeminineSingularNominative \n",
"23999 FeminineSingularNominative "
]
},
"execution_count": 160,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_1b\n",
"# Feminine singular nominative (α-ending) = Feminine singular vocative\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'voc')\n",
" & ((NF['gn'] == 'f'))\n",
" & (NF['normalized_noaccent'].str.match('^.*α$') == True) ,\n",
" 'Rule_1stDecl_1b_altI'] = 'FeminineSingularNominative'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_1b_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 161,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:36.023896Z",
"start_time": "2022-10-17T04:32:35.880947Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 780 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 2 | \n",
" 18 | \n",
" Matt 2:18 | \n",
" 781 | \n",
" 781 | \n",
" Φωνὴ | \n",
" Φωνὴ | \n",
" Φωνή | \n",
" Φωνη | \n",
" φωνή | \n",
" φωνή | \n",
" φωνη | \n",
" phone | \n",
" N-NSF | \n",
" N-NSF | \n",
" 5456 | \n",
" False | \n",
" φωνή, -ῆς, ἡ | \n",
" φωνή, -ῆς, ἡ | \n",
" sound, noise, voice | \n",
" sound, noise, voice | \n",
" 5238 | \n",
" 5270 | \n",
" 139 | \n",
" 139 | \n",
" 121 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nom | \n",
" nominative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" 3a | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularVocative | \n",
"
\n",
" \n",
" 106077 | \n",
" Ephesians | \n",
" 10 | \n",
" Eph | \n",
" 6 | \n",
" 23 | \n",
" Eph 6:23 | \n",
" 106078 | \n",
" 106078 | \n",
" Εἰρήνη | \n",
" Εἰρήνη | \n",
" Εἰρήνη | \n",
" Ειρηνη | \n",
" εἰρήνη | \n",
" εἰρήνη | \n",
" ειρηνη | \n",
" eirene | \n",
" N-NSF | \n",
" N-NSF | \n",
" 1515 | \n",
" False | \n",
" εἰρήνη, -ης, ἡ | \n",
" εἰρήνη, -ης, ἡ | \n",
" peace, peace of mind | \n",
" peace, peace of mind | \n",
" 1496 | \n",
" 1502 | \n",
" 92 | \n",
" 92 | \n",
" 186 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nom | \n",
" nominative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" 7b | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularVocative | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"780 Matthew 1 Matt 2 18 Matt 2:18 781 \n",
"106077 Ephesians 10 Eph 6 23 Eph 6:23 106078 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"780 781 Φωνὴ Φωνὴ Φωνή Φωνη \n",
"106077 106078 Εἰρήνη Εἰρήνη Εἰρήνη Ειρηνη \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag \\\n",
"780 φωνή φωνή φωνη phone N-NSF \n",
"106077 εἰρήνη εἰρήνη ειρηνη eirene N-NSF \n",
"\n",
" functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"780 N-NSF 5456 False φωνή, -ῆς, ἡ \n",
"106077 N-NSF 1515 False εἰρήνη, -ης, ἡ \n",
"\n",
" bol_lemma_dict gloss bol_gloss abc_order \\\n",
"780 φωνή, -ῆς, ἡ sound, noise, voice sound, noise, voice 5238 \n",
"106077 εἰρήνη, -ης, ἡ peace, peace of mind peace, peace of mind 1496 \n",
"\n",
" bol_dict_abc freq_lemma bol_lexeme_occurrences bol_frequency_rank \\\n",
"780 5270 139 139 121 \n",
"106077 1502 92 92 186 \n",
"\n",
" sp bol_psp gn bol_gender nu bol_number nu_poss \\\n",
"780 noun noun f feminine sg singular NaN \n",
"106077 noun noun f feminine sg singular NaN \n",
"\n",
" bol_possessor_number ps bol_person case bol_case tense bol_tense \\\n",
"780 NaN NaN NaN nom nominative NaN NaN \n",
"106077 NaN NaN NaN nom nominative NaN NaN \n",
"\n",
" voice bol_voice mood bol_mood degree extra bol_suffix bol_verb_type \\\n",
"780 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"106077 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" bol_noun_stem word_stem declension bol_noun_declension \\\n",
"780 alpha alpha 1st_eta first_eta \n",
"106077 alpha alpha 1st_eta first_eta \n",
"\n",
" vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI \\\n",
"780 3a NaN NaN \n",
"106077 7b NaN NaN \n",
"\n",
" Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI \\\n",
"780 NaN NaN NaN \n",
"106077 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI \\\n",
"780 NaN NaN NaN \n",
"106077 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI \\\n",
"780 NaN NaN NaN \n",
"106077 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI \\\n",
"780 NaN NaN NaN \n",
"106077 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2a_altI \n",
"780 FeminineSingularVocative \n",
"106077 FeminineSingularVocative "
]
},
"execution_count": 161,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_2a\n",
"# Feminine singular nominative (η-ending) = Feminine singular vocative\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'nom')\n",
" & (NF['gn'] == 'f')\n",
" & (NF['normalized_noaccent'].str.match('^.*η$') == True) ,\n",
" 'Rule_1stDecl_2a_altI'] = 'FeminineSingularVocative'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_2a_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 162,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:37.091020Z",
"start_time": "2022-10-17T04:32:36.948703Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 520 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 2 | \n",
" 6 | \n",
" Matt 2:6 | \n",
" 521 | \n",
" 521 | \n",
" γῆ | \n",
" γῆ | \n",
" γῆ | \n",
" γη | \n",
" γῆ | \n",
" γῆ | \n",
" γη | \n",
" ge | \n",
" N-VSF | \n",
" N-VSF | \n",
" 1093 | \n",
" False | \n",
" γῆ, γῆς, ἡ | \n",
" γῆ, γῆς, ἡ | \n",
" earth, soil, land | \n",
" earth, soil, land | \n",
" 1081 | \n",
" 1084 | \n",
" 250 | \n",
" 250 | \n",
" 61 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" voc | \n",
" vocative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" 7b | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularNominative | \n",
"
\n",
" \n",
" 39861 | \n",
" Luke | \n",
" 3 | \n",
" Luke | \n",
" 12 | \n",
" 19 | \n",
" Luke 12:19 | \n",
" 39862 | \n",
" 39862 | \n",
" Ψυχή, | \n",
" Ψυχή, | \n",
" Ψυχή | \n",
" Ψυχη | \n",
" ψυχή | \n",
" ψυχή | \n",
" ψυχη | \n",
" psukhe | \n",
" N-VSF | \n",
" N-VSF | \n",
" 5590 | \n",
" False | \n",
" ψυχή, -ῆς, ἡ | \n",
" ψυχή, -ῆς, ἡ | \n",
" soul, life, self | \n",
" soul, life, self | \n",
" 5369 | \n",
" 5401 | \n",
" 102 | \n",
" 102 | \n",
" 157 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" voc | \n",
" vocative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" 8b | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularNominative | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"520 Matthew 1 Matt 2 6 Matt 2:6 521 \n",
"39861 Luke 3 Luke 12 19 Luke 12:19 39862 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent lemma \\\n",
"520 521 γῆ γῆ γῆ γη γῆ \n",
"39861 39862 Ψυχή, Ψυχή, Ψυχή Ψυχη ψυχή \n",
"\n",
" bol_lemma lemma_noaccent lemma_translit form_tag functional_tag \\\n",
"520 γῆ γη ge N-VSF N-VSF \n",
"39861 ψυχή ψυχη psukhe N-VSF N-VSF \n",
"\n",
" strongs strongs_unreliable lexeme_dict bol_lemma_dict \\\n",
"520 1093 False γῆ, γῆς, ἡ γῆ, γῆς, ἡ \n",
"39861 5590 False ψυχή, -ῆς, ἡ ψυχή, -ῆς, ἡ \n",
"\n",
" gloss bol_gloss abc_order bol_dict_abc \\\n",
"520 earth, soil, land earth, soil, land 1081 1084 \n",
"39861 soul, life, self soul, life, self 5369 5401 \n",
"\n",
" freq_lemma bol_lexeme_occurrences bol_frequency_rank sp bol_psp \\\n",
"520 250 250 61 noun noun \n",
"39861 102 102 157 noun noun \n",
"\n",
" gn bol_gender nu bol_number nu_poss bol_possessor_number ps \\\n",
"520 f feminine sg singular NaN NaN NaN \n",
"39861 f feminine sg singular NaN NaN NaN \n",
"\n",
" bol_person case bol_case tense bol_tense voice bol_voice mood bol_mood \\\n",
"520 NaN voc vocative NaN NaN NaN NaN NaN NaN \n",
"39861 NaN voc vocative NaN NaN NaN NaN NaN NaN \n",
"\n",
" degree extra bol_suffix bol_verb_type bol_noun_stem word_stem \\\n",
"520 NaN NaN NaN NaN alpha alpha \n",
"39861 NaN NaN NaN NaN alpha alpha \n",
"\n",
" declension bol_noun_declension vocab_ReadGreekIn30Days \\\n",
"520 1st_eta first_eta 7b \n",
"39861 1st_eta first_eta 8b \n",
"\n",
" Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI Rule_2ndDecl_1c_altI \\\n",
"520 NaN NaN NaN \n",
"39861 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI Rule_2ndDecl_2b_altI \\\n",
"520 NaN NaN NaN \n",
"39861 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI Rule_2ndDecl_4a_altI \\\n",
"520 NaN NaN NaN \n",
"39861 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI Rule_2ndDecl_5b_altI \\\n",
"520 NaN NaN NaN \n",
"39861 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI Rule_1stDecl_2a_altI \\\n",
"520 NaN NaN NaN \n",
"39861 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2b_altI \n",
"520 FeminineSingularNominative \n",
"39861 FeminineSingularNominative "
]
},
"execution_count": 162,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_2b\n",
"# Feminine singular nominative (η-ending) = Feminine singular vocative\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['gn']== 'f')\n",
" & (NF['case'] == 'voc')\n",
" & (NF['normalized_noaccent'].str.match('^.*η$') == True) ,\n",
" 'Rule_1stDecl_2b_altI'] = 'FeminineSingularNominative'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_2b_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 163,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:38.089098Z",
"start_time": "2022-10-17T04:32:37.947529Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 170 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 11 | \n",
" Matt 1:11 | \n",
" 171 | \n",
" 171 | \n",
" μετοικεσίας | \n",
" μετοικεσίας | \n",
" μετοικεσίας | \n",
" μετοικεσιας | \n",
" μετοικεσία | \n",
" μετοικεσία | \n",
" μετοικεσια | \n",
" metoikesia | \n",
" N-GSF | \n",
" N-GSF | \n",
" 3350 | \n",
" False | \n",
" μετοικεσία, -ας, ἡ | \n",
" μετοικεσία, -ας, ἡ | \n",
" change of abode, migration, deportation | \n",
" change of abode, migration, deportation | \n",
" 3199 | \n",
" 3218 | \n",
" 4 | \n",
" 4 | \n",
" 1864 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" gen | \n",
" genitive | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FemininePluralAccusative-MasculineSingularNomi... | \n",
"
\n",
" \n",
" 104528 | \n",
" Ephesians | \n",
" 10 | \n",
" Eph | \n",
" 3 | \n",
" 6 | \n",
" Eph 3:6 | \n",
" 104529 | \n",
" 104529 | \n",
" ἐπαγγελίας | \n",
" ἐπαγγελίας | \n",
" ἐπαγγελίας | \n",
" επαγγελιας | \n",
" ἐπαγγελία | \n",
" ἐπαγγελία | \n",
" επαγγελια | \n",
" epaggelia | \n",
" N-GSF | \n",
" N-GSF | \n",
" 1860 | \n",
" False | \n",
" ἐπαγγελία, -ας, ἡ | \n",
" ἐπαγγελία, -ας, ἡ | \n",
" promise | \n",
" promise | \n",
" 1840 | \n",
" 1848 | \n",
" 52 | \n",
" 52 | \n",
" 303 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" gen | \n",
" genitive | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" 6b | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FemininePluralAccusative-MasculineSingularNomi... | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"170 Matthew 1 Matt 1 11 Matt 1:11 171 \n",
"104528 Ephesians 10 Eph 3 6 Eph 3:6 104529 \n",
"\n",
" bol_monad_num word bol_surface normalized \\\n",
"170 171 μετοικεσίας μετοικεσίας μετοικεσίας \n",
"104528 104529 ἐπαγγελίας ἐπαγγελίας ἐπαγγελίας \n",
"\n",
" normalized_noaccent lemma bol_lemma lemma_noaccent \\\n",
"170 μετοικεσιας μετοικεσία μετοικεσία μετοικεσια \n",
"104528 επαγγελιας ἐπαγγελία ἐπαγγελία επαγγελια \n",
"\n",
" lemma_translit form_tag functional_tag strongs strongs_unreliable \\\n",
"170 metoikesia N-GSF N-GSF 3350 False \n",
"104528 epaggelia N-GSF N-GSF 1860 False \n",
"\n",
" lexeme_dict bol_lemma_dict \\\n",
"170 μετοικεσία, -ας, ἡ μετοικεσία, -ας, ἡ \n",
"104528 ἐπαγγελία, -ας, ἡ ἐπαγγελία, -ας, ἡ \n",
"\n",
" gloss \\\n",
"170 change of abode, migration, deportation \n",
"104528 promise \n",
"\n",
" bol_gloss abc_order bol_dict_abc \\\n",
"170 change of abode, migration, deportation 3199 3218 \n",
"104528 promise 1840 1848 \n",
"\n",
" freq_lemma bol_lexeme_occurrences bol_frequency_rank sp bol_psp \\\n",
"170 4 4 1864 noun noun \n",
"104528 52 52 303 noun noun \n",
"\n",
" gn bol_gender nu bol_number nu_poss bol_possessor_number ps \\\n",
"170 f feminine sg singular NaN NaN NaN \n",
"104528 f feminine sg singular NaN NaN NaN \n",
"\n",
" bol_person case bol_case tense bol_tense voice bol_voice mood \\\n",
"170 NaN gen genitive NaN NaN NaN NaN NaN \n",
"104528 NaN gen genitive NaN NaN NaN NaN NaN \n",
"\n",
" bol_mood degree extra bol_suffix bol_verb_type bol_noun_stem word_stem \\\n",
"170 NaN NaN NaN NaN NaN alpha alpha \n",
"104528 NaN NaN NaN NaN NaN alpha alpha \n",
"\n",
" declension bol_noun_declension vocab_ReadGreekIn30Days \\\n",
"170 1st_alpha_macron first_alpha_macron not_covered \n",
"104528 1st_alpha_macron first_alpha_macron 6b \n",
"\n",
" Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI Rule_2ndDecl_1c_altI \\\n",
"170 NaN NaN NaN \n",
"104528 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI Rule_2ndDecl_2b_altI \\\n",
"170 NaN NaN NaN \n",
"104528 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI Rule_2ndDecl_4a_altI \\\n",
"170 NaN NaN NaN \n",
"104528 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI Rule_2ndDecl_5b_altI \\\n",
"170 NaN NaN NaN \n",
"104528 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI Rule_1stDecl_2a_altI \\\n",
"170 NaN NaN NaN \n",
"104528 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2b_altI Rule_1stDecl_3a_altI \n",
"170 NaN FemininePluralAccusative-MasculineSingularNomi... \n",
"104528 NaN FemininePluralAccusative-MasculineSingularNomi... "
]
},
"execution_count": 163,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_3a\n",
"# Feminine Genitive Singular ending ας = Feminine Accusative Plural = Masculine Nominative Singular = Masculine Accusative Plural\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'gen')\n",
" & ((NF['gn'] == 'f'))\n",
" & (NF['normalized_noaccent'].str.match('^.*ας$') == True) ,\n",
" 'Rule_1stDecl_3a_altI'] = 'FemininePluralAccusative-MasculineSingularNominative-MasculinePluralAccusative'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_3a_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 164,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:39.073251Z",
"start_time": "2022-10-17T04:32:38.929645Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 992 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 3 | \n",
" 6 | \n",
" Matt 3:6 | \n",
" 993 | \n",
" 993 | \n",
" ἁμαρτίας | \n",
" ἁμαρτίας | \n",
" ἁμαρτίας | \n",
" αμαρτιας | \n",
" ἁμαρτία | \n",
" ἁμαρτία | \n",
" αμαρτια | \n",
" amartia | \n",
" N-APF | \n",
" N-APF | \n",
" 266 | \n",
" False | \n",
" ἁμαρτία, -ας, ἡ | \n",
" ἁμαρτία, -ας, ἡ | \n",
" sin | \n",
" sin | \n",
" 262 | \n",
" 262 | \n",
" 173 | \n",
" 173 | \n",
" 91 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" acc | \n",
" accusative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" 3b | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularGenitive-MasculineSingularNomi... | \n",
"
\n",
" \n",
" 113824 | \n",
" II_Timothy | \n",
" 16 | \n",
" 2Tim | \n",
" 2 | \n",
" 23 | \n",
" 2Tim 2:23 | \n",
" 113825 | \n",
" 113825 | \n",
" μάχας· | \n",
" μάχας· | \n",
" μάχας | \n",
" μαχας | \n",
" μάχη | \n",
" μάχη | \n",
" μαχη | \n",
" makhe | \n",
" N-APF | \n",
" N-APF | \n",
" 3163 | \n",
" False | \n",
" μάχη, -ης, ἡ | \n",
" μάχη, -ης, ἡ | \n",
" strife, contention, quarrel | \n",
" strife, contention, quarrel | \n",
" 3118 | \n",
" 3136 | \n",
" 4 | \n",
" 4 | \n",
" 1864 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" acc | \n",
" accusative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularGenitive-MasculineSingularNomi... | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"992 Matthew 1 Matt 3 6 Matt 3:6 993 \n",
"113824 II_Timothy 16 2Tim 2 23 2Tim 2:23 113825 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"992 993 ἁμαρτίας ἁμαρτίας ἁμαρτίας αμαρτιας \n",
"113824 113825 μάχας· μάχας· μάχας μαχας \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag \\\n",
"992 ἁμαρτία ἁμαρτία αμαρτια amartia N-APF \n",
"113824 μάχη μάχη μαχη makhe N-APF \n",
"\n",
" functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"992 N-APF 266 False ἁμαρτία, -ας, ἡ \n",
"113824 N-APF 3163 False μάχη, -ης, ἡ \n",
"\n",
" bol_lemma_dict gloss \\\n",
"992 ἁμαρτία, -ας, ἡ sin \n",
"113824 μάχη, -ης, ἡ strife, contention, quarrel \n",
"\n",
" bol_gloss abc_order bol_dict_abc freq_lemma \\\n",
"992 sin 262 262 173 \n",
"113824 strife, contention, quarrel 3118 3136 4 \n",
"\n",
" bol_lexeme_occurrences bol_frequency_rank sp bol_psp gn \\\n",
"992 173 91 noun noun f \n",
"113824 4 1864 noun noun f \n",
"\n",
" bol_gender nu bol_number nu_poss bol_possessor_number ps bol_person \\\n",
"992 feminine pl plural NaN NaN NaN NaN \n",
"113824 feminine pl plural NaN NaN NaN NaN \n",
"\n",
" case bol_case tense bol_tense voice bol_voice mood bol_mood degree \\\n",
"992 acc accusative NaN NaN NaN NaN NaN NaN NaN \n",
"113824 acc accusative NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" extra bol_suffix bol_verb_type bol_noun_stem word_stem \\\n",
"992 NaN NaN NaN alpha alpha \n",
"113824 NaN NaN NaN alpha alpha \n",
"\n",
" declension bol_noun_declension vocab_ReadGreekIn30Days \\\n",
"992 1st_alpha_macron first_alpha_macron 3b \n",
"113824 1st_eta first_eta not_covered \n",
"\n",
" Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI Rule_2ndDecl_1c_altI \\\n",
"992 NaN NaN NaN \n",
"113824 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI Rule_2ndDecl_2b_altI \\\n",
"992 NaN NaN NaN \n",
"113824 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI Rule_2ndDecl_4a_altI \\\n",
"992 NaN NaN NaN \n",
"113824 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI Rule_2ndDecl_5b_altI \\\n",
"992 NaN NaN NaN \n",
"113824 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI Rule_1stDecl_2a_altI \\\n",
"992 NaN NaN NaN \n",
"113824 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2b_altI Rule_1stDecl_3a_altI \\\n",
"992 NaN NaN \n",
"113824 NaN NaN \n",
"\n",
" Rule_1stDecl_3b_altI \n",
"992 FeminineSingularGenitive-MasculineSingularNomi... \n",
"113824 FeminineSingularGenitive-MasculineSingularNomi... "
]
},
"execution_count": 164,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_3b \n",
"# Feminine Genitive Singular ending ας = Feminine Accusative Plural = Masculine Nominative Singular = Masculine Accusative Plural\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'pl')\n",
" & (NF['case'] == 'acc')\n",
" & ((NF['gn'] == 'f'))\n",
" & (NF['normalized_noaccent'].str.match('^.*ας$') == True) ,\n",
" 'Rule_1stDecl_3b_altI'] = 'FeminineSingularGenitive-MasculineSingularNominative-MasculinePluralAccusative'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_3b_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 165,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:40.390321Z",
"start_time": "2022-10-17T04:32:40.225351Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 26 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 3 | \n",
" Matt 1:3 | \n",
" 27 | \n",
" 27 | \n",
" Ἰούδας | \n",
" Ἰούδας | \n",
" Ἰούδας | \n",
" Ιουδας | \n",
" Ἰούδας | \n",
" Ἰούδας | \n",
" Ιουδας | \n",
" Ioudas | \n",
" N-NSM | \n",
" N-NSM | \n",
" 2455 | \n",
" False | \n",
" Ἰούδας, -α, ὁ | \n",
" Ἰούδας, -α, ὁ | \n",
" Judah, Judas, Jude | \n",
" Judah, Judas, Jude | \n",
" 2415 | \n",
" 2428 | \n",
" 44 | \n",
" 37 | \n",
" 395 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nom | \n",
" nominative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron_doric | \n",
" first_alpha_macron_doric | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularGenitive-FeminineSingularAccus... | \n",
"
\n",
" \n",
" 79503 | \n",
" Acts | \n",
" 5 | \n",
" Acts | \n",
" 23 | \n",
" 2 | \n",
" Acts 23:2 | \n",
" 79504 | \n",
" 79504 | \n",
" Ἀνανίας | \n",
" Ἀνανίας | \n",
" Ἀνανίας | \n",
" Ανανιας | \n",
" Ἁνανίας | \n",
" Ἁνανίας | \n",
" Ανανιας | \n",
" Ananias | \n",
" N-NSM | \n",
" N-NSM | \n",
" 367 | \n",
" False | \n",
" Ἁνανίας, -ου, ὁ | \n",
" Ἁνανίας, -ου, ὁ | \n",
" Ananias | \n",
" Ananias | \n",
" 365 | \n",
" 365 | \n",
" 11 | \n",
" 11 | \n",
" 968 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nom | \n",
" nominative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularGenitive-FeminineSingularAccus... | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"26 Matthew 1 Matt 1 3 Matt 1:3 27 \n",
"79503 Acts 5 Acts 23 2 Acts 23:2 79504 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"26 27 Ἰούδας Ἰούδας Ἰούδας Ιουδας \n",
"79503 79504 Ἀνανίας Ἀνανίας Ἀνανίας Ανανιας \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag \\\n",
"26 Ἰούδας Ἰούδας Ιουδας Ioudas N-NSM \n",
"79503 Ἁνανίας Ἁνανίας Ανανιας Ananias N-NSM \n",
"\n",
" functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"26 N-NSM 2455 False Ἰούδας, -α, ὁ \n",
"79503 N-NSM 367 False Ἁνανίας, -ου, ὁ \n",
"\n",
" bol_lemma_dict gloss bol_gloss abc_order \\\n",
"26 Ἰούδας, -α, ὁ Judah, Judas, Jude Judah, Judas, Jude 2415 \n",
"79503 Ἁνανίας, -ου, ὁ Ananias Ananias 365 \n",
"\n",
" bol_dict_abc freq_lemma bol_lexeme_occurrences bol_frequency_rank \\\n",
"26 2428 44 37 395 \n",
"79503 365 11 11 968 \n",
"\n",
" sp bol_psp gn bol_gender nu bol_number nu_poss bol_possessor_number \\\n",
"26 noun noun m masculine sg singular NaN NaN \n",
"79503 noun noun m masculine sg singular NaN NaN \n",
"\n",
" ps bol_person case bol_case tense bol_tense voice bol_voice mood \\\n",
"26 NaN NaN nom nominative NaN NaN NaN NaN NaN \n",
"79503 NaN NaN nom nominative NaN NaN NaN NaN NaN \n",
"\n",
" bol_mood degree extra bol_suffix bol_verb_type bol_noun_stem word_stem \\\n",
"26 NaN NaN NaN NaN NaN alpha alpha \n",
"79503 NaN NaN NaN NaN NaN alpha alpha \n",
"\n",
" declension bol_noun_declension \\\n",
"26 1st_alpha_macron_doric first_alpha_macron_doric \n",
"79503 1st_alpha_macron first_alpha_macron \n",
"\n",
" vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI \\\n",
"26 not_covered NaN NaN \n",
"79503 not_covered NaN NaN \n",
"\n",
" Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI \\\n",
"26 NaN NaN NaN \n",
"79503 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI \\\n",
"26 NaN NaN NaN \n",
"79503 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI \\\n",
"26 NaN NaN NaN \n",
"79503 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI \\\n",
"26 NaN NaN NaN \n",
"79503 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2a_altI Rule_1stDecl_2b_altI Rule_1stDecl_3a_altI \\\n",
"26 NaN NaN NaN \n",
"79503 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3b_altI Rule_1stDecl_3c_altI \n",
"26 NaN FeminineSingularGenitive-FeminineSingularAccus... \n",
"79503 NaN FeminineSingularGenitive-FeminineSingularAccus... "
]
},
"execution_count": 165,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_3c\n",
"# Feminine Genitive Singular ending ας = Feminine Accusative Plural = Masculine Nominative Singular = Masculine Accusative Plural\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'nom')\n",
" & ((NF['gn'] == 'm'))\n",
" & (NF['normalized_noaccent'].str.match('^.*ας$') == True) ,\n",
" 'Rule_1stDecl_3c_altI'] = 'FeminineSingularGenitive-FeminineSingularAccusative-MasculinePluralAccusative'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_3c_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 166,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:41.589306Z",
"start_time": "2022-10-17T04:32:41.416684Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 1776 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 5 | \n",
" 12 | \n",
" Matt 5:12 | \n",
" 1777 | \n",
" 1777 | \n",
" προφήτας | \n",
" προφήτας | \n",
" προφήτας | \n",
" προφητας | \n",
" προφήτης | \n",
" προφήτης | \n",
" προφητης | \n",
" prophetes | \n",
" N-APM | \n",
" N-APM | \n",
" 4396 | \n",
" False | \n",
" προφήτης, -ου, ὁ | \n",
" προφήτης, -ου, ὁ | \n",
" prophet, poet | \n",
" prophet, poet | \n",
" 4213 | \n",
" 4238 | \n",
" 144 | \n",
" 144 | \n",
" 111 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" acc | \n",
" accusative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" 3a | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularGenitive-FeminineSingularAccus... | \n",
"
\n",
" \n",
" 77447 | \n",
" Acts | \n",
" 5 | \n",
" Acts | \n",
" 20 | \n",
" 1 | \n",
" Acts 20:1 | \n",
" 77448 | \n",
" 77448 | \n",
" μαθητὰς | \n",
" μαθητὰς | \n",
" μαθητάς | \n",
" μαθητας | \n",
" μαθητής | \n",
" μαθητής | \n",
" μαθητης | \n",
" mathetes | \n",
" N-APM | \n",
" N-APM | \n",
" 3101 | \n",
" False | \n",
" μαθητής, -οῦ, ὁ | \n",
" μαθητής, -οῦ, ὁ | \n",
" learner, disciple, pupil | \n",
" learner, disciple, pupil | \n",
" 3057 | \n",
" 3075 | \n",
" 261 | \n",
" 261 | \n",
" 59 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" acc | \n",
" accusative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" 7b | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularGenitive-FeminineSingularAccus... | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"1776 Matthew 1 Matt 5 12 Matt 5:12 1777 \n",
"77447 Acts 5 Acts 20 1 Acts 20:1 77448 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"1776 1777 προφήτας προφήτας προφήτας προφητας \n",
"77447 77448 μαθητὰς μαθητὰς μαθητάς μαθητας \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag \\\n",
"1776 προφήτης προφήτης προφητης prophetes N-APM \n",
"77447 μαθητής μαθητής μαθητης mathetes N-APM \n",
"\n",
" functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"1776 N-APM 4396 False προφήτης, -ου, ὁ \n",
"77447 N-APM 3101 False μαθητής, -οῦ, ὁ \n",
"\n",
" bol_lemma_dict gloss bol_gloss \\\n",
"1776 προφήτης, -ου, ὁ prophet, poet prophet, poet \n",
"77447 μαθητής, -οῦ, ὁ learner, disciple, pupil learner, disciple, pupil \n",
"\n",
" abc_order bol_dict_abc freq_lemma bol_lexeme_occurrences \\\n",
"1776 4213 4238 144 144 \n",
"77447 3057 3075 261 261 \n",
"\n",
" bol_frequency_rank sp bol_psp gn bol_gender nu bol_number nu_poss \\\n",
"1776 111 noun noun m masculine pl plural NaN \n",
"77447 59 noun noun m masculine pl plural NaN \n",
"\n",
" bol_possessor_number ps bol_person case bol_case tense bol_tense \\\n",
"1776 NaN NaN NaN acc accusative NaN NaN \n",
"77447 NaN NaN NaN acc accusative NaN NaN \n",
"\n",
" voice bol_voice mood bol_mood degree extra bol_suffix bol_verb_type \\\n",
"1776 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"77447 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" bol_noun_stem word_stem declension bol_noun_declension \\\n",
"1776 alpha alpha 1st_eta first_eta \n",
"77447 alpha alpha 1st_eta first_eta \n",
"\n",
" vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI \\\n",
"1776 3a NaN NaN \n",
"77447 7b NaN NaN \n",
"\n",
" Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI \\\n",
"1776 NaN NaN NaN \n",
"77447 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI \\\n",
"1776 NaN NaN NaN \n",
"77447 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI \\\n",
"1776 NaN NaN NaN \n",
"77447 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI \\\n",
"1776 NaN NaN NaN \n",
"77447 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2a_altI Rule_1stDecl_2b_altI Rule_1stDecl_3a_altI \\\n",
"1776 NaN NaN NaN \n",
"77447 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3b_altI Rule_1stDecl_3c_altI \\\n",
"1776 NaN NaN \n",
"77447 NaN NaN \n",
"\n",
" Rule_1stDecl_3d_altI \n",
"1776 FeminineSingularGenitive-FeminineSingularAccus... \n",
"77447 FeminineSingularGenitive-FeminineSingularAccus... "
]
},
"execution_count": 166,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_3d\n",
"# Feminine Genitive Singular ending ας = Feminine Accusative Plural = Masculine Nominative Singular = Masculine Accusative Plural\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'pl')\n",
" & (NF['case'] == 'acc')\n",
" & ((NF['gn'] == 'm'))\n",
" & (NF['normalized_noaccent'].str.match('^.*ας$') == True) ,\n",
" 'Rule_1stDecl_3d_altI'] = 'FeminineSingularGenitive-FeminineSingularAccusative-MasculineSingularNominative'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_3d_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 167,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:42.701808Z",
"start_time": "2022-10-17T04:32:42.535531Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 716 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 2 | \n",
" 15 | \n",
" Matt 2:15 | \n",
" 717 | \n",
" 717 | \n",
" τελευτῆς | \n",
" τελευτῆς | \n",
" τελευτῆς | \n",
" τελευτης | \n",
" τελευτή | \n",
" τελευτή | \n",
" τελευτη | \n",
" teleute | \n",
" N-GSF | \n",
" N-GSF | \n",
" 5054 | \n",
" False | \n",
" τελευτή, -ῆς, ἡ | \n",
" τελευτή, -ῆς, ἡ | \n",
" end of life, death | \n",
" end of life, death | \n",
" 4852 | \n",
" 4883 | \n",
" 1 | \n",
" 1 | \n",
" 3490 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" gen | \n",
" genitive | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" MasculineSingularNominative | \n",
"
\n",
" \n",
" 114587 | \n",
" Titus | \n",
" 17 | \n",
" Titus | \n",
" 1 | \n",
" 10 | \n",
" Titus 1:10 | \n",
" 114588 | \n",
" 114588 | \n",
" περιτομῆς, | \n",
" περιτομῆς, | \n",
" περιτομῆς | \n",
" περιτομης | \n",
" περιτομή | \n",
" περιτομή | \n",
" περιτομη | \n",
" peritome | \n",
" N-GSF | \n",
" N-GSF | \n",
" 4061 | \n",
" False | \n",
" περιτομή, -ῆς, ἡ | \n",
" περιτομή, -ῆς, ἡ | \n",
" circumcision | \n",
" circumcision | \n",
" 3887 | \n",
" 3908 | \n",
" 36 | \n",
" 36 | \n",
" 404 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" gen | \n",
" genitive | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" MasculineSingularNominative | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"716 Matthew 1 Matt 2 15 Matt 2:15 717 \n",
"114587 Titus 17 Titus 1 10 Titus 1:10 114588 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"716 717 τελευτῆς τελευτῆς τελευτῆς τελευτης \n",
"114587 114588 περιτομῆς, περιτομῆς, περιτομῆς περιτομης \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag \\\n",
"716 τελευτή τελευτή τελευτη teleute N-GSF \n",
"114587 περιτομή περιτομή περιτομη peritome N-GSF \n",
"\n",
" functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"716 N-GSF 5054 False τελευτή, -ῆς, ἡ \n",
"114587 N-GSF 4061 False περιτομή, -ῆς, ἡ \n",
"\n",
" bol_lemma_dict gloss bol_gloss abc_order \\\n",
"716 τελευτή, -ῆς, ἡ end of life, death end of life, death 4852 \n",
"114587 περιτομή, -ῆς, ἡ circumcision circumcision 3887 \n",
"\n",
" bol_dict_abc freq_lemma bol_lexeme_occurrences bol_frequency_rank \\\n",
"716 4883 1 1 3490 \n",
"114587 3908 36 36 404 \n",
"\n",
" sp bol_psp gn bol_gender nu bol_number nu_poss \\\n",
"716 noun noun f feminine sg singular NaN \n",
"114587 noun noun f feminine sg singular NaN \n",
"\n",
" bol_possessor_number ps bol_person case bol_case tense bol_tense \\\n",
"716 NaN NaN NaN gen genitive NaN NaN \n",
"114587 NaN NaN NaN gen genitive NaN NaN \n",
"\n",
" voice bol_voice mood bol_mood degree extra bol_suffix bol_verb_type \\\n",
"716 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"114587 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" bol_noun_stem word_stem declension bol_noun_declension \\\n",
"716 alpha alpha 1st_eta first_eta \n",
"114587 alpha alpha 1st_eta first_eta \n",
"\n",
" vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI \\\n",
"716 not_covered NaN NaN \n",
"114587 not_covered NaN NaN \n",
"\n",
" Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI \\\n",
"716 NaN NaN NaN \n",
"114587 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI \\\n",
"716 NaN NaN NaN \n",
"114587 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI \\\n",
"716 NaN NaN NaN \n",
"114587 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI \\\n",
"716 NaN NaN NaN \n",
"114587 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2a_altI Rule_1stDecl_2b_altI Rule_1stDecl_3a_altI \\\n",
"716 NaN NaN NaN \n",
"114587 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3b_altI Rule_1stDecl_3c_altI Rule_1stDecl_3d_altI \\\n",
"716 NaN NaN NaN \n",
"114587 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_4a_altI \n",
"716 MasculineSingularNominative \n",
"114587 MasculineSingularNominative "
]
},
"execution_count": 167,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_4a\n",
"# Feminine Genitive Singular ending ης = Masculine Nominative Singular\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'gen')\n",
" & ((NF['gn'] == 'f'))\n",
" & (NF['normalized_noaccent'].str.match('^.*ης$') == True) ,\n",
" 'Rule_1stDecl_4a_altI'] = 'MasculineSingularNominative'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_4a_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 168,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:43.576551Z",
"start_time": "2022-10-17T04:32:43.417432Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 480 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 2 | \n",
" 3 | \n",
" Matt 2:3 | \n",
" 481 | \n",
" 481 | \n",
" Ἡρῴδης | \n",
" Ἠρῴδης | \n",
" Ἡρῴδης | \n",
" Ηρωδης | \n",
" Ἡρῴδης | \n",
" Ἡρῴδης | \n",
" Ηρωδης | \n",
" Erodes | \n",
" N-NSM | \n",
" N-NSM | \n",
" 2264 | \n",
" False | \n",
" Ἡρῴδης, -ου, ὁ | \n",
" Ἡρῴδης, -ου, ὁ | \n",
" Herod | \n",
" Herod | \n",
" 2232 | \n",
" 2242 | \n",
" 43 | \n",
" 43 | \n",
" 348 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nom | \n",
" nominative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularGenitive | \n",
"
\n",
" \n",
" 66994 | \n",
" Acts | \n",
" 5 | \n",
" Acts | \n",
" 4 | \n",
" 27 | \n",
" Acts 4:27 | \n",
" 66995 | \n",
" 66995 | \n",
" Ἡρῴδης | \n",
" Ἠρῴδης | \n",
" Ἡρῴδης | \n",
" Ηρωδης | \n",
" Ἡρῴδης | \n",
" Ἡρῴδης | \n",
" Ηρωδης | \n",
" Erodes | \n",
" N-NSM | \n",
" N-NSM | \n",
" 2264 | \n",
" False | \n",
" Ἡρῴδης, -ου, ὁ | \n",
" Ἡρῴδης, -ου, ὁ | \n",
" Herod | \n",
" Herod | \n",
" 2232 | \n",
" 2242 | \n",
" 43 | \n",
" 43 | \n",
" 348 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nom | \n",
" nominative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularGenitive | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"480 Matthew 1 Matt 2 3 Matt 2:3 481 \n",
"66994 Acts 5 Acts 4 27 Acts 4:27 66995 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"480 481 Ἡρῴδης Ἠρῴδης Ἡρῴδης Ηρωδης \n",
"66994 66995 Ἡρῴδης Ἠρῴδης Ἡρῴδης Ηρωδης \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag functional_tag \\\n",
"480 Ἡρῴδης Ἡρῴδης Ηρωδης Erodes N-NSM N-NSM \n",
"66994 Ἡρῴδης Ἡρῴδης Ηρωδης Erodes N-NSM N-NSM \n",
"\n",
" strongs strongs_unreliable lexeme_dict bol_lemma_dict gloss \\\n",
"480 2264 False Ἡρῴδης, -ου, ὁ Ἡρῴδης, -ου, ὁ Herod \n",
"66994 2264 False Ἡρῴδης, -ου, ὁ Ἡρῴδης, -ου, ὁ Herod \n",
"\n",
" bol_gloss abc_order bol_dict_abc freq_lemma bol_lexeme_occurrences \\\n",
"480 Herod 2232 2242 43 43 \n",
"66994 Herod 2232 2242 43 43 \n",
"\n",
" bol_frequency_rank sp bol_psp gn bol_gender nu bol_number nu_poss \\\n",
"480 348 noun noun m masculine sg singular NaN \n",
"66994 348 noun noun m masculine sg singular NaN \n",
"\n",
" bol_possessor_number ps bol_person case bol_case tense bol_tense \\\n",
"480 NaN NaN NaN nom nominative NaN NaN \n",
"66994 NaN NaN NaN nom nominative NaN NaN \n",
"\n",
" voice bol_voice mood bol_mood degree extra bol_suffix bol_verb_type \\\n",
"480 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"66994 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" bol_noun_stem word_stem declension bol_noun_declension \\\n",
"480 alpha alpha 1st_eta first_eta \n",
"66994 alpha alpha 1st_eta first_eta \n",
"\n",
" vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI \\\n",
"480 not_covered NaN NaN \n",
"66994 not_covered NaN NaN \n",
"\n",
" Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI \\\n",
"480 NaN NaN NaN \n",
"66994 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI \\\n",
"480 NaN NaN NaN \n",
"66994 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI \\\n",
"480 NaN NaN NaN \n",
"66994 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI \\\n",
"480 NaN NaN NaN \n",
"66994 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2a_altI Rule_1stDecl_2b_altI Rule_1stDecl_3a_altI \\\n",
"480 NaN NaN NaN \n",
"66994 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3b_altI Rule_1stDecl_3c_altI Rule_1stDecl_3d_altI \\\n",
"480 NaN NaN NaN \n",
"66994 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_4a_altI Rule_1stDecl_4b_altI \n",
"480 NaN FeminineSingularGenitive \n",
"66994 NaN FeminineSingularGenitive "
]
},
"execution_count": 168,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_4b\n",
"# Feminine Genitive Singular ending ης = Masculine Nominative Singular\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'nom')\n",
" & ((NF['gn'] == 'm'))\n",
" & (NF['normalized_noaccent'].str.match('^.*ης$') == True) ,\n",
" 'Rule_1stDecl_4b_altI'] = 'FeminineSingularGenitive'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_4b_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 169,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:45.537900Z",
"start_time": "2022-10-17T04:32:45.367396Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 1456 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 4 | \n",
" 16 | \n",
" Matt 4:16 | \n",
" 1457 | \n",
" 1457 | \n",
" σκοτίᾳ | \n",
" σκοτίᾳ | \n",
" σκοτίᾳ | \n",
" σκοτια | \n",
" σκοτία | \n",
" σκοτία | \n",
" σκοτια | \n",
" skotia | \n",
" N-DSF | \n",
" N-DSF | \n",
" 4653 | \n",
" False | \n",
" σκοτία, -ας, ἡ | \n",
" σκοτία, -ας, ἡ | \n",
" darkness | \n",
" darkness | \n",
" 4463 | \n",
" 4490 | \n",
" 17 | \n",
" 17 | \n",
" 697 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" dat | \n",
" dative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" MasculineSingularDative | \n",
"
\n",
" \n",
" 99076 | \n",
" II_Corinthians | \n",
" 8 | \n",
" 2Cor | \n",
" 7 | \n",
" 6 | \n",
" 2Cor 7:6 | \n",
" 99077 | \n",
" 99077 | \n",
" παρουσίᾳ | \n",
" παρουσίᾳ | \n",
" παρουσίᾳ | \n",
" παρουσια | \n",
" παρουσία | \n",
" παρουσία | \n",
" παρουσια | \n",
" parousia | \n",
" N-DSF | \n",
" N-DSF | \n",
" 3952 | \n",
" False | \n",
" παρουσία, -ας, ἡ | \n",
" παρουσία, -ας, ἡ | \n",
" presence, coming, arrival, advent | \n",
" presence, coming, arrival, advent | \n",
" 3779 | \n",
" 3800 | \n",
" 24 | \n",
" 24 | \n",
" 545 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" dat | \n",
" dative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" MasculineSingularDative | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref \\\n",
"1456 Matthew 1 Matt 4 16 Matt 4:16 \n",
"99076 II_Corinthians 8 2Cor 7 6 2Cor 7:6 \n",
"\n",
" orig_order bol_monad_num word bol_surface normalized \\\n",
"1456 1457 1457 σκοτίᾳ σκοτίᾳ σκοτίᾳ \n",
"99076 99077 99077 παρουσίᾳ παρουσίᾳ παρουσίᾳ \n",
"\n",
" normalized_noaccent lemma bol_lemma lemma_noaccent lemma_translit \\\n",
"1456 σκοτια σκοτία σκοτία σκοτια skotia \n",
"99076 παρουσια παρουσία παρουσία παρουσια parousia \n",
"\n",
" form_tag functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"1456 N-DSF N-DSF 4653 False σκοτία, -ας, ἡ \n",
"99076 N-DSF N-DSF 3952 False παρουσία, -ας, ἡ \n",
"\n",
" bol_lemma_dict gloss \\\n",
"1456 σκοτία, -ας, ἡ darkness \n",
"99076 παρουσία, -ας, ἡ presence, coming, arrival, advent \n",
"\n",
" bol_gloss abc_order bol_dict_abc freq_lemma \\\n",
"1456 darkness 4463 4490 17 \n",
"99076 presence, coming, arrival, advent 3779 3800 24 \n",
"\n",
" bol_lexeme_occurrences bol_frequency_rank sp bol_psp gn bol_gender \\\n",
"1456 17 697 noun noun f feminine \n",
"99076 24 545 noun noun f feminine \n",
"\n",
" nu bol_number nu_poss bol_possessor_number ps bol_person case \\\n",
"1456 sg singular NaN NaN NaN NaN dat \n",
"99076 sg singular NaN NaN NaN NaN dat \n",
"\n",
" bol_case tense bol_tense voice bol_voice mood bol_mood degree extra \\\n",
"1456 dative NaN NaN NaN NaN NaN NaN NaN NaN \n",
"99076 dative NaN NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" bol_suffix bol_verb_type bol_noun_stem word_stem declension \\\n",
"1456 NaN NaN alpha alpha 1st_alpha_macron \n",
"99076 NaN NaN alpha alpha 1st_alpha_macron \n",
"\n",
" bol_noun_declension vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI \\\n",
"1456 first_alpha_macron not_covered NaN \n",
"99076 first_alpha_macron not_covered NaN \n",
"\n",
" Rule_2ndDecl_1b_altI Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI \\\n",
"1456 NaN NaN NaN \n",
"99076 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2a_altI Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI \\\n",
"1456 NaN NaN NaN \n",
"99076 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_3b_altI Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI \\\n",
"1456 NaN NaN NaN \n",
"99076 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5a_altI Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI \\\n",
"1456 NaN NaN NaN \n",
"99076 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_1b_altI Rule_1stDecl_2a_altI Rule_1stDecl_2b_altI \\\n",
"1456 NaN NaN NaN \n",
"99076 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3a_altI Rule_1stDecl_3b_altI Rule_1stDecl_3c_altI \\\n",
"1456 NaN NaN NaN \n",
"99076 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3d_altI Rule_1stDecl_4a_altI Rule_1stDecl_4b_altI \\\n",
"1456 NaN NaN NaN \n",
"99076 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_5a_altI \n",
"1456 MasculineSingularDative \n",
"99076 MasculineSingularDative "
]
},
"execution_count": 169,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_5a\n",
"# Feminine Singular Dative ending α = Masculine Singular Dative\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'dat')\n",
" & ((NF['gn'] == 'f'))\n",
" & (NF['normalized_noaccent'].str.match('^.*α$') == True) ,\n",
" 'Rule_1stDecl_5a_altI'] = 'MasculineSingularDative'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_5a_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 170,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:46.728864Z",
"start_time": "2022-10-17T04:32:46.569923Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
" Rule_1stDecl_5b_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 2935 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 6 | \n",
" 24 | \n",
" Matt 6:24 | \n",
" 2936 | \n",
" 2936 | \n",
" μαμωνᾷ. | \n",
" μαμωνᾷ. | \n",
" μαμωνᾷ | \n",
" μαμωνα | \n",
" μαμωνᾶς | \n",
" μαμωνᾶς | \n",
" μαμωνας | \n",
" mamonas | \n",
" N-DSM | \n",
" N-DSM | \n",
" 3126 | \n",
" False | \n",
" μαμωνᾶς, -ᾶ, ὁ | \n",
" μαμωνᾶς, -ᾶ, ὁ | \n",
" riches, money, possessions | \n",
" riches, money, possessions | \n",
" 3084 | \n",
" 3102 | \n",
" 4 | \n",
" 4 | \n",
" 1864 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" dat | \n",
" dative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularDative | \n",
"
\n",
" \n",
" 95886 | \n",
" I_Corinthians | \n",
" 7 | \n",
" 1Cor | \n",
" 15 | \n",
" 5 | \n",
" 1Cor 15:5 | \n",
" 95887 | \n",
" 95887 | \n",
" Κηφᾷ, | \n",
" Κηφᾷ, | \n",
" Κηφᾷ | \n",
" Κηφα | \n",
" Κηφᾶς | \n",
" Κηφᾶς | \n",
" Κηφας | \n",
" Kephas | \n",
" N-DSM | \n",
" N-DSM | \n",
" 2786 | \n",
" False | \n",
" Κηφᾶς, -ᾶ, ὁ | \n",
" Κηφᾶς, -ᾶ, ὁ | \n",
" Cephas | \n",
" Cephas | \n",
" 2744 | \n",
" 2758 | \n",
" 9 | \n",
" 9 | \n",
" 1131 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" dat | \n",
" dative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularDative | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref \\\n",
"2935 Matthew 1 Matt 6 24 Matt 6:24 \n",
"95886 I_Corinthians 7 1Cor 15 5 1Cor 15:5 \n",
"\n",
" orig_order bol_monad_num word bol_surface normalized \\\n",
"2935 2936 2936 μαμωνᾷ. μαμωνᾷ. μαμωνᾷ \n",
"95886 95887 95887 Κηφᾷ, Κηφᾷ, Κηφᾷ \n",
"\n",
" normalized_noaccent lemma bol_lemma lemma_noaccent lemma_translit \\\n",
"2935 μαμωνα μαμωνᾶς μαμωνᾶς μαμωνας mamonas \n",
"95886 Κηφα Κηφᾶς Κηφᾶς Κηφας Kephas \n",
"\n",
" form_tag functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"2935 N-DSM N-DSM 3126 False μαμωνᾶς, -ᾶ, ὁ \n",
"95886 N-DSM N-DSM 2786 False Κηφᾶς, -ᾶ, ὁ \n",
"\n",
" bol_lemma_dict gloss bol_gloss \\\n",
"2935 μαμωνᾶς, -ᾶ, ὁ riches, money, possessions riches, money, possessions \n",
"95886 Κηφᾶς, -ᾶ, ὁ Cephas Cephas \n",
"\n",
" abc_order bol_dict_abc freq_lemma bol_lexeme_occurrences \\\n",
"2935 3084 3102 4 4 \n",
"95886 2744 2758 9 9 \n",
"\n",
" bol_frequency_rank sp bol_psp gn bol_gender nu bol_number nu_poss \\\n",
"2935 1864 noun noun m masculine sg singular NaN \n",
"95886 1131 noun noun m masculine sg singular NaN \n",
"\n",
" bol_possessor_number ps bol_person case bol_case tense bol_tense \\\n",
"2935 NaN NaN NaN dat dative NaN NaN \n",
"95886 NaN NaN NaN dat dative NaN NaN \n",
"\n",
" voice bol_voice mood bol_mood degree extra bol_suffix bol_verb_type \\\n",
"2935 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"95886 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" bol_noun_stem word_stem declension bol_noun_declension \\\n",
"2935 alpha alpha 1st_alpha_macron first_alpha_macron \n",
"95886 alpha alpha 1st_alpha_macron first_alpha_macron \n",
"\n",
" vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI \\\n",
"2935 not_covered NaN NaN \n",
"95886 not_covered NaN NaN \n",
"\n",
" Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI \\\n",
"2935 NaN NaN NaN \n",
"95886 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI \\\n",
"2935 NaN NaN NaN \n",
"95886 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI \\\n",
"2935 NaN NaN NaN \n",
"95886 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI \\\n",
"2935 NaN NaN NaN \n",
"95886 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2a_altI Rule_1stDecl_2b_altI Rule_1stDecl_3a_altI \\\n",
"2935 NaN NaN NaN \n",
"95886 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3b_altI Rule_1stDecl_3c_altI Rule_1stDecl_3d_altI \\\n",
"2935 NaN NaN NaN \n",
"95886 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_4a_altI Rule_1stDecl_4b_altI Rule_1stDecl_5a_altI \\\n",
"2935 NaN NaN NaN \n",
"95886 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_5b_altI \n",
"2935 FeminineSingularDative \n",
"95886 FeminineSingularDative "
]
},
"execution_count": 170,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_5b\n",
"# Feminine Singular Dative ending α = Masculine Singular Dative\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'dat')\n",
" & ((NF['gn'] == 'm'))\n",
" & (NF['normalized_noaccent'].str.match('^.*α$') == True) ,\n",
" 'Rule_1stDecl_5b_altI'] = 'FeminineSingularDative'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_5b_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 171,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:47.763711Z",
"start_time": "2022-10-17T04:32:47.596658Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
" Rule_1stDecl_5b_altI | \n",
" Rule_1stDecl_6a_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 471 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 2 | \n",
" 2 | \n",
" Matt 2:2 | \n",
" 472 | \n",
" 472 | \n",
" ἀνατολῇ | \n",
" ἀνατολῇ | \n",
" ἀνατολῇ | \n",
" ανατολη | \n",
" ἀνατολή | \n",
" ἀνατολή | \n",
" ανατολη | \n",
" anatole | \n",
" N-DSF | \n",
" N-DSF | \n",
" 395 | \n",
" False | \n",
" ἀνατολή, -ῆς, ἡ | \n",
" ἀνατολή, -ῆς, ἡ | \n",
" rising of sun, East | \n",
" rising of sun, East | \n",
" 393 | \n",
" 393 | \n",
" 11 | \n",
" 11 | \n",
" 968 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" dat | \n",
" dative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" MasculineSingularDative | \n",
"
\n",
" \n",
" 106649 | \n",
" Philippians | \n",
" 11 | \n",
" Phil | \n",
" 2 | \n",
" 3 | \n",
" Phil 2:3 | \n",
" 106650 | \n",
" 106650 | \n",
" ταπεινοφροσύνῃ | \n",
" ταπεινοφροσύνῃ | \n",
" ταπεινοφροσύνῃ | \n",
" ταπεινοφροσυνη | \n",
" ταπεινοφροσύνη | \n",
" ταπεινοφροσύνη | \n",
" ταπεινοφροσυνη | \n",
" tapeinophrosune | \n",
" N-DSF | \n",
" N-DSF | \n",
" 5012 | \n",
" False | \n",
" ταπεινοφροσύνη, -ης, ἡ | \n",
" ταπεινοφροσύνη, -ης, ἡ | \n",
" humility | \n",
" humility | \n",
" 4816 | \n",
" 4844 | \n",
" 7 | \n",
" 7 | \n",
" 1347 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" dat | \n",
" dative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" MasculineSingularDative | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"471 Matthew 1 Matt 2 2 Matt 2:2 472 \n",
"106649 Philippians 11 Phil 2 3 Phil 2:3 106650 \n",
"\n",
" bol_monad_num word bol_surface normalized \\\n",
"471 472 ἀνατολῇ ἀνατολῇ ἀνατολῇ \n",
"106649 106650 ταπεινοφροσύνῃ ταπεινοφροσύνῃ ταπεινοφροσύνῃ \n",
"\n",
" normalized_noaccent lemma bol_lemma lemma_noaccent \\\n",
"471 ανατολη ἀνατολή ἀνατολή ανατολη \n",
"106649 ταπεινοφροσυνη ταπεινοφροσύνη ταπεινοφροσύνη ταπεινοφροσυνη \n",
"\n",
" lemma_translit form_tag functional_tag strongs strongs_unreliable \\\n",
"471 anatole N-DSF N-DSF 395 False \n",
"106649 tapeinophrosune N-DSF N-DSF 5012 False \n",
"\n",
" lexeme_dict bol_lemma_dict gloss \\\n",
"471 ἀνατολή, -ῆς, ἡ ἀνατολή, -ῆς, ἡ rising of sun, East \n",
"106649 ταπεινοφροσύνη, -ης, ἡ ταπεινοφροσύνη, -ης, ἡ humility \n",
"\n",
" bol_gloss abc_order bol_dict_abc freq_lemma \\\n",
"471 rising of sun, East 393 393 11 \n",
"106649 humility 4816 4844 7 \n",
"\n",
" bol_lexeme_occurrences bol_frequency_rank sp bol_psp gn \\\n",
"471 11 968 noun noun f \n",
"106649 7 1347 noun noun f \n",
"\n",
" bol_gender nu bol_number nu_poss bol_possessor_number ps bol_person \\\n",
"471 feminine sg singular NaN NaN NaN NaN \n",
"106649 feminine sg singular NaN NaN NaN NaN \n",
"\n",
" case bol_case tense bol_tense voice bol_voice mood bol_mood degree \\\n",
"471 dat dative NaN NaN NaN NaN NaN NaN NaN \n",
"106649 dat dative NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" extra bol_suffix bol_verb_type bol_noun_stem word_stem declension \\\n",
"471 NaN NaN NaN alpha alpha 1st_eta \n",
"106649 NaN NaN NaN alpha alpha 1st_eta \n",
"\n",
" bol_noun_declension vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI \\\n",
"471 first_eta not_covered NaN \n",
"106649 first_eta not_covered NaN \n",
"\n",
" Rule_2ndDecl_1b_altI Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI \\\n",
"471 NaN NaN NaN \n",
"106649 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2a_altI Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI \\\n",
"471 NaN NaN NaN \n",
"106649 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_3b_altI Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI \\\n",
"471 NaN NaN NaN \n",
"106649 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5a_altI Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI \\\n",
"471 NaN NaN NaN \n",
"106649 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_1b_altI Rule_1stDecl_2a_altI Rule_1stDecl_2b_altI \\\n",
"471 NaN NaN NaN \n",
"106649 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3a_altI Rule_1stDecl_3b_altI Rule_1stDecl_3c_altI \\\n",
"471 NaN NaN NaN \n",
"106649 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3d_altI Rule_1stDecl_4a_altI Rule_1stDecl_4b_altI \\\n",
"471 NaN NaN NaN \n",
"106649 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_5a_altI Rule_1stDecl_5b_altI Rule_1stDecl_6a_altI \n",
"471 NaN NaN MasculineSingularDative \n",
"106649 NaN NaN MasculineSingularDative "
]
},
"execution_count": 171,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_6a\n",
"# Feminine Singular Dative ending η = Masculine Singular Dative\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'dat')\n",
" & ((NF['gn'] == 'f'))\n",
" & (NF['normalized_noaccent'].str.match('^.*η$') == True) ,\n",
" 'Rule_1stDecl_6a_altI'] = 'MasculineSingularDative'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_6a_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 172,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:49.832207Z",
"start_time": "2022-10-17T04:32:49.667047Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
" Rule_1stDecl_5b_altI | \n",
" Rule_1stDecl_6a_altI | \n",
" Rule_1stDecl_6b_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 986 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 3 | \n",
" 6 | \n",
" Matt 3:6 | \n",
" 987 | \n",
" 987 | \n",
" Ἰορδάνῃ | \n",
" Ἰορδάνῃ | \n",
" Ἰορδάνῃ | \n",
" Ιορδανη | \n",
" Ἰορδάνης | \n",
" Ἰορδάνης | \n",
" Ιορδανης | \n",
" Iordanes | \n",
" N-DSM | \n",
" N-DSM | \n",
" 2446 | \n",
" False | \n",
" Ἰορδάνης, -ου, ὁ | \n",
" Ἰορδάνης, -ου, ὁ | \n",
" Jordan | \n",
" Jordan | \n",
" 2407 | \n",
" 2419 | \n",
" 15 | \n",
" 15 | \n",
" 764 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" dat | \n",
" dative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularDative | \n",
"
\n",
" \n",
" 127974 | \n",
" Revelation | \n",
" 27 | \n",
" Rev | \n",
" 1 | \n",
" 1 | \n",
" Rev 1:1 | \n",
" 127975 | \n",
" 127975 | \n",
" Ἰωάνῃ, | \n",
" Ἰωάνῃ, | \n",
" Ἰωάνῃ | \n",
" Ιωανη | \n",
" Ἰωάννης | \n",
" Ἰωάννης | \n",
" Ιωαννης | \n",
" Ioannes | \n",
" N-DSM | \n",
" N-DSM | \n",
" 2491 | \n",
" False | \n",
" Ἰωάννης, -ου, ὁ | \n",
" Ἰωάννης, -ου, ὁ | \n",
" John | \n",
" John | \n",
" 2449 | \n",
" 2462 | \n",
" 134 | \n",
" 134 | \n",
" 123 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" dat | \n",
" dative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularDative | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"986 Matthew 1 Matt 3 6 Matt 3:6 987 \n",
"127974 Revelation 27 Rev 1 1 Rev 1:1 127975 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"986 987 Ἰορδάνῃ Ἰορδάνῃ Ἰορδάνῃ Ιορδανη \n",
"127974 127975 Ἰωάνῃ, Ἰωάνῃ, Ἰωάνῃ Ιωανη \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag \\\n",
"986 Ἰορδάνης Ἰορδάνης Ιορδανης Iordanes N-DSM \n",
"127974 Ἰωάννης Ἰωάννης Ιωαννης Ioannes N-DSM \n",
"\n",
" functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"986 N-DSM 2446 False Ἰορδάνης, -ου, ὁ \n",
"127974 N-DSM 2491 False Ἰωάννης, -ου, ὁ \n",
"\n",
" bol_lemma_dict gloss bol_gloss abc_order bol_dict_abc \\\n",
"986 Ἰορδάνης, -ου, ὁ Jordan Jordan 2407 2419 \n",
"127974 Ἰωάννης, -ου, ὁ John John 2449 2462 \n",
"\n",
" freq_lemma bol_lexeme_occurrences bol_frequency_rank sp bol_psp \\\n",
"986 15 15 764 noun noun \n",
"127974 134 134 123 noun noun \n",
"\n",
" gn bol_gender nu bol_number nu_poss bol_possessor_number ps \\\n",
"986 m masculine sg singular NaN NaN NaN \n",
"127974 m masculine sg singular NaN NaN NaN \n",
"\n",
" bol_person case bol_case tense bol_tense voice bol_voice mood bol_mood \\\n",
"986 NaN dat dative NaN NaN NaN NaN NaN NaN \n",
"127974 NaN dat dative NaN NaN NaN NaN NaN NaN \n",
"\n",
" degree extra bol_suffix bol_verb_type bol_noun_stem word_stem \\\n",
"986 NaN NaN NaN NaN alpha alpha \n",
"127974 NaN NaN NaN NaN alpha alpha \n",
"\n",
" declension bol_noun_declension vocab_ReadGreekIn30Days \\\n",
"986 1st_eta first_eta not_covered \n",
"127974 1st_eta first_eta not_covered \n",
"\n",
" Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI Rule_2ndDecl_1c_altI \\\n",
"986 NaN NaN NaN \n",
"127974 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI Rule_2ndDecl_2b_altI \\\n",
"986 NaN NaN NaN \n",
"127974 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI Rule_2ndDecl_4a_altI \\\n",
"986 NaN NaN NaN \n",
"127974 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI Rule_2ndDecl_5b_altI \\\n",
"986 NaN NaN NaN \n",
"127974 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI Rule_1stDecl_2a_altI \\\n",
"986 NaN NaN NaN \n",
"127974 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2b_altI Rule_1stDecl_3a_altI Rule_1stDecl_3b_altI \\\n",
"986 NaN NaN NaN \n",
"127974 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3c_altI Rule_1stDecl_3d_altI Rule_1stDecl_4a_altI \\\n",
"986 NaN NaN NaN \n",
"127974 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_4b_altI Rule_1stDecl_5a_altI Rule_1stDecl_5b_altI \\\n",
"986 NaN NaN NaN \n",
"127974 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_6a_altI Rule_1stDecl_6b_altI \n",
"986 NaN FeminineSingularDative \n",
"127974 NaN FeminineSingularDative "
]
},
"execution_count": 172,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_6b\n",
"# Feminine Singular Dative ending η = Masculine Singular Dative\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'dat')\n",
" & ((NF['gn'] == 'm'))\n",
" & (NF['normalized_noaccent'].str.match('^.*η$') == True) ,\n",
" 'Rule_1stDecl_6b_altI'] = 'FeminineSingularDative'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_6b_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 173,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:50.849596Z",
"start_time": "2022-10-17T04:32:50.690317Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
" Rule_1stDecl_5b_altI | \n",
" Rule_1stDecl_6a_altI | \n",
" Rule_1stDecl_6b_altI | \n",
" Rule_1stDecl_7a_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 175 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 12 | \n",
" Matt 1:12 | \n",
" 176 | \n",
" 176 | \n",
" μετοικεσίαν | \n",
" μετοικεσίαν | \n",
" μετοικεσίαν | \n",
" μετοικεσιαν | \n",
" μετοικεσία | \n",
" μετοικεσία | \n",
" μετοικεσια | \n",
" metoikesia | \n",
" N-ASF | \n",
" N-ASF | \n",
" 3350 | \n",
" False | \n",
" μετοικεσία, -ας, ἡ | \n",
" μετοικεσία, -ας, ἡ | \n",
" change of abode, migration, deportation | \n",
" change of abode, migration, deportation | \n",
" 3199 | \n",
" 3218 | \n",
" 4 | \n",
" 4 | \n",
" 1864 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" acc | \n",
" accusative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" Masculine-Neuter | \n",
"
\n",
" \n",
" 99871 | \n",
" II_Corinthians | \n",
" 8 | \n",
" 2Cor | \n",
" 9 | \n",
" 8 | \n",
" 2Cor 9:8 | \n",
" 99872 | \n",
" 99872 | \n",
" αὐτάρκειαν | \n",
" αὐτάρκειαν | \n",
" αὐτάρκειαν | \n",
" αυταρκειαν | \n",
" αὐτάρκεια | \n",
" αὐτάρκεια | \n",
" αυταρκεια | \n",
" autarkeia | \n",
" N-ASF | \n",
" N-ASF | \n",
" 841 | \n",
" False | \n",
" αὐτάρκεια, -ας, ἡ | \n",
" αὐτάρκεια, -ας, ἡ | \n",
" self-sufficiency, independence | \n",
" self-sufficiency, independence | \n",
" 830 | \n",
" 834 | \n",
" 2 | \n",
" 2 | \n",
" 2656 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" acc | \n",
" accusative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" Masculine-Neuter | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref \\\n",
"175 Matthew 1 Matt 1 12 Matt 1:12 \n",
"99871 II_Corinthians 8 2Cor 9 8 2Cor 9:8 \n",
"\n",
" orig_order bol_monad_num word bol_surface normalized \\\n",
"175 176 176 μετοικεσίαν μετοικεσίαν μετοικεσίαν \n",
"99871 99872 99872 αὐτάρκειαν αὐτάρκειαν αὐτάρκειαν \n",
"\n",
" normalized_noaccent lemma bol_lemma lemma_noaccent \\\n",
"175 μετοικεσιαν μετοικεσία μετοικεσία μετοικεσια \n",
"99871 αυταρκειαν αὐτάρκεια αὐτάρκεια αυταρκεια \n",
"\n",
" lemma_translit form_tag functional_tag strongs strongs_unreliable \\\n",
"175 metoikesia N-ASF N-ASF 3350 False \n",
"99871 autarkeia N-ASF N-ASF 841 False \n",
"\n",
" lexeme_dict bol_lemma_dict \\\n",
"175 μετοικεσία, -ας, ἡ μετοικεσία, -ας, ἡ \n",
"99871 αὐτάρκεια, -ας, ἡ αὐτάρκεια, -ας, ἡ \n",
"\n",
" gloss \\\n",
"175 change of abode, migration, deportation \n",
"99871 self-sufficiency, independence \n",
"\n",
" bol_gloss abc_order bol_dict_abc \\\n",
"175 change of abode, migration, deportation 3199 3218 \n",
"99871 self-sufficiency, independence 830 834 \n",
"\n",
" freq_lemma bol_lexeme_occurrences bol_frequency_rank sp bol_psp \\\n",
"175 4 4 1864 noun noun \n",
"99871 2 2 2656 noun noun \n",
"\n",
" gn bol_gender nu bol_number nu_poss bol_possessor_number ps \\\n",
"175 f feminine sg singular NaN NaN NaN \n",
"99871 f feminine sg singular NaN NaN NaN \n",
"\n",
" bol_person case bol_case tense bol_tense voice bol_voice mood \\\n",
"175 NaN acc accusative NaN NaN NaN NaN NaN \n",
"99871 NaN acc accusative NaN NaN NaN NaN NaN \n",
"\n",
" bol_mood degree extra bol_suffix bol_verb_type bol_noun_stem word_stem \\\n",
"175 NaN NaN NaN NaN NaN alpha alpha \n",
"99871 NaN NaN NaN NaN NaN alpha alpha \n",
"\n",
" declension bol_noun_declension vocab_ReadGreekIn30Days \\\n",
"175 1st_alpha_macron first_alpha_macron not_covered \n",
"99871 1st_alpha_macron first_alpha_macron not_covered \n",
"\n",
" Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI Rule_2ndDecl_1c_altI \\\n",
"175 NaN NaN NaN \n",
"99871 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI Rule_2ndDecl_2b_altI \\\n",
"175 NaN NaN NaN \n",
"99871 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI Rule_2ndDecl_4a_altI \\\n",
"175 NaN NaN NaN \n",
"99871 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI Rule_2ndDecl_5b_altI \\\n",
"175 NaN NaN NaN \n",
"99871 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI Rule_1stDecl_2a_altI \\\n",
"175 NaN NaN NaN \n",
"99871 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2b_altI Rule_1stDecl_3a_altI Rule_1stDecl_3b_altI \\\n",
"175 NaN NaN NaN \n",
"99871 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3c_altI Rule_1stDecl_3d_altI Rule_1stDecl_4a_altI \\\n",
"175 NaN NaN NaN \n",
"99871 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_4b_altI Rule_1stDecl_5a_altI Rule_1stDecl_5b_altI \\\n",
"175 NaN NaN NaN \n",
"99871 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_6a_altI Rule_1stDecl_6b_altI Rule_1stDecl_7a_altI \n",
"175 NaN NaN Masculine-Neuter \n",
"99871 NaN NaN Masculine-Neuter "
]
},
"execution_count": 173,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_7a\n",
"# Accusative Singular ending αν same for Masculine, Feminine, Neuter\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'acc')\n",
" & ((NF['gn'] == 'f'))\n",
" & (NF['normalized_noaccent'].str.match('^.*αν$') == True) ,\n",
" 'Rule_1stDecl_7a_altI'] = 'Masculine-Neuter'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_7a_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 174,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:52.054759Z",
"start_time": "2022-10-17T04:32:51.889536Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
" Rule_1stDecl_5b_altI | \n",
" Rule_1stDecl_6a_altI | \n",
" Rule_1stDecl_6b_altI | \n",
" Rule_1stDecl_7a_altI | \n",
" Rule_1stDecl_7b_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 21 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 2 | \n",
" Matt 1:2 | \n",
" 22 | \n",
" 22 | \n",
" Ἰούδαν | \n",
" Ἰούδαν | \n",
" Ἰούδαν | \n",
" Ιουδαν | \n",
" Ἰούδας | \n",
" Ἰούδας | \n",
" Ιουδας | \n",
" Ioudas | \n",
" N-ASM | \n",
" N-ASM | \n",
" 2455 | \n",
" False | \n",
" Ἰούδας, -α, ὁ | \n",
" Ἰούδας, -α, ὁ | \n",
" Judah, Judas, Jude | \n",
" Judah, Judas, Jude | \n",
" 2415 | \n",
" 2428 | \n",
" 44 | \n",
" 37 | \n",
" 395 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" acc | \n",
" accusative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron_doric | \n",
" first_alpha_macron_doric | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" Feminine-Neuter | \n",
"
\n",
" \n",
" 69834 | \n",
" Acts | \n",
" 5 | \n",
" Acts | \n",
" 8 | \n",
" 28 | \n",
" Acts 8:28 | \n",
" 69835 | \n",
" 69835 | \n",
" Ἡσαΐαν. | \n",
" Ἠσαΐαν. | \n",
" Ἡσαΐαν | \n",
" Ησαιαν | \n",
" Ἠσαΐας | \n",
" Ἠσαΐας | \n",
" Ησαιας | \n",
" Esaias | \n",
" N-ASM | \n",
" N-ASM | \n",
" 2268 | \n",
" False | \n",
" Ἠσαΐας, -ου, ὁ | \n",
" Ἠσαΐας, -ου, ὁ | \n",
" Isaiah | \n",
" Isaiah | \n",
" 2236 | \n",
" 2246 | \n",
" 22 | \n",
" 22 | \n",
" 582 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" acc | \n",
" accusative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" Feminine-Neuter | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"21 Matthew 1 Matt 1 2 Matt 1:2 22 \n",
"69834 Acts 5 Acts 8 28 Acts 8:28 69835 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"21 22 Ἰούδαν Ἰούδαν Ἰούδαν Ιουδαν \n",
"69834 69835 Ἡσαΐαν. Ἠσαΐαν. Ἡσαΐαν Ησαιαν \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag functional_tag \\\n",
"21 Ἰούδας Ἰούδας Ιουδας Ioudas N-ASM N-ASM \n",
"69834 Ἠσαΐας Ἠσαΐας Ησαιας Esaias N-ASM N-ASM \n",
"\n",
" strongs strongs_unreliable lexeme_dict bol_lemma_dict \\\n",
"21 2455 False Ἰούδας, -α, ὁ Ἰούδας, -α, ὁ \n",
"69834 2268 False Ἠσαΐας, -ου, ὁ Ἠσαΐας, -ου, ὁ \n",
"\n",
" gloss bol_gloss abc_order bol_dict_abc \\\n",
"21 Judah, Judas, Jude Judah, Judas, Jude 2415 2428 \n",
"69834 Isaiah Isaiah 2236 2246 \n",
"\n",
" freq_lemma bol_lexeme_occurrences bol_frequency_rank sp bol_psp \\\n",
"21 44 37 395 noun noun \n",
"69834 22 22 582 noun noun \n",
"\n",
" gn bol_gender nu bol_number nu_poss bol_possessor_number ps \\\n",
"21 m masculine sg singular NaN NaN NaN \n",
"69834 m masculine sg singular NaN NaN NaN \n",
"\n",
" bol_person case bol_case tense bol_tense voice bol_voice mood \\\n",
"21 NaN acc accusative NaN NaN NaN NaN NaN \n",
"69834 NaN acc accusative NaN NaN NaN NaN NaN \n",
"\n",
" bol_mood degree extra bol_suffix bol_verb_type bol_noun_stem word_stem \\\n",
"21 NaN NaN NaN NaN NaN alpha alpha \n",
"69834 NaN NaN NaN NaN NaN alpha alpha \n",
"\n",
" declension bol_noun_declension \\\n",
"21 1st_alpha_macron_doric first_alpha_macron_doric \n",
"69834 1st_alpha_macron first_alpha_macron \n",
"\n",
" vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI \\\n",
"21 not_covered NaN NaN \n",
"69834 not_covered NaN NaN \n",
"\n",
" Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI \\\n",
"21 NaN NaN NaN \n",
"69834 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI \\\n",
"21 NaN NaN NaN \n",
"69834 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI \\\n",
"21 NaN NaN NaN \n",
"69834 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI \\\n",
"21 NaN NaN NaN \n",
"69834 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2a_altI Rule_1stDecl_2b_altI Rule_1stDecl_3a_altI \\\n",
"21 NaN NaN NaN \n",
"69834 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3b_altI Rule_1stDecl_3c_altI Rule_1stDecl_3d_altI \\\n",
"21 NaN NaN NaN \n",
"69834 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_4a_altI Rule_1stDecl_4b_altI Rule_1stDecl_5a_altI \\\n",
"21 NaN NaN NaN \n",
"69834 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_5b_altI Rule_1stDecl_6a_altI Rule_1stDecl_6b_altI \\\n",
"21 NaN NaN NaN \n",
"69834 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_7a_altI Rule_1stDecl_7b_altI \n",
"21 NaN Feminine-Neuter \n",
"69834 NaN Feminine-Neuter "
]
},
"execution_count": 174,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_7b\n",
"# Accusative Singular ending αν same for Masculine, Feminine, Neuter\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'acc')\n",
" & ((NF['gn'] == 'm'))\n",
" & (NF['normalized_noaccent'].str.match('^.*αν$') == True) ,\n",
" 'Rule_1stDecl_7b_altI'] = 'Feminine-Neuter'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_7b_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 175,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:53.074053Z",
"start_time": "2022-10-17T04:32:52.915493Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
" Rule_1stDecl_5b_altI | \n",
" Rule_1stDecl_6a_altI | \n",
" Rule_1stDecl_6b_altI | \n",
" Rule_1stDecl_7a_altI | \n",
" Rule_1stDecl_7b_altI | \n",
" Rule_1stDecl_7c_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 0 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 1 | \n",
" Matt 1:1 | \n",
" 1 | \n",
" 1 | \n",
" Βίβλος | \n",
" Βίβλος | \n",
" Βίβλος | \n",
" Βιβλος | \n",
" βίβλος | \n",
" βίβλος | \n",
" βιβλος | \n",
" biblos | \n",
" N-NSF | \n",
" N-NSF | \n",
" 976 | \n",
" False | \n",
" βίβλος, -ου, ἡ | \n",
" βίβλος, -ου, ἡ | \n",
" written book, roll, or volume | \n",
" written book, roll, or volume | \n",
" 965 | \n",
" 969 | \n",
" 10 | \n",
" 10 | \n",
" 1052 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nom | \n",
" nominative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" omicron | \n",
" NaN | \n",
" 2nd | \n",
" second_d | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
"
\n",
" \n",
" 1 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 1 | \n",
" Matt 1:1 | \n",
" 2 | \n",
" 2 | \n",
" γενέσεως | \n",
" γενέσεως | \n",
" γενέσεως | \n",
" γενεσεως | \n",
" γένεσις | \n",
" γένεσις | \n",
" γενεσις | \n",
" genesis | \n",
" N-GSF | \n",
" N-GSF | \n",
" 1078 | \n",
" False | \n",
" γένεσις, -εως, ἡ | \n",
" γένεσις, -εως, ἡ | \n",
" birth, lineage | \n",
" birth, lineage | \n",
" 1067 | \n",
" 1070 | \n",
" 5 | \n",
" 5 | \n",
" 1638 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" gen | \n",
" genitive | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" iota | \n",
" iota | \n",
" 3rd | \n",
" third_d | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"0 Matthew 1 Matt 1 1 Matt 1:1 1 \n",
"1 Matthew 1 Matt 1 1 Matt 1:1 2 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"0 1 Βίβλος Βίβλος Βίβλος Βιβλος \n",
"1 2 γενέσεως γενέσεως γενέσεως γενεσεως \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag functional_tag \\\n",
"0 βίβλος βίβλος βιβλος biblos N-NSF N-NSF \n",
"1 γένεσις γένεσις γενεσις genesis N-GSF N-GSF \n",
"\n",
" strongs strongs_unreliable lexeme_dict bol_lemma_dict \\\n",
"0 976 False βίβλος, -ου, ἡ βίβλος, -ου, ἡ \n",
"1 1078 False γένεσις, -εως, ἡ γένεσις, -εως, ἡ \n",
"\n",
" gloss bol_gloss abc_order \\\n",
"0 written book, roll, or volume written book, roll, or volume 965 \n",
"1 birth, lineage birth, lineage 1067 \n",
"\n",
" bol_dict_abc freq_lemma bol_lexeme_occurrences bol_frequency_rank sp \\\n",
"0 969 10 10 1052 noun \n",
"1 1070 5 5 1638 noun \n",
"\n",
" bol_psp gn bol_gender nu bol_number nu_poss bol_possessor_number ps \\\n",
"0 noun f feminine sg singular NaN NaN NaN \n",
"1 noun f feminine sg singular NaN NaN NaN \n",
"\n",
" bol_person case bol_case tense bol_tense voice bol_voice mood bol_mood \\\n",
"0 NaN nom nominative NaN NaN NaN NaN NaN NaN \n",
"1 NaN gen genitive NaN NaN NaN NaN NaN NaN \n",
"\n",
" degree extra bol_suffix bol_verb_type bol_noun_stem word_stem declension \\\n",
"0 NaN NaN NaN NaN omicron NaN 2nd \n",
"1 NaN NaN NaN NaN iota iota 3rd \n",
"\n",
" bol_noun_declension vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI \\\n",
"0 second_d not_covered NaN \n",
"1 third_d not_covered NaN \n",
"\n",
" Rule_2ndDecl_1b_altI Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2a_altI Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_3b_altI Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5a_altI Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_1b_altI Rule_1stDecl_2a_altI Rule_1stDecl_2b_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3a_altI Rule_1stDecl_3b_altI Rule_1stDecl_3c_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3d_altI Rule_1stDecl_4a_altI Rule_1stDecl_4b_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_5a_altI Rule_1stDecl_5b_altI Rule_1stDecl_6a_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_6b_altI Rule_1stDecl_7a_altI Rule_1stDecl_7b_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_7c_altI \n",
"0 NaN \n",
"1 NaN "
]
},
"execution_count": 175,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_7c\n",
"# Accusative Singular ending αν same for Masculine, Feminine, Neuter\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'acc')\n",
" & ((NF['gn'] == 'n'))\n",
" & (NF['normalized_noaccent'].str.match('^.*αν$') == True) ,\n",
" 'Rule_1stDecl_7c_altI'] = 'Masculine-Feminine'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_7c_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 176,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:54.046803Z",
"start_time": "2022-10-17T04:32:53.875089Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
" Rule_1stDecl_5b_altI | \n",
" Rule_1stDecl_6a_altI | \n",
" Rule_1stDecl_6b_altI | \n",
" Rule_1stDecl_7a_altI | \n",
" Rule_1stDecl_7b_altI | \n",
" Rule_1stDecl_7c_altI | \n",
" Rule_1stDecl_8a_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 826 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 2 | \n",
" 20 | \n",
" Matt 2:20 | \n",
" 827 | \n",
" 827 | \n",
" γῆν | \n",
" γῆν | \n",
" γῆν | \n",
" γην | \n",
" γῆ | \n",
" γῆ | \n",
" γη | \n",
" ge | \n",
" N-ASF | \n",
" N-ASF | \n",
" 1093 | \n",
" False | \n",
" γῆ, γῆς, ἡ | \n",
" γῆ, γῆς, ἡ | \n",
" earth, soil, land | \n",
" earth, soil, land | \n",
" 1081 | \n",
" 1084 | \n",
" 250 | \n",
" 250 | \n",
" 61 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" acc | \n",
" accusative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" 7b | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" Masculine-Neuter | \n",
"
\n",
" \n",
" 100505 | \n",
" II_Corinthians | \n",
" 8 | \n",
" 2Cor | \n",
" 11 | \n",
" 12 | \n",
" 2Cor 11:12 | \n",
" 100506 | \n",
" 100506 | \n",
" ἀφορμήν, | \n",
" ἀφορμήν, | \n",
" ἀφορμήν | \n",
" αφορμην | \n",
" ἀφορμή | \n",
" ἀφορμή | \n",
" αφορμη | \n",
" aphorme | \n",
" N-ASF | \n",
" N-ASF | \n",
" 874 | \n",
" False | \n",
" ἀφορμή, -ῆς, ἡ | \n",
" ἀφορμή, -ῆς, ἡ | \n",
" occasion, opportunity | \n",
" occasion, opportunity | \n",
" 864 | \n",
" 868 | \n",
" 7 | \n",
" 7 | \n",
" 1347 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" acc | \n",
" accusative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" Masculine-Neuter | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref \\\n",
"826 Matthew 1 Matt 2 20 Matt 2:20 \n",
"100505 II_Corinthians 8 2Cor 11 12 2Cor 11:12 \n",
"\n",
" orig_order bol_monad_num word bol_surface normalized \\\n",
"826 827 827 γῆν γῆν γῆν \n",
"100505 100506 100506 ἀφορμήν, ἀφορμήν, ἀφορμήν \n",
"\n",
" normalized_noaccent lemma bol_lemma lemma_noaccent lemma_translit \\\n",
"826 γην γῆ γῆ γη ge \n",
"100505 αφορμην ἀφορμή ἀφορμή αφορμη aphorme \n",
"\n",
" form_tag functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"826 N-ASF N-ASF 1093 False γῆ, γῆς, ἡ \n",
"100505 N-ASF N-ASF 874 False ἀφορμή, -ῆς, ἡ \n",
"\n",
" bol_lemma_dict gloss bol_gloss \\\n",
"826 γῆ, γῆς, ἡ earth, soil, land earth, soil, land \n",
"100505 ἀφορμή, -ῆς, ἡ occasion, opportunity occasion, opportunity \n",
"\n",
" abc_order bol_dict_abc freq_lemma bol_lexeme_occurrences \\\n",
"826 1081 1084 250 250 \n",
"100505 864 868 7 7 \n",
"\n",
" bol_frequency_rank sp bol_psp gn bol_gender nu bol_number nu_poss \\\n",
"826 61 noun noun f feminine sg singular NaN \n",
"100505 1347 noun noun f feminine sg singular NaN \n",
"\n",
" bol_possessor_number ps bol_person case bol_case tense bol_tense \\\n",
"826 NaN NaN NaN acc accusative NaN NaN \n",
"100505 NaN NaN NaN acc accusative NaN NaN \n",
"\n",
" voice bol_voice mood bol_mood degree extra bol_suffix bol_verb_type \\\n",
"826 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"100505 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" bol_noun_stem word_stem declension bol_noun_declension \\\n",
"826 alpha alpha 1st_eta first_eta \n",
"100505 alpha alpha 1st_eta first_eta \n",
"\n",
" vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI \\\n",
"826 7b NaN NaN \n",
"100505 not_covered NaN NaN \n",
"\n",
" Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI \\\n",
"826 NaN NaN NaN \n",
"100505 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI \\\n",
"826 NaN NaN NaN \n",
"100505 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI \\\n",
"826 NaN NaN NaN \n",
"100505 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI \\\n",
"826 NaN NaN NaN \n",
"100505 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2a_altI Rule_1stDecl_2b_altI Rule_1stDecl_3a_altI \\\n",
"826 NaN NaN NaN \n",
"100505 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3b_altI Rule_1stDecl_3c_altI Rule_1stDecl_3d_altI \\\n",
"826 NaN NaN NaN \n",
"100505 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_4a_altI Rule_1stDecl_4b_altI Rule_1stDecl_5a_altI \\\n",
"826 NaN NaN NaN \n",
"100505 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_5b_altI Rule_1stDecl_6a_altI Rule_1stDecl_6b_altI \\\n",
"826 NaN NaN NaN \n",
"100505 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_7a_altI Rule_1stDecl_7b_altI Rule_1stDecl_7c_altI \\\n",
"826 NaN NaN NaN \n",
"100505 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_8a_altI \n",
"826 Masculine-Neuter \n",
"100505 Masculine-Neuter "
]
},
"execution_count": 176,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_8a\n",
"# Accusative Singular ending ην same for Masculine, Feminine, Neuter\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'acc')\n",
" & ((NF['gn'] == 'f'))\n",
" & (NF['normalized_noaccent'].str.match('^.*ην$') == True) ,\n",
" 'Rule_1stDecl_8a_altI'] = 'Masculine-Neuter'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_8a_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 177,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:55.216896Z",
"start_time": "2022-10-17T04:32:55.048383Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
" Rule_1stDecl_5b_altI | \n",
" Rule_1stDecl_6a_altI | \n",
" Rule_1stDecl_6b_altI | \n",
" Rule_1stDecl_7a_altI | \n",
" Rule_1stDecl_7b_altI | \n",
" Rule_1stDecl_7c_altI | \n",
" Rule_1stDecl_8a_altI | \n",
" Rule_1stDecl_8b_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 647 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 2 | \n",
" 12 | \n",
" Matt 2:12 | \n",
" 648 | \n",
" 648 | \n",
" Ἡρῴδην, | \n",
" Ἠρῴδην, | \n",
" Ἡρῴδην | \n",
" Ηρωδην | \n",
" Ἡρῴδης | \n",
" Ἡρῴδης | \n",
" Ηρωδης | \n",
" Erodes | \n",
" N-ASM | \n",
" N-ASM | \n",
" 2264 | \n",
" False | \n",
" Ἡρῴδης, -ου, ὁ | \n",
" Ἡρῴδης, -ου, ὁ | \n",
" Herod | \n",
" Herod | \n",
" 2232 | \n",
" 2242 | \n",
" 43 | \n",
" 43 | \n",
" 348 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" acc | \n",
" accusative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" Feminine-Neuter | \n",
"
\n",
" \n",
" 72787 | \n",
" Acts | \n",
" 5 | \n",
" Acts | \n",
" 13 | \n",
" 5 | \n",
" Acts 13:5 | \n",
" 72788 | \n",
" 72788 | \n",
" ὑπηρέτην. | \n",
" ὑπηρέτην. | \n",
" ὑπηρέτην | \n",
" υπηρετην | \n",
" ὑπηρέτης | \n",
" ὑπηρέτης | \n",
" υπηρετης | \n",
" uperetes | \n",
" N-ASM | \n",
" N-ASM | \n",
" 5257 | \n",
" False | \n",
" ὑπηρέτης, -ου, ὁ | \n",
" ὑπηρέτης, -ου, ὁ | \n",
" servant, attendant | \n",
" servant, attendant | \n",
" 5043 | \n",
" 5074 | \n",
" 20 | \n",
" 20 | \n",
" 620 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" acc | \n",
" accusative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" Feminine-Neuter | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"647 Matthew 1 Matt 2 12 Matt 2:12 648 \n",
"72787 Acts 5 Acts 13 5 Acts 13:5 72788 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"647 648 Ἡρῴδην, Ἠρῴδην, Ἡρῴδην Ηρωδην \n",
"72787 72788 ὑπηρέτην. ὑπηρέτην. ὑπηρέτην υπηρετην \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag \\\n",
"647 Ἡρῴδης Ἡρῴδης Ηρωδης Erodes N-ASM \n",
"72787 ὑπηρέτης ὑπηρέτης υπηρετης uperetes N-ASM \n",
"\n",
" functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"647 N-ASM 2264 False Ἡρῴδης, -ου, ὁ \n",
"72787 N-ASM 5257 False ὑπηρέτης, -ου, ὁ \n",
"\n",
" bol_lemma_dict gloss bol_gloss abc_order \\\n",
"647 Ἡρῴδης, -ου, ὁ Herod Herod 2232 \n",
"72787 ὑπηρέτης, -ου, ὁ servant, attendant servant, attendant 5043 \n",
"\n",
" bol_dict_abc freq_lemma bol_lexeme_occurrences bol_frequency_rank \\\n",
"647 2242 43 43 348 \n",
"72787 5074 20 20 620 \n",
"\n",
" sp bol_psp gn bol_gender nu bol_number nu_poss bol_possessor_number \\\n",
"647 noun noun m masculine sg singular NaN NaN \n",
"72787 noun noun m masculine sg singular NaN NaN \n",
"\n",
" ps bol_person case bol_case tense bol_tense voice bol_voice mood \\\n",
"647 NaN NaN acc accusative NaN NaN NaN NaN NaN \n",
"72787 NaN NaN acc accusative NaN NaN NaN NaN NaN \n",
"\n",
" bol_mood degree extra bol_suffix bol_verb_type bol_noun_stem word_stem \\\n",
"647 NaN NaN NaN NaN NaN alpha alpha \n",
"72787 NaN NaN NaN NaN NaN alpha alpha \n",
"\n",
" declension bol_noun_declension vocab_ReadGreekIn30Days \\\n",
"647 1st_eta first_eta not_covered \n",
"72787 1st_eta first_eta not_covered \n",
"\n",
" Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI Rule_2ndDecl_1c_altI \\\n",
"647 NaN NaN NaN \n",
"72787 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI Rule_2ndDecl_2b_altI \\\n",
"647 NaN NaN NaN \n",
"72787 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI Rule_2ndDecl_4a_altI \\\n",
"647 NaN NaN NaN \n",
"72787 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI Rule_2ndDecl_5b_altI \\\n",
"647 NaN NaN NaN \n",
"72787 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI Rule_1stDecl_2a_altI \\\n",
"647 NaN NaN NaN \n",
"72787 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2b_altI Rule_1stDecl_3a_altI Rule_1stDecl_3b_altI \\\n",
"647 NaN NaN NaN \n",
"72787 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3c_altI Rule_1stDecl_3d_altI Rule_1stDecl_4a_altI \\\n",
"647 NaN NaN NaN \n",
"72787 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_4b_altI Rule_1stDecl_5a_altI Rule_1stDecl_5b_altI \\\n",
"647 NaN NaN NaN \n",
"72787 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_6a_altI Rule_1stDecl_6b_altI Rule_1stDecl_7a_altI \\\n",
"647 NaN NaN NaN \n",
"72787 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_7b_altI Rule_1stDecl_7c_altI Rule_1stDecl_8a_altI \\\n",
"647 NaN NaN NaN \n",
"72787 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_8b_altI \n",
"647 Feminine-Neuter \n",
"72787 Feminine-Neuter "
]
},
"execution_count": 177,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_8b\n",
"# Accusative Singular ending ην same for Masculine, Feminine, Neuter\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'acc')\n",
" & ((NF['gn'] == 'm'))\n",
" & (NF['normalized_noaccent'].str.match('^.*ην$') == True) ,\n",
" 'Rule_1stDecl_8b_altI'] = 'Feminine-Neuter'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_8b_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 178,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:32:59.952606Z",
"start_time": "2022-10-17T04:32:59.778056Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
" Rule_1stDecl_5b_altI | \n",
" Rule_1stDecl_6a_altI | \n",
" Rule_1stDecl_6b_altI | \n",
" Rule_1stDecl_7a_altI | \n",
" Rule_1stDecl_7b_altI | \n",
" Rule_1stDecl_7c_altI | \n",
" Rule_1stDecl_8a_altI | \n",
" Rule_1stDecl_8b_altI | \n",
" Rule_1stDecl_8c_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 0 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 1 | \n",
" Matt 1:1 | \n",
" 1 | \n",
" 1 | \n",
" Βίβλος | \n",
" Βίβλος | \n",
" Βίβλος | \n",
" Βιβλος | \n",
" βίβλος | \n",
" βίβλος | \n",
" βιβλος | \n",
" biblos | \n",
" N-NSF | \n",
" N-NSF | \n",
" 976 | \n",
" False | \n",
" βίβλος, -ου, ἡ | \n",
" βίβλος, -ου, ἡ | \n",
" written book, roll, or volume | \n",
" written book, roll, or volume | \n",
" 965 | \n",
" 969 | \n",
" 10 | \n",
" 10 | \n",
" 1052 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nom | \n",
" nominative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" omicron | \n",
" NaN | \n",
" 2nd | \n",
" second_d | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
"
\n",
" \n",
" 1 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 1 | \n",
" Matt 1:1 | \n",
" 2 | \n",
" 2 | \n",
" γενέσεως | \n",
" γενέσεως | \n",
" γενέσεως | \n",
" γενεσεως | \n",
" γένεσις | \n",
" γένεσις | \n",
" γενεσις | \n",
" genesis | \n",
" N-GSF | \n",
" N-GSF | \n",
" 1078 | \n",
" False | \n",
" γένεσις, -εως, ἡ | \n",
" γένεσις, -εως, ἡ | \n",
" birth, lineage | \n",
" birth, lineage | \n",
" 1067 | \n",
" 1070 | \n",
" 5 | \n",
" 5 | \n",
" 1638 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" gen | \n",
" genitive | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" iota | \n",
" iota | \n",
" 3rd | \n",
" third_d | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"0 Matthew 1 Matt 1 1 Matt 1:1 1 \n",
"1 Matthew 1 Matt 1 1 Matt 1:1 2 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"0 1 Βίβλος Βίβλος Βίβλος Βιβλος \n",
"1 2 γενέσεως γενέσεως γενέσεως γενεσεως \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag functional_tag \\\n",
"0 βίβλος βίβλος βιβλος biblos N-NSF N-NSF \n",
"1 γένεσις γένεσις γενεσις genesis N-GSF N-GSF \n",
"\n",
" strongs strongs_unreliable lexeme_dict bol_lemma_dict \\\n",
"0 976 False βίβλος, -ου, ἡ βίβλος, -ου, ἡ \n",
"1 1078 False γένεσις, -εως, ἡ γένεσις, -εως, ἡ \n",
"\n",
" gloss bol_gloss abc_order \\\n",
"0 written book, roll, or volume written book, roll, or volume 965 \n",
"1 birth, lineage birth, lineage 1067 \n",
"\n",
" bol_dict_abc freq_lemma bol_lexeme_occurrences bol_frequency_rank sp \\\n",
"0 969 10 10 1052 noun \n",
"1 1070 5 5 1638 noun \n",
"\n",
" bol_psp gn bol_gender nu bol_number nu_poss bol_possessor_number ps \\\n",
"0 noun f feminine sg singular NaN NaN NaN \n",
"1 noun f feminine sg singular NaN NaN NaN \n",
"\n",
" bol_person case bol_case tense bol_tense voice bol_voice mood bol_mood \\\n",
"0 NaN nom nominative NaN NaN NaN NaN NaN NaN \n",
"1 NaN gen genitive NaN NaN NaN NaN NaN NaN \n",
"\n",
" degree extra bol_suffix bol_verb_type bol_noun_stem word_stem declension \\\n",
"0 NaN NaN NaN NaN omicron NaN 2nd \n",
"1 NaN NaN NaN NaN iota iota 3rd \n",
"\n",
" bol_noun_declension vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI \\\n",
"0 second_d not_covered NaN \n",
"1 third_d not_covered NaN \n",
"\n",
" Rule_2ndDecl_1b_altI Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2a_altI Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_3b_altI Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5a_altI Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_1b_altI Rule_1stDecl_2a_altI Rule_1stDecl_2b_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3a_altI Rule_1stDecl_3b_altI Rule_1stDecl_3c_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3d_altI Rule_1stDecl_4a_altI Rule_1stDecl_4b_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_5a_altI Rule_1stDecl_5b_altI Rule_1stDecl_6a_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_6b_altI Rule_1stDecl_7a_altI Rule_1stDecl_7b_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_7c_altI Rule_1stDecl_8a_altI Rule_1stDecl_8b_altI \\\n",
"0 NaN NaN NaN \n",
"1 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_8c_altI \n",
"0 NaN \n",
"1 NaN "
]
},
"execution_count": 178,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_8c\n",
"# Accusative Singular ending ην same for Masculine, Feminine, Neuter\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'acc')\n",
" & ((NF['gn'] == 'n'))\n",
" & (NF['normalized_noaccent'].str.match('^.*ην$') == True) ,\n",
" 'Rule_1stDecl_8c_altI'] = 'Masculine-Feminine'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_8c_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 179,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:33:01.218242Z",
"start_time": "2022-10-17T04:33:01.050018Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
" Rule_1stDecl_5b_altI | \n",
" Rule_1stDecl_6a_altI | \n",
" Rule_1stDecl_6b_altI | \n",
" Rule_1stDecl_7a_altI | \n",
" Rule_1stDecl_7b_altI | \n",
" Rule_1stDecl_7c_altI | \n",
" Rule_1stDecl_8a_altI | \n",
" Rule_1stDecl_8b_altI | \n",
" Rule_1stDecl_8c_altI | \n",
" Rule_1stDecl_9abcd_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 249 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 17 | \n",
" Matt 1:17 | \n",
" 250 | \n",
" 250 | \n",
" γενεαὶ | \n",
" γενεαὶ | \n",
" γενεαί | \n",
" γενεαι | \n",
" γενεά | \n",
" γενεά | \n",
" γενεα | \n",
" genea | \n",
" N-NPF | \n",
" N-NPF | \n",
" 1074 | \n",
" False | \n",
" γενεά, -ᾶς, ἡ | \n",
" γενεά, -ᾶς, ἡ | \n",
" generation | \n",
" generation | \n",
" 1063 | \n",
" 1066 | \n",
" 43 | \n",
" 43 | \n",
" 348 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nom | \n",
" nominative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FemininePluralNominative-FemininePlulrealVocat... | \n",
"
\n",
" \n",
" 78636 | \n",
" Acts | \n",
" 5 | \n",
" Acts | \n",
" 21 | \n",
" 28 | \n",
" Acts 21:28 | \n",
" 78637 | \n",
" 78637 | \n",
" Ἰσραηλεῖται, | \n",
" Ἰσραηλεῖται, | \n",
" Ἰσραηλεῖται | \n",
" Ισραηλειται | \n",
" Ἰσραηλίτης | \n",
" Ἰσραηλίτης | \n",
" Ισραηλιτης | \n",
" Israelites | \n",
" N-VPM | \n",
" N-VPM | \n",
" 2475 | \n",
" False | \n",
" Ἰσραηλίτης, -ου, ὁ | \n",
" Ἰσραηλίτης, -ου, ὁ | \n",
" Israelite | \n",
" Israelite | \n",
" 2432 | \n",
" 2445 | \n",
" 9 | \n",
" 9 | \n",
" 1131 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" voc | \n",
" vocative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FemininePluralNominative-FemininePlulrealVocat... | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"249 Matthew 1 Matt 1 17 Matt 1:17 250 \n",
"78636 Acts 5 Acts 21 28 Acts 21:28 78637 \n",
"\n",
" bol_monad_num word bol_surface normalized \\\n",
"249 250 γενεαὶ γενεαὶ γενεαί \n",
"78636 78637 Ἰσραηλεῖται, Ἰσραηλεῖται, Ἰσραηλεῖται \n",
"\n",
" normalized_noaccent lemma bol_lemma lemma_noaccent \\\n",
"249 γενεαι γενεά γενεά γενεα \n",
"78636 Ισραηλειται Ἰσραηλίτης Ἰσραηλίτης Ισραηλιτης \n",
"\n",
" lemma_translit form_tag functional_tag strongs strongs_unreliable \\\n",
"249 genea N-NPF N-NPF 1074 False \n",
"78636 Israelites N-VPM N-VPM 2475 False \n",
"\n",
" lexeme_dict bol_lemma_dict gloss bol_gloss \\\n",
"249 γενεά, -ᾶς, ἡ γενεά, -ᾶς, ἡ generation generation \n",
"78636 Ἰσραηλίτης, -ου, ὁ Ἰσραηλίτης, -ου, ὁ Israelite Israelite \n",
"\n",
" abc_order bol_dict_abc freq_lemma bol_lexeme_occurrences \\\n",
"249 1063 1066 43 43 \n",
"78636 2432 2445 9 9 \n",
"\n",
" bol_frequency_rank sp bol_psp gn bol_gender nu bol_number nu_poss \\\n",
"249 348 noun noun f feminine pl plural NaN \n",
"78636 1131 noun noun m masculine pl plural NaN \n",
"\n",
" bol_possessor_number ps bol_person case bol_case tense bol_tense \\\n",
"249 NaN NaN NaN nom nominative NaN NaN \n",
"78636 NaN NaN NaN voc vocative NaN NaN \n",
"\n",
" voice bol_voice mood bol_mood degree extra bol_suffix bol_verb_type \\\n",
"249 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"78636 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" bol_noun_stem word_stem declension bol_noun_declension \\\n",
"249 alpha alpha 1st_alpha_macron first_alpha_macron \n",
"78636 alpha alpha 1st_eta first_eta \n",
"\n",
" vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI \\\n",
"249 not_covered NaN NaN \n",
"78636 not_covered NaN NaN \n",
"\n",
" Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI \\\n",
"249 NaN NaN NaN \n",
"78636 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI \\\n",
"249 NaN NaN NaN \n",
"78636 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI \\\n",
"249 NaN NaN NaN \n",
"78636 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI \\\n",
"249 NaN NaN NaN \n",
"78636 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2a_altI Rule_1stDecl_2b_altI Rule_1stDecl_3a_altI \\\n",
"249 NaN NaN NaN \n",
"78636 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3b_altI Rule_1stDecl_3c_altI Rule_1stDecl_3d_altI \\\n",
"249 NaN NaN NaN \n",
"78636 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_4a_altI Rule_1stDecl_4b_altI Rule_1stDecl_5a_altI \\\n",
"249 NaN NaN NaN \n",
"78636 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_5b_altI Rule_1stDecl_6a_altI Rule_1stDecl_6b_altI \\\n",
"249 NaN NaN NaN \n",
"78636 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_7a_altI Rule_1stDecl_7b_altI Rule_1stDecl_7c_altI \\\n",
"249 NaN NaN NaN \n",
"78636 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_8a_altI Rule_1stDecl_8b_altI Rule_1stDecl_8c_altI \\\n",
"249 NaN NaN NaN \n",
"78636 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_9abcd_altI \n",
"249 FemininePluralNominative-FemininePlulrealVocat... \n",
"78636 FemininePluralNominative-FemininePlulrealVocat... "
]
},
"execution_count": 179,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_9abcd\n",
"# Feminine Plural nominative (αι-ending) same for Masculine, Neuter AND = Plural vocative ending same for M, F, N\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True) \n",
" & (NF['nu'] == 'pl')\n",
" & ((NF['case'] == 'nom')|(NF['case'] == 'voc'))\n",
" & ((NF['gn'] == 'f') | (NF['gn'] == 'm') | (NF['gn'] == 'n'))\n",
" & (NF['normalized_noaccent'].str.match('^.*αι$') == True) ,\n",
" 'Rule_1stDecl_9abcd_altI'] = 'FemininePluralNominative-FemininePlulrealVocative-MasculinePluralNominiative-MasculinePluralVocative-NeuterSingularNominative-NeuterSingularVocative-'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_9abcd_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 180,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:33:02.492857Z",
"start_time": "2022-10-17T04:33:02.315927Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
" Rule_1stDecl_5b_altI | \n",
" Rule_1stDecl_6a_altI | \n",
" Rule_1stDecl_6b_altI | \n",
" Rule_1stDecl_7a_altI | \n",
" Rule_1stDecl_7b_altI | \n",
" Rule_1stDecl_7c_altI | \n",
" Rule_1stDecl_8a_altI | \n",
" Rule_1stDecl_8b_altI | \n",
" Rule_1stDecl_8c_altI | \n",
" Rule_1stDecl_9abcd_altI | \n",
" Rule_1stDecl_10abc_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 365 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 21 | \n",
" Matt 1:21 | \n",
" 366 | \n",
" 366 | \n",
" ἁμαρτιῶν | \n",
" ἁμαρτιῶν | \n",
" ἁμαρτιῶν | \n",
" αμαρτιων | \n",
" ἁμαρτία | \n",
" ἁμαρτία | \n",
" αμαρτια | \n",
" amartia | \n",
" N-GPF | \n",
" N-GPF | \n",
" 266 | \n",
" False | \n",
" ἁμαρτία, -ας, ἡ | \n",
" ἁμαρτία, -ας, ἡ | \n",
" sin | \n",
" sin | \n",
" 262 | \n",
" 262 | \n",
" 173 | \n",
" 173 | \n",
" 91 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" gen | \n",
" genitive | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" 3b | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NeuterPluralGenitive-MasculinePluralGenitive-F... | \n",
"
\n",
" \n",
" 89259 | \n",
" Romans | \n",
" 6 | \n",
" Rom | \n",
" 15 | \n",
" 4 | \n",
" Rom 15:4 | \n",
" 89260 | \n",
" 89260 | \n",
" γραφῶν | \n",
" γραφῶν | \n",
" γραφῶν | \n",
" γραφων | \n",
" γραφή | \n",
" γραφή | \n",
" γραφη | \n",
" graphe | \n",
" N-GPF | \n",
" N-GPF | \n",
" 1124 | \n",
" False | \n",
" γραφή, -ῆς, ἡ | \n",
" γραφή, -ῆς, ἡ | \n",
" writing, passage of scripture, scriptures | \n",
" writing, passage of scripture, scriptures | \n",
" 1112 | \n",
" 1115 | \n",
" 50 | \n",
" 50 | \n",
" 308 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" gen | \n",
" genitive | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" 6a | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NeuterPluralGenitive-MasculinePluralGenitive-F... | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"365 Matthew 1 Matt 1 21 Matt 1:21 366 \n",
"89259 Romans 6 Rom 15 4 Rom 15:4 89260 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"365 366 ἁμαρτιῶν ἁμαρτιῶν ἁμαρτιῶν αμαρτιων \n",
"89259 89260 γραφῶν γραφῶν γραφῶν γραφων \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag \\\n",
"365 ἁμαρτία ἁμαρτία αμαρτια amartia N-GPF \n",
"89259 γραφή γραφή γραφη graphe N-GPF \n",
"\n",
" functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"365 N-GPF 266 False ἁμαρτία, -ας, ἡ \n",
"89259 N-GPF 1124 False γραφή, -ῆς, ἡ \n",
"\n",
" bol_lemma_dict gloss \\\n",
"365 ἁμαρτία, -ας, ἡ sin \n",
"89259 γραφή, -ῆς, ἡ writing, passage of scripture, scriptures \n",
"\n",
" bol_gloss abc_order bol_dict_abc \\\n",
"365 sin 262 262 \n",
"89259 writing, passage of scripture, scriptures 1112 1115 \n",
"\n",
" freq_lemma bol_lexeme_occurrences bol_frequency_rank sp bol_psp \\\n",
"365 173 173 91 noun noun \n",
"89259 50 50 308 noun noun \n",
"\n",
" gn bol_gender nu bol_number nu_poss bol_possessor_number ps \\\n",
"365 f feminine pl plural NaN NaN NaN \n",
"89259 f feminine pl plural NaN NaN NaN \n",
"\n",
" bol_person case bol_case tense bol_tense voice bol_voice mood bol_mood \\\n",
"365 NaN gen genitive NaN NaN NaN NaN NaN NaN \n",
"89259 NaN gen genitive NaN NaN NaN NaN NaN NaN \n",
"\n",
" degree extra bol_suffix bol_verb_type bol_noun_stem word_stem \\\n",
"365 NaN NaN NaN NaN alpha alpha \n",
"89259 NaN NaN NaN NaN alpha alpha \n",
"\n",
" declension bol_noun_declension vocab_ReadGreekIn30Days \\\n",
"365 1st_alpha_macron first_alpha_macron 3b \n",
"89259 1st_eta first_eta 6a \n",
"\n",
" Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI Rule_2ndDecl_1c_altI \\\n",
"365 NaN NaN NaN \n",
"89259 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI Rule_2ndDecl_2b_altI \\\n",
"365 NaN NaN NaN \n",
"89259 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI Rule_2ndDecl_4a_altI \\\n",
"365 NaN NaN NaN \n",
"89259 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI Rule_2ndDecl_5b_altI \\\n",
"365 NaN NaN NaN \n",
"89259 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI Rule_1stDecl_2a_altI \\\n",
"365 NaN NaN NaN \n",
"89259 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2b_altI Rule_1stDecl_3a_altI Rule_1stDecl_3b_altI \\\n",
"365 NaN NaN NaN \n",
"89259 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3c_altI Rule_1stDecl_3d_altI Rule_1stDecl_4a_altI \\\n",
"365 NaN NaN NaN \n",
"89259 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_4b_altI Rule_1stDecl_5a_altI Rule_1stDecl_5b_altI \\\n",
"365 NaN NaN NaN \n",
"89259 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_6a_altI Rule_1stDecl_6b_altI Rule_1stDecl_7a_altI \\\n",
"365 NaN NaN NaN \n",
"89259 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_7b_altI Rule_1stDecl_7c_altI Rule_1stDecl_8a_altI \\\n",
"365 NaN NaN NaN \n",
"89259 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_8b_altI Rule_1stDecl_8c_altI Rule_1stDecl_9abcd_altI \\\n",
"365 NaN NaN NaN \n",
"89259 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_10abc_altI \n",
"365 NeuterPluralGenitive-MasculinePluralGenitive-F... \n",
"89259 NeuterPluralGenitive-MasculinePluralGenitive-F... "
]
},
"execution_count": 180,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_10abc\n",
"# Plural genitive (ων-ending) same for Masculine, Feminine, Neuter\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'pl')\n",
" & ((NF['case'] == 'gen'))\n",
" & ((NF['gn'] == 'f') | (NF['gn'] == 'm') | (NF['gn'] == 'n'))\n",
" & (NF['normalized_noaccent'].str.match('^.*ων$') == True) ,\n",
" 'Rule_1stDecl_10abc_altI'] = 'NeuterPluralGenitive-MasculinePluralGenitive-FemininePluralGenitive'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_10abc_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 181,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:33:03.570369Z",
"start_time": "2022-10-17T04:33:03.394341Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
" Rule_1stDecl_5b_altI | \n",
" Rule_1stDecl_6a_altI | \n",
" Rule_1stDecl_6b_altI | \n",
" Rule_1stDecl_7a_altI | \n",
" Rule_1stDecl_7b_altI | \n",
" Rule_1stDecl_7c_altI | \n",
" Rule_1stDecl_8a_altI | \n",
" Rule_1stDecl_8b_altI | \n",
" Rule_1stDecl_8c_altI | \n",
" Rule_1stDecl_9abcd_altI | \n",
" Rule_1stDecl_10abc_altI | \n",
" Rule_1stDecl_11abc_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 445 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 2 | \n",
" 1 | \n",
" Matt 2:1 | \n",
" 446 | \n",
" 446 | \n",
" ἡμέραις | \n",
" ἡμέραις | \n",
" ἡμέραις | \n",
" ημεραις | \n",
" ἡμέρα | \n",
" ἡμέρα | \n",
" ημερα | \n",
" emera | \n",
" N-DPF | \n",
" N-DPF | \n",
" 2250 | \n",
" False | \n",
" ἡμέρα, -ας, ἡ | \n",
" ἡμέρα, -ας, ἡ | \n",
" day | \n",
" day | \n",
" 2222 | \n",
" 2232 | \n",
" 389 | \n",
" 389 | \n",
" 45 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" dat | \n",
" dative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" 3b | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NeuterPluralDative-MasculinePluralDative-Femin... | \n",
"
\n",
" \n",
" 100728 | \n",
" II_Corinthians | \n",
" 8 | \n",
" 2Cor | \n",
" 11 | \n",
" 27 | \n",
" 2Cor 11:27 | \n",
" 100729 | \n",
" 100729 | \n",
" νηστείαις | \n",
" νηστείαις | \n",
" νηστείαις | \n",
" νηστειαις | \n",
" νηστεία | \n",
" νηστεία | \n",
" νηστεια | \n",
" nesteia | \n",
" N-DPF | \n",
" N-DPF | \n",
" 3521 | \n",
" False | \n",
" νηστεία, -ας, ἡ | \n",
" νηστεία, -ας, ἡ | \n",
" fasting, day of atonement | \n",
" fasting, day of atonement | \n",
" 3353 | \n",
" 3373 | \n",
" 5 | \n",
" 5 | \n",
" 1638 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" dat | \n",
" dative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NeuterPluralDative-MasculinePluralDative-Femin... | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref \\\n",
"445 Matthew 1 Matt 2 1 Matt 2:1 \n",
"100728 II_Corinthians 8 2Cor 11 27 2Cor 11:27 \n",
"\n",
" orig_order bol_monad_num word bol_surface normalized \\\n",
"445 446 446 ἡμέραις ἡμέραις ἡμέραις \n",
"100728 100729 100729 νηστείαις νηστείαις νηστείαις \n",
"\n",
" normalized_noaccent lemma bol_lemma lemma_noaccent lemma_translit \\\n",
"445 ημεραις ἡμέρα ἡμέρα ημερα emera \n",
"100728 νηστειαις νηστεία νηστεία νηστεια nesteia \n",
"\n",
" form_tag functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"445 N-DPF N-DPF 2250 False ἡμέρα, -ας, ἡ \n",
"100728 N-DPF N-DPF 3521 False νηστεία, -ας, ἡ \n",
"\n",
" bol_lemma_dict gloss bol_gloss \\\n",
"445 ἡμέρα, -ας, ἡ day day \n",
"100728 νηστεία, -ας, ἡ fasting, day of atonement fasting, day of atonement \n",
"\n",
" abc_order bol_dict_abc freq_lemma bol_lexeme_occurrences \\\n",
"445 2222 2232 389 389 \n",
"100728 3353 3373 5 5 \n",
"\n",
" bol_frequency_rank sp bol_psp gn bol_gender nu bol_number nu_poss \\\n",
"445 45 noun noun f feminine pl plural NaN \n",
"100728 1638 noun noun f feminine pl plural NaN \n",
"\n",
" bol_possessor_number ps bol_person case bol_case tense bol_tense \\\n",
"445 NaN NaN NaN dat dative NaN NaN \n",
"100728 NaN NaN NaN dat dative NaN NaN \n",
"\n",
" voice bol_voice mood bol_mood degree extra bol_suffix bol_verb_type \\\n",
"445 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"100728 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" bol_noun_stem word_stem declension bol_noun_declension \\\n",
"445 alpha alpha 1st_alpha_macron first_alpha_macron \n",
"100728 alpha alpha 1st_alpha_macron first_alpha_macron \n",
"\n",
" vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI \\\n",
"445 3b NaN NaN \n",
"100728 not_covered NaN NaN \n",
"\n",
" Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI \\\n",
"445 NaN NaN NaN \n",
"100728 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI \\\n",
"445 NaN NaN NaN \n",
"100728 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI \\\n",
"445 NaN NaN NaN \n",
"100728 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI \\\n",
"445 NaN NaN NaN \n",
"100728 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2a_altI Rule_1stDecl_2b_altI Rule_1stDecl_3a_altI \\\n",
"445 NaN NaN NaN \n",
"100728 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3b_altI Rule_1stDecl_3c_altI Rule_1stDecl_3d_altI \\\n",
"445 NaN NaN NaN \n",
"100728 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_4a_altI Rule_1stDecl_4b_altI Rule_1stDecl_5a_altI \\\n",
"445 NaN NaN NaN \n",
"100728 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_5b_altI Rule_1stDecl_6a_altI Rule_1stDecl_6b_altI \\\n",
"445 NaN NaN NaN \n",
"100728 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_7a_altI Rule_1stDecl_7b_altI Rule_1stDecl_7c_altI \\\n",
"445 NaN NaN NaN \n",
"100728 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_8a_altI Rule_1stDecl_8b_altI Rule_1stDecl_8c_altI \\\n",
"445 NaN NaN NaN \n",
"100728 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_9abcd_altI Rule_1stDecl_10abc_altI \\\n",
"445 NaN NaN \n",
"100728 NaN NaN \n",
"\n",
" Rule_1stDecl_11abc_altI \n",
"445 NeuterPluralDative-MasculinePluralDative-Femin... \n",
"100728 NeuterPluralDative-MasculinePluralDative-Femin... "
]
},
"execution_count": 181,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_11abc\n",
"# Plural dative (αις-ending) same for Masculine, Feminine, Neuter\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'pl')\n",
" & ((NF['case'] == 'dat'))\n",
" & ((NF['gn'] == 'f') | (NF['gn'] == 'm') | (NF['gn'] == 'n'))\n",
" & (NF['normalized_noaccent'].str.match('^.*αις$') == True) ,\n",
" 'Rule_1stDecl_11abc_altI'] = 'NeuterPluralDative-MasculinePluralDative-FemininePluralDative'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_11abc_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 182,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:33:04.970373Z",
"start_time": "2022-10-17T04:33:04.787050Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
" Rule_1stDecl_5b_altI | \n",
" Rule_1stDecl_6a_altI | \n",
" Rule_1stDecl_6b_altI | \n",
" Rule_1stDecl_7a_altI | \n",
" Rule_1stDecl_7b_altI | \n",
" Rule_1stDecl_7c_altI | \n",
" Rule_1stDecl_8a_altI | \n",
" Rule_1stDecl_8b_altI | \n",
" Rule_1stDecl_8c_altI | \n",
" Rule_1stDecl_9abcd_altI | \n",
" Rule_1stDecl_10abc_altI | \n",
" Rule_1stDecl_11abc_altI | \n",
" Rule_1stDecl_12abc_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 992 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 3 | \n",
" 6 | \n",
" Matt 3:6 | \n",
" 993 | \n",
" 993 | \n",
" ἁμαρτίας | \n",
" ἁμαρτίας | \n",
" ἁμαρτίας | \n",
" αμαρτιας | \n",
" ἁμαρτία | \n",
" ἁμαρτία | \n",
" αμαρτια | \n",
" amartia | \n",
" N-APF | \n",
" N-APF | \n",
" 266 | \n",
" False | \n",
" ἁμαρτία, -ας, ἡ | \n",
" ἁμαρτία, -ας, ἡ | \n",
" sin | \n",
" sin | \n",
" 262 | \n",
" 262 | \n",
" 173 | \n",
" 173 | \n",
" 91 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" acc | \n",
" accusative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_alpha_macron | \n",
" first_alpha_macron | \n",
" 3b | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularGenitive-MasculineSingularNomi... | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NeuterPluralAccusative-MasculinePluralAccusati... | \n",
"
\n",
" \n",
" 109166 | \n",
" Colossians | \n",
" 12 | \n",
" Col | \n",
" 4 | \n",
" 10 | \n",
" Col 4:10 | \n",
" 109167 | \n",
" 109167 | \n",
" ἐντολάς, | \n",
" ἐντολάς, | \n",
" ἐντολάς | \n",
" εντολας | \n",
" ἐντολή | \n",
" ἐντολή | \n",
" εντολη | \n",
" entole | \n",
" N-APF | \n",
" N-APF | \n",
" 1785 | \n",
" False | \n",
" ἐντολή, -ῆς, ἡ | \n",
" ἐντολή, -ῆς, ἡ | \n",
" ordinance, injunction, command | \n",
" ordinance, injunction, command | \n",
" 1765 | \n",
" 1773 | \n",
" 67 | \n",
" 67 | \n",
" 244 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" acc | \n",
" accusative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" alpha | \n",
" alpha | \n",
" 1st_eta | \n",
" first_eta | \n",
" 5b | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" FeminineSingularGenitive-MasculineSingularNomi... | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NeuterPluralAccusative-MasculinePluralAccusati... | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"992 Matthew 1 Matt 3 6 Matt 3:6 993 \n",
"109166 Colossians 12 Col 4 10 Col 4:10 109167 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"992 993 ἁμαρτίας ἁμαρτίας ἁμαρτίας αμαρτιας \n",
"109166 109167 ἐντολάς, ἐντολάς, ἐντολάς εντολας \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag \\\n",
"992 ἁμαρτία ἁμαρτία αμαρτια amartia N-APF \n",
"109166 ἐντολή ἐντολή εντολη entole N-APF \n",
"\n",
" functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"992 N-APF 266 False ἁμαρτία, -ας, ἡ \n",
"109166 N-APF 1785 False ἐντολή, -ῆς, ἡ \n",
"\n",
" bol_lemma_dict gloss \\\n",
"992 ἁμαρτία, -ας, ἡ sin \n",
"109166 ἐντολή, -ῆς, ἡ ordinance, injunction, command \n",
"\n",
" bol_gloss abc_order bol_dict_abc freq_lemma \\\n",
"992 sin 262 262 173 \n",
"109166 ordinance, injunction, command 1765 1773 67 \n",
"\n",
" bol_lexeme_occurrences bol_frequency_rank sp bol_psp gn \\\n",
"992 173 91 noun noun f \n",
"109166 67 244 noun noun f \n",
"\n",
" bol_gender nu bol_number nu_poss bol_possessor_number ps bol_person \\\n",
"992 feminine pl plural NaN NaN NaN NaN \n",
"109166 feminine pl plural NaN NaN NaN NaN \n",
"\n",
" case bol_case tense bol_tense voice bol_voice mood bol_mood degree \\\n",
"992 acc accusative NaN NaN NaN NaN NaN NaN NaN \n",
"109166 acc accusative NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" extra bol_suffix bol_verb_type bol_noun_stem word_stem \\\n",
"992 NaN NaN NaN alpha alpha \n",
"109166 NaN NaN NaN alpha alpha \n",
"\n",
" declension bol_noun_declension vocab_ReadGreekIn30Days \\\n",
"992 1st_alpha_macron first_alpha_macron 3b \n",
"109166 1st_eta first_eta 5b \n",
"\n",
" Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI Rule_2ndDecl_1c_altI \\\n",
"992 NaN NaN NaN \n",
"109166 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI Rule_2ndDecl_2b_altI \\\n",
"992 NaN NaN NaN \n",
"109166 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI Rule_2ndDecl_4a_altI \\\n",
"992 NaN NaN NaN \n",
"109166 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI Rule_2ndDecl_5b_altI \\\n",
"992 NaN NaN NaN \n",
"109166 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI Rule_1stDecl_2a_altI \\\n",
"992 NaN NaN NaN \n",
"109166 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2b_altI Rule_1stDecl_3a_altI \\\n",
"992 NaN NaN \n",
"109166 NaN NaN \n",
"\n",
" Rule_1stDecl_3b_altI \\\n",
"992 FeminineSingularGenitive-MasculineSingularNomi... \n",
"109166 FeminineSingularGenitive-MasculineSingularNomi... \n",
"\n",
" Rule_1stDecl_3c_altI Rule_1stDecl_3d_altI Rule_1stDecl_4a_altI \\\n",
"992 NaN NaN NaN \n",
"109166 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_4b_altI Rule_1stDecl_5a_altI Rule_1stDecl_5b_altI \\\n",
"992 NaN NaN NaN \n",
"109166 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_6a_altI Rule_1stDecl_6b_altI Rule_1stDecl_7a_altI \\\n",
"992 NaN NaN NaN \n",
"109166 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_7b_altI Rule_1stDecl_7c_altI Rule_1stDecl_8a_altI \\\n",
"992 NaN NaN NaN \n",
"109166 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_8b_altI Rule_1stDecl_8c_altI Rule_1stDecl_9abcd_altI \\\n",
"992 NaN NaN NaN \n",
"109166 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_10abc_altI Rule_1stDecl_11abc_altI \\\n",
"992 NaN NaN \n",
"109166 NaN NaN \n",
"\n",
" Rule_1stDecl_12abc_altI \n",
"992 NeuterPluralAccusative-MasculinePluralAccusati... \n",
"109166 NeuterPluralAccusative-MasculinePluralAccusati... "
]
},
"execution_count": 182,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_1stDecl_12abc\n",
"# Feminine singular Plural accusative (ας-ending) same for Masculine, Feminine, Neuter\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^first.*', regex=True) == True)\n",
" & (NF['nu'] == 'pl')\n",
" & ((NF['case'] == 'acc'))\n",
" & ((NF['gn'] == 'f') | (NF['gn'] == 'm') | (NF['gn'] == 'n'))\n",
" & (NF['normalized_noaccent'].str.match('^.*ας$') == True) ,\n",
" 'Rule_1stDecl_12abc_altI'] = 'NeuterPluralAccusative-MasculinePluralAccusative-FemininePluralAccusative'\n",
"\n",
"NF.sort_values(by='Rule_1stDecl_12abc_altI', ascending=[True]).head(2)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Consonantial Declension (3rd declension)"
]
},
{
"cell_type": "code",
"execution_count": 183,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:33:09.658047Z",
"start_time": "2022-10-17T04:33:09.490911Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
" Rule_1stDecl_5b_altI | \n",
" Rule_1stDecl_6a_altI | \n",
" Rule_1stDecl_6b_altI | \n",
" Rule_1stDecl_7a_altI | \n",
" Rule_1stDecl_7b_altI | \n",
" Rule_1stDecl_7c_altI | \n",
" Rule_1stDecl_8a_altI | \n",
" Rule_1stDecl_8b_altI | \n",
" Rule_1stDecl_8c_altI | \n",
" Rule_1stDecl_9abcd_altI | \n",
" Rule_1stDecl_10abc_altI | \n",
" Rule_1stDecl_11abc_altI | \n",
" Rule_1stDecl_12abc_altI | \n",
" Rule_3rdDecl_1a_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 99 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 7 | \n",
" Matt 1:7 | \n",
" 100 | \n",
" 100 | \n",
" Σολομὼν | \n",
" Σολομὼν | \n",
" Σολομών | \n",
" Σολομων | \n",
" Σολομών | \n",
" Σολομών | \n",
" Σολομων | \n",
" Solomon | \n",
" N-NSM | \n",
" N-NSM | \n",
" 4672 | \n",
" False | \n",
" Σολομών, -ῶνος | \n",
" Σολομών, -ῶνος | \n",
" Solomon | \n",
" Solomon | \n",
" 4480 | \n",
" 4507 | \n",
" 12 | \n",
" 12 | \n",
" 902 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nom | \n",
" nominative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nu | \n",
" NaN | \n",
" 3rd | \n",
" third_d | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" SingularVocative | \n",
"
\n",
" \n",
" 99274 | \n",
" II_Corinthians | \n",
" 8 | \n",
" 2Cor | \n",
" 7 | \n",
" 14 | \n",
" 2Cor 7:14 | \n",
" 99275 | \n",
" 99275 | \n",
" καύχησις | \n",
" καύχησις | \n",
" καύχησις | \n",
" καυχησις | \n",
" καύχησις | \n",
" καύχησις | \n",
" καυχησις | \n",
" kaukhesis | \n",
" N-NSF | \n",
" N-NSF | \n",
" 2746 | \n",
" False | \n",
" καύχησις, -εως, ἡ | \n",
" καύχησις, -εως, ἡ | \n",
" act of boasting, exultation | \n",
" act of boasting, exultation | \n",
" 2703 | \n",
" 2717 | \n",
" 11 | \n",
" 11 | \n",
" 968 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nom | \n",
" nominative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" iota | \n",
" iota | \n",
" 3rd | \n",
" third_d | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" SingularVocative | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref \\\n",
"99 Matthew 1 Matt 1 7 Matt 1:7 \n",
"99274 II_Corinthians 8 2Cor 7 14 2Cor 7:14 \n",
"\n",
" orig_order bol_monad_num word bol_surface normalized \\\n",
"99 100 100 Σολομὼν Σολομὼν Σολομών \n",
"99274 99275 99275 καύχησις καύχησις καύχησις \n",
"\n",
" normalized_noaccent lemma bol_lemma lemma_noaccent lemma_translit \\\n",
"99 Σολομων Σολομών Σολομών Σολομων Solomon \n",
"99274 καυχησις καύχησις καύχησις καυχησις kaukhesis \n",
"\n",
" form_tag functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"99 N-NSM N-NSM 4672 False Σολομών, -ῶνος \n",
"99274 N-NSF N-NSF 2746 False καύχησις, -εως, ἡ \n",
"\n",
" bol_lemma_dict gloss \\\n",
"99 Σολομών, -ῶνος Solomon \n",
"99274 καύχησις, -εως, ἡ act of boasting, exultation \n",
"\n",
" bol_gloss abc_order bol_dict_abc freq_lemma \\\n",
"99 Solomon 4480 4507 12 \n",
"99274 act of boasting, exultation 2703 2717 11 \n",
"\n",
" bol_lexeme_occurrences bol_frequency_rank sp bol_psp gn bol_gender \\\n",
"99 12 902 noun noun m masculine \n",
"99274 11 968 noun noun f feminine \n",
"\n",
" nu bol_number nu_poss bol_possessor_number ps bol_person case \\\n",
"99 sg singular NaN NaN NaN NaN nom \n",
"99274 sg singular NaN NaN NaN NaN nom \n",
"\n",
" bol_case tense bol_tense voice bol_voice mood bol_mood degree extra \\\n",
"99 nominative NaN NaN NaN NaN NaN NaN NaN NaN \n",
"99274 nominative NaN NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" bol_suffix bol_verb_type bol_noun_stem word_stem declension \\\n",
"99 NaN NaN nu NaN 3rd \n",
"99274 NaN NaN iota iota 3rd \n",
"\n",
" bol_noun_declension vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI \\\n",
"99 third_d not_covered NaN \n",
"99274 third_d not_covered NaN \n",
"\n",
" Rule_2ndDecl_1b_altI Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI \\\n",
"99 NaN NaN NaN \n",
"99274 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2a_altI Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI \\\n",
"99 NaN NaN NaN \n",
"99274 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_3b_altI Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI \\\n",
"99 NaN NaN NaN \n",
"99274 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5a_altI Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI \\\n",
"99 NaN NaN NaN \n",
"99274 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_1b_altI Rule_1stDecl_2a_altI Rule_1stDecl_2b_altI \\\n",
"99 NaN NaN NaN \n",
"99274 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3a_altI Rule_1stDecl_3b_altI Rule_1stDecl_3c_altI \\\n",
"99 NaN NaN NaN \n",
"99274 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3d_altI Rule_1stDecl_4a_altI Rule_1stDecl_4b_altI \\\n",
"99 NaN NaN NaN \n",
"99274 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_5a_altI Rule_1stDecl_5b_altI Rule_1stDecl_6a_altI \\\n",
"99 NaN NaN NaN \n",
"99274 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_6b_altI Rule_1stDecl_7a_altI Rule_1stDecl_7b_altI \\\n",
"99 NaN NaN NaN \n",
"99274 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_7c_altI Rule_1stDecl_8a_altI Rule_1stDecl_8b_altI \\\n",
"99 NaN NaN NaN \n",
"99274 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_8c_altI Rule_1stDecl_9abcd_altI Rule_1stDecl_10abc_altI \\\n",
"99 NaN NaN NaN \n",
"99274 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_11abc_altI Rule_1stDecl_12abc_altI Rule_3rdDecl_1a_altI \n",
"99 NaN NaN SingularVocative \n",
"99274 NaN NaN SingularVocative "
]
},
"execution_count": 183,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_3rdDecl_1ab Singlular Nominative = Singular Vocative\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^third.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'nom')\n",
" & ((NF['gn'] == 'f') | (NF['gn'] == 'm') | (NF['gn'] == 'n'))\n",
" & (NF['normalized_noaccent'].str.match('^.*ρ$') == False),\n",
" 'Rule_3rdDecl_1a_altI'] = 'SingularVocative'\n",
"\n",
"NF.sort_values(by='Rule_3rdDecl_1a_altI', ascending=[True]).head(2)\n"
]
},
{
"cell_type": "code",
"execution_count": 184,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:33:10.579043Z",
"start_time": "2022-10-17T04:33:10.407715Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
" Rule_1stDecl_5b_altI | \n",
" Rule_1stDecl_6a_altI | \n",
" Rule_1stDecl_6b_altI | \n",
" Rule_1stDecl_7a_altI | \n",
" Rule_1stDecl_7b_altI | \n",
" Rule_1stDecl_7c_altI | \n",
" Rule_1stDecl_8a_altI | \n",
" Rule_1stDecl_8b_altI | \n",
" Rule_1stDecl_8c_altI | \n",
" Rule_1stDecl_9abcd_altI | \n",
" Rule_1stDecl_10abc_altI | \n",
" Rule_1stDecl_11abc_altI | \n",
" Rule_1stDecl_12abc_altI | \n",
" Rule_3rdDecl_1a_altI | \n",
" Rule_3rdDecl_1b_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 9480 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 16 | \n",
" 17 | \n",
" Matt 16:17 | \n",
" 9481 | \n",
" 9481 | \n",
" Σίμων | \n",
" Σίμων | \n",
" Σίμων | \n",
" Σιμων | \n",
" Σίμων | \n",
" Σίμων | \n",
" Σιμων | \n",
" Simon | \n",
" N-VSM | \n",
" N-VSM | \n",
" 4613 | \n",
" False | \n",
" Σίμων, -ωνος, ὁ | \n",
" Σίμων, -ωνος, ὁ | \n",
" Simon | \n",
" Simon | \n",
" 4420 | \n",
" 4447 | \n",
" 75 | \n",
" 75 | \n",
" 227 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" voc | \n",
" vocative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nu | \n",
" NaN | \n",
" 3rd | \n",
" third_d | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" SingularNominative | \n",
"
\n",
" \n",
" 81341 | \n",
" Acts | \n",
" 5 | \n",
" Acts | \n",
" 26 | \n",
" 13 | \n",
" Acts 26:13 | \n",
" 81342 | \n",
" 81342 | \n",
" βασιλεῦ, | \n",
" βασιλεῦ, | \n",
" βασιλεῦ | \n",
" βασιλευ | \n",
" βασιλεύς | \n",
" βασιλεύς | \n",
" βασιλευς | \n",
" basileus | \n",
" N-VSM | \n",
" N-VSM | \n",
" 935 | \n",
" False | \n",
" βασιλεύς, -έως, ὁ | \n",
" βασιλεύς, -έως, ὁ | \n",
" king, ruler, emperor | \n",
" king, ruler, emperor | \n",
" 924 | \n",
" 928 | \n",
" 115 | \n",
" 115 | \n",
" 143 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" voc | \n",
" vocative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" epsilon_upsilon | \n",
" epsilon_upsilon | \n",
" 3rd | \n",
" third_d | \n",
" 4b | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" SingularNominative | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"9480 Matthew 1 Matt 16 17 Matt 16:17 9481 \n",
"81341 Acts 5 Acts 26 13 Acts 26:13 81342 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"9480 9481 Σίμων Σίμων Σίμων Σιμων \n",
"81341 81342 βασιλεῦ, βασιλεῦ, βασιλεῦ βασιλευ \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag \\\n",
"9480 Σίμων Σίμων Σιμων Simon N-VSM \n",
"81341 βασιλεύς βασιλεύς βασιλευς basileus N-VSM \n",
"\n",
" functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"9480 N-VSM 4613 False Σίμων, -ωνος, ὁ \n",
"81341 N-VSM 935 False βασιλεύς, -έως, ὁ \n",
"\n",
" bol_lemma_dict gloss bol_gloss \\\n",
"9480 Σίμων, -ωνος, ὁ Simon Simon \n",
"81341 βασιλεύς, -έως, ὁ king, ruler, emperor king, ruler, emperor \n",
"\n",
" abc_order bol_dict_abc freq_lemma bol_lexeme_occurrences \\\n",
"9480 4420 4447 75 75 \n",
"81341 924 928 115 115 \n",
"\n",
" bol_frequency_rank sp bol_psp gn bol_gender nu bol_number nu_poss \\\n",
"9480 227 noun noun m masculine sg singular NaN \n",
"81341 143 noun noun m masculine sg singular NaN \n",
"\n",
" bol_possessor_number ps bol_person case bol_case tense bol_tense \\\n",
"9480 NaN NaN NaN voc vocative NaN NaN \n",
"81341 NaN NaN NaN voc vocative NaN NaN \n",
"\n",
" voice bol_voice mood bol_mood degree extra bol_suffix bol_verb_type \\\n",
"9480 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"81341 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" bol_noun_stem word_stem declension bol_noun_declension \\\n",
"9480 nu NaN 3rd third_d \n",
"81341 epsilon_upsilon epsilon_upsilon 3rd third_d \n",
"\n",
" vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI \\\n",
"9480 not_covered NaN NaN \n",
"81341 4b NaN NaN \n",
"\n",
" Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI \\\n",
"9480 NaN NaN NaN \n",
"81341 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI \\\n",
"9480 NaN NaN NaN \n",
"81341 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI \\\n",
"9480 NaN NaN NaN \n",
"81341 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI \\\n",
"9480 NaN NaN NaN \n",
"81341 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2a_altI Rule_1stDecl_2b_altI Rule_1stDecl_3a_altI \\\n",
"9480 NaN NaN NaN \n",
"81341 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3b_altI Rule_1stDecl_3c_altI Rule_1stDecl_3d_altI \\\n",
"9480 NaN NaN NaN \n",
"81341 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_4a_altI Rule_1stDecl_4b_altI Rule_1stDecl_5a_altI \\\n",
"9480 NaN NaN NaN \n",
"81341 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_5b_altI Rule_1stDecl_6a_altI Rule_1stDecl_6b_altI \\\n",
"9480 NaN NaN NaN \n",
"81341 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_7a_altI Rule_1stDecl_7b_altI Rule_1stDecl_7c_altI \\\n",
"9480 NaN NaN NaN \n",
"81341 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_8a_altI Rule_1stDecl_8b_altI Rule_1stDecl_8c_altI \\\n",
"9480 NaN NaN NaN \n",
"81341 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_9abcd_altI Rule_1stDecl_10abc_altI Rule_1stDecl_11abc_altI \\\n",
"9480 NaN NaN NaN \n",
"81341 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_12abc_altI Rule_3rdDecl_1a_altI Rule_3rdDecl_1b_altI \n",
"9480 NaN NaN SingularNominative \n",
"81341 NaN NaN SingularNominative "
]
},
"execution_count": 184,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_3rdDecl_1b Singlular Nominative = Singular Vocative\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^third.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'voc')\n",
" & ((NF['gn'] == 'f') | (NF['gn'] == 'm') | (NF['gn'] == 'n'))\n",
" & (NF['normalized_noaccent'].str.match('^.*ρ$') == False),\n",
" 'Rule_3rdDecl_1b_altI'] = 'SingularNominative'\n",
"\n",
"NF.sort_values(by='Rule_3rdDecl_1b_altI', ascending=[True]).head(2)\n"
]
},
{
"cell_type": "code",
"execution_count": 185,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:33:12.689707Z",
"start_time": "2022-10-17T04:33:12.530656Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
" Rule_1stDecl_5b_altI | \n",
" Rule_1stDecl_6a_altI | \n",
" Rule_1stDecl_6b_altI | \n",
" Rule_1stDecl_7a_altI | \n",
" Rule_1stDecl_7b_altI | \n",
" Rule_1stDecl_7c_altI | \n",
" Rule_1stDecl_8a_altI | \n",
" Rule_1stDecl_8b_altI | \n",
" Rule_1stDecl_8c_altI | \n",
" Rule_1stDecl_9abcd_altI | \n",
" Rule_1stDecl_10abc_altI | \n",
" Rule_1stDecl_11abc_altI | \n",
" Rule_1stDecl_12abc_altI | \n",
" Rule_3rdDecl_1a_altI | \n",
" Rule_3rdDecl_1b_altI | \n",
" Rule_3rdDecl_2a_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 963 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 3 | \n",
" 4 | \n",
" Matt 3:4 | \n",
" 964 | \n",
" 964 | \n",
" ἀκρίδες | \n",
" ἀκρίδες | \n",
" ἀκρίδες | \n",
" ακριδες | \n",
" ἀκρίς | \n",
" ἀκρίς | \n",
" ακρις | \n",
" akris | \n",
" N-NPF | \n",
" N-NPF | \n",
" 200 | \n",
" False | \n",
" ἀκρίς, -ίδος, ἡ | \n",
" ἀκρίς, -ίδος, ἡ | \n",
" locust | \n",
" locust | \n",
" 195 | \n",
" 195 | \n",
" 4 | \n",
" 4 | \n",
" 1864 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nom | \n",
" nominative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" delta | \n",
" delta | \n",
" 3rd | \n",
" third_d | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" PluralVoctive | \n",
"
\n",
" \n",
" 103348 | \n",
" Galatians | \n",
" 9 | \n",
" Gal | \n",
" 5 | \n",
" 20 | \n",
" Gal 5:20 | \n",
" 103349 | \n",
" 103349 | \n",
" αἱρέσεις, | \n",
" αἱρέσεις, | \n",
" αἱρέσεις | \n",
" αιρεσεις | \n",
" αἵρεσις | \n",
" αἵρεσις | \n",
" αιρεσις | \n",
" airesis | \n",
" N-NPF | \n",
" N-NPF | \n",
" 139 | \n",
" False | \n",
" αἵρεσις, -εως, ἡ | \n",
" αἵρεσις, -εως, ἡ | \n",
" self-chosen opinion, sect | \n",
" self-chosen opinion, sect | \n",
" 138 | \n",
" 138 | \n",
" 9 | \n",
" 9 | \n",
" 1131 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nom | \n",
" nominative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" iota | \n",
" iota | \n",
" 3rd | \n",
" third_d | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" PluralVoctive | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"963 Matthew 1 Matt 3 4 Matt 3:4 964 \n",
"103348 Galatians 9 Gal 5 20 Gal 5:20 103349 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"963 964 ἀκρίδες ἀκρίδες ἀκρίδες ακριδες \n",
"103348 103349 αἱρέσεις, αἱρέσεις, αἱρέσεις αιρεσεις \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag \\\n",
"963 ἀκρίς ἀκρίς ακρις akris N-NPF \n",
"103348 αἵρεσις αἵρεσις αιρεσις airesis N-NPF \n",
"\n",
" functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"963 N-NPF 200 False ἀκρίς, -ίδος, ἡ \n",
"103348 N-NPF 139 False αἵρεσις, -εως, ἡ \n",
"\n",
" bol_lemma_dict gloss \\\n",
"963 ἀκρίς, -ίδος, ἡ locust \n",
"103348 αἵρεσις, -εως, ἡ self-chosen opinion, sect \n",
"\n",
" bol_gloss abc_order bol_dict_abc freq_lemma \\\n",
"963 locust 195 195 4 \n",
"103348 self-chosen opinion, sect 138 138 9 \n",
"\n",
" bol_lexeme_occurrences bol_frequency_rank sp bol_psp gn \\\n",
"963 4 1864 noun noun f \n",
"103348 9 1131 noun noun f \n",
"\n",
" bol_gender nu bol_number nu_poss bol_possessor_number ps bol_person \\\n",
"963 feminine pl plural NaN NaN NaN NaN \n",
"103348 feminine pl plural NaN NaN NaN NaN \n",
"\n",
" case bol_case tense bol_tense voice bol_voice mood bol_mood degree \\\n",
"963 nom nominative NaN NaN NaN NaN NaN NaN NaN \n",
"103348 nom nominative NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" extra bol_suffix bol_verb_type bol_noun_stem word_stem declension \\\n",
"963 NaN NaN NaN delta delta 3rd \n",
"103348 NaN NaN NaN iota iota 3rd \n",
"\n",
" bol_noun_declension vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI \\\n",
"963 third_d not_covered NaN \n",
"103348 third_d not_covered NaN \n",
"\n",
" Rule_2ndDecl_1b_altI Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI \\\n",
"963 NaN NaN NaN \n",
"103348 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2a_altI Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI \\\n",
"963 NaN NaN NaN \n",
"103348 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_3b_altI Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI \\\n",
"963 NaN NaN NaN \n",
"103348 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5a_altI Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI \\\n",
"963 NaN NaN NaN \n",
"103348 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_1b_altI Rule_1stDecl_2a_altI Rule_1stDecl_2b_altI \\\n",
"963 NaN NaN NaN \n",
"103348 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3a_altI Rule_1stDecl_3b_altI Rule_1stDecl_3c_altI \\\n",
"963 NaN NaN NaN \n",
"103348 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3d_altI Rule_1stDecl_4a_altI Rule_1stDecl_4b_altI \\\n",
"963 NaN NaN NaN \n",
"103348 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_5a_altI Rule_1stDecl_5b_altI Rule_1stDecl_6a_altI \\\n",
"963 NaN NaN NaN \n",
"103348 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_6b_altI Rule_1stDecl_7a_altI Rule_1stDecl_7b_altI \\\n",
"963 NaN NaN NaN \n",
"103348 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_7c_altI Rule_1stDecl_8a_altI Rule_1stDecl_8b_altI \\\n",
"963 NaN NaN NaN \n",
"103348 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_8c_altI Rule_1stDecl_9abcd_altI Rule_1stDecl_10abc_altI \\\n",
"963 NaN NaN NaN \n",
"103348 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_11abc_altI Rule_1stDecl_12abc_altI Rule_3rdDecl_1a_altI \\\n",
"963 NaN NaN NaN \n",
"103348 NaN NaN NaN \n",
"\n",
" Rule_3rdDecl_1b_altI Rule_3rdDecl_2a_altI \n",
"963 NaN PluralVoctive \n",
"103348 NaN PluralVoctive "
]
},
"execution_count": 185,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_3rdDecl_2a Plural Nominative = Plural Vocative\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^third.*', regex=True) == True)\n",
" & (NF['nu'] == 'pl')\n",
" & (NF['case'] == 'nom')\n",
" & ((NF['gn'] == 'f') | (NF['gn'] == 'm') | (NF['gn'] == 'n'))\n",
" & (NF['normalized_noaccent'].str.match('^.*$') == True) ,\n",
" 'Rule_3rdDecl_2a_altI'] = 'PluralVoctive'\n",
"\n",
"NF.sort_values(by='Rule_3rdDecl_2a_altI', ascending=[True]).head(2)\n"
]
},
{
"cell_type": "code",
"execution_count": 186,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:33:13.427887Z",
"start_time": "2022-10-17T04:33:13.261206Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
" Rule_1stDecl_5b_altI | \n",
" Rule_1stDecl_6a_altI | \n",
" Rule_1stDecl_6b_altI | \n",
" Rule_1stDecl_7a_altI | \n",
" Rule_1stDecl_7b_altI | \n",
" Rule_1stDecl_7c_altI | \n",
" Rule_1stDecl_8a_altI | \n",
" Rule_1stDecl_8b_altI | \n",
" Rule_1stDecl_8c_altI | \n",
" Rule_1stDecl_9abcd_altI | \n",
" Rule_1stDecl_10abc_altI | \n",
" Rule_1stDecl_11abc_altI | \n",
" Rule_1stDecl_12abc_altI | \n",
" Rule_3rdDecl_1a_altI | \n",
" Rule_3rdDecl_1b_altI | \n",
" Rule_3rdDecl_2a_altI | \n",
" Rule_3rdDecl_2b_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 1007 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 3 | \n",
" 7 | \n",
" Matt 3:7 | \n",
" 1008 | \n",
" 1008 | \n",
" Γεννήματα | \n",
" Γεννήματα | \n",
" Γεννήματα | \n",
" Γεννηματα | \n",
" γέννημα | \n",
" γέννημα | \n",
" γεννημα | \n",
" gennema | \n",
" N-VPN | \n",
" N-VPN | \n",
" 1081 | \n",
" False | \n",
" γέννημα, -τος, τό | \n",
" γέννημα, -τος, τό | \n",
" offspring, child, fruit | \n",
" offspring, child, fruit | \n",
" 1070 | \n",
" 1073 | \n",
" 8 | \n",
" 8 | \n",
" 1237 | \n",
" noun | \n",
" noun | \n",
" n | \n",
" neuter | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" voc | \n",
" vocative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" tau | \n",
" NaN | \n",
" 3rd | \n",
" third_d | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" PluralNominative | \n",
"
\n",
" \n",
" 121547 | \n",
" James | \n",
" 20 | \n",
" Jas | \n",
" 4 | \n",
" 4 | \n",
" Jas 4:4 | \n",
" 121548 | \n",
" 121548 | \n",
" μοιχαλίδες, | \n",
" μοιχαλίδες, | \n",
" μοιχαλίδες | \n",
" μοιχαλιδες | \n",
" μοιχαλίς | \n",
" μοιχαλίς | \n",
" μοιχαλις | \n",
" moikhalis | \n",
" N-VPF | \n",
" N-VPF | \n",
" 3428 | \n",
" False | \n",
" μοιχαλίς, -ίδος, ἡ | \n",
" μοιχαλίς, -ίδος, ἡ | \n",
" adulteress | \n",
" adulteress | \n",
" 3264 | \n",
" 3283 | \n",
" 7 | \n",
" 7 | \n",
" 1347 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" voc | \n",
" vocative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" delta | \n",
" delta | \n",
" 3rd | \n",
" third_d | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" PluralNominative | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"1007 Matthew 1 Matt 3 7 Matt 3:7 1008 \n",
"121547 James 20 Jas 4 4 Jas 4:4 121548 \n",
"\n",
" bol_monad_num word bol_surface normalized \\\n",
"1007 1008 Γεννήματα Γεννήματα Γεννήματα \n",
"121547 121548 μοιχαλίδες, μοιχαλίδες, μοιχαλίδες \n",
"\n",
" normalized_noaccent lemma bol_lemma lemma_noaccent lemma_translit \\\n",
"1007 Γεννηματα γέννημα γέννημα γεννημα gennema \n",
"121547 μοιχαλιδες μοιχαλίς μοιχαλίς μοιχαλις moikhalis \n",
"\n",
" form_tag functional_tag strongs strongs_unreliable \\\n",
"1007 N-VPN N-VPN 1081 False \n",
"121547 N-VPF N-VPF 3428 False \n",
"\n",
" lexeme_dict bol_lemma_dict gloss \\\n",
"1007 γέννημα, -τος, τό γέννημα, -τος, τό offspring, child, fruit \n",
"121547 μοιχαλίς, -ίδος, ἡ μοιχαλίς, -ίδος, ἡ adulteress \n",
"\n",
" bol_gloss abc_order bol_dict_abc freq_lemma \\\n",
"1007 offspring, child, fruit 1070 1073 8 \n",
"121547 adulteress 3264 3283 7 \n",
"\n",
" bol_lexeme_occurrences bol_frequency_rank sp bol_psp gn \\\n",
"1007 8 1237 noun noun n \n",
"121547 7 1347 noun noun f \n",
"\n",
" bol_gender nu bol_number nu_poss bol_possessor_number ps bol_person \\\n",
"1007 neuter pl plural NaN NaN NaN NaN \n",
"121547 feminine pl plural NaN NaN NaN NaN \n",
"\n",
" case bol_case tense bol_tense voice bol_voice mood bol_mood degree \\\n",
"1007 voc vocative NaN NaN NaN NaN NaN NaN NaN \n",
"121547 voc vocative NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" extra bol_suffix bol_verb_type bol_noun_stem word_stem declension \\\n",
"1007 NaN NaN NaN tau NaN 3rd \n",
"121547 NaN NaN NaN delta delta 3rd \n",
"\n",
" bol_noun_declension vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI \\\n",
"1007 third_d not_covered NaN \n",
"121547 third_d not_covered NaN \n",
"\n",
" Rule_2ndDecl_1b_altI Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI \\\n",
"1007 NaN NaN NaN \n",
"121547 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2a_altI Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI \\\n",
"1007 NaN NaN NaN \n",
"121547 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_3b_altI Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI \\\n",
"1007 NaN NaN NaN \n",
"121547 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5a_altI Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI \\\n",
"1007 NaN NaN NaN \n",
"121547 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_1b_altI Rule_1stDecl_2a_altI Rule_1stDecl_2b_altI \\\n",
"1007 NaN NaN NaN \n",
"121547 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3a_altI Rule_1stDecl_3b_altI Rule_1stDecl_3c_altI \\\n",
"1007 NaN NaN NaN \n",
"121547 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3d_altI Rule_1stDecl_4a_altI Rule_1stDecl_4b_altI \\\n",
"1007 NaN NaN NaN \n",
"121547 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_5a_altI Rule_1stDecl_5b_altI Rule_1stDecl_6a_altI \\\n",
"1007 NaN NaN NaN \n",
"121547 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_6b_altI Rule_1stDecl_7a_altI Rule_1stDecl_7b_altI \\\n",
"1007 NaN NaN NaN \n",
"121547 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_7c_altI Rule_1stDecl_8a_altI Rule_1stDecl_8b_altI \\\n",
"1007 NaN NaN NaN \n",
"121547 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_8c_altI Rule_1stDecl_9abcd_altI Rule_1stDecl_10abc_altI \\\n",
"1007 NaN NaN NaN \n",
"121547 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_11abc_altI Rule_1stDecl_12abc_altI Rule_3rdDecl_1a_altI \\\n",
"1007 NaN NaN NaN \n",
"121547 NaN NaN NaN \n",
"\n",
" Rule_3rdDecl_1b_altI Rule_3rdDecl_2a_altI Rule_3rdDecl_2b_altI \n",
"1007 NaN NaN PluralNominative \n",
"121547 NaN NaN PluralNominative "
]
},
"execution_count": 186,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_3rdDecl_2b Plural Vocative = Plural Nomiative\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^third.*', regex=True) == True)\n",
" & (NF['nu'] == 'pl')\n",
" & (NF['case'] == 'voc')\n",
" & ((NF['gn'] == 'f') | (NF['gn'] == 'm') | (NF['gn'] == 'n'))\n",
" & (NF['normalized_noaccent'].str.match('^.*$') == True) ,\n",
" 'Rule_3rdDecl_2b_altI'] = 'PluralNominative'\n",
"\n",
"NF.sort_values(by='Rule_3rdDecl_2b_altI', ascending=[True]).head(2)\n"
]
},
{
"cell_type": "code",
"execution_count": 187,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-17T04:33:15.888839Z",
"start_time": "2022-10-17T04:33:15.711848Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_2ndDecl_1b_altI | \n",
" Rule_2ndDecl_1c_altI | \n",
" Rule_2ndDecl_1d_altI | \n",
" Rule_2ndDecl_2a_altI | \n",
" Rule_2ndDecl_2b_altI | \n",
" Rule_2ndDecl_3a_altI | \n",
" Rule_2ndDecl_3b_altI | \n",
" Rule_2ndDecl_4a_altI | \n",
" Rule_2ndDecl_4b_altI | \n",
" Rule_2ndDecl_5a_altI | \n",
" Rule_2ndDecl_5b_altI | \n",
" Rule_1stDecl_1a_altI | \n",
" Rule_1stDecl_1b_altI | \n",
" Rule_1stDecl_2a_altI | \n",
" Rule_1stDecl_2b_altI | \n",
" Rule_1stDecl_3a_altI | \n",
" Rule_1stDecl_3b_altI | \n",
" Rule_1stDecl_3c_altI | \n",
" Rule_1stDecl_3d_altI | \n",
" Rule_1stDecl_4a_altI | \n",
" Rule_1stDecl_4b_altI | \n",
" Rule_1stDecl_5a_altI | \n",
" Rule_1stDecl_5b_altI | \n",
" Rule_1stDecl_6a_altI | \n",
" Rule_1stDecl_6b_altI | \n",
" Rule_1stDecl_7a_altI | \n",
" Rule_1stDecl_7b_altI | \n",
" Rule_1stDecl_7c_altI | \n",
" Rule_1stDecl_8a_altI | \n",
" Rule_1stDecl_8b_altI | \n",
" Rule_1stDecl_8c_altI | \n",
" Rule_1stDecl_9abcd_altI | \n",
" Rule_1stDecl_10abc_altI | \n",
" Rule_1stDecl_11abc_altI | \n",
" Rule_1stDecl_12abc_altI | \n",
" Rule_3rdDecl_1a_altI | \n",
" Rule_3rdDecl_1b_altI | \n",
" Rule_3rdDecl_2a_altI | \n",
" Rule_3rdDecl_2b_altI | \n",
" Rule_3rdDecl_3abc_altI | \n",
"
\n",
" \n",
" \n",
" \n",
" 1007 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 3 | \n",
" 7 | \n",
" Matt 3:7 | \n",
" 1008 | \n",
" 1008 | \n",
" Γεννήματα | \n",
" Γεννήματα | \n",
" Γεννήματα | \n",
" Γεννηματα | \n",
" γέννημα | \n",
" γέννημα | \n",
" γεννημα | \n",
" gennema | \n",
" N-VPN | \n",
" N-VPN | \n",
" 1081 | \n",
" False | \n",
" γέννημα, -τος, τό | \n",
" γέννημα, -τος, τό | \n",
" offspring, child, fruit | \n",
" offspring, child, fruit | \n",
" 1070 | \n",
" 1073 | \n",
" 8 | \n",
" 8 | \n",
" 1237 | \n",
" noun | \n",
" noun | \n",
" n | \n",
" neuter | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" voc | \n",
" vocative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" tau | \n",
" NaN | \n",
" 3rd | \n",
" third_d | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" PluralNominative | \n",
" PluralNominative-PluralAccusative-PluralVocative | \n",
"
\n",
" \n",
" 89206 | \n",
" Romans | \n",
" 6 | \n",
" Rom | \n",
" 15 | \n",
" 1 | \n",
" Rom 15:1 | \n",
" 89207 | \n",
" 89207 | \n",
" ἀσθενήματα | \n",
" ἀσθενήματα | \n",
" ἀσθενήματα | \n",
" ασθενηματα | \n",
" ἀσθένημα | \n",
" ἀσθένημα | \n",
" ασθενημα | \n",
" asthenema | \n",
" N-APN | \n",
" N-APN | \n",
" 771 | \n",
" False | \n",
" ἀσθένημα, -τος, τό | \n",
" ἀσθένημα, -τος, τό | \n",
" weakness, infirmity | \n",
" weakness, infirmity | \n",
" 762 | \n",
" 766 | \n",
" 1 | \n",
" 1 | \n",
" 3490 | \n",
" noun | \n",
" noun | \n",
" n | \n",
" neuter | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" acc | \n",
" accusative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" tau | \n",
" NaN | \n",
" 3rd | \n",
" third_d | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" PluralNominative-PluralAccusative-PluralVocative | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"1007 Matthew 1 Matt 3 7 Matt 3:7 1008 \n",
"89206 Romans 6 Rom 15 1 Rom 15:1 89207 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"1007 1008 Γεννήματα Γεννήματα Γεννήματα Γεννηματα \n",
"89206 89207 ἀσθενήματα ἀσθενήματα ἀσθενήματα ασθενηματα \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag \\\n",
"1007 γέννημα γέννημα γεννημα gennema N-VPN \n",
"89206 ἀσθένημα ἀσθένημα ασθενημα asthenema N-APN \n",
"\n",
" functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"1007 N-VPN 1081 False γέννημα, -τος, τό \n",
"89206 N-APN 771 False ἀσθένημα, -τος, τό \n",
"\n",
" bol_lemma_dict gloss bol_gloss \\\n",
"1007 γέννημα, -τος, τό offspring, child, fruit offspring, child, fruit \n",
"89206 ἀσθένημα, -τος, τό weakness, infirmity weakness, infirmity \n",
"\n",
" abc_order bol_dict_abc freq_lemma bol_lexeme_occurrences \\\n",
"1007 1070 1073 8 8 \n",
"89206 762 766 1 1 \n",
"\n",
" bol_frequency_rank sp bol_psp gn bol_gender nu bol_number nu_poss \\\n",
"1007 1237 noun noun n neuter pl plural NaN \n",
"89206 3490 noun noun n neuter pl plural NaN \n",
"\n",
" bol_possessor_number ps bol_person case bol_case tense bol_tense \\\n",
"1007 NaN NaN NaN voc vocative NaN NaN \n",
"89206 NaN NaN NaN acc accusative NaN NaN \n",
"\n",
" voice bol_voice mood bol_mood degree extra bol_suffix bol_verb_type \\\n",
"1007 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"89206 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" bol_noun_stem word_stem declension bol_noun_declension \\\n",
"1007 tau NaN 3rd third_d \n",
"89206 tau NaN 3rd third_d \n",
"\n",
" vocab_ReadGreekIn30Days Rule_2ndDecl_1a_altI Rule_2ndDecl_1b_altI \\\n",
"1007 not_covered NaN NaN \n",
"89206 not_covered NaN NaN \n",
"\n",
" Rule_2ndDecl_1c_altI Rule_2ndDecl_1d_altI Rule_2ndDecl_2a_altI \\\n",
"1007 NaN NaN NaN \n",
"89206 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_2b_altI Rule_2ndDecl_3a_altI Rule_2ndDecl_3b_altI \\\n",
"1007 NaN NaN NaN \n",
"89206 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_4a_altI Rule_2ndDecl_4b_altI Rule_2ndDecl_5a_altI \\\n",
"1007 NaN NaN NaN \n",
"89206 NaN NaN NaN \n",
"\n",
" Rule_2ndDecl_5b_altI Rule_1stDecl_1a_altI Rule_1stDecl_1b_altI \\\n",
"1007 NaN NaN NaN \n",
"89206 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_2a_altI Rule_1stDecl_2b_altI Rule_1stDecl_3a_altI \\\n",
"1007 NaN NaN NaN \n",
"89206 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_3b_altI Rule_1stDecl_3c_altI Rule_1stDecl_3d_altI \\\n",
"1007 NaN NaN NaN \n",
"89206 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_4a_altI Rule_1stDecl_4b_altI Rule_1stDecl_5a_altI \\\n",
"1007 NaN NaN NaN \n",
"89206 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_5b_altI Rule_1stDecl_6a_altI Rule_1stDecl_6b_altI \\\n",
"1007 NaN NaN NaN \n",
"89206 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_7a_altI Rule_1stDecl_7b_altI Rule_1stDecl_7c_altI \\\n",
"1007 NaN NaN NaN \n",
"89206 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_8a_altI Rule_1stDecl_8b_altI Rule_1stDecl_8c_altI \\\n",
"1007 NaN NaN NaN \n",
"89206 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_9abcd_altI Rule_1stDecl_10abc_altI Rule_1stDecl_11abc_altI \\\n",
"1007 NaN NaN NaN \n",
"89206 NaN NaN NaN \n",
"\n",
" Rule_1stDecl_12abc_altI Rule_3rdDecl_1a_altI Rule_3rdDecl_1b_altI \\\n",
"1007 NaN NaN NaN \n",
"89206 NaN NaN NaN \n",
"\n",
" Rule_3rdDecl_2a_altI Rule_3rdDecl_2b_altI \\\n",
"1007 NaN PluralNominative \n",
"89206 NaN NaN \n",
"\n",
" Rule_3rdDecl_3abc_altI \n",
"1007 PluralNominative-PluralAccusative-PluralVocative \n",
"89206 PluralNominative-PluralAccusative-PluralVocative "
]
},
"execution_count": 187,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_3rdDecl_3abc τα in Plural Nominative = Plural Accusative = Plural Vocative\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^third.*', regex=True) == True)\n",
" & (NF['nu'] == 'pl')\n",
" & ((NF['case'] == 'nom')|(NF['case'] == 'acc')|(NF['case'] == 'voc'))\n",
" & ((NF['gn'] == 'f') | (NF['gn'] == 'm') | (NF['gn'] == 'n'))\n",
" & (NF['normalized_noaccent'].str.match('^.*τα$') == True) ,\n",
" 'Rule_3rdDecl_3abc_altI'] = 'PluralNominative-PluralAccusative-PluralVocative'\n",
"\n",
"NF.sort_values(by='Rule_3rdDecl_3abc_altI', ascending=[True]).head(2)\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Export of alternative morphological Interpretations"
]
},
{
"cell_type": "code",
"execution_count": 87,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-21T12:06:41.600700Z",
"start_time": "2022-10-21T12:05:59.812058Z"
}
},
"outputs": [],
"source": [
"NF.to_excel(\"/Users/oliverglanz/Library/CloudStorage/OneDrive-AndrewsUniversity/1200_AUS-research/Fabric-TEXT/0_data_NA1904/feature-dev/AmbigiousNominalForms20221016.xlsx\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Verbal Forms"
]
},
{
"cell_type": "code",
"execution_count": 139,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-21T12:59:22.159357Z",
"start_time": "2022-10-21T12:58:48.272680Z"
}
},
"outputs": [],
"source": [
"\n",
"# read DataFrame\n",
"NA1904 = pd.read_excel(\"/Users/oliverglanz/Library/CloudStorage/OneDrive-AndrewsUniversity/1200_AUS-research/Fabric-TEXT/0_data_NA1904/Nestle1904_source_v1.5_20221004.xlsx\")\n",
"# words = pd.read_excel(\"/Users/glanz/Library/CloudStorage/OneDrive-AndrewsUniversity/1200_AUS-research/Fabric-TEXT/0_data_NA1904/Nestle1904_source_v1.5_20221004.xlsx\")\n"
]
},
{
"cell_type": "code",
"execution_count": 96,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-21T12:27:04.514031Z",
"start_time": "2022-10-21T12:27:04.486133Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule1_Impfs_no1a | \n",
" Rule1_Impfs_no1b | \n",
"
\n",
" \n",
" \n",
" \n",
" 0 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 1 | \n",
" Matt 1:1 | \n",
" 1 | \n",
" 1 | \n",
" Βίβλος | \n",
" Βίβλος | \n",
" Βίβλος | \n",
" Βιβλος | \n",
" βίβλος | \n",
" βίβλος | \n",
" βιβλος | \n",
" biblos | \n",
" N-NSF | \n",
" N-NSF | \n",
" 976 | \n",
" False | \n",
" βίβλος, -ου, ἡ | \n",
" βίβλος, -ου, ἡ | \n",
" written book, roll, or volume | \n",
" written book, roll, or volume | \n",
" 965 | \n",
" 969 | \n",
" 10 | \n",
" 10 | \n",
" 1052 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nom | \n",
" nominative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" omicron | \n",
" NaN | \n",
" 2nd | \n",
" second_d | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
"
\n",
" \n",
" 1 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 1 | \n",
" Matt 1:1 | \n",
" 2 | \n",
" 2 | \n",
" γενέσεως | \n",
" γενέσεως | \n",
" γενέσεως | \n",
" γενεσεως | \n",
" γένεσις | \n",
" γένεσις | \n",
" γενεσις | \n",
" genesis | \n",
" N-GSF | \n",
" N-GSF | \n",
" 1078 | \n",
" False | \n",
" γένεσις, -εως, ἡ | \n",
" γένεσις, -εως, ἡ | \n",
" birth, lineage | \n",
" birth, lineage | \n",
" 1067 | \n",
" 1070 | \n",
" 5 | \n",
" 5 | \n",
" 1638 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" gen | \n",
" genitive | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" iota | \n",
" iota | \n",
" 3rd | \n",
" third_d | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
"
\n",
" \n",
" 2 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 1 | \n",
" Matt 1:1 | \n",
" 3 | \n",
" 3 | \n",
" Ἰησοῦ | \n",
" Ἰησοῦ | \n",
" Ἰησοῦ | \n",
" Ιησου | \n",
" Ἰησοῦς | \n",
" Ἰησοῦς | \n",
" Ιησους | \n",
" Iesous | \n",
" N-GSM | \n",
" N-GSM | \n",
" 2424 | \n",
" False | \n",
" Ἰησοῦς | \n",
" Ἰησοῦς | \n",
" Jesus | \n",
" Jesus | \n",
" 2387 | \n",
" 2399 | \n",
" 913 | \n",
" 913 | \n",
" 19 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" gen | \n",
" genitive | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" irregular | \n",
" irregular | \n",
" irregular | \n",
" irregular | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
"
\n",
" \n",
" 3 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 1 | \n",
" Matt 1:1 | \n",
" 4 | \n",
" 4 | \n",
" Χριστοῦ | \n",
" Χριστοῦ | \n",
" Χριστοῦ | \n",
" Χριστου | \n",
" Χριστός | \n",
" Χριστός | \n",
" Χριστος | \n",
" Khristos | \n",
" N-GSM | \n",
" N-GSM | \n",
" 5547 | \n",
" False | \n",
" Χριστός, -οῦ, ὁ | \n",
" Χριστός, -οῦ, ὁ | \n",
" anointed, Messiah, Christ | \n",
" anointed, Messiah, Christ | \n",
" 5326 | \n",
" 5358 | \n",
" 529 | \n",
" 529 | \n",
" 35 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" gen | \n",
" genitive | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" omicron | \n",
" NaN | \n",
" 2nd | \n",
" second_d | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
"
\n",
" \n",
" 4 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 1 | \n",
" Matt 1:1 | \n",
" 5 | \n",
" 5 | \n",
" υἱοῦ | \n",
" υἱοῦ | \n",
" υἱοῦ | \n",
" υιου | \n",
" υἱός | \n",
" υἱός | \n",
" υιος | \n",
" uios | \n",
" N-GSM | \n",
" N-GSM | \n",
" 5207 | \n",
" False | \n",
" υἱός, -οῦ, ὁ | \n",
" υἱός, -οῦ, ὁ | \n",
" son, descendent | \n",
" son, descendent | \n",
" 4995 | \n",
" 5026 | \n",
" 376 | \n",
" 376 | \n",
" 47 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" gen | \n",
" genitive | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" omicron | \n",
" NaN | \n",
" 2nd | \n",
" second_d | \n",
" 3b | \n",
" NaN | \n",
" NaN | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"0 Matthew 1 Matt 1 1 Matt 1:1 1 \n",
"1 Matthew 1 Matt 1 1 Matt 1:1 2 \n",
"2 Matthew 1 Matt 1 1 Matt 1:1 3 \n",
"3 Matthew 1 Matt 1 1 Matt 1:1 4 \n",
"4 Matthew 1 Matt 1 1 Matt 1:1 5 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"0 1 Βίβλος Βίβλος Βίβλος Βιβλος \n",
"1 2 γενέσεως γενέσεως γενέσεως γενεσεως \n",
"2 3 Ἰησοῦ Ἰησοῦ Ἰησοῦ Ιησου \n",
"3 4 Χριστοῦ Χριστοῦ Χριστοῦ Χριστου \n",
"4 5 υἱοῦ υἱοῦ υἱοῦ υιου \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag functional_tag \\\n",
"0 βίβλος βίβλος βιβλος biblos N-NSF N-NSF \n",
"1 γένεσις γένεσις γενεσις genesis N-GSF N-GSF \n",
"2 Ἰησοῦς Ἰησοῦς Ιησους Iesous N-GSM N-GSM \n",
"3 Χριστός Χριστός Χριστος Khristos N-GSM N-GSM \n",
"4 υἱός υἱός υιος uios N-GSM N-GSM \n",
"\n",
" strongs strongs_unreliable lexeme_dict bol_lemma_dict \\\n",
"0 976 False βίβλος, -ου, ἡ βίβλος, -ου, ἡ \n",
"1 1078 False γένεσις, -εως, ἡ γένεσις, -εως, ἡ \n",
"2 2424 False Ἰησοῦς Ἰησοῦς \n",
"3 5547 False Χριστός, -οῦ, ὁ Χριστός, -οῦ, ὁ \n",
"4 5207 False υἱός, -οῦ, ὁ υἱός, -οῦ, ὁ \n",
"\n",
" gloss bol_gloss abc_order \\\n",
"0 written book, roll, or volume written book, roll, or volume 965 \n",
"1 birth, lineage birth, lineage 1067 \n",
"2 Jesus Jesus 2387 \n",
"3 anointed, Messiah, Christ anointed, Messiah, Christ 5326 \n",
"4 son, descendent son, descendent 4995 \n",
"\n",
" bol_dict_abc freq_lemma bol_lexeme_occurrences bol_frequency_rank sp \\\n",
"0 969 10 10 1052 noun \n",
"1 1070 5 5 1638 noun \n",
"2 2399 913 913 19 noun \n",
"3 5358 529 529 35 noun \n",
"4 5026 376 376 47 noun \n",
"\n",
" bol_psp gn bol_gender nu bol_number nu_poss bol_possessor_number ps \\\n",
"0 noun f feminine sg singular NaN NaN NaN \n",
"1 noun f feminine sg singular NaN NaN NaN \n",
"2 noun m masculine sg singular NaN NaN NaN \n",
"3 noun m masculine sg singular NaN NaN NaN \n",
"4 noun m masculine sg singular NaN NaN NaN \n",
"\n",
" bol_person case bol_case tense bol_tense voice bol_voice mood bol_mood \\\n",
"0 NaN nom nominative NaN NaN NaN NaN NaN NaN \n",
"1 NaN gen genitive NaN NaN NaN NaN NaN NaN \n",
"2 NaN gen genitive NaN NaN NaN NaN NaN NaN \n",
"3 NaN gen genitive NaN NaN NaN NaN NaN NaN \n",
"4 NaN gen genitive NaN NaN NaN NaN NaN NaN \n",
"\n",
" degree extra bol_suffix bol_verb_type bol_noun_stem word_stem declension \\\n",
"0 NaN NaN NaN NaN omicron NaN 2nd \n",
"1 NaN NaN NaN NaN iota iota 3rd \n",
"2 NaN NaN NaN NaN irregular irregular irregular \n",
"3 NaN NaN NaN NaN omicron NaN 2nd \n",
"4 NaN NaN NaN NaN omicron NaN 2nd \n",
"\n",
" bol_noun_declension vocab_ReadGreekIn30Days Rule1_Impfs_no1a \\\n",
"0 second_d not_covered NaN \n",
"1 third_d not_covered NaN \n",
"2 irregular not_covered NaN \n",
"3 second_d not_covered NaN \n",
"4 second_d 3b NaN \n",
"\n",
" Rule1_Impfs_no1b \n",
"0 NaN \n",
"1 NaN \n",
"2 NaN \n",
"3 NaN \n",
"4 NaN "
]
},
"execution_count": 96,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"VF = NA1904\n",
"VF.head()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Imperfect Forms"
]
},
{
"cell_type": "code",
"execution_count": 22,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-21T02:38:18.625332Z",
"start_time": "2022-10-21T02:38:18.507942Z"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
" 0.09s 21 results\n"
]
},
{
"data": {
"text/html": [
"verse 1"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
abc_order=2493bol_dict_abc=2506bol_gloss=and, even, also, namelybol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlemma_translit=kailexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=ps=sp=conjstrongs=2532tense=voice=
ὁ
abc_order=3418bol_dict_abc=3438bol_gloss=thebol_lemma_dict=ὁ, ἡ, τόcase=nomdegree=freq_lemma=19783gloss=thegn=mlemma=ὁlemma_translit=olexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgps=sp=artstrongs=3588tense=voice=
ἕτερος
abc_order=2062bol_dict_abc=2071bol_gloss=another, different, otherbol_lemma_dict=ἕτερος, -α, -ονcase=nomdegree=freq_lemma=97gloss=another, differentgn=mlemma=ἕτεροςlemma_translit=eteroslexeme_dict=ἕτερος, -α, -ονmood=morph_form=A-NSMmorph_functional=A-NSMnormalized=ἕτεροςnu=sgps=sp=adjstrongs=2087tense=voice=
ἦλθεν
abc_order=2045bol_dict_abc=2053bol_gloss=come, gobol_lemma_dict=ἔρχομαιcase=degree=freq_lemma=635gloss=come, gogn=lemma=ἔρχομαιlemma_translit=erkhomailexeme_dict=ἔρχομαιmood=indmorph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=ἦλθενnu=sgps=p3sp=verbstrongs=2064tense=second_aoristvoice=a
λέγων
abc_order=2962bol_dict_abc=2977bol_gloss=say, speakbol_lemma_dict=λέγωcase=nomdegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlemma_translit=legolexeme_dict=λέγωmood=ptcmorph_form=V-PAP-NSMmorph_functional=V-PAP-NSMnormalized=λέγωνnu=sgps=sp=verbstrongs=3004tense=presentvoice=a
Κύριε,
abc_order=2922bol_dict_abc=2937bol_gloss=lord, Lord, master, sirbol_lemma_dict=κύριος, -ου, ὁcase=vocdegree=freq_lemma=718gloss=lord, Lord, master, sirgn=mlemma=κύριοςlemma_translit=kurioslexeme_dict=κύριος, -ου, ὁmood=morph_form=N-VSMmorph_functional=N-VSMnormalized=Κύριεnu=sgps=sp=nounstrongs=2962tense=voice=
ἰδοὺ
abc_order=3541bol_dict_abc=3561bol_gloss=see, look upon, experiencebol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlemma_translit=oraolexeme_dict=ὁράωmood=impmorph_form=V-2AMM-2Smorph_functional=V-2AMM-2Snormalized=ἰδούnu=sgps=p2sp=verbstrongs=3708tense=second_aoristvoice=m
ἡ
abc_order=3418bol_dict_abc=3438bol_gloss=thebol_lemma_dict=ὁ, ἡ, τόcase=nomdegree=freq_lemma=19783gloss=thegn=flemma=ὁlemma_translit=olexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSFmorph_functional=T-NSFnormalized=ἡnu=sgps=sp=artstrongs=3588tense=voice=
μνᾶ
abc_order=3253bol_dict_abc=3272bol_gloss=minabol_lemma_dict=μνᾶ, -ᾶς, ἡcase=nomdegree=freq_lemma=9gloss=minagn=flemma=μνᾶlemma_translit=mnalexeme_dict=μνᾶ, -ᾶς, ἡmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=μνᾶnu=sgps=sp=nounstrongs=3414tense=voice=
σου,
abc_order=4575bol_dict_abc=4603bol_gloss=youbol_lemma_dict=σύcase=gendegree=freq_lemma=2892gloss=yougn=lemma=σύlemma_translit=sulexeme_dict=σύmood=morph_form=P-2GSmorph_functional=P-2GSnormalized=σουnu=sgps=p2sp=prepstrongs=4771tense=voice=
ἣν
abc_order=3571bol_dict_abc=3591bol_gloss=who, which, what, thatbol_lemma_dict=ὅς, ἥ, ὅcase=accdegree=freq_lemma=1407gloss=who, which, what, thatgn=flemma=ὅςlemma_translit=oslexeme_dict=ὅς, ἥ, ὅmood=morph_form=R-ASFmorph_functional=R-ASFnormalized=ἥνnu=sgps=sp=pron-relastrongs=3739tense=voice=
εἶχον
abc_order=2169bol_dict_abc=2178bol_gloss=have, hold, possessbol_lemma_dict=ἔχωcase=degree=freq_lemma=709gloss=have, hold, possessgn=lemma=ἔχωlemma_translit=ekholexeme_dict=ἔχωmood=indmorph_form=V-IAI-1Smorph_functional=V-IAI-1Snormalized=εἶχονnu=sgps=p1sp=verbstrongs=2192tense=imperfectvoice=a
ἀποκειμένην
abc_order=600bol_dict_abc=601bol_gloss=have been put away, am stored, am reserved forbol_lemma_dict=ἀπόκειμαιcase=accdegree=freq_lemma=4gloss=have been put away, am stored, am reserved forgn=flemma=ἀπόκειμαιlemma_translit=apokeimailexeme_dict=ἀπόκειμαιmood=ptcmorph_form=V-PNP-ASFmorph_functional=V-PNP-ASFnormalized=ἀποκειμένηνnu=sgps=sp=verbstrongs=606tense=presentvoice=m_or_pd
ἐν
abc_order=1701bol_dict_abc=1709bol_gloss=in, on, amongbol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlemma_translit=enlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=ps=sp=prepstrongs=1722tense=voice=
σουδαρίῳ·
abc_order=4483bol_dict_abc=4510bol_gloss=handkerchiefbol_lemma_dict=σουδάριον, -ου, τόcase=datdegree=freq_lemma=4gloss=handkerchiefgn=nlemma=σουδάριονlemma_translit=soudarionlexeme_dict=σουδάριον, -ου, τόmood=morph_form=N-DSNmorph_functional=N-DSNnormalized=σουδαρίῳnu=sgps=sp=nounstrongs=4676tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 2"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
abc_order=2493bol_dict_abc=2506bol_gloss=and, even, also, namelybol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlemma_translit=kailexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=ps=sp=conjstrongs=2532tense=voice=
νῦν
abc_order=3399bol_dict_abc=3419bol_gloss=now, already, at presentbol_lemma_dict=νῦνcase=degree=freq_lemma=148gloss=now, already, at presentgn=lemma=νῦνlemma_translit=nunlexeme_dict=νῦνmood=morph_form=ADVmorph_functional=ADVnormalized=νῦνnu=ps=sp=advstrongs=3568tense=voice=
δόξασόν
abc_order=1381bol_dict_abc=1385bol_gloss=glorify, honor, bestow glory on, praisebol_lemma_dict=δοξάζωcase=degree=freq_lemma=61gloss=glorify, honor, bestow glory ongn=lemma=δοξάζωlemma_translit=doxazolexeme_dict=δοξάζωmood=impmorph_form=V-AAM-2Smorph_functional=V-AAM-2Snormalized=δόξασονnu=sgps=p2sp=verbstrongs=1392tense=aoristvoice=a
με
abc_order=1463bol_dict_abc=1469bol_gloss=Ibol_lemma_dict=ἐγώcase=accdegree=freq_lemma=2567gloss=Ign=lemma=ἐγώlemma_translit=egolexeme_dict=ἐγώmood=morph_form=P-1ASmorph_functional=P-1ASnormalized=μεnu=sgps=p1sp=prepstrongs=1473tense=voice=
σύ,
abc_order=4575bol_dict_abc=4603bol_gloss=youbol_lemma_dict=σύcase=nomdegree=freq_lemma=2892gloss=yougn=lemma=σύlemma_translit=sulexeme_dict=σύmood=morph_form=P-2NSmorph_functional=P-2NSnormalized=σύnu=sgps=p2sp=prepstrongs=4771tense=voice=
Πάτερ,
abc_order=3789bol_dict_abc=3810bol_gloss=father, Father, ancestorbol_lemma_dict=πατήρ, πατρός, ὁcase=vocdegree=freq_lemma=412gloss=father, Father, ancestorgn=mlemma=πατήρlemma_translit=paterlexeme_dict=πατήρ, πατρός, ὁmood=morph_form=N-VSMmorph_functional=N-VSMnormalized=Πάτερnu=sgps=sp=nounstrongs=3962tense=voice=
παρὰ
abc_order=3671bol_dict_abc=3692bol_gloss=from, in the presence ofbol_lemma_dict=παράcase=degree=freq_lemma=192gloss=from, in the presence ofgn=lemma=παράlemma_translit=paralexeme_dict=παράmood=morph_form=PREPmorph_functional=PREPnormalized=παράnu=ps=sp=prepstrongs=3844tense=voice=
σεαυτῷ
abc_order=4380bol_dict_abc=4407bol_gloss=of yourselfbol_lemma_dict=σεαυτοῦ, -ῆςcase=datdegree=freq_lemma=42gloss=of yourselfgn=mlemma=σεαυτοῦlemma_translit=seautoulexeme_dict=σεαυτοῦ, -ῆςmood=morph_form=F-2DSMmorph_functional=F-2DSMnormalized=σεαυτῷnu=sgps=p2sp=pron-reflexstrongs=4572tense=voice=
τῇ
abc_order=3418bol_dict_abc=3438bol_gloss=thebol_lemma_dict=ὁ, ἡ, τόcase=datdegree=freq_lemma=19783gloss=thegn=flemma=ὁlemma_translit=olexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DSFmorph_functional=T-DSFnormalized=τῇnu=sgps=sp=artstrongs=3588tense=voice=
δόξῃ
abc_order=1380bol_dict_abc=1384bol_gloss=honor, renown, glory splendorbol_lemma_dict=δόξα, -ης, ἡcase=datdegree=freq_lemma=166gloss=honor, renown, glory splendorgn=flemma=δόξαlemma_translit=doxalexeme_dict=δόξα, -ης, ἡmood=morph_form=N-DSFmorph_functional=N-DSFnormalized=δόξῃnu=sgps=sp=nounstrongs=1391tense=voice=
ᾗ
abc_order=3571bol_dict_abc=3591bol_gloss=who, which, what, thatbol_lemma_dict=ὅς, ἥ, ὅcase=datdegree=freq_lemma=1407gloss=who, which, what, thatgn=flemma=ὅςlemma_translit=oslexeme_dict=ὅς, ἥ, ὅmood=morph_form=R-DSFmorph_functional=R-DSFnormalized=ᾗnu=sgps=sp=pron-relastrongs=3739tense=voice=
εἶχον
abc_order=2169bol_dict_abc=2178bol_gloss=have, hold, possessbol_lemma_dict=ἔχωcase=degree=freq_lemma=709gloss=have, hold, possessgn=lemma=ἔχωlemma_translit=ekholexeme_dict=ἔχωmood=indmorph_form=V-IAI-1Smorph_functional=V-IAI-1Snormalized=εἶχονnu=sgps=p1sp=verbstrongs=2192tense=imperfectvoice=a
πρὸ
abc_order=4073bol_dict_abc=4098bol_gloss=beforebol_lemma_dict=πρόcase=degree=freq_lemma=47gloss=beforegn=lemma=πρόlemma_translit=prolexeme_dict=πρόmood=morph_form=PREPmorph_functional=PREPnormalized=πρόnu=ps=sp=prepstrongs=4253tense=voice=
τοῦ
abc_order=3418bol_dict_abc=3438bol_gloss=thebol_lemma_dict=ὁ, ἡ, τόcase=gendegree=freq_lemma=19783gloss=thegn=nlemma=ὁlemma_translit=olexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSNmorph_functional=T-GSNnormalized=τοῦnu=sgps=sp=artstrongs=3588tense=voice=
τὸν
abc_order=3418bol_dict_abc=3438bol_gloss=thebol_lemma_dict=ὁ, ἡ, τόcase=accdegree=freq_lemma=19783gloss=thegn=mlemma=ὁlemma_translit=olexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgps=sp=artstrongs=3588tense=voice=
κόσμον
abc_order=2848bol_dict_abc=2862bol_gloss=world, universebol_lemma_dict=κόσμος, -ου, ὁcase=accdegree=freq_lemma=185gloss=world, universegn=mlemma=κόσμοςlemma_translit=kosmoslexeme_dict=κόσμος, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=κόσμονnu=sgps=sp=nounstrongs=2889tense=voice=
εἶναι
abc_order=1492bol_dict_abc=1498bol_gloss=am, existbol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlemma_translit=eimilexeme_dict=εἰμίmood=infmorph_form=V-PANmorph_functional=V-PANnormalized=εἶναιnu=ps=sp=verbstrongs=1510tense=presentvoice=a
παρὰ
abc_order=3671bol_dict_abc=3692bol_gloss=from, in the presence ofbol_lemma_dict=παράcase=degree=freq_lemma=192gloss=from, in the presence ofgn=lemma=παράlemma_translit=paralexeme_dict=παράmood=morph_form=PREPmorph_functional=PREPnormalized=παράnu=ps=sp=prepstrongs=3844tense=voice=
σοί.
abc_order=4575bol_dict_abc=4603bol_gloss=youbol_lemma_dict=σύcase=datdegree=freq_lemma=2892gloss=yougn=lemma=σύlemma_translit=sulexeme_dict=σύmood=morph_form=P-2DSmorph_functional=P-2DSnormalized=σοίnu=sgps=p2sp=prepstrongs=4771tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"Search0 = '''\n",
"word tense=imperfect mood=ind ps=p1 nu normalized~^.*ον$\n",
" \n",
"'''\n",
"Search0 = NA.search(Search0)\n",
"NA.show(Search0, start=1, end=2, condensed=True, colorMap={1:'pink'}, extraFeatures={'clause','sentence','lemma','morph_form','morph_functional','normalized','strongs','lexeme_dict','gloss', 'sp', 'gn', 'nu', 'ps', 'case', 'tense', 'voice', 'mood', 'degree', 'extra', 'freq_lemma', 'bol_dict_abc', 'lemma_translit', 'abc_order', 'bol_lemma_dict','bol_gloss'})"
]
},
{
"cell_type": "code",
"execution_count": 122,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-21T12:39:08.940100Z",
"start_time": "2022-10-21T12:39:08.818069Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule1_Impfs_no1a | \n",
" Rule1_Impfs_no1b | \n",
" test | \n",
" test1 | \n",
" test2 | \n",
" Rule1_Impf_no1a | \n",
"
\n",
" \n",
" \n",
" \n",
" 44553 | \n",
" Luke | \n",
" 3 | \n",
" Luke | \n",
" 19 | \n",
" 20 | \n",
" Luke 19:20 | \n",
" 44554 | \n",
" 44554 | \n",
" εἶχον | \n",
" εἶχον | \n",
" εἶχον | \n",
" ειχον | \n",
" ἔχω | \n",
" ἔχω | \n",
" εχω | \n",
" ekho | \n",
" V-IAI-1S | \n",
" V-IAI-1S | \n",
" 2192 | \n",
" False | \n",
" ἔχω | \n",
" ἔχω | \n",
" have, hold, possess | \n",
" have, hold, possess | \n",
" 2169 | \n",
" 2178 | \n",
" 709 | \n",
" 709 | \n",
" 23 | \n",
" verb | \n",
" verb | \n",
" NaN | \n",
" NaN | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" p1 | \n",
" first_person | \n",
" NaN | \n",
" NaN | \n",
" imperfect | \n",
" imperfect | \n",
" a | \n",
" active | \n",
" ind | \n",
" indicative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" khi | \n",
" NaN | \n",
" khi | \n",
" NaN | \n",
" NaN | \n",
" 3a | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" x | \n",
" NaN | \n",
" ImpfIndicativeP3PlActive | \n",
"
\n",
" \n",
" 127457 | \n",
" III_John | \n",
" 4 | \n",
" 3John | \n",
" 1 | \n",
" 13 | \n",
" 3John 1:13 | \n",
" 127458 | \n",
" 127458 | \n",
" εἶχον | \n",
" εἶχον | \n",
" εἶχον | \n",
" ειχον | \n",
" ἔχω | \n",
" ἔχω | \n",
" εχω | \n",
" ekho | \n",
" V-IAI-1S | \n",
" V-IAI-1S | \n",
" 2192 | \n",
" False | \n",
" ἔχω | \n",
" ἔχω | \n",
" have, hold, possess | \n",
" have, hold, possess | \n",
" 2169 | \n",
" 2178 | \n",
" 709 | \n",
" 709 | \n",
" 23 | \n",
" verb | \n",
" verb | \n",
" NaN | \n",
" NaN | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" p1 | \n",
" first_person | \n",
" NaN | \n",
" NaN | \n",
" imperfect | \n",
" imperfect | \n",
" a | \n",
" active | \n",
" ind | \n",
" indicative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" khi | \n",
" NaN | \n",
" khi | \n",
" NaN | \n",
" NaN | \n",
" 3a | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" x | \n",
" NaN | \n",
" ImpfIndicativeP3PlActive | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"44553 Luke 3 Luke 19 20 Luke 19:20 44554 \n",
"127457 III_John 4 3John 1 13 3John 1:13 127458 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent lemma \\\n",
"44553 44554 εἶχον εἶχον εἶχον ειχον ἔχω \n",
"127457 127458 εἶχον εἶχον εἶχον ειχον ἔχω \n",
"\n",
" bol_lemma lemma_noaccent lemma_translit form_tag functional_tag \\\n",
"44553 ἔχω εχω ekho V-IAI-1S V-IAI-1S \n",
"127457 ἔχω εχω ekho V-IAI-1S V-IAI-1S \n",
"\n",
" strongs strongs_unreliable lexeme_dict bol_lemma_dict \\\n",
"44553 2192 False ἔχω ἔχω \n",
"127457 2192 False ἔχω ἔχω \n",
"\n",
" gloss bol_gloss abc_order bol_dict_abc \\\n",
"44553 have, hold, possess have, hold, possess 2169 2178 \n",
"127457 have, hold, possess have, hold, possess 2169 2178 \n",
"\n",
" freq_lemma bol_lexeme_occurrences bol_frequency_rank sp bol_psp \\\n",
"44553 709 709 23 verb verb \n",
"127457 709 709 23 verb verb \n",
"\n",
" gn bol_gender nu bol_number nu_poss bol_possessor_number ps \\\n",
"44553 NaN NaN sg singular NaN NaN p1 \n",
"127457 NaN NaN sg singular NaN NaN p1 \n",
"\n",
" bol_person case bol_case tense bol_tense voice bol_voice mood \\\n",
"44553 first_person NaN NaN imperfect imperfect a active ind \n",
"127457 first_person NaN NaN imperfect imperfect a active ind \n",
"\n",
" bol_mood degree extra bol_suffix bol_verb_type bol_noun_stem \\\n",
"44553 indicative NaN NaN NaN khi NaN \n",
"127457 indicative NaN NaN NaN khi NaN \n",
"\n",
" word_stem declension bol_noun_declension vocab_ReadGreekIn30Days \\\n",
"44553 khi NaN NaN 3a \n",
"127457 khi NaN NaN 3a \n",
"\n",
" Rule1_Impfs_no1a Rule1_Impfs_no1b test test1 test2 \\\n",
"44553 NaN NaN NaN x NaN \n",
"127457 NaN NaN NaN x NaN \n",
"\n",
" Rule1_Impf_no1a \n",
"44553 ImpfIndicativeP3PlActive \n",
"127457 ImpfIndicativeP3PlActive "
]
},
"execution_count": 122,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule1_Impfs_no1a\n",
"# 1sgIndImpf = 3plIndImpf\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"VF.loc[ (VF['sp'] == 'verb')\n",
" & (VF['tense'] == 'imperfect')\n",
" & (VF['ps'] == 'p1')\n",
" & (VF['nu'] == 'sg')\n",
" & (VF['mood'] == 'ind')\n",
" & (VF['voice'] == 'a')\n",
" & (VF['normalized_noaccent'].str.match('^.*ον$') == True),\n",
" 'Rule1_Impf_no1a'] = 'ImpfIndicativeP3PlActive'\n",
"VF.sort_values(by='Rule1_Impf_no1a', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 123,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-21T12:40:23.016228Z",
"start_time": "2022-10-21T12:40:22.897152Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule1_Impfs_no1a | \n",
" Rule1_Impfs_no1b | \n",
" test | \n",
" test1 | \n",
" test2 | \n",
" Rule1_Impf_no1a | \n",
" Rule1_Impf_no1b | \n",
"
\n",
" \n",
" \n",
" \n",
" 4233 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 9 | \n",
" 2 | \n",
" Matt 9:2 | \n",
" 4234 | \n",
" 4234 | \n",
" προσέφερον | \n",
" προσέφερον | \n",
" προσέφερον | \n",
" προσεφερον | \n",
" προσφέρω | \n",
" προσφέρω | \n",
" προσφερω | \n",
" prosphero | \n",
" V-IAI-3P | \n",
" V-IAI-3P | \n",
" 4374 | \n",
" False | \n",
" προσφέρω | \n",
" προσφέρω | \n",
" bring to, offer | \n",
" bring to, offer | \n",
" 4193 | \n",
" 4218 | \n",
" 46 | \n",
" 46 | \n",
" 329 | \n",
" verb | \n",
" verb | \n",
" NaN | \n",
" NaN | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" p3 | \n",
" third_person | \n",
" NaN | \n",
" NaN | \n",
" imperfect | \n",
" imperfect | \n",
" a | \n",
" active | \n",
" ind | \n",
" indicative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" rho | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" ImpfIndicativeP1SgActive | \n",
"
\n",
" \n",
" 63586 | \n",
" John | \n",
" 4 | \n",
" John | \n",
" 20 | \n",
" 4 | \n",
" John 20:4 | \n",
" 63587 | \n",
" 63587 | \n",
" ἔτρεχον | \n",
" ἔτρεχον | \n",
" ἔτρεχον | \n",
" ετρεχον | \n",
" τρέχω | \n",
" τρέχω | \n",
" τρεχω | \n",
" trekho | \n",
" V-IAI-3P | \n",
" V-IAI-3P | \n",
" 5143 | \n",
" False | \n",
" τρέχω | \n",
" τρέχω | \n",
" run, exercise myself | \n",
" run, exercise myself | \n",
" 4932 | \n",
" 4963 | \n",
" 20 | \n",
" 20 | \n",
" 620 | \n",
" verb | \n",
" verb | \n",
" NaN | \n",
" NaN | \n",
" pl | \n",
" plural | \n",
" NaN | \n",
" NaN | \n",
" p3 | \n",
" third_person | \n",
" NaN | \n",
" NaN | \n",
" imperfect | \n",
" imperfect | \n",
" a | \n",
" active | \n",
" ind | \n",
" indicative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" khi | \n",
" NaN | \n",
" khi | \n",
" NaN | \n",
" NaN | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" ImpfIndicativeP1SgActive | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"4233 Matthew 1 Matt 9 2 Matt 9:2 4234 \n",
"63586 John 4 John 20 4 John 20:4 63587 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"4233 4234 προσέφερον προσέφερον προσέφερον προσεφερον \n",
"63586 63587 ἔτρεχον ἔτρεχον ἔτρεχον ετρεχον \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag \\\n",
"4233 προσφέρω προσφέρω προσφερω prosphero V-IAI-3P \n",
"63586 τρέχω τρέχω τρεχω trekho V-IAI-3P \n",
"\n",
" functional_tag strongs strongs_unreliable lexeme_dict bol_lemma_dict \\\n",
"4233 V-IAI-3P 4374 False προσφέρω προσφέρω \n",
"63586 V-IAI-3P 5143 False τρέχω τρέχω \n",
"\n",
" gloss bol_gloss abc_order bol_dict_abc \\\n",
"4233 bring to, offer bring to, offer 4193 4218 \n",
"63586 run, exercise myself run, exercise myself 4932 4963 \n",
"\n",
" freq_lemma bol_lexeme_occurrences bol_frequency_rank sp bol_psp \\\n",
"4233 46 46 329 verb verb \n",
"63586 20 20 620 verb verb \n",
"\n",
" gn bol_gender nu bol_number nu_poss bol_possessor_number ps \\\n",
"4233 NaN NaN pl plural NaN NaN p3 \n",
"63586 NaN NaN pl plural NaN NaN p3 \n",
"\n",
" bol_person case bol_case tense bol_tense voice bol_voice mood \\\n",
"4233 third_person NaN NaN imperfect imperfect a active ind \n",
"63586 third_person NaN NaN imperfect imperfect a active ind \n",
"\n",
" bol_mood degree extra bol_suffix bol_verb_type bol_noun_stem \\\n",
"4233 indicative NaN NaN NaN rho NaN \n",
"63586 indicative NaN NaN NaN khi NaN \n",
"\n",
" word_stem declension bol_noun_declension vocab_ReadGreekIn30Days \\\n",
"4233 NaN NaN NaN not_covered \n",
"63586 khi NaN NaN not_covered \n",
"\n",
" Rule1_Impfs_no1a Rule1_Impfs_no1b test test1 test2 Rule1_Impf_no1a \\\n",
"4233 NaN NaN NaN NaN NaN NaN \n",
"63586 NaN NaN NaN NaN NaN NaN \n",
"\n",
" Rule1_Impf_no1b \n",
"4233 ImpfIndicativeP1SgActive \n",
"63586 ImpfIndicativeP1SgActive "
]
},
"execution_count": 123,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule1_Impfs_no1b\n",
"# 1sgIndImpf = 3plIndImpf\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"VF.loc[ (VF['sp'] == 'verb')\n",
" & (VF['tense'] == 'imperfect')\n",
" & (VF['ps'] == 'p3')\n",
" & (VF['nu'] == 'pl')\n",
" & (VF['mood'] == 'ind')\n",
" & (VF['voice'] == 'a')\n",
" & (VF['normalized_noaccent'].str.match('^.*ον$') == True),\n",
" 'Rule1_Impf_no1b'] = 'ImpfIndicativeP1SgActive'\n",
"VF.sort_values(by='Rule1_Impf_no1b', ascending=[True]).head(2)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Present Forms\n",
"\n",
" ει ending appears in: Impf p3 sg Indicative Active (130x) = Present p2 sg Indicative Medium (2x)\n"
]
},
{
"cell_type": "code",
"execution_count": 133,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-21T12:51:45.549946Z",
"start_time": "2022-10-21T12:51:45.367266Z"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
" 0.16s 130 results\n"
]
},
{
"data": {
"text/html": [
"verse 1"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
abc_order=2493bol_dict_abc=2506bol_gloss=and, even, also, namelybol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlemma_translit=kailexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnormalized_noaccent=καιnu=ps=sp=conjstrongs=2532tense=voice=
ἰδοὺ
abc_order=3541bol_dict_abc=3561bol_gloss=see, look upon, experiencebol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlemma_translit=oraolexeme_dict=ὁράωmood=impmorph_form=V-2AMM-2Smorph_functional=V-2AMM-2Snormalized=ἰδούnormalized_noaccent=ιδουnu=sgps=p2sp=verbstrongs=3708tense=second_aoristvoice=m
λεπρὸς
abc_order=2974bol_dict_abc=2989bol_gloss=a leperbol_lemma_dict=λεπρός, -οῦ, ὁcase=nomdegree=freq_lemma=9gloss=a lepergn=mlemma=λεπρόςlemma_translit=leproslexeme_dict=λεπρός, -οῦ, ὁmood=morph_form=A-NSMmorph_functional=A-NSMnormalized=λεπρόςnormalized_noaccent=λεπροςnu=sgps=sp=adjstrongs=3015tense=voice=
προσελθὼν
abc_order=4152bol_dict_abc=4177bol_gloss=come near, consent tobol_lemma_dict=προσέρχομαιcase=nomdegree=freq_lemma=87gloss=come near, consent togn=mlemma=προσέρχομαιlemma_translit=proserkhomailexeme_dict=προσέρχομαιmood=ptcmorph_form=V-2AAP-NSMmorph_functional=V-2AAP-NSMnormalized=προσελθώνnormalized_noaccent=προσελθωνnu=sgps=sp=verbstrongs=4334tense=second_aoristvoice=a
προσεκύνει
abc_order=4171bol_dict_abc=4196bol_gloss=worshipbol_lemma_dict=προσκυνέωcase=degree=freq_lemma=60gloss=worshipgn=lemma=προσκυνέωlemma_translit=proskuneolexeme_dict=προσκυνέωmood=indmorph_form=V-IAI-3Smorph_functional=V-IAI-3Snormalized=προσεκύνειnormalized_noaccent=προσεκυνειnu=sgps=p3sp=verbstrongs=4352tense=imperfectvoice=a
αὐτῷ
abc_order=835bol_dict_abc=839bol_gloss=he, she, it, they, them, samebol_lemma_dict=αὐτός, -ή, -όcase=datdegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlemma_translit=autoslexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnormalized_noaccent=αυτωnu=sgps=p3sp=prepstrongs=846tense=voice=
λέγων
abc_order=2962bol_dict_abc=2977bol_gloss=say, speakbol_lemma_dict=λέγωcase=nomdegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlemma_translit=legolexeme_dict=λέγωmood=ptcmorph_form=V-PAP-NSMmorph_functional=V-PAP-NSMnormalized=λέγωνnormalized_noaccent=λεγωνnu=sgps=sp=verbstrongs=3004tense=presentvoice=a
Κύριε,
abc_order=2922bol_dict_abc=2937bol_gloss=lord, Lord, master, sirbol_lemma_dict=κύριος, -ου, ὁcase=vocdegree=freq_lemma=718gloss=lord, Lord, master, sirgn=mlemma=κύριοςlemma_translit=kurioslexeme_dict=κύριος, -ου, ὁmood=morph_form=N-VSMmorph_functional=N-VSMnormalized=Κύριεnormalized_noaccent=Κυριεnu=sgps=sp=nounstrongs=2962tense=voice=
ἐὰν
abc_order=1426bol_dict_abc=1430bol_gloss=ifbol_lemma_dict=ἐάνcase=degree=freq_lemma=337gloss=ifgn=lemma=ἐάνlemma_translit=eanlexeme_dict=ἐάνmood=morph_form=CONDmorph_functional=CONDnormalized=ἐάνnormalized_noaccent=εανnu=ps=sp=conjstrongs=1437tense=voice=
θέλῃς
abc_order=2277bol_dict_abc=2287bol_gloss=will, wish, desirebol_lemma_dict=θέλωcase=degree=freq_lemma=207gloss=will, wish, desiregn=lemma=θέλωlemma_translit=thelolexeme_dict=θέλωmood=sbjmorph_form=V-PAS-2Smorph_functional=V-PAS-2Snormalized=θέλῃςnormalized_noaccent=θεληςnu=sgps=p2sp=verbstrongs=2309tense=presentvoice=a
δύνασαί
abc_order=1398bol_dict_abc=1402bol_gloss=am powerful, am ablebol_lemma_dict=δύναμαιcase=degree=freq_lemma=209gloss=am powerful, am ablegn=lemma=δύναμαιlemma_translit=dunamailexeme_dict=δύναμαιmood=indmorph_form=V-PNI-2Smorph_functional=V-PNI-2Snormalized=δύνασαιnormalized_noaccent=δυνασαιnu=sgps=p2sp=verbstrongs=1410tense=presentvoice=m_or_pd
με
abc_order=1463bol_dict_abc=1469bol_gloss=Ibol_lemma_dict=ἐγώcase=accdegree=freq_lemma=2567gloss=Ign=lemma=ἐγώlemma_translit=egolexeme_dict=ἐγώmood=morph_form=P-1ASmorph_functional=P-1ASnormalized=μεnormalized_noaccent=μεnu=sgps=p1sp=prepstrongs=1473tense=voice=
καθαρίσαι.
abc_order=2471bol_dict_abc=2484bol_gloss=make cleanbol_lemma_dict=καθαρίζωcase=degree=freq_lemma=31gloss=make cleangn=lemma=καθαρίζωlemma_translit=katharizolexeme_dict=καθαρίζωmood=infmorph_form=V-AANmorph_functional=V-AANnormalized=καθαρίσαιnormalized_noaccent=καθαρισαιnu=ps=sp=verbstrongs=2511tense=aoristvoice=a
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 2"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
abc_order=2493bol_dict_abc=2506bol_gloss=and, even, also, namelybol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlemma_translit=kailexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnormalized_noaccent=καιnu=ps=sp=conjstrongs=2532tense=voice=
ἥψατο
abc_order=671bol_dict_abc=674bol_gloss=touch or handlebol_lemma_dict=ἅπτωcase=degree=freq_lemma=39gloss=kindle, lightgn=lemma=ἅπτωlemma_translit=aptolexeme_dict=ἅπτωmood=indmorph_form=V-ADI-3Smorph_functional=V-ADI-3Snormalized=ἥψατοnormalized_noaccent=ηψατοnu=sgps=p3sp=verbstrongs=680tense=aoristvoice=md
τῆς
abc_order=3418bol_dict_abc=3438bol_gloss=thebol_lemma_dict=ὁ, ἡ, τόcase=gendegree=freq_lemma=19783gloss=thegn=flemma=ὁlemma_translit=olexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnormalized_noaccent=τηςnu=sgps=sp=artstrongs=3588tense=voice=
χειρὸς
abc_order=5277bol_dict_abc=5309bol_gloss=handbol_lemma_dict=χείρ, χειρός, ἡcase=gendegree=freq_lemma=176gloss=handgn=flemma=χείρlemma_translit=kheirlexeme_dict=χείρ, χειρός, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=χειρόςnormalized_noaccent=χειροςnu=sgps=sp=nounstrongs=5495tense=voice=
αὐτῆς,
abc_order=835bol_dict_abc=839bol_gloss=he, she, it, they, them, samebol_lemma_dict=αὐτός, -ή, -όcase=gendegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=flemma=αὐτόςlemma_translit=autoslexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSFmorph_functional=P-GSFnormalized=αὐτῆςnormalized_noaccent=αυτηςnu=sgps=p3sp=prepstrongs=846tense=voice=
καὶ
abc_order=2493bol_dict_abc=2506bol_gloss=and, even, also, namelybol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlemma_translit=kailexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnormalized_noaccent=καιnu=ps=sp=conjstrongs=2532tense=voice=
ἀφῆκεν
abc_order=853bol_dict_abc=857bol_gloss=send away, release, remit, forgive, permitbol_lemma_dict=ἀφίημιcase=degree=freq_lemma=143gloss=send away, release, remit, forgive, permitgn=lemma=ἀφίημιlemma_translit=aphiemilexeme_dict=ἀφίημιmood=indmorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἀφῆκενnormalized_noaccent=αφηκενnu=sgps=p3sp=verbstrongs=863tense=aoristvoice=a
αὐτὴν
abc_order=835bol_dict_abc=839bol_gloss=he, she, it, they, them, samebol_lemma_dict=αὐτός, -ή, -όcase=accdegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=flemma=αὐτόςlemma_translit=autoslexeme_dict=αὐτός, -ή, -όmood=morph_form=P-ASFmorph_functional=P-ASFnormalized=αὐτήνnormalized_noaccent=αυτηνnu=sgps=p3sp=prepstrongs=846tense=voice=
ὁ
abc_order=3418bol_dict_abc=3438bol_gloss=thebol_lemma_dict=ὁ, ἡ, τόcase=nomdegree=freq_lemma=19783gloss=thegn=mlemma=ὁlemma_translit=olexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnormalized_noaccent=οnu=sgps=sp=artstrongs=3588tense=voice=
πυρετός·
abc_order=4262bol_dict_abc=4288bol_gloss=feverbol_lemma_dict=πυρετός, -οῦ, ὁcase=nomdegree=freq_lemma=6gloss=fevergn=mlemma=πυρετόςlemma_translit=puretoslexeme_dict=πυρετός, -οῦ, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=πυρετόςnormalized_noaccent=πυρετοςnu=sgps=sp=nounstrongs=4446tense=voice=
καὶ
abc_order=2493bol_dict_abc=2506bol_gloss=and, even, also, namelybol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlemma_translit=kailexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnormalized_noaccent=καιnu=ps=sp=conjstrongs=2532tense=voice=
ἠγέρθη,
abc_order=1441bol_dict_abc=1447bol_gloss=wake, arouse, raise upbol_lemma_dict=ἐγείρωcase=degree=freq_lemma=143gloss=wake, arouse, raise upgn=lemma=ἐγείρωlemma_translit=egeirolexeme_dict=ἐγείρωmood=indmorph_form=V-API-3Smorph_functional=V-API-3Snormalized=ἠγέρθηnormalized_noaccent=ηγερθηnu=sgps=p3sp=verbstrongs=1453tense=aoristvoice=p
καὶ
abc_order=2493bol_dict_abc=2506bol_gloss=and, even, also, namelybol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlemma_translit=kailexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnormalized_noaccent=καιnu=ps=sp=conjstrongs=2532tense=voice=
διηκόνει
abc_order=1232bol_dict_abc=1236bol_gloss=wait at table, servebol_lemma_dict=διακονέωcase=degree=freq_lemma=37gloss=wait at table, servegn=lemma=διακονέωlemma_translit=diakoneolexeme_dict=διακονέωmood=indmorph_form=V-IAI-3Smorph_functional=V-IAI-3Snormalized=διηκόνειnormalized_noaccent=διηκονειnu=sgps=p3sp=verbstrongs=1247tense=imperfectvoice=a
αὐτῷ.
abc_order=835bol_dict_abc=839bol_gloss=he, she, it, they, them, samebol_lemma_dict=αὐτός, -ή, -όcase=datdegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlemma_translit=autoslexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnormalized_noaccent=αυτωnu=sgps=p3sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"Search0 = '''\n",
"word tense=imperfect mood=ind ps=p3 nu normalized_noaccent~^.*ει$ lemma_translit#eimi\n",
" \n",
"'''\n",
"Search0 = NA.search(Search0)\n",
"NA.show(Search0, start=1, end=2, condensed=True, colorMap={1:'pink'}, extraFeatures={'clause','sentence','lemma','morph_form','morph_functional','normalized','strongs','lexeme_dict','gloss', 'sp', 'gn', 'nu', 'ps', 'case', 'tense', 'voice', 'mood', 'degree', 'extra', 'freq_lemma', 'bol_dict_abc', 'lemma_translit', 'abc_order', 'bol_lemma_dict','bol_gloss'})"
]
},
{
"cell_type": "code",
"execution_count": 136,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-21T12:57:05.535035Z",
"start_time": "2022-10-21T12:57:05.404300Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule1_Impfs_no1a | \n",
" Rule1_Impfs_no1b | \n",
" test | \n",
" test1 | \n",
" test2 | \n",
" Rule1_Impf_no1a | \n",
" Rule1_Impf_no1b | \n",
" Rule1_Present_no1a | \n",
" Rule1_Present_no1b | \n",
"
\n",
" \n",
" \n",
" \n",
" 3652 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 8 | \n",
" 2 | \n",
" Matt 8:2 | \n",
" 3653 | \n",
" 3653 | \n",
" προσεκύνει | \n",
" προσεκύνει | \n",
" προσεκύνει | \n",
" προσεκυνει | \n",
" προσκυνέω | \n",
" προσκυνέω | \n",
" προσκυνεω | \n",
" proskuneo | \n",
" V-IAI-3S | \n",
" V-IAI-3S | \n",
" 4352 | \n",
" False | \n",
" προσκυνέω | \n",
" προσκυνέω | \n",
" worship | \n",
" worship | \n",
" 4171 | \n",
" 4196 | \n",
" 60 | \n",
" 60 | \n",
" 270 | \n",
" verb | \n",
" verb | \n",
" NaN | \n",
" NaN | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" p3 | \n",
" third_person | \n",
" NaN | \n",
" NaN | \n",
" imperfect | \n",
" imperfect | \n",
" a | \n",
" active | \n",
" ind | \n",
" indicative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" epsilon | \n",
" NaN | \n",
" epsilon | \n",
" NaN | \n",
" NaN | \n",
" 8a | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" PresentIndicativeActiveP2Sg | \n",
" NaN | \n",
"
\n",
" \n",
" 72074 | \n",
" Acts | \n",
" 5 | \n",
" Acts | \n",
" 11 | \n",
" 23 | \n",
" Acts 11:23 | \n",
" 72075 | \n",
" 72075 | \n",
" παρεκάλει | \n",
" παρεκάλει | \n",
" παρεκάλει | \n",
" παρεκαλει | \n",
" παρακαλέω | \n",
" παρακαλέω | \n",
" παρακαλεω | \n",
" parakaleo | \n",
" V-IAI-3S | \n",
" V-IAI-3S | \n",
" 3870 | \n",
" False | \n",
" παρακαλέω | \n",
" παρακαλέω | \n",
" summon, entreat, admonish, comfort | \n",
" summon, entreat, admonish, comfort | \n",
" 3696 | \n",
" 3717 | \n",
" 109 | \n",
" 109 | \n",
" 151 | \n",
" verb | \n",
" verb | \n",
" NaN | \n",
" NaN | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" p3 | \n",
" third_person | \n",
" NaN | \n",
" NaN | \n",
" imperfect | \n",
" imperfect | \n",
" a | \n",
" active | \n",
" ind | \n",
" indicative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" epsilon | \n",
" NaN | \n",
" epsilon | \n",
" NaN | \n",
" NaN | \n",
" 6b | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" PresentIndicativeActiveP2Sg | \n",
" NaN | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"3652 Matthew 1 Matt 8 2 Matt 8:2 3653 \n",
"72074 Acts 5 Acts 11 23 Acts 11:23 72075 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"3652 3653 προσεκύνει προσεκύνει προσεκύνει προσεκυνει \n",
"72074 72075 παρεκάλει παρεκάλει παρεκάλει παρεκαλει \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag \\\n",
"3652 προσκυνέω προσκυνέω προσκυνεω proskuneo V-IAI-3S \n",
"72074 παρακαλέω παρακαλέω παρακαλεω parakaleo V-IAI-3S \n",
"\n",
" functional_tag strongs strongs_unreliable lexeme_dict bol_lemma_dict \\\n",
"3652 V-IAI-3S 4352 False προσκυνέω προσκυνέω \n",
"72074 V-IAI-3S 3870 False παρακαλέω παρακαλέω \n",
"\n",
" gloss bol_gloss \\\n",
"3652 worship worship \n",
"72074 summon, entreat, admonish, comfort summon, entreat, admonish, comfort \n",
"\n",
" abc_order bol_dict_abc freq_lemma bol_lexeme_occurrences \\\n",
"3652 4171 4196 60 60 \n",
"72074 3696 3717 109 109 \n",
"\n",
" bol_frequency_rank sp bol_psp gn bol_gender nu bol_number \\\n",
"3652 270 verb verb NaN NaN sg singular \n",
"72074 151 verb verb NaN NaN sg singular \n",
"\n",
" nu_poss bol_possessor_number ps bol_person case bol_case tense \\\n",
"3652 NaN NaN p3 third_person NaN NaN imperfect \n",
"72074 NaN NaN p3 third_person NaN NaN imperfect \n",
"\n",
" bol_tense voice bol_voice mood bol_mood degree extra bol_suffix \\\n",
"3652 imperfect a active ind indicative NaN NaN NaN \n",
"72074 imperfect a active ind indicative NaN NaN NaN \n",
"\n",
" bol_verb_type bol_noun_stem word_stem declension bol_noun_declension \\\n",
"3652 epsilon NaN epsilon NaN NaN \n",
"72074 epsilon NaN epsilon NaN NaN \n",
"\n",
" vocab_ReadGreekIn30Days Rule1_Impfs_no1a Rule1_Impfs_no1b test test1 \\\n",
"3652 8a NaN NaN NaN NaN \n",
"72074 6b NaN NaN NaN NaN \n",
"\n",
" test2 Rule1_Impf_no1a Rule1_Impf_no1b Rule1_Present_no1a \\\n",
"3652 NaN NaN NaN PresentIndicativeActiveP2Sg \n",
"72074 NaN NaN NaN PresentIndicativeActiveP2Sg \n",
"\n",
" Rule1_Present_no1b \n",
"3652 NaN \n",
"72074 NaN "
]
},
"execution_count": 136,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule no1a:\n",
"# ει ending appears in: Impf p3 sg Indicative Active (130x) = Present p2 sg Indicative Medium (2x)\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"VF.loc[ (VF['sp'] == 'verb')\n",
" & (VF['lemma_translit'] != 'eimi')\n",
" & (VF['tense'] == 'imperfect')\n",
" & (VF['ps'] == 'p3')\n",
" & (VF['nu'] == 'sg')\n",
" & (VF['mood'] == 'ind')\n",
" & (VF['voice'] == 'a')\n",
" & (VF['normalized_noaccent'].str.match('^.*ει$') == True),\n",
" 'Rule1_Present_no1a'] = 'PresentIndicativeActiveP2Sg'\n",
"VF.sort_values(by='Rule1_Present_no1a', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 143,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-21T13:06:14.198183Z",
"start_time": "2022-10-21T13:06:14.186270Z"
}
},
"outputs": [
{
"ename": "SyntaxError",
"evalue": "invalid syntax (1370337221.py, line 7)",
"output_type": "error",
"traceback": [
"\u001b[0;36m Input \u001b[0;32mIn [143]\u001b[0;36m\u001b[0m\n\u001b[0;31m & (VF['lemma_translit'] !! 'eimi')\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid syntax\n"
]
}
],
"source": [
"# Rule no1b:\n",
"# ει ending appears in: Impf p3 sg Indicative Active (130x) = Present p2 sg Indicative Medium (2x)\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"VF.loc[ (VF['sp'] == 'verb')\n",
" & (VF['lemma_translit'] != 'eimi')\n",
" & (VF['tense'] == 'present')\n",
" & (VF['ps'] == 'p2')\n",
" & (VF['nu'] == 'sg')\n",
" & (VF['mood'] == 'ind')\n",
" & (VF['voice'] == 'a')\n",
" & (VF['normalized_noaccent'].str.match('^.*ει$') == True),\n",
" 'Rule1_Present_no1b'] = 'ImperfectIndicativeActiveP3Sg'\n",
"VF.sort_values(by='Rule1_Present_no1b', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": 108,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-21T12:31:38.179781Z",
"start_time": "2022-10-21T12:31:38.100259Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule1_Impfs_no1a | \n",
" Rule1_Impfs_no1b | \n",
" test | \n",
" test1 | \n",
" test2 | \n",
"
\n",
" \n",
" \n",
" \n",
" 0 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 1 | \n",
" Matt 1:1 | \n",
" 1 | \n",
" 1 | \n",
" Βίβλος | \n",
" Βίβλος | \n",
" Βίβλος | \n",
" Βιβλος | \n",
" βίβλος | \n",
" βίβλος | \n",
" βιβλος | \n",
" biblos | \n",
" N-NSF | \n",
" N-NSF | \n",
" 976 | \n",
" False | \n",
" βίβλος, -ου, ἡ | \n",
" βίβλος, -ου, ἡ | \n",
" written book, roll, or volume | \n",
" written book, roll, or volume | \n",
" 965 | \n",
" 969 | \n",
" 10 | \n",
" 10 | \n",
" 1052 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" nom | \n",
" nominative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" omicron | \n",
" NaN | \n",
" 2nd | \n",
" second_d | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
"
\n",
" \n",
" 1 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 1 | \n",
" Matt 1:1 | \n",
" 2 | \n",
" 2 | \n",
" γενέσεως | \n",
" γενέσεως | \n",
" γενέσεως | \n",
" γενεσεως | \n",
" γένεσις | \n",
" γένεσις | \n",
" γενεσις | \n",
" genesis | \n",
" N-GSF | \n",
" N-GSF | \n",
" 1078 | \n",
" False | \n",
" γένεσις, -εως, ἡ | \n",
" γένεσις, -εως, ἡ | \n",
" birth, lineage | \n",
" birth, lineage | \n",
" 1067 | \n",
" 1070 | \n",
" 5 | \n",
" 5 | \n",
" 1638 | \n",
" noun | \n",
" noun | \n",
" f | \n",
" feminine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" gen | \n",
" genitive | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" iota | \n",
" iota | \n",
" 3rd | \n",
" third_d | \n",
" not_covered | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"0 Matthew 1 Matt 1 1 Matt 1:1 1 \n",
"1 Matthew 1 Matt 1 1 Matt 1:1 2 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"0 1 Βίβλος Βίβλος Βίβλος Βιβλος \n",
"1 2 γενέσεως γενέσεως γενέσεως γενεσεως \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag functional_tag \\\n",
"0 βίβλος βίβλος βιβλος biblos N-NSF N-NSF \n",
"1 γένεσις γένεσις γενεσις genesis N-GSF N-GSF \n",
"\n",
" strongs strongs_unreliable lexeme_dict bol_lemma_dict \\\n",
"0 976 False βίβλος, -ου, ἡ βίβλος, -ου, ἡ \n",
"1 1078 False γένεσις, -εως, ἡ γένεσις, -εως, ἡ \n",
"\n",
" gloss bol_gloss abc_order \\\n",
"0 written book, roll, or volume written book, roll, or volume 965 \n",
"1 birth, lineage birth, lineage 1067 \n",
"\n",
" bol_dict_abc freq_lemma bol_lexeme_occurrences bol_frequency_rank sp \\\n",
"0 969 10 10 1052 noun \n",
"1 1070 5 5 1638 noun \n",
"\n",
" bol_psp gn bol_gender nu bol_number nu_poss bol_possessor_number ps \\\n",
"0 noun f feminine sg singular NaN NaN NaN \n",
"1 noun f feminine sg singular NaN NaN NaN \n",
"\n",
" bol_person case bol_case tense bol_tense voice bol_voice mood bol_mood \\\n",
"0 NaN nom nominative NaN NaN NaN NaN NaN NaN \n",
"1 NaN gen genitive NaN NaN NaN NaN NaN NaN \n",
"\n",
" degree extra bol_suffix bol_verb_type bol_noun_stem word_stem declension \\\n",
"0 NaN NaN NaN NaN omicron NaN 2nd \n",
"1 NaN NaN NaN NaN iota iota 3rd \n",
"\n",
" bol_noun_declension vocab_ReadGreekIn30Days Rule1_Impfs_no1a \\\n",
"0 second_d not_covered NaN \n",
"1 third_d not_covered NaN \n",
"\n",
" Rule1_Impfs_no1b test test1 test2 \n",
"0 NaN NaN NaN NaN \n",
"1 NaN NaN NaN NaN "
]
},
"execution_count": 108,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"VF.sort_values(by='test2', ascending=[True]).head(2)"
]
},
{
"cell_type": "code",
"execution_count": 62,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-21T03:14:07.719736Z",
"start_time": "2022-10-21T03:14:07.535186Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" book_long | \n",
" booknum | \n",
" book_short | \n",
" chapter | \n",
" verse | \n",
" bol_ref | \n",
" orig_order | \n",
" bol_monad_num | \n",
" word | \n",
" bol_surface | \n",
" normalized | \n",
" normalized_noaccent | \n",
" lemma | \n",
" bol_lemma | \n",
" lemma_noaccent | \n",
" lemma_translit | \n",
" form_tag | \n",
" functional_tag | \n",
" strongs | \n",
" strongs_unreliable | \n",
" lexeme_dict | \n",
" bol_lemma_dict | \n",
" gloss | \n",
" bol_gloss | \n",
" abc_order | \n",
" bol_dict_abc | \n",
" freq_lemma | \n",
" bol_lexeme_occurrences | \n",
" bol_frequency_rank | \n",
" sp | \n",
" bol_psp | \n",
" gn | \n",
" bol_gender | \n",
" nu | \n",
" bol_number | \n",
" nu_poss | \n",
" bol_possessor_number | \n",
" ps | \n",
" bol_person | \n",
" case | \n",
" bol_case | \n",
" tense | \n",
" bol_tense | \n",
" voice | \n",
" bol_voice | \n",
" mood | \n",
" bol_mood | \n",
" degree | \n",
" extra | \n",
" bol_suffix | \n",
" bol_verb_type | \n",
" bol_noun_stem | \n",
" word_stem | \n",
" declension | \n",
" bol_noun_declension | \n",
" vocab_ReadGreekIn30Days | \n",
" Rule_2ndDecl_1a_altI | \n",
" Rule_Impferfect_1a_altI | \n",
" test | \n",
"
\n",
" \n",
" \n",
" \n",
" 350 | \n",
" Matthew | \n",
" 1 | \n",
" Matt | \n",
" 1 | \n",
" 21 | \n",
" Matt 1:21 | \n",
" 351 | \n",
" 351 | \n",
" υἱὸν | \n",
" υἱὸν | \n",
" υἱόν | \n",
" υιον | \n",
" υἱός | \n",
" υἱός | \n",
" υιος | \n",
" uios | \n",
" N-ASM | \n",
" N-ASM | \n",
" 5207 | \n",
" False | \n",
" υἱός, -οῦ, ὁ | \n",
" υἱός, -οῦ, ὁ | \n",
" son, descendent | \n",
" son, descendent | \n",
" 4995 | \n",
" 5026 | \n",
" 376 | \n",
" 376 | \n",
" 47 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" acc | \n",
" accusative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" omicron | \n",
" NaN | \n",
" 2nd | \n",
" second_d | \n",
" 3b | \n",
" NeuterSingularNominative-NeuterSingularAccusat... | \n",
" 3pl | \n",
" NaN | \n",
"
\n",
" \n",
" 89831 | \n",
" Romans | \n",
" 6 | \n",
" Rom | \n",
" 16 | \n",
" 5 | \n",
" Rom 16:5 | \n",
" 89832 | \n",
" 89832 | \n",
" Χριστόν. | \n",
" Χριστόν. | \n",
" Χριστόν | \n",
" Χριστον | \n",
" Χριστός | \n",
" Χριστός | \n",
" Χριστος | \n",
" Khristos | \n",
" N-ASM | \n",
" N-ASM | \n",
" 5547 | \n",
" False | \n",
" Χριστός, -οῦ, ὁ | \n",
" Χριστός, -οῦ, ὁ | \n",
" anointed, Messiah, Christ | \n",
" anointed, Messiah, Christ | \n",
" 5326 | \n",
" 5358 | \n",
" 529 | \n",
" 529 | \n",
" 35 | \n",
" noun | \n",
" noun | \n",
" m | \n",
" masculine | \n",
" sg | \n",
" singular | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" acc | \n",
" accusative | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" NaN | \n",
" omicron | \n",
" NaN | \n",
" 2nd | \n",
" second_d | \n",
" not_covered | \n",
" NeuterSingularNominative-NeuterSingularAccusat... | \n",
" 3pl | \n",
" NaN | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" book_long booknum book_short chapter verse bol_ref orig_order \\\n",
"350 Matthew 1 Matt 1 21 Matt 1:21 351 \n",
"89831 Romans 6 Rom 16 5 Rom 16:5 89832 \n",
"\n",
" bol_monad_num word bol_surface normalized normalized_noaccent \\\n",
"350 351 υἱὸν υἱὸν υἱόν υιον \n",
"89831 89832 Χριστόν. Χριστόν. Χριστόν Χριστον \n",
"\n",
" lemma bol_lemma lemma_noaccent lemma_translit form_tag \\\n",
"350 υἱός υἱός υιος uios N-ASM \n",
"89831 Χριστός Χριστός Χριστος Khristos N-ASM \n",
"\n",
" functional_tag strongs strongs_unreliable lexeme_dict \\\n",
"350 N-ASM 5207 False υἱός, -οῦ, ὁ \n",
"89831 N-ASM 5547 False Χριστός, -οῦ, ὁ \n",
"\n",
" bol_lemma_dict gloss bol_gloss \\\n",
"350 υἱός, -οῦ, ὁ son, descendent son, descendent \n",
"89831 Χριστός, -οῦ, ὁ anointed, Messiah, Christ anointed, Messiah, Christ \n",
"\n",
" abc_order bol_dict_abc freq_lemma bol_lexeme_occurrences \\\n",
"350 4995 5026 376 376 \n",
"89831 5326 5358 529 529 \n",
"\n",
" bol_frequency_rank sp bol_psp gn bol_gender nu bol_number nu_poss \\\n",
"350 47 noun noun m masculine sg singular NaN \n",
"89831 35 noun noun m masculine sg singular NaN \n",
"\n",
" bol_possessor_number ps bol_person case bol_case tense bol_tense \\\n",
"350 NaN NaN NaN acc accusative NaN NaN \n",
"89831 NaN NaN NaN acc accusative NaN NaN \n",
"\n",
" voice bol_voice mood bol_mood degree extra bol_suffix bol_verb_type \\\n",
"350 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"89831 NaN NaN NaN NaN NaN NaN NaN NaN \n",
"\n",
" bol_noun_stem word_stem declension bol_noun_declension \\\n",
"350 omicron NaN 2nd second_d \n",
"89831 omicron NaN 2nd second_d \n",
"\n",
" vocab_ReadGreekIn30Days \\\n",
"350 3b \n",
"89831 not_covered \n",
"\n",
" Rule_2ndDecl_1a_altI \\\n",
"350 NeuterSingularNominative-NeuterSingularAccusat... \n",
"89831 NeuterSingularNominative-NeuterSingularAccusat... \n",
"\n",
" Rule_Impferfect_1a_altI test \n",
"350 3pl NaN \n",
"89831 3pl NaN "
]
},
"execution_count": 62,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Rule_2ndDecl_1a\n",
"# Masculine singular accusative = Neutrum singular nominative = Neutrum singular accusative = Neutrum singular vocative\n",
"\n",
"pd.set_option('display.max_columns', 100)\n",
"\n",
"NF.loc[ (NF['bol_noun_declension'].str.contains('^second.*', regex=True) == True)\n",
" & (NF['nu'] == 'sg')\n",
" & (NF['case'] == 'acc')\n",
" & (NF['gn'] == 'm')\n",
" & (NF['normalized_noaccent'].str.match('^.*ον$') == True) ,\n",
" 'Rule_2ndDecl_1a_altI'] = 'NeuterSingularNominative-NeuterSingularAccusative-NeuterSingularVocative'\n",
"\n",
"NF.sort_values(by='Rule_2ndDecl_1a_altI', ascending=[True]).head(2)\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Converting the update source file"
]
},
{
"cell_type": "code",
"execution_count": 74,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Processing Version 1904\n",
" 0.00s Importing data from walking through the source ...\n",
" | 0.00s Preparing metadata... \n",
" | 0.00s No structure nodes will be set up\n",
" | SECTION TYPES: book, chapter, verse\n",
" | SECTION FEATURES: book, chapter, verse\n",
" | STRUCTURE TYPES: \n",
" | STRUCTURE FEATURES: \n",
" | TEXT FEATURES:\n",
" | | text-orig-full word\n",
" | 0.00s OK\n",
" | 0.00s Following director... \n",
"\thandling input\\NTt2.txt...\n",
" | 2.16s \"edge\" actions: 0\n",
" | 2.16s \"feature\" actions: 146013\n",
" | 2.16s \"node\" actions: 8234\n",
" | 2.16s \"resume\" actions: 0\n",
" | 2.16s \"slot\" actions: 137779\n",
" | 2.17s \"terminate\" actions: 146013\n",
" | 27 x \"book\" node \n",
" | 261 x \"chapter\" node \n",
" | 1 x \"clause\" node \n",
" | 1 x \"sentence\" node \n",
" | 7944 x \"verse\" node \n",
" | 137779 x \"word\" node = slot type\n",
" | 146013 nodes of all types\n",
" | 2.19s OK\n",
" | 0.00s Removing unlinked nodes ... \n",
" | | 0.00s 1 unlinked \"chapter\" node: [1]\n",
" | | 0.00s 1 unlinked \"verse\" node: [1]\n",
" | | 0.00s 2 unlinked nodes\n",
" | | 0.00s Leaving 146011 nodes\n",
" | 0.00s checking for nodes and edges ... \n",
" | 0.00s OK\n",
" | 0.00s checking features ... \n",
" | 0.01s OK\n",
" | 0.00s reordering nodes ...\n",
" | 0.04s Sorting 27 nodes of type \"book\"\n",
" | 0.05s Sorting 260 nodes of type \"chapter\"\n",
" | 0.07s Sorting 1 nodes of type \"clause\"\n",
" | 0.08s Sorting 1 nodes of type \"sentence\"\n",
" | 0.08s Sorting 7943 nodes of type \"verse\"\n",
" | 0.10s Max node = 146011\n",
" | 0.10s OK\n",
" | 0.00s reassigning feature values ...\n",
" | | 0.14s node feature \"book\" with 27 nodes\n",
" | | 0.14s node feature \"case\" with 137779 nodes\n",
" | | 0.20s node feature \"chapter\" with 260 nodes\n",
" | | 0.20s node feature \"clause\" with 1 node\n",
" | | 0.20s node feature \"degree\" with 137779 nodes\n",
" | | 0.25s node feature \"dict_abc\" with 137779 nodes\n",
" | | 0.31s node feature \"extra\" with 137779 nodes\n",
" | | 0.36s node feature \"freq_lemma\" with 137779 nodes\n",
" | | 0.42s node feature \"gloss\" with 137779 nodes\n",
" | | 0.47s node feature \"gn\" with 137779 nodes\n",
" | | 0.52s node feature \"lemma\" with 137779 nodes\n",
" | | 0.57s node feature \"lexeme_dict\" with 137779 nodes\n",
" | | 0.62s node feature \"mood\" with 137779 nodes\n",
" | | 0.68s node feature \"morph_form\" with 137779 nodes\n",
" | | 0.74s node feature \"morph_functional\" with 137779 nodes\n",
" | | 0.80s node feature \"normalized\" with 137779 nodes\n",
" | | 0.85s node feature \"nu\" with 137779 nodes\n",
" | | 0.90s node feature \"orig_order\" with 137779 nodes\n",
" | | 0.96s node feature \"ps\" with 137779 nodes\n",
" | | 1.02s node feature \"sentence\" with 1 node\n",
" | | 1.02s node feature \"sp\" with 137779 nodes\n",
" | | 1.07s node feature \"strongs\" with 137779 nodes\n",
" | | 1.13s node feature \"tense\" with 137779 nodes\n",
" | | 1.18s node feature \"verse\" with 7943 nodes\n",
" | | 1.19s node feature \"voice\" with 137779 nodes\n",
" | | 1.25s node feature \"word\" with 137779 nodes\n",
" | 1.19s OK\n",
" 0.00s Exporting 27 node and 1 edge and 1 config features to output:\n",
" 0.00s VALIDATING oslots feature\n",
" 0.02s VALIDATING oslots feature\n",
" 0.02s maxSlot= 137779\n",
" 0.02s maxNode= 146011\n",
" 0.02s OK: oslots is valid\n",
" | 0.00s T book to output\n",
" | 0.23s T case to output\n",
" | 0.00s T chapter to output\n",
" | 0.00s T clause to output\n",
" | 0.23s T degree to output\n",
" | 0.29s T dict_abc to output\n",
" | 0.21s T extra to output\n",
" | 0.24s T freq_lemma to output\n",
" | 0.26s T gloss to output\n",
" | 0.21s T gn to output\n",
" | 0.24s T lemma to output\n",
" | 0.26s T lexeme_dict to output\n",
" | 0.23s T mood to output\n",
" | 0.22s T morph_form to output\n",
" | 0.23s T morph_functional to output\n",
" | 0.25s T normalized to output\n",
" | 0.27s T nu to output\n",
" | 0.24s T orig_order to output\n",
" | 0.08s T otype to output\n",
" | 0.22s T ps to output\n",
" | 0.00s T sentence to output\n",
" | 0.22s T sp to output\n",
" | 0.22s T strongs to output\n",
" | 0.20s T tense to output\n",
" | 0.01s T verse to output\n",
" | 0.26s T voice to output\n",
" | 0.25s T word to output\n",
" | 0.10s T oslots to output\n",
" | 0.00s M otext to output\n",
" 5.23s Exported 27 node features and 1 edge features and 1 config features to output\n"
]
},
{
"data": {
"text/plain": [
"True"
]
},
"execution_count": 74,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"import os\n",
"import re\n",
"import collections\n",
"import json\n",
"import csv\n",
"# from glob import glob\n",
"from tf.fabric import Fabric\n",
"from tf.convert.walker import CV\n",
"# from tf.compose import modify\n",
"\n",
"source_dirs = 'input' # \"input\" is the name of the input folder that contains the source file\n",
"output_dirs = 'output' # \"output\" is the name of the output folder to which the finished TF files will be dumped into\n",
"\n",
"bo2book = {line.split()[0]:line.split()[1] for line in '''\n",
"NTt2 New_Testament\n",
"'''.split('\\n') if line} # \"OT\" is the name of the file in the input folder AND \"split()\" splits at space\n",
"\n",
"# patts = {'section': re.compile('(\\d*):(\\d*)\\.(\\d*)')}\n",
"\n",
"def director(cv):\n",
" \n",
" '''\n",
" Walks through NA1904 and triggers\n",
" slot and node creation events.\n",
" '''\n",
" \n",
" # process books in order\n",
" for bo, book in bo2book.items():\n",
" \n",
" book_loc = os.path.join(source_dirs, f'{bo}.txt')\n",
" \n",
" print(f'\\thandling {book_loc}...')\n",
" \n",
" with open(book_loc, 'r', encoding=\"utf8\") as infile:\n",
" text = [w for w in infile.read().split('\\n') if w]\n",
" \n",
" this_book = cv.node('book')\n",
" \n",
" # keep track of when to trigger paragraph, chapter, and verse objects\n",
" # para_track = 1 # keep counts of paragraphs\n",
" prev_book = \"Matt\" # start at Genesis\n",
" prev_chap = 1 # start at 1\n",
" prev_verse = 1 # start at 1\n",
" sentence_track = 1\n",
" sentence_done = False\n",
" clause_track = 1\n",
" clause_done = False \n",
" wrdnum = 0 # start at 0\n",
" this_chap = cv.node('chapter')\n",
" this_sentence = cv.node('sentence')\n",
" this_clause = cv.node('clause') \n",
" # this_para = cv.node('paragraph')\n",
" this_verse = cv.node('verse')\n",
" \n",
" # iterate through words and construct objects\n",
" for word in text:\n",
"\n",
" wrdnum += 1\n",
"\n",
" data = word.split('\\t')\n",
" # word_data, lemmas = data[:7], data[7:]\n",
"\n",
" word_data = data[:24] #the number here is the amount of columns\n",
" morphology = ' '.join(data[24:]) #the number here is the amount of columns\n",
" \n",
" # segment out word data\n",
" # bo_code, ref, brake, ketiv, qere, morph, strongs = word_data\n",
" orig_order, book, chapter, verse, word, normalized, lemma, morph_form, morph_functional, strongs,lexeme_dict, gloss, sp, gn, nu, ps, case, tense, voice, mood, degree, extra, freq_lemma, dict_abc = word_data\n",
"\n",
"\n",
"\n",
" #try:\n",
" # verse = int(verse)\n",
" #except ValueError:\n",
" # subverse = verse[-1:]\n",
" # verse = verse[:-1]\n",
"\n",
" if verse == \"\":\n",
" print(f'{orig_order}: {verse} {subverse}')\n",
"\n",
"\n",
" # strongs_lemma, anlex_lemma = ' '.join(lemmas).split('!') # reconstitute lemmas and split on !\n",
"\n",
" # chapt, verse, wrdnum = [int(v) for v in patts['section'].match(ref).groups()]\n",
"\n",
" # -- handle TF events --\n",
"\n",
" # detect book boundary\n",
" if prev_book != book:\n",
"\n",
" # end subverse\n",
" # cv.feature(this_subverse, subverse=prev_subverse)\n",
" # cv.terminate(this_subverse)\n",
"\n",
" # end verse\n",
" cv.feature(this_verse, verse=prev_verse)\n",
" cv.terminate(this_verse)\n",
" \n",
" # end chapter\n",
" cv.feature(this_chap, chapter=prev_chap)\n",
" cv.terminate(this_chap)\n",
"\n",
" # end book\n",
" cv.feature(this_book, book=prev_book)\n",
" cv.terminate(this_book)\n",
" \n",
" # new book, chapter, verse, and subverse begin\n",
" this_book = cv.node('book')\n",
" prev_book = book\n",
" this_chap = cv.node('chapter')\n",
" prev_chap = chapter\n",
" this_verse = cv.node('verse')\n",
" prev_verse = verse\n",
" #this_subverse = cv.node('subverse')\n",
" #prev_subverse = subverse\n",
" wrdnum = 1\n",
" \n",
" # detect chapter boundary\n",
" elif prev_chap != chapter:\n",
"\n",
" # end subverse\n",
" #cv.feature(this_subverse, subverse=prev_subverse)\n",
" #cv.terminate(this_subverse)\n",
" \n",
" # end verse\n",
" cv.feature(this_verse, verse=prev_verse)\n",
" cv.terminate(this_verse)\n",
" \n",
" # end chapter\n",
" cv.feature(this_chap, chapter=prev_chap)\n",
" cv.terminate(this_chap)\n",
" \n",
" # new chapter, verse, and subverse begin\n",
" this_chap = cv.node('chapter')\n",
" prev_chap = chapter\n",
" this_verse = cv.node('verse')\n",
" prev_verse = verse\n",
" #this_subverse = cv.node('subverse')\n",
" #prev_subverse = subverse\n",
" wrdnum = 1\n",
" \n",
" # detect verse boundary\n",
" elif prev_verse != verse:\n",
"\n",
" # end subverse\n",
" #cv.feature(this_subverse, subverse=prev_subverse)\n",
" #cv.terminate(this_subverse)\n",
"\n",
" # end verse\n",
" cv.feature(this_verse, verse=prev_verse)\n",
" cv.terminate(this_verse)\n",
"\n",
" # new verse and subverse begin\n",
" this_verse = cv.node('verse')\n",
" prev_verse = verse\n",
" #this_subverse = cv.node('subverse')\n",
" #prev_subverse = subverse\n",
" wrdnum = 1\n",
"\n",
" # detect subverse boundary\n",
" #elif prev_subverse != subverse:\n",
" # cv.feature(this_subverse, subverse=prev_subverse)\n",
" # cv.terminate(this_subverse)\n",
" # this_subverse = cv.node('subverse')\n",
" # prev_subverse = subverse\n",
"\n",
" \n",
" # detect paragraph boundary\n",
" # if brake == 'P':\n",
" # cv.feature(this_para, para=para_track)\n",
" # cv.terminate(this_para)\n",
" # this_para = cv.node('paragraph') # start a new paragraph\n",
" # para_track += 1 # count paragraphs in the book\n",
" \n",
" if sentence_done:\n",
" cv.feature(this_clause, clause=clause_track)\n",
" cv.terminate(this_clause)\n",
" cv.feature(this_sentence, sentence=sentence_track)\n",
" cv.terminate(this_sentence)\n",
" this_sentence = cv.node('sentence')\n",
" sentence_track += 1\n",
" this_clause = cv.node('clause')\n",
" clause_track += 1\n",
"\n",
" sentence_done = False\n",
" clause_done = False\n",
"\n",
" elif clause_done:\n",
" cv.feature(this_clause, clause=clause_track)\n",
" cv.terminate(this_clause)\n",
" this_clause = cv.node('clause')\n",
" clause_track += 1\n",
"\n",
" clause_done = False\n",
"\n",
" if text[-1:] == \".\" or text[-1:] == \";\":\n",
" sentence_done = True\n",
"\n",
" elif text[-1:] == \",\" or text[-1:] == \"·\":\n",
" clause_done = True \n",
" \n",
" # make word object\n",
" this_word = cv.slot()\n",
" cv.feature(this_word, \n",
" orig_order=orig_order,\n",
" word=word,\n",
" normalized=normalized,\n",
" lemma=lemma,\n",
" morph_form=morph_form,\n",
" morph_functional=morph_functional,\n",
" strongs=strongs,\n",
" lexeme_dict=lexeme_dict,\n",
" gloss=gloss,\n",
" sp=sp,\n",
" gn=gn,\n",
" nu=nu,\n",
" ps=ps,\n",
" case=case,\n",
" tense=tense,\n",
" voice=voice,\n",
" mood=mood,\n",
" degree=degree,\n",
" extra=extra,\n",
" freq_lemma=freq_lemma,\n",
" dict_abc=dict_abc,\n",
"\n",
" \n",
" # ketiv=ketiv, \n",
" # qere=qere, \n",
" # strongs=strongs, \n",
" # str_lem=strongs_lemma.strip(),\n",
" # anlex_lem=anlex_lemma.strip()\n",
" )\n",
" cv.terminate(this_word)\n",
" \n",
" # end book and its objects\n",
" # - end subverse\n",
" #cv.feature(this_subverse, subverse=prev_subverse)\n",
" #cv.terminate(this_subverse)\n",
"\n",
" # - end verse\n",
" cv.feature(this_verse, verse=prev_verse)\n",
" cv.terminate(this_verse)\n",
" \n",
" # - end paragraph\n",
" # cv.feature(this_para, para=para_track)\n",
" # cv.terminate(this_para)\n",
" \n",
" # - end clause\n",
" cv.feature(this_clause, clause=clause_track)\n",
" cv.terminate(this_clause)\n",
"\n",
" # - end sentence\n",
" cv.feature(this_sentence, sentence=sentence_track)\n",
" cv.terminate(this_sentence) \n",
" \n",
" # - end chapter\n",
" cv.feature(this_chap, chapter=prev_chap)\n",
" cv.terminate(this_chap)\n",
" \n",
" # - end book\n",
" cv.feature(this_book, book=prev_book)\n",
" cv.terminate(this_book)\n",
"\n",
"\n",
"slotType = 'word'\n",
"otext = {'fmt:text-orig-full':'{word} ',\n",
" 'sectionTypes':'book,chapter,verse',\n",
" 'sectionFeatures':'book,chapter,verse'}\n",
"\n",
"generic = {'Name': 'NA1904',\n",
" 'Version': '1904',\n",
" 'Author': 'Nestle & Aland',\n",
" 'Editors': 'Ulrik Sandborg Petersen, Eliran Wong',\n",
" 'Converter': 'Oliver Glanz', \n",
" 'Source:':'https://github.com/biblicalhumanities/Nestle1904/blob/master/morph/Nestle1904.csv',\n",
" 'Note':'?'}\n",
"\n",
"intFeatures = {'chapter', 'verse'}\n",
"\n",
"featureMeta = {'book': {'description': 'A book name'},\n",
" 'chapter': {'description': 'A chapter number'},\n",
" 'sentence': {'description': 'A sentence number'},\n",
" 'clause': {'description': 'A clause number'}, \n",
" 'verse': {'description': 'A verse number'},\n",
" 'word': {'description': 'Word with punctuation stripped'},\n",
" 'normalized': {'description': 'normalized word'},\n",
" 'lemma': {'description': 'ditionary entry form'},\n",
" 'morph_form': {'description': 'formal morphology'},\n",
" 'morph_functional': {'description': 'functional morphology'},\n",
" 'strongs': {'description': 'strongs number'}, \n",
" 'orig_order': {'description': 'original word order within the 1904 corpus'},\n",
" 'lexeme_dict': {'description': 'dictionary entry form'},\n",
" 'gloss': {'description': 'English gloss'},\n",
" 'sp': {'description': 'part of speech'},\n",
" 'gn': {'description': 'gender'},\n",
" 'nu': {'description': 'number'},\n",
" 'ps': {'description': 'person'},\n",
" 'case': {'description': 'case'},\n",
" 'tense': {'description': 'tense'},\n",
" 'voice': {'description': 'voice'},\n",
" 'mood': {'description': 'mood'},\n",
" 'degree': {'description': 'degree'},\n",
" 'extra': {'description': 'extra comments'},\n",
" 'freq_lemma': {'description': 'word frequency'},\n",
" 'dict_abc': {'description': 'alphabetic order of lexeme'},\n",
" \n",
" \n",
" #'subverse': {'description': 'Subverse information'},\n",
" # 'para': {'description': 'A paragraph number'},\n",
" # 'ketiv': {'descrption': 'The text as it is written in the printed Tischendorf'},\n",
" # 'qere': {'description': 'The text as the editor thinks it should have been'},\n",
" # 'strongs': {'description': 'A word\\'s number in Strongs'},\n",
" # 'str_lem': {'description': 'Word lemma that corresponds to The NEW Strong\\'sComplete Dictionary of Bible Words'},\n",
" # 'anlex_lem': {'description': 'Word lemma that corresponds to Friberg, Friberg and Miller\\'s ANLEX'}\n",
" }\n",
"\n",
"\n",
"# configure metadata/output\n",
"version = '1904'\n",
"generic['Version'] = version\n",
"\n",
"output = os.path.join(output_dirs, version)\n",
"\n",
"print(f'Processing Version {version}')\n",
"output_dir = output_dirs.format(version=version)\n",
"\n",
"TF = Fabric(locations=output_dir, silent=True)\n",
"cv = CV(TF)\n",
"\n",
"cv.walk(director,\n",
" slotType,\n",
" otext=otext,\n",
" generic=generic,\n",
" intFeatures=intFeatures,\n",
" featureMeta=featureMeta,\n",
" warn=True,\n",
" force=False,)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Testing New Features"
]
},
{
"cell_type": "code",
"execution_count": 11,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-23T17:47:22.394577Z",
"start_time": "2022-10-23T17:47:20.733494Z"
}
},
"outputs": [],
"source": [
"# First, I have to laod different modules that I use for analyzing the data and for plotting:\n",
"import sys, os, collections\n",
"import pandas as pd\n",
"import numpy as np\n",
"import re\n",
"import csv\n",
"import seaborn as sns\n",
"import matplotlib.pyplot as plt; plt.rcdefaults()\n",
"from matplotlib.pyplot import figure\n",
"from collections import Counter\n",
"\n",
"# Second, I have to load the Text Fabric app\n",
"from tf.fabric import Fabric\n",
"from tf.app import use"
]
},
{
"cell_type": "code",
"execution_count": 12,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-23T17:47:59.903005Z",
"start_time": "2022-10-23T17:47:33.916161Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"TF-app: ~/text-fabric-data/github/CenterBLC/NA/app"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"data: ~/text-fabric-data/github/CenterBLC/NA/tf/1904"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Text-Fabric: Text-Fabric API 10.2.6, CenterBLC/NA/app v3, Search Reference
Data: NA, Character table, Feature docs
Features:
\n",
"NA 1904
\n",
" \n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
the dictionary position of a given word\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
alternative morphological interpretation of ambiguous nominal or verbal form\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
alternative morphological interpretation of case\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
alternative morphological interpretation of case\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
alternative morphological interpretation of gender\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
alternative morphological interpretation of gender\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
alternative morphological interpretation of voice\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
alternative morphological interpretation of voice\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based case\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based dictionary position of a given word\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based frequency rank of a given lexeme\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based gender\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based English gloss\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based English gloss\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
gender BOL baseds\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based lexeme\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based lexeme as it appears in the dictionary\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
bol_lemma_dict contains dictionary form of lemma\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
bol_lexeme_occurence word frequency in corpus\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based number of occurence of a given lexeme\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based word order within corpus\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based mood\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based noun declension\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
noun declention\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based noun stem/noun_type\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
noun type\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
number BOL based\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based number\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based person\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based number of posessor\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based part of speech\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based Bible reference\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
word stem\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based suffix\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based word as it appears in the text\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based tense\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based verb_type\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
BOL based voice\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
book\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
Short book abbreviation\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
fully spelled out book name\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
book name abbreviated\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
NT book number (Matthew=1, Mark=2, Revelation=27)\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
int
\n",
"\n",
"
book number (Matthew=1, Revelation=27)\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
book abbreviated\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
case\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
int
\n",
"\n",
"
book chapter\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
clause unit\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
noun declension\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
degree\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
extra\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
form tag\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
number of occurence of a given lexeme\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
functional tag\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
English gloss\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
gender\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
lexeme\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
lemma stripped of accents\"\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
lexeme translated\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
lexeme as it appears in the dictionary\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
mood\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
formal morphology coding\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
functional morphology coding\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
surface word stripped of punctation\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
surface word stripped of punctations and accents\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
number\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
number of posessor\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
word order within corpus\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
person\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
sentence unit\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
part of speech\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
word stem\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
strongs number\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
unrealiable strongs number\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
tense\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
int
\n",
"\n",
"
verse\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
chapter categoried vocab as it appears in Larry Richards Textbook \"Learning Greek in 30 days\"\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
voice\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
word as it appears in the text\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
str
\n",
"\n",
"
stem of a word\n",
"\n",
"
\n",
"\n",
"
\n",
"
\n",
"
none
\n",
"\n",
"
\n",
"\n",
"
\n",
"\n",
"
\n",
" \n"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
""
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"\n",
"\n"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"#LXX = use('CCATLXX/tf/1994_v1', hoist=globals())\n",
"#NA2 = use('NA1904/tf/1904_v3', hoist=globals())\n",
"#NA2 = use('na1904', hoist=globals())\n",
"NA2 = use (\"CenterBLC/NA:latest\", version=\"1904\")"
]
},
{
"cell_type": "code",
"execution_count": 35,
"metadata": {
"ExecuteTime": {
"end_time": "2022-10-23T17:54:38.772895Z",
"start_time": "2022-10-23T17:54:38.624588Z"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
" 0.10s 7 results\n"
]
},
{
"data": {
"text/html": [
"verse 1"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
alt_morphology=bol_dict_abc=2506case=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=556ps=sp=conjstrongs=2532tense=voice=
πέμψας
alt_morphology=bol_dict_abc=3840case=nomdegree=freq_lemma=79gloss=sendgn=mlemma=πέμπωlexeme_dict=πέμπωmood=ptcmorph_form=V-AAP-NSMmorph_functional=V-AAP-NSMnormalized=πέμψαςnu=sgorig_order=557ps=sp=verbstrongs=3992tense=aoristvoice=a
αὐτοὺς
alt_morphology=bol_dict_abc=839case=accdegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-APMmorph_functional=P-APMnormalized=αὐτούςnu=plorig_order=558ps=p3sp=prepstrongs=846tense=voice=
εἰς
alt_morphology=bol_dict_abc=1506case=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=orig_order=559ps=sp=prepstrongs=1519tense=voice=
Βηθλέεμ
alt_morphology=bol_dict_abc=958case=degree=freq_lemma=8gloss=Bethlehemgn=lemma=Βηθλέεμlexeme_dict=Βηθλέεμ, ἡmood=morph_form=N-PRImorph_functional=N-PRInormalized=Βηθλέεμnu=orig_order=560ps=sp=nounstrongs=965tense=voice=
εἶπεν·
alt_morphology=bol_dict_abc=2977case=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=indmorph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=εἶπενnu=sgorig_order=561ps=p3sp=verbstrongs=3004tense=second_aoristvoice=a
Πορευθέντες
alt_morphology=bol_dict_abc=4045case=nomdegree=freq_lemma=153gloss=travel, journey, gogn=mlemma=πορεύομαιlexeme_dict=πορεύομαιmood=ptcmorph_form=V-AOP-NPMmorph_functional=V-AOP-NPMnormalized=Πορευθέντεςnu=plorig_order=562ps=sp=verbstrongs=4198tense=aoristvoice=pd
ἐξετάσατε
alt_morphology=bol_dict_abc=1820case=degree=freq_lemma=3gloss=examine, question, search outgn=lemma=ἐξετάζωlexeme_dict=ἐξετάζωmood=impmorph_form=V-AAM-2Pmorph_functional=V-AAM-2Pnormalized=ἐξετάσατεnu=plorig_order=563ps=p2sp=verbstrongs=1833tense=aoristvoice=a
ἀκριβῶς
alt_morphology=bol_dict_abc=194case=degree=freq_lemma=9gloss=carefully, exactly, strictlygn=lemma=ἀκριβῶςlexeme_dict=ἀκριβῶςmood=morph_form=ADVmorph_functional=ADVnormalized=ἀκριβῶςnu=orig_order=564ps=sp=advstrongs=199tense=voice=
περὶ
alt_morphology=bol_dict_abc=3860case=degree=freq_lemma=333gloss=about, concerning, aroundgn=lemma=περίlexeme_dict=περίmood=morph_form=PREPmorph_functional=PREPnormalized=περίnu=orig_order=565ps=sp=prepstrongs=4012tense=voice=
τοῦ
alt_morphology=bol_dict_abc=3438case=gendegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSNmorph_functional=T-GSNnormalized=τοῦnu=sgorig_order=566ps=sp=artstrongs=3588tense=voice=
παιδίου·
alt_morphology=bol_dict_abc=3663case=gendegree=freq_lemma=52gloss=little child, infantgn=nlemma=παιδίονlexeme_dict=παιδίον, -ου, τόmood=morph_form=N-GSNmorph_functional=N-GSNnormalized=παιδίουnu=sgorig_order=567ps=sp=nounstrongs=3813tense=voice=
ἐπὰν
alt_morphology=bol_dict_abc=1863case=degree=freq_lemma=3gloss=after, whengn=lemma=ἐπάνlexeme_dict=ἐπάνmood=morph_form=CONJmorph_functional=CONJnormalized=ἐπάνnu=orig_order=568ps=sp=conjstrongs=1875tense=voice=
δὲ
alt_morphology=bol_dict_abc=1152case=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=569ps=sp=conjstrongs=1161tense=voice=
εὕρητε,
alt_morphology=bol_dict_abc=2134case=degree=freq_lemma=176gloss=findgn=lemma=εὑρίσκωlexeme_dict=εὑρίσκωmood=sbjmorph_form=V-2AAS-2Pmorph_functional=V-2AAS-2Pnormalized=εὕρητεnu=plorig_order=570ps=p2sp=verbstrongs=2147tense=second_aoristvoice=a
ἀπαγγείλατέ
alt_morphology=bol_dict_abc=513case=degree=freq_lemma=46gloss=report, bring a report, announcegn=lemma=ἀπαγγέλλωlexeme_dict=ἀπαγγέλλωmood=impmorph_form=V-AAM-2Pmorph_functional=V-AAM-2Pnormalized=ἀπαγγείλατεnu=plorig_order=571ps=p2sp=verbstrongs=518tense=aoristvoice=a
μοι,
alt_morphology=bol_dict_abc=1469case=datdegree=freq_lemma=2567gloss=Ign=lemma=ἐγώlexeme_dict=ἐγώmood=morph_form=P-1DSmorph_functional=P-1DSnormalized=μοιnu=sgorig_order=572ps=p1sp=prepstrongs=1473tense=voice=
ὅπως
alt_morphology=bol_dict_abc=3557case=degree=freq_lemma=53gloss=how, in order that, so thatgn=lemma=ὅπωςlexeme_dict=ὅπωςmood=morph_form=ADVmorph_functional=ADVnormalized=ὅπωςnu=orig_order=573ps=sp=advstrongs=3704tense=voice=
κἀγὼ
alt_morphology=bol_dict_abc=2477case=nomdegree=freq_lemma=84gloss=I also, I toogn=lemma=κἀγώlexeme_dict=mood=morph_form=P-1NS-Kmorph_functional=P-1NS-Knormalized=κἀγώnu=sgorig_order=574ps=p1sp=prepstrongs=2504tense=voice=
ἐλθὼν
alt_morphology=bol_dict_abc=2053case=nomdegree=freq_lemma=635gloss=come, gogn=mlemma=ἔρχομαιlexeme_dict=ἔρχομαιmood=ptcmorph_form=V-2AAP-NSMmorph_functional=V-2AAP-NSMnormalized=ἐλθώνnu=sgorig_order=575ps=sp=verbstrongs=2064tense=second_aoristvoice=a
προσκυνήσω
alt_morphology=FuturIndicativebol_dict_abc=4196case=degree=freq_lemma=60gloss=worshipgn=lemma=προσκυνέωlexeme_dict=προσκυνέωmood=sbjmorph_form=V-AAS-1Smorph_functional=V-AAS-1Snormalized=προσκυνήσωnu=sgorig_order=576ps=p1sp=verbstrongs=4352tense=aoristvoice=a
αὐτῷ.
alt_morphology=bol_dict_abc=839case=datdegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=577ps=p3sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 2"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Καὶ
alt_morphology=bol_dict_abc=2506case=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=Καίnu=orig_order=11173ps=sp=conjstrongs=2532tense=voice=
ἰδοὺ
alt_morphology=bol_dict_abc=3561case=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlexeme_dict=ὁράωmood=impmorph_form=V-2AMM-2Smorph_functional=V-2AMM-2Snormalized=ἰδούnu=sgorig_order=11174ps=p2sp=verbstrongs=3708tense=second_aoristvoice=m
εἷς
alt_morphology=bol_dict_abc=1507case=nomdegree=freq_lemma=336gloss=onegn=mlemma=εἷςlexeme_dict=εἷς, μία, ἕνmood=morph_form=A-NSMmorph_functional=A-NSMnormalized=εἷςnu=sgorig_order=11175ps=sp=adjstrongs=1520tense=voice=
προσελθὼν
alt_morphology=bol_dict_abc=4177case=nomdegree=freq_lemma=87gloss=come near, consent togn=mlemma=προσέρχομαιlexeme_dict=προσέρχομαιmood=ptcmorph_form=V-2AAP-NSMmorph_functional=V-2AAP-NSMnormalized=προσελθώνnu=sgorig_order=11176ps=sp=verbstrongs=4334tense=second_aoristvoice=a
αὐτῷ
alt_morphology=bol_dict_abc=839case=datdegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=11177ps=p3sp=prepstrongs=846tense=voice=
εἶπεν
alt_morphology=bol_dict_abc=2977case=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=indmorph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=εἶπενnu=sgorig_order=11178ps=p3sp=verbstrongs=3004tense=second_aoristvoice=a
Διδάσκαλε,
alt_morphology=bol_dict_abc=1309case=vocdegree=freq_lemma=59gloss=teachergn=mlemma=διδάσκαλοςlexeme_dict=διδάσκαλος, -ου, ὁmood=morph_form=N-VSMmorph_functional=N-VSMnormalized=Διδάσκαλεnu=sgorig_order=11179ps=sp=nounstrongs=1320tense=voice=
τί
alt_morphology=bol_dict_abc=4929case=accdegree=freq_lemma=562gloss=who, which, whatgn=nlemma=τίςlexeme_dict=τίς, τίmood=morph_form=I-ASNmorph_functional=I-ASNnormalized=τίnu=sgorig_order=11180ps=sp=interjstrongs=5101tense=voice=
ἀγαθὸν
alt_morphology=bol_dict_abc=17case=accdegree=freq_lemma=102gloss=goodgn=nlemma=ἀγαθόςlexeme_dict=ἀγαθός, -ή, -όνmood=morph_form=A-ASNmorph_functional=A-ASNnormalized=ἀγαθόνnu=sgorig_order=11181ps=sp=adjstrongs=18tense=voice=
ποιήσω
alt_morphology=FuturIndicativebol_dict_abc=4006case=degree=freq_lemma=566gloss=do, makegn=lemma=ποιέωlexeme_dict=ποιέωmood=sbjmorph_form=V-AAS-1Smorph_functional=V-AAS-1Snormalized=ποιήσωnu=sgorig_order=11182ps=p1sp=verbstrongs=4160tense=aoristvoice=a
ἵνα
alt_morphology=bol_dict_abc=2417case=degree=freq_lemma=669gloss=in order that, so thatgn=lemma=ἵναlexeme_dict=ἵναmood=morph_form=CONJmorph_functional=CONJnormalized=ἵναnu=orig_order=11183ps=sp=conjstrongs=2443tense=voice=
σχῶ
alt_morphology=bol_dict_abc=2178case=degree=freq_lemma=709gloss=have, hold, possessgn=lemma=ἔχωlexeme_dict=ἔχωmood=sbjmorph_form=V-2AAS-1Smorph_functional=V-2AAS-1Snormalized=σχῶnu=sgorig_order=11184ps=p1sp=verbstrongs=2192tense=second_aoristvoice=a
ζωὴν
alt_morphology=bol_dict_abc=2208case=accdegree=freq_lemma=135gloss=lifegn=flemma=ζωήlexeme_dict=ζωή, -ῆς, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=ζωήνnu=sgorig_order=11185ps=sp=nounstrongs=2222tense=voice=
αἰώνιον;
alt_morphology=bol_dict_abc=164case=accdegree=freq_lemma=71gloss=eternal, unendinggn=flemma=αἰώνιοςlexeme_dict=αἰώνιος, -ονmood=morph_form=A-ASFmorph_functional=A-ASFnormalized=αἰώνιονnu=sgorig_order=11186ps=sp=adjstrongs=166tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 3"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
alt_morphology=bol_dict_abc=2506case=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=11947ps=sp=conjstrongs=2532tense=voice=
στὰς
alt_morphology=bol_dict_abc=2447case=nomdegree=freq_lemma=153gloss=cause to stand, standgn=mlemma=ἵστημιlexeme_dict=ἵστημιmood=ptcmorph_form=V-2AAP-NSMmorph_functional=V-2AAP-NSMnormalized=στάςnu=sgorig_order=11948ps=sp=verbstrongs=2476tense=second_aoristvoice=a
ὁ
alt_morphology=bol_dict_abc=3438case=nomdegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=11949ps=sp=artstrongs=3588tense=voice=
Ἰησοῦς
alt_morphology=bol_dict_abc=2399case=nomdegree=freq_lemma=913gloss=Jesusgn=mlemma=Ἰησοῦςlexeme_dict=Ἰησοῦςmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἰησοῦςnu=sgorig_order=11950ps=sp=nounstrongs=2424tense=voice=
ἐφώνησεν
alt_morphology=bol_dict_abc=5269case=degree=freq_lemma=42gloss=crow, shout, summongn=lemma=φωνέωlexeme_dict=φωνέωmood=indmorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐφώνησενnu=sgorig_order=11951ps=p3sp=verbstrongs=5455tense=aoristvoice=a
αὐτοὺς
alt_morphology=bol_dict_abc=839case=accdegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-APMmorph_functional=P-APMnormalized=αὐτούςnu=plorig_order=11952ps=p3sp=prepstrongs=846tense=voice=
καὶ
alt_morphology=bol_dict_abc=2506case=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=11953ps=sp=conjstrongs=2532tense=voice=
εἶπεν
alt_morphology=bol_dict_abc=2977case=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=indmorph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=εἶπενnu=sgorig_order=11954ps=p3sp=verbstrongs=3004tense=second_aoristvoice=a
Τί
alt_morphology=bol_dict_abc=4929case=accdegree=freq_lemma=562gloss=who, which, whatgn=nlemma=τίςlexeme_dict=τίς, τίmood=morph_form=I-ASNmorph_functional=I-ASNnormalized=Τίnu=sgorig_order=11955ps=sp=interjstrongs=5101tense=voice=
θέλετε
alt_morphology=bol_dict_abc=2287case=degree=freq_lemma=207gloss=will, wish, desiregn=lemma=θέλωlexeme_dict=θέλωmood=indmorph_form=V-PAI-2Pmorph_functional=V-PAI-2Pnormalized=θέλετεnu=plorig_order=11956ps=p2sp=verbstrongs=2309tense=presentvoice=a
ποιήσω
alt_morphology=FuturIndicativebol_dict_abc=4006case=degree=freq_lemma=566gloss=do, makegn=lemma=ποιέωlexeme_dict=ποιέωmood=sbjmorph_form=V-AAS-1Smorph_functional=V-AAS-1Snormalized=ποιήσωnu=sgorig_order=11957ps=p1sp=verbstrongs=4160tense=aoristvoice=a
ὑμῖν;
alt_morphology=bol_dict_abc=4603case=datdegree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2DPmorph_functional=P-2DPnormalized=ὑμῖνnu=plorig_order=11958ps=p2sp=prepstrongs=4771tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 4"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
ὁ
alt_morphology=bol_dict_abc=3438case=nomdegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=16493ps=sp=artstrongs=3588tense=voice=
δὲ
alt_morphology=bol_dict_abc=1152case=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=16494ps=sp=conjstrongs=1161tense=voice=
παραδιδοὺς
alt_morphology=bol_dict_abc=3707case=nomdegree=freq_lemma=119gloss=hand over, deliver, betraygn=mlemma=παραδίδωμιlexeme_dict=παραδίδωμιmood=ptcmorph_form=V-PAP-NSMmorph_functional=V-PAP-NSMnormalized=παραδιδούςnu=sgorig_order=16495ps=sp=verbstrongs=3860tense=presentvoice=a
αὐτὸν
alt_morphology=bol_dict_abc=839case=accdegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-ASMmorph_functional=P-ASMnormalized=αὐτόνnu=sgorig_order=16496ps=p3sp=prepstrongs=846tense=voice=
ἔδωκεν
alt_morphology=bol_dict_abc=1314case=degree=freq_lemma=414gloss=offer, givegn=lemma=δίδωμιlexeme_dict=δίδωμιmood=indmorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἔδωκενnu=sgorig_order=16497ps=p3sp=verbstrongs=1325tense=aoristvoice=a
αὐτοῖς
alt_morphology=bol_dict_abc=839case=datdegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DPMmorph_functional=P-DPMnormalized=αὐτοῖςnu=plorig_order=16498ps=p3sp=prepstrongs=846tense=voice=
σημεῖον
alt_morphology=bol_dict_abc=4427case=accdegree=freq_lemma=77gloss=sign, miracle, indicationgn=nlemma=σημεῖονlexeme_dict=σημεῖον, -ου, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=σημεῖονnu=sgorig_order=16499ps=sp=nounstrongs=4592tense=voice=
λέγων
alt_morphology=bol_dict_abc=2977case=nomdegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlexeme_dict=λέγωmood=ptcmorph_form=V-PAP-NSMmorph_functional=V-PAP-NSMnormalized=λέγωνnu=sgorig_order=16500ps=sp=verbstrongs=3004tense=presentvoice=a
Ὃν
alt_morphology=bol_dict_abc=3591case=accdegree=freq_lemma=1407gloss=who, which, what, thatgn=mlemma=ὅςlexeme_dict=ὅς, ἥ, ὅmood=morph_form=R-ASMmorph_functional=R-ASMnormalized=Ὅνnu=sgorig_order=16501ps=sp=pron-relastrongs=3739tense=voice=
ἂν
alt_morphology=bol_dict_abc=300case=degree=freq_lemma=164gloss=an untranslatable word that makes a statement contingentgn=lemma=ἄνlexeme_dict=ἄνmood=morph_form=PRTmorph_functional=PRTnormalized=ἄνnu=orig_order=16502ps=sp=prepstrongs=302tense=voice=
φιλήσω
alt_morphology=FuturIndicativebol_dict_abc=5185case=degree=freq_lemma=25gloss=love, kissgn=lemma=φιλέωlexeme_dict=φιλέωmood=sbjmorph_form=V-AAS-1Smorph_functional=V-AAS-1Snormalized=φιλήσωnu=sgorig_order=16503ps=p1sp=verbstrongs=5368tense=aoristvoice=a
αὐτός
alt_morphology=bol_dict_abc=839case=nomdegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-NSMmorph_functional=P-NSMnormalized=αὐτόςnu=sgorig_order=16504ps=p3sp=prepstrongs=846tense=voice=
ἐστιν·
alt_morphology=bol_dict_abc=1498case=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indmorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=ἐστινnu=sgorig_order=16505ps=p3sp=verbstrongs=1510tense=presentvoice=a
κρατήσατε
alt_morphology=bol_dict_abc=2875case=degree=freq_lemma=47gloss=lay hold of, obtaingn=lemma=κρατέωlexeme_dict=κρατέωmood=impmorph_form=V-AAM-2Pmorph_functional=V-AAM-2Pnormalized=κρατήσατεnu=plorig_order=16506ps=p2sp=verbstrongs=2902tense=aoristvoice=a
αὐτόν.
alt_morphology=bol_dict_abc=839case=accdegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-ASMmorph_functional=P-ASMnormalized=αὐτόνnu=sgorig_order=16507ps=p3sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 5"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
συνηγμένων
alt_morphology=bol_dict_abc=4696case=gendegree=freq_lemma=59gloss=gather togethergn=mlemma=συνάγωlexeme_dict=συνάγωmood=ptcmorph_form=V-RPP-GPMmorph_functional=V-RPP-GPMnormalized=συνηγμένωνnu=plorig_order=17194ps=sp=verbstrongs=4863tense=perfectvoice=m_or_p
οὖν
alt_morphology=bol_dict_abc=3618case=degree=freq_lemma=496gloss=therefore, thengn=lemma=οὖνlexeme_dict=οὖνmood=morph_form=CONJmorph_functional=CONJnormalized=οὖνnu=orig_order=17195ps=sp=conjstrongs=3767tense=voice=
αὐτῶν
alt_morphology=bol_dict_abc=839case=gendegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GPMmorph_functional=P-GPMnormalized=αὐτῶνnu=plorig_order=17196ps=p3sp=prepstrongs=846tense=voice=
εἶπεν
alt_morphology=bol_dict_abc=2977case=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=indmorph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=εἶπενnu=sgorig_order=17197ps=p3sp=verbstrongs=3004tense=second_aoristvoice=a
αὐτοῖς
alt_morphology=bol_dict_abc=839case=datdegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DPMmorph_functional=P-DPMnormalized=αὐτοῖςnu=plorig_order=17198ps=p3sp=prepstrongs=846tense=voice=
ὁ
alt_morphology=bol_dict_abc=3438case=nomdegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=17199ps=sp=artstrongs=3588tense=voice=
Πειλᾶτος
alt_morphology=bol_dict_abc=3938case=nomdegree=freq_lemma=55gloss=Pilategn=mlemma=Πιλᾶτοςlexeme_dict=Πιλᾶτος, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Πειλᾶτοςnu=sgorig_order=17200ps=sp=nounstrongs=4091tense=voice=
Τίνα
alt_morphology=bol_dict_abc=4929case=accdegree=freq_lemma=562gloss=who, which, whatgn=mlemma=τίςlexeme_dict=τίς, τίmood=morph_form=I-ASMmorph_functional=I-ASMnormalized=Τίναnu=sgorig_order=17201ps=sp=interjstrongs=5101tense=voice=
θέλετε
alt_morphology=bol_dict_abc=2287case=degree=freq_lemma=207gloss=will, wish, desiregn=lemma=θέλωlexeme_dict=θέλωmood=indmorph_form=V-PAI-2Pmorph_functional=V-PAI-2Pnormalized=θέλετεnu=plorig_order=17202ps=p2sp=verbstrongs=2309tense=presentvoice=a
ἀπολύσω
alt_morphology=FuturIndicativebol_dict_abc=624case=degree=freq_lemma=66gloss=release, let go, send away, divorcegn=lemma=ἀπολύωlexeme_dict=ἀπολύωmood=sbjmorph_form=V-AAS-1Smorph_functional=V-AAS-1Snormalized=ἀπολύσωnu=sgorig_order=17203ps=p1sp=verbstrongs=630tense=aoristvoice=a
ὑμῖν,
alt_morphology=bol_dict_abc=4603case=datdegree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2DPmorph_functional=P-2DPnormalized=ὑμῖνnu=plorig_order=17204ps=p2sp=prepstrongs=4771tense=voice=
Βαραββᾶν
alt_morphology=bol_dict_abc=907case=accdegree=freq_lemma=11gloss=Barabbasgn=mlemma=Βαραββᾶςlexeme_dict=Βαραββᾶς, -ᾶ, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Βαραββᾶνnu=sgorig_order=17205ps=sp=nounstrongs=912tense=voice=
ἢ
alt_morphology=bol_dict_abc=2214case=degree=freq_lemma=343gloss=or, thangn=lemma=ἤlexeme_dict=ἤmood=morph_form=PRTmorph_functional=PRTnormalized=ἤnu=orig_order=17206ps=sp=prepstrongs=2228tense=voice=
Ἰησοῦν
alt_morphology=bol_dict_abc=2399case=accdegree=freq_lemma=913gloss=Jesusgn=mlemma=Ἰησοῦςlexeme_dict=Ἰησοῦςmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Ἰησοῦνnu=sgorig_order=17207ps=sp=nounstrongs=2424tense=voice=
τὸν
alt_morphology=bol_dict_abc=3438case=accdegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=17208ps=sp=artstrongs=3588tense=voice=
λεγόμενον
alt_morphology=bol_dict_abc=2977case=accdegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlexeme_dict=λέγωmood=ptcmorph_form=V-PEP-ASMmorph_functional=V-PPP-ASMnormalized=λεγόμενονnu=sgorig_order=17209ps=sp=verbstrongs=3004tense=presentvoice=m_or_p
Χριστόν;
alt_morphology=bol_dict_abc=5358case=accdegree=freq_lemma=529gloss=anointed, Messiah, Christgn=mlemma=Χριστόςlexeme_dict=Χριστός, -οῦ, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Χριστόνnu=sgorig_order=17210ps=sp=nounstrongs=5547tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 6"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
ἀποκριθεὶς
alt_morphology=bol_dict_abc=606case=nomdegree=freq_lemma=231gloss=answer, replygn=mlemma=ἀποκρίνομαιlexeme_dict=ἀποκρίνομαιmood=ptcmorph_form=V-AOP-NSMmorph_functional=V-AOP-NSMnormalized=ἀποκριθείςnu=sgorig_order=17262ps=sp=verbstrongs=611tense=aoristvoice=pd
δὲ
alt_morphology=bol_dict_abc=1152case=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=17263ps=sp=conjstrongs=1161tense=voice=
ὁ
alt_morphology=bol_dict_abc=3438case=nomdegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=17264ps=sp=artstrongs=3588tense=voice=
ἡγεμὼν
alt_morphology=bol_dict_abc=2217case=nomdegree=freq_lemma=20gloss=governorgn=mlemma=ἡγεμώνlexeme_dict=ἡγεμών, -όνος, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=ἡγεμώνnu=sgorig_order=17265ps=sp=nounstrongs=2232tense=voice=
εἶπεν
alt_morphology=bol_dict_abc=2977case=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=indmorph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=εἶπενnu=sgorig_order=17266ps=p3sp=verbstrongs=3004tense=second_aoristvoice=a
αὐτοῖς
alt_morphology=bol_dict_abc=839case=datdegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DPMmorph_functional=P-DPMnormalized=αὐτοῖςnu=plorig_order=17267ps=p3sp=prepstrongs=846tense=voice=
Τίνα
alt_morphology=bol_dict_abc=4929case=accdegree=freq_lemma=562gloss=who, which, whatgn=mlemma=τίςlexeme_dict=τίς, τίmood=morph_form=I-ASMmorph_functional=I-ASMnormalized=Τίναnu=sgorig_order=17268ps=sp=interjstrongs=5101tense=voice=
θέλετε
alt_morphology=bol_dict_abc=2287case=degree=freq_lemma=207gloss=will, wish, desiregn=lemma=θέλωlexeme_dict=θέλωmood=indmorph_form=V-PAI-2Pmorph_functional=V-PAI-2Pnormalized=θέλετεnu=plorig_order=17269ps=p2sp=verbstrongs=2309tense=presentvoice=a
ἀπὸ
alt_morphology=bol_dict_abc=569case=degree=freq_lemma=647gloss=from, away fromgn=lemma=ἀπόlexeme_dict=ἀπόmood=morph_form=PREPmorph_functional=PREPnormalized=ἀπόnu=orig_order=17270ps=sp=prepstrongs=575tense=voice=
τῶν
alt_morphology=bol_dict_abc=3438case=gendegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GPMmorph_functional=T-GPMnormalized=τῶνnu=plorig_order=17271ps=sp=artstrongs=3588tense=voice=
δύο
alt_morphology=bol_dict_abc=1409case=degree=freq_lemma=133gloss=twogn=lemma=δύοlexeme_dict=δύοmood=morph_form=A-NUImorph_functional=A-NUInormalized=δύοnu=orig_order=17272ps=sp=adjstrongs=1417tense=voice=
ἀπολύσω
alt_morphology=FuturIndicativebol_dict_abc=624case=degree=freq_lemma=66gloss=release, let go, send away, divorcegn=lemma=ἀπολύωlexeme_dict=ἀπολύωmood=sbjmorph_form=V-AAS-1Smorph_functional=V-AAS-1Snormalized=ἀπολύσωnu=sgorig_order=17273ps=p1sp=verbstrongs=630tense=aoristvoice=a
ὑμῖν;
alt_morphology=bol_dict_abc=4603case=datdegree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2DPmorph_functional=P-2DPnormalized=ὑμῖνnu=plorig_order=17274ps=p2sp=prepstrongs=4771tense=voice=
οἱ
alt_morphology=bol_dict_abc=3438case=nomdegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NPMmorph_functional=T-NPMnormalized=οἱnu=plorig_order=17275ps=sp=artstrongs=3588tense=voice=
δὲ
alt_morphology=bol_dict_abc=1152case=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=17276ps=sp=conjstrongs=1161tense=voice=
εἶπαν
alt_morphology=bol_dict_abc=2977case=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=indmorph_form=V-2AAI-3Pmorph_functional=V-2AAI-3Pnormalized=εἶπανnu=plorig_order=17277ps=p3sp=verbstrongs=3004tense=second_aoristvoice=a
Τὸν
alt_morphology=bol_dict_abc=3438case=accdegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=Τόνnu=sgorig_order=17278ps=sp=artstrongs=3588tense=voice=
Βαραββᾶν.
alt_morphology=bol_dict_abc=907case=accdegree=freq_lemma=11gloss=Barabbasgn=mlemma=Βαραββᾶςlexeme_dict=Βαραββᾶς, -ᾶ, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Βαραββᾶνnu=sgorig_order=17279ps=sp=nounstrongs=912tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 7"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
λέγει
alt_morphology=bol_dict_abc=2977case=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=indmorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=λέγειnu=sgorig_order=17280ps=p3sp=verbstrongs=3004tense=presentvoice=a
αὐτοῖς
alt_morphology=bol_dict_abc=839case=datdegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DPMmorph_functional=P-DPMnormalized=αὐτοῖςnu=plorig_order=17281ps=p3sp=prepstrongs=846tense=voice=
ὁ
alt_morphology=bol_dict_abc=3438case=nomdegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=17282ps=sp=artstrongs=3588tense=voice=
Πειλᾶτος
alt_morphology=bol_dict_abc=3938case=nomdegree=freq_lemma=55gloss=Pilategn=mlemma=Πιλᾶτοςlexeme_dict=Πιλᾶτος, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Πειλᾶτοςnu=sgorig_order=17283ps=sp=nounstrongs=4091tense=voice=
Τί
alt_morphology=bol_dict_abc=4929case=accdegree=freq_lemma=562gloss=who, which, whatgn=nlemma=τίςlexeme_dict=τίς, τίmood=morph_form=I-ASNmorph_functional=I-ASNnormalized=Τίnu=sgorig_order=17284ps=sp=interjstrongs=5101tense=voice=
οὖν
alt_morphology=bol_dict_abc=3618case=degree=freq_lemma=496gloss=therefore, thengn=lemma=οὖνlexeme_dict=οὖνmood=morph_form=CONJmorph_functional=CONJnormalized=οὖνnu=orig_order=17285ps=sp=conjstrongs=3767tense=voice=
ποιήσω
alt_morphology=FuturIndicativebol_dict_abc=4006case=degree=freq_lemma=566gloss=do, makegn=lemma=ποιέωlexeme_dict=ποιέωmood=sbjmorph_form=V-AAS-1Smorph_functional=V-AAS-1Snormalized=ποιήσωnu=sgorig_order=17286ps=p1sp=verbstrongs=4160tense=aoristvoice=a
Ἰησοῦν
alt_morphology=bol_dict_abc=2399case=accdegree=freq_lemma=913gloss=Jesusgn=mlemma=Ἰησοῦςlexeme_dict=Ἰησοῦςmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Ἰησοῦνnu=sgorig_order=17287ps=sp=nounstrongs=2424tense=voice=
τὸν
alt_morphology=bol_dict_abc=3438case=accdegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=17288ps=sp=artstrongs=3588tense=voice=
λεγόμενον
alt_morphology=bol_dict_abc=2977case=accdegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlexeme_dict=λέγωmood=ptcmorph_form=V-PEP-ASMmorph_functional=V-PPP-ASMnormalized=λεγόμενονnu=sgorig_order=17289ps=sp=verbstrongs=3004tense=presentvoice=m_or_p
Χριστόν;
alt_morphology=bol_dict_abc=5358case=accdegree=freq_lemma=529gloss=anointed, Messiah, Christgn=mlemma=Χριστόςlexeme_dict=Χριστός, -οῦ, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Χριστόνnu=sgorig_order=17290ps=sp=nounstrongs=5547tense=voice=
λέγουσιν
alt_morphology=bol_dict_abc=2977case=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=indmorph_form=V-PAI-3Pmorph_functional=V-PAI-3Pnormalized=λέγουσινnu=plorig_order=17291ps=p3sp=verbstrongs=3004tense=presentvoice=a
πάντες
alt_morphology=bol_dict_abc=3804case=nomdegree=freq_lemma=1242gloss=all, the whole, every kind ofgn=mlemma=πᾶςlexeme_dict=πᾶς, πᾶσα, πᾶνmood=morph_form=A-NPMmorph_functional=A-NPMnormalized=πάντεςnu=plorig_order=17292ps=sp=adjstrongs=3956tense=voice=
Σταυρωθήτω.
alt_morphology=bol_dict_abc=4550case=degree=freq_lemma=46gloss=crucifygn=lemma=σταυρόωlexeme_dict=σταυρόωmood=impmorph_form=V-APM-3Smorph_functional=V-APM-3Snormalized=Σταυρωθήτωnu=sgorig_order=17293ps=p3sp=verbstrongs=4717tense=aoristvoice=p
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"ExtraFeatures0 = '''\n",
"book book=Matthew\n",
" chapter\n",
" verse \n",
" word alt_morphology=FuturIndicative\n",
" \n",
"'''\n",
"ExtraFeatures0 = NA2.search(ExtraFeatures0)\n",
"NA2.show(ExtraFeatures0, start=1, end=110, condensed=True, colorMap={1:'pink'}, extraFeatures={'lemma','morph_form','morph_functional','normalized','strongs', 'alt_morphology', 'case', 'degree', 'bol_dict_abc','extra', 'freq_lemma', 'gloss', 'gn', 'lemma', 'lexeme_dict', 'mood', 'nu', 'orig_order', 'ps', 'sp', 'strongs','tense','voice'})"
]
},
{
"cell_type": "code",
"execution_count": 11,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
" 0.76s 137779 results\n"
]
},
{
"data": {
"text/html": [
"verse 1
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Βίβλος
bol_dict_abc=969bol_lemma_dict=βίβλος, -ου, ἡcase=nominativedegree=freq_lemma=10gloss=written book, roll, or volumegn=flemma=βίβλοςlexeme_dict=βίβλος, -ου, ἡmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=Βίβλοςnu=sgorig_order=1ps=sp=nounstrongs=976tense=voice=
γενέσεως
bol_dict_abc=1070bol_lemma_dict=γένεσις, -εως, ἡcase=genitivedegree=freq_lemma=5gloss=birth, lineagegn=flemma=γένεσιςlexeme_dict=γένεσις, -εως, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=γενέσεωςnu=sgorig_order=2ps=sp=nounstrongs=1078tense=voice=
Ἰησοῦ
bol_dict_abc=2399bol_lemma_dict=Ἰησοῦςcase=genitivedegree=freq_lemma=913gloss=Jesusgn=mlemma=Ἰησοῦςlexeme_dict=Ἰησοῦςmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Ἰησοῦnu=sgorig_order=3ps=sp=nounstrongs=2424tense=voice=
Χριστοῦ
bol_dict_abc=5358bol_lemma_dict=Χριστός, -οῦ, ὁcase=genitivedegree=freq_lemma=529gloss=anointed, Messiah, Christgn=mlemma=Χριστόςlexeme_dict=Χριστός, -οῦ, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Χριστοῦnu=sgorig_order=4ps=sp=nounstrongs=5547tense=voice=
υἱοῦ
bol_dict_abc=5026bol_lemma_dict=υἱός, -οῦ, ὁcase=genitivedegree=freq_lemma=376gloss=son, descendentgn=mlemma=υἱόςlexeme_dict=υἱός, -οῦ, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=υἱοῦnu=sgorig_order=5ps=sp=nounstrongs=5207tense=voice=
Δαυεὶδ
bol_dict_abc=1151bol_lemma_dict=Δαυίδ, ὁcase=degree=freq_lemma=59gloss=Davidgn=lemma=Δαυίδlexeme_dict=Δαυίδ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Δαυείδnu=orig_order=6ps=sp=nounstrongs=1138tense=voice=
υἱοῦ
bol_dict_abc=5026bol_lemma_dict=υἱός, -οῦ, ὁcase=genitivedegree=freq_lemma=376gloss=son, descendentgn=mlemma=υἱόςlexeme_dict=υἱός, -οῦ, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=υἱοῦnu=sgorig_order=7ps=sp=nounstrongs=5207tense=voice=
Ἀβραάμ.
bol_dict_abc=10bol_lemma_dict=Ἀβραάμ, ὁcase=degree=freq_lemma=73gloss=Abrahamgn=lemma=Ἀβραάμlexeme_dict=Ἀβραάμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀβραάμnu=orig_order=8ps=sp=nounstrongs=11tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 2
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ἀβραὰμ
bol_dict_abc=10bol_lemma_dict=Ἀβραάμ, ὁcase=degree=freq_lemma=73gloss=Abrahamgn=lemma=Ἀβραάμlexeme_dict=Ἀβραάμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀβραάμnu=orig_order=9ps=sp=nounstrongs=11tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=10ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=11ps=sp=artstrongs=3588tense=voice=
Ἰσαάκ,
bol_dict_abc=2437bol_lemma_dict=Ἰσαάκ, ὁcase=degree=freq_lemma=20gloss=Isaacgn=lemma=Ἰσαάκlexeme_dict=Ἰσαάκ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰσαάκnu=orig_order=12ps=sp=nounstrongs=2464tense=voice=
Ἰσαὰκ
bol_dict_abc=2437bol_lemma_dict=Ἰσαάκ, ὁcase=degree=freq_lemma=20gloss=Isaacgn=lemma=Ἰσαάκlexeme_dict=Ἰσαάκ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰσαάκnu=orig_order=13ps=sp=nounstrongs=2464tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=14ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=15ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=16ps=sp=artstrongs=3588tense=voice=
Ἰακώβ,
bol_dict_abc=2361bol_lemma_dict=Ἰακώβ, ὁcase=degree=freq_lemma=27gloss=Jacobgn=lemma=Ἰακώβlexeme_dict=Ἰακώβ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰακώβnu=orig_order=17ps=sp=nounstrongs=2384tense=voice=
Ἰακὼβ
bol_dict_abc=2361bol_lemma_dict=Ἰακώβ, ὁcase=degree=freq_lemma=27gloss=Jacobgn=lemma=Ἰακώβlexeme_dict=Ἰακώβ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰακώβnu=orig_order=18ps=sp=nounstrongs=2384tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=19ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=20ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=21ps=sp=artstrongs=3588tense=voice=
Ἰούδαν
bol_dict_abc=2428bol_lemma_dict=Ἰούδας, -α, ὁcase=accusativedegree=freq_lemma=44gloss=Judah, Judas, Judegn=mlemma=Ἰούδαςlexeme_dict=Ἰούδας, -α, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Ἰούδανnu=sgorig_order=22ps=sp=nounstrongs=2455tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=23ps=sp=conjstrongs=2532tense=voice=
τοὺς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-APMmorph_functional=T-APMnormalized=τούςnu=plorig_order=24ps=sp=artstrongs=3588tense=voice=
ἀδελφοὺς
bol_dict_abc=79bol_lemma_dict=ἀδελφός, -οῦ, ὁcase=accusativedegree=freq_lemma=343gloss=brothergn=mlemma=ἀδελφόςlexeme_dict=ἀδελφός, -οῦ, ὁmood=morph_form=N-APMmorph_functional=N-APMnormalized=ἀδελφούςnu=plorig_order=25ps=sp=nounstrongs=80tense=voice=
αὐτοῦ,
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=26ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 3
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ἰούδας
bol_dict_abc=2428bol_lemma_dict=Ἰούδας, -α, ὁcase=nominativedegree=freq_lemma=44gloss=Judah, Judas, Judegn=mlemma=Ἰούδαςlexeme_dict=Ἰούδας, -α, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἰούδαςnu=sgorig_order=27ps=sp=nounstrongs=2455tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=28ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=29ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=30ps=sp=artstrongs=3588tense=voice=
Φαρὲς
bol_dict_abc=5148bol_lemma_dict=Φάρες, ὁcase=degree=freq_lemma=3gloss=Perezgn=lemma=Φάρεςlexeme_dict=Φάρες, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Φαρέςnu=orig_order=31ps=sp=nounstrongs=5329tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=32ps=sp=conjstrongs=2532tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=33ps=sp=artstrongs=3588tense=voice=
Ζαρὰ
bol_dict_abc=2182bol_lemma_dict=Ζάρα, ὁcase=degree=freq_lemma=1gloss=Zerahgn=lemma=Ζάραlexeme_dict=Ζάρα, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ζαράnu=orig_order=34ps=sp=nounstrongs=2196tense=voice=
ἐκ
bol_dict_abc=1522bol_lemma_dict=ἐκ, ἐξcase=degree=freq_lemma=913gloss=from out, out from among, fromgn=lemma=ἐκlexeme_dict=ἐκ, ἐξmood=morph_form=PREPmorph_functional=PREPnormalized=ἐκnu=plorig_order=35ps=sp=prepstrongs=1537tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=36ps=sp=artstrongs=3588tense=voice=
Θάμαρ,
bol_dict_abc=2261bol_lemma_dict=Θαμάρ, ἡcase=degree=freq_lemma=1gloss=Tamargn=lemma=Θαμάρlexeme_dict=Θαμάρ, ἡmood=morph_form=N-PRImorph_functional=N-PRInormalized=Θάμαρnu=orig_order=37ps=sp=nounstrongs=2283tense=voice=
Φαρὲς
bol_dict_abc=5148bol_lemma_dict=Φάρες, ὁcase=degree=freq_lemma=3gloss=Perezgn=lemma=Φάρεςlexeme_dict=Φάρες, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Φαρέςnu=orig_order=38ps=sp=nounstrongs=5329tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=39ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=40ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=41ps=sp=artstrongs=3588tense=voice=
Ἐσρώμ,
bol_dict_abc=2061bol_lemma_dict=Ἑσρώμ, ὁcase=degree=freq_lemma=3gloss=Hezrongn=lemma=Ἑσρώμlexeme_dict=Ἑσρώμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἐσρώμnu=orig_order=42ps=sp=nounstrongs=2074tense=voice=
Ἐσρὼμ
bol_dict_abc=2061bol_lemma_dict=Ἑσρώμ, ὁcase=degree=freq_lemma=3gloss=Hezrongn=lemma=Ἑσρώμlexeme_dict=Ἑσρώμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἐσρώμnu=orig_order=43ps=sp=nounstrongs=2074tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=44ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=45ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=46ps=sp=artstrongs=3588tense=voice=
Ἀράμ,
bol_dict_abc=682bol_lemma_dict=Ἀράμ, ὁcase=degree=freq_lemma=2gloss=Ramgn=lemma=Ἀράμlexeme_dict=Ἀράμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀράμnu=orig_order=47ps=sp=nounstrongs=689tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 4
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ἀρὰμ
bol_dict_abc=682bol_lemma_dict=Ἀράμ, ὁcase=degree=freq_lemma=2gloss=Ramgn=lemma=Ἀράμlexeme_dict=Ἀράμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀράμnu=orig_order=48ps=sp=nounstrongs=689tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=49ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=50ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=51ps=sp=artstrongs=3588tense=voice=
Ἀμιναδάβ,
bol_dict_abc=280bol_lemma_dict=Ἀμιναδάβ, ὁcase=degree=freq_lemma=3gloss=Amminadabgn=lemma=Ἀμιναδάβlexeme_dict=Ἀμιναδάβ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀμιναδάβnu=orig_order=52ps=sp=nounstrongs=284tense=voice=
Ἀμιναδὰβ
bol_dict_abc=280bol_lemma_dict=Ἀμιναδάβ, ὁcase=degree=freq_lemma=3gloss=Amminadabgn=lemma=Ἀμιναδάβlexeme_dict=Ἀμιναδάβ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀμιναδάβnu=orig_order=53ps=sp=nounstrongs=284tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=54ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=55ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=56ps=sp=artstrongs=3588tense=voice=
Ναασσών,
bol_dict_abc=3330bol_lemma_dict=Ναασσών, ὁcase=degree=freq_lemma=3gloss=Nahshongn=lemma=Ναασσώνlexeme_dict=Ναασσών, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ναασσώνnu=orig_order=57ps=sp=nounstrongs=3476tense=voice=
Ναασσὼν
bol_dict_abc=3330bol_lemma_dict=Ναασσών, ὁcase=degree=freq_lemma=3gloss=Nahshongn=lemma=Ναασσώνlexeme_dict=Ναασσών, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ναασσώνnu=orig_order=58ps=sp=nounstrongs=3476tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=59ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=60ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=61ps=sp=artstrongs=3588tense=voice=
Σαλμών,
bol_dict_abc=4372bol_lemma_dict=Σαλμών, ὁcase=degree=freq_lemma=2gloss=Salmongn=lemma=Σαλμώνlexeme_dict=Σαλμών, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Σαλμώνnu=orig_order=62ps=sp=nounstrongs=4533tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 5
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Σαλμὼν
bol_dict_abc=4372bol_lemma_dict=Σαλμών, ὁcase=degree=freq_lemma=2gloss=Salmongn=lemma=Σαλμώνlexeme_dict=Σαλμών, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Σαλμώνnu=orig_order=63ps=sp=nounstrongs=4533tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=64ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=65ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=66ps=sp=artstrongs=3588tense=voice=
Βόες
bol_dict_abc=988bol_lemma_dict=Βόες, ὁcase=degree=freq_lemma=3gloss=Boazgn=lemma=Βόεςlexeme_dict=Βόες, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Βόεςnu=orig_order=67ps=sp=nounstrongs=1003tense=voice=
ἐκ
bol_dict_abc=1522bol_lemma_dict=ἐκ, ἐξcase=degree=freq_lemma=913gloss=from out, out from among, fromgn=lemma=ἐκlexeme_dict=ἐκ, ἐξmood=morph_form=PREPmorph_functional=PREPnormalized=ἐκnu=plorig_order=68ps=sp=prepstrongs=1537tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=69ps=sp=artstrongs=3588tense=voice=
Ῥαχάβ,
bol_dict_abc=4319bol_lemma_dict=Ῥαχάβ, ἡcase=degree=freq_lemma=1gloss=Rahabgn=lemma=Ῥαχάβlexeme_dict=Ῥαχάβ, ἡmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ῥαχάβnu=orig_order=70ps=sp=nounstrongs=4477tense=voice=
Βόες
bol_dict_abc=988bol_lemma_dict=Βόες, ὁcase=degree=freq_lemma=3gloss=Boazgn=lemma=Βόεςlexeme_dict=Βόες, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Βόεςnu=orig_order=71ps=sp=nounstrongs=1003tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=72ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=73ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=74ps=sp=artstrongs=3588tense=voice=
Ἰωβὴδ
bol_dict_abc=2464bol_lemma_dict=Ἰωβήδ, ὁcase=degree=freq_lemma=3gloss=Obedgn=lemma=Ἰωβήδlexeme_dict=Ἰωβήδ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰωβήδnu=orig_order=75ps=sp=nounstrongs=5601tense=voice=
ἐκ
bol_dict_abc=1522bol_lemma_dict=ἐκ, ἐξcase=degree=freq_lemma=913gloss=from out, out from among, fromgn=lemma=ἐκlexeme_dict=ἐκ, ἐξmood=morph_form=PREPmorph_functional=PREPnormalized=ἐκnu=plorig_order=76ps=sp=prepstrongs=1537tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=77ps=sp=artstrongs=3588tense=voice=
Ῥούθ,
bol_dict_abc=4343bol_lemma_dict=Ῥούθ, ἡcase=degree=freq_lemma=1gloss=Ruthgn=lemma=Ῥούθlexeme_dict=Ῥούθ, ἡmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ῥούθnu=orig_order=78ps=sp=nounstrongs=4503tense=voice=
Ἰωβὴδ
bol_dict_abc=2464bol_lemma_dict=Ἰωβήδ, ὁcase=degree=freq_lemma=3gloss=Obedgn=lemma=Ἰωβήδlexeme_dict=Ἰωβήδ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰωβήδnu=orig_order=79ps=sp=nounstrongs=5601tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=80ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=81ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=82ps=sp=artstrongs=3588tense=voice=
Ἰεσσαί,
bol_dict_abc=2396bol_lemma_dict=Ἰεσσαί, ὁcase=degree=freq_lemma=5gloss=Jessegn=lemma=Ἰεσσαίlexeme_dict=Ἰεσσαί, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰεσσαίnu=orig_order=83ps=sp=nounstrongs=2421tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 6
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ἰεσσαὶ
bol_dict_abc=2396bol_lemma_dict=Ἰεσσαί, ὁcase=degree=freq_lemma=5gloss=Jessegn=lemma=Ἰεσσαίlexeme_dict=Ἰεσσαί, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰεσσαίnu=orig_order=84ps=sp=nounstrongs=2421tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=85ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=86ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=87ps=sp=artstrongs=3588tense=voice=
Δαυεὶδ
bol_dict_abc=1151bol_lemma_dict=Δαυίδ, ὁcase=degree=freq_lemma=59gloss=Davidgn=lemma=Δαυίδlexeme_dict=Δαυίδ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Δαυείδnu=orig_order=88ps=sp=nounstrongs=1138tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=89ps=sp=artstrongs=3588tense=voice=
βασιλέα.
bol_dict_abc=928bol_lemma_dict=βασιλεύς, -έως, ὁcase=accusativedegree=freq_lemma=115gloss=king, ruler, emperorgn=mlemma=βασιλεύςlexeme_dict=βασιλεύς, -έως, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=βασιλέαnu=sgorig_order=90ps=sp=nounstrongs=935tense=voice=
Δαυεὶδ
bol_dict_abc=1151bol_lemma_dict=Δαυίδ, ὁcase=degree=freq_lemma=59gloss=Davidgn=lemma=Δαυίδlexeme_dict=Δαυίδ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Δαυείδnu=orig_order=91ps=sp=nounstrongs=1138tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=92ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=93ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=94ps=sp=artstrongs=3588tense=voice=
Σολομῶνα
bol_dict_abc=4507bol_lemma_dict=Σολομών, -ῶνοςcase=accusativedegree=freq_lemma=12gloss=Solomongn=mlemma=Σολομώνlexeme_dict=Σολομών, -ῶνοςmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Σολομῶναnu=sgorig_order=95ps=sp=nounstrongs=4672tense=voice=
ἐκ
bol_dict_abc=1522bol_lemma_dict=ἐκ, ἐξcase=degree=freq_lemma=913gloss=from out, out from among, fromgn=lemma=ἐκlexeme_dict=ἐκ, ἐξmood=morph_form=PREPmorph_functional=PREPnormalized=ἐκnu=plorig_order=96ps=sp=prepstrongs=1537tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=97ps=sp=artstrongs=3588tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=98ps=sp=artstrongs=3588tense=voice=
Οὐρίου,
bol_dict_abc=3625bol_lemma_dict=Οὐρίας, -ου, ὁcase=genitivedegree=freq_lemma=1gloss=Uriahgn=mlemma=Οὐρίαςlexeme_dict=Οὐρίας, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Οὐρίουnu=sgorig_order=99ps=sp=nounstrongs=3774tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 7
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Σολομὼν
bol_dict_abc=4507bol_lemma_dict=Σολομών, -ῶνοςcase=nominativedegree=freq_lemma=12gloss=Solomongn=mlemma=Σολομώνlexeme_dict=Σολομών, -ῶνοςmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Σολομώνnu=sgorig_order=100ps=sp=nounstrongs=4672tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=101ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=102ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=103ps=sp=artstrongs=3588tense=voice=
Ῥοβοάμ,
bol_dict_abc=4337bol_lemma_dict=Ῥοβοάμ, ὁcase=degree=freq_lemma=2gloss=Rehoboamgn=lemma=Ῥοβοάμlexeme_dict=Ῥοβοάμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ῥοβοάμnu=orig_order=104ps=sp=nounstrongs=4497tense=voice=
Ῥοβοὰμ
bol_dict_abc=4337bol_lemma_dict=Ῥοβοάμ, ὁcase=degree=freq_lemma=2gloss=Rehoboamgn=lemma=Ῥοβοάμlexeme_dict=Ῥοβοάμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ῥοβοάμnu=orig_order=105ps=sp=nounstrongs=4497tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=106ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=107ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=108ps=sp=artstrongs=3588tense=voice=
Ἀβιά,
bol_dict_abc=6bol_lemma_dict=Ἀβιά, ὁcase=degree=freq_lemma=3gloss=Abijahgn=lemma=Ἀβιάlexeme_dict=Ἀβιά, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀβιάnu=orig_order=109ps=sp=nounstrongs=7tense=voice=
Ἀβιὰ
bol_dict_abc=6bol_lemma_dict=Ἀβιά, ὁcase=degree=freq_lemma=3gloss=Abijahgn=lemma=Ἀβιάlexeme_dict=Ἀβιά, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀβιάnu=orig_order=110ps=sp=nounstrongs=7tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=111ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=112ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=113ps=sp=artstrongs=3588tense=voice=
Ἀσάφ,
bol_dict_abc=756bol_lemma_dict=Ἀσάφ, ὁcase=degree=freq_lemma=2gloss=Asagn=lemma=Ἀσάφlexeme_dict=Ἀσάφ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀσάφnu=orig_order=114ps=sp=nounstrongs=760tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 8
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ἀσὰφ
bol_dict_abc=756bol_lemma_dict=Ἀσάφ, ὁcase=degree=freq_lemma=2gloss=Asagn=lemma=Ἀσάφlexeme_dict=Ἀσάφ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀσάφnu=orig_order=115ps=sp=nounstrongs=760tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=116ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=117ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=118ps=sp=artstrongs=3588tense=voice=
Ἰωσαφάτ,
bol_dict_abc=2471bol_lemma_dict=Ἰωσαφάτ, ὁcase=degree=freq_lemma=2gloss=Jehoshaphatgn=lemma=Ἰωσαφάτlexeme_dict=Ἰωσαφάτ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰωσαφάτnu=orig_order=119ps=sp=nounstrongs=2498tense=voice=
Ἰωσαφὰτ
bol_dict_abc=2471bol_lemma_dict=Ἰωσαφάτ, ὁcase=degree=freq_lemma=2gloss=Jehoshaphatgn=lemma=Ἰωσαφάτlexeme_dict=Ἰωσαφάτ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰωσαφάτnu=orig_order=120ps=sp=nounstrongs=2498tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=121ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=122ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=123ps=sp=artstrongs=3588tense=voice=
Ἰωράμ,
bol_dict_abc=2469bol_lemma_dict=Ἰωράμ, ὁcase=degree=freq_lemma=2gloss=Joram, Jehoramgn=lemma=Ἰωράμlexeme_dict=Ἰωράμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰωράμnu=orig_order=124ps=sp=nounstrongs=2496tense=voice=
Ἰωρὰμ
bol_dict_abc=2469bol_lemma_dict=Ἰωράμ, ὁcase=degree=freq_lemma=2gloss=Joram, Jehoramgn=lemma=Ἰωράμlexeme_dict=Ἰωράμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰωράμnu=orig_order=125ps=sp=nounstrongs=2496tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=126ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=127ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=128ps=sp=artstrongs=3588tense=voice=
Ὀζείαν,
bol_dict_abc=3453bol_lemma_dict=Ὀζίας, -ου, ὁcase=accusativedegree=freq_lemma=2gloss=Uzziahgn=mlemma=Ὀζίαςlexeme_dict=Ὀζίας, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Ὀζείανnu=sgorig_order=129ps=sp=nounstrongs=3604tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 9
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ὀζείας
bol_dict_abc=3453bol_lemma_dict=Ὀζίας, -ου, ὁcase=nominativedegree=freq_lemma=2gloss=Uzziahgn=mlemma=Ὀζίαςlexeme_dict=Ὀζίας, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ὀζείαςnu=sgorig_order=130ps=sp=nounstrongs=3604tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=131ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=132ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=133ps=sp=artstrongs=3588tense=voice=
Ἰωαθάμ,
bol_dict_abc=2459bol_lemma_dict=Ἰωαθάμ, ὁcase=degree=freq_lemma=2gloss=Jothamgn=lemma=Ἰωαθάμlexeme_dict=Ἰωαθάμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰωαθάμnu=orig_order=134ps=sp=nounstrongs=2488tense=voice=
Ἰωαθὰμ
bol_dict_abc=2459bol_lemma_dict=Ἰωαθάμ, ὁcase=degree=freq_lemma=2gloss=Jothamgn=lemma=Ἰωαθάμlexeme_dict=Ἰωαθάμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰωαθάμnu=orig_order=135ps=sp=nounstrongs=2488tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=136ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=137ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=138ps=sp=artstrongs=3588tense=voice=
Ἄχαζ,
bol_dict_abc=876bol_lemma_dict=Ἀχάζ, ὁcase=degree=freq_lemma=2gloss=Ahazgn=lemma=Ἀχάζlexeme_dict=Ἀχάζ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἄχαζnu=orig_order=139ps=sp=nounstrongs=881tense=voice=
Ἄχαζ
bol_dict_abc=876bol_lemma_dict=Ἀχάζ, ὁcase=degree=freq_lemma=2gloss=Ahazgn=lemma=Ἀχάζlexeme_dict=Ἀχάζ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἄχαζnu=orig_order=140ps=sp=nounstrongs=881tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=141ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=142ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=143ps=sp=artstrongs=3588tense=voice=
Ἐζεκίαν,
bol_dict_abc=1474bol_lemma_dict=Ἑζεκίας, -ου, ὁcase=accusativedegree=freq_lemma=2gloss=Hezekiahgn=mlemma=Ἑζεκίαςlexeme_dict=Ἑζεκίας, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Ἐζεκίανnu=sgorig_order=144ps=sp=nounstrongs=1478tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 10
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ἐζεκίας
bol_dict_abc=1474bol_lemma_dict=Ἑζεκίας, -ου, ὁcase=nominativedegree=freq_lemma=2gloss=Hezekiahgn=mlemma=Ἑζεκίαςlexeme_dict=Ἑζεκίας, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἐζεκίαςnu=sgorig_order=145ps=sp=nounstrongs=1478tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=146ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=147ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=148ps=sp=artstrongs=3588tense=voice=
Μανασσῆ,
bol_dict_abc=3104bol_lemma_dict=Μανασσῆcase=accusativedegree=freq_lemma=3gloss=Manassehgn=mlemma=Μανασσῆlexeme_dict=Μανασσῆmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Μανασσῆnu=sgorig_order=149ps=sp=nounstrongs=3128tense=voice=
Μανασσῆς
bol_dict_abc=3104bol_lemma_dict=Μανασσῆcase=nominativedegree=freq_lemma=3gloss=Manassehgn=mlemma=Μανασσῆlexeme_dict=Μανασσῆmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Μανασσῆςnu=sgorig_order=150ps=sp=nounstrongs=3128tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=151ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=152ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=153ps=sp=artstrongs=3588tense=voice=
Ἀμώς,
bol_dict_abc=299bol_lemma_dict=Ἀμώς, ὁcase=degree=freq_lemma=3gloss=Amosgn=lemma=Ἀμώςlexeme_dict=Ἀμώς, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀμώςnu=orig_order=154ps=sp=nounstrongs=301tense=voice=
Ἀμὼς
bol_dict_abc=299bol_lemma_dict=Ἀμώς, ὁcase=degree=freq_lemma=3gloss=Amosgn=lemma=Ἀμώςlexeme_dict=Ἀμώς, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀμώςnu=orig_order=155ps=sp=nounstrongs=301tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=156ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=157ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=158ps=sp=artstrongs=3588tense=voice=
Ἰωσείαν,
bol_dict_abc=2475bol_lemma_dict=Ἰωσίας, -ου, ὁcase=accusativedegree=freq_lemma=2gloss=Josiahgn=mlemma=Ἰωσίαςlexeme_dict=Ἰωσίας, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Ἰωσείανnu=sgorig_order=159ps=sp=nounstrongs=2502tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 11
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ἰωσείας
bol_dict_abc=2475bol_lemma_dict=Ἰωσίας, -ου, ὁcase=nominativedegree=freq_lemma=2gloss=Josiahgn=mlemma=Ἰωσίαςlexeme_dict=Ἰωσίας, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἰωσείαςnu=sgorig_order=160ps=sp=nounstrongs=2502tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=161ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=162ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=163ps=sp=artstrongs=3588tense=voice=
Ἰεχονίαν
bol_dict_abc=2398bol_lemma_dict=Ἰεχονίας, -ου, ὁcase=accusativedegree=freq_lemma=2gloss=Jechoniahgn=mlemma=Ἰεχονίαςlexeme_dict=Ἰεχονίας, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Ἰεχονίανnu=sgorig_order=164ps=sp=nounstrongs=2423tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=165ps=sp=conjstrongs=2532tense=voice=
τοὺς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-APMmorph_functional=T-APMnormalized=τούςnu=plorig_order=166ps=sp=artstrongs=3588tense=voice=
ἀδελφοὺς
bol_dict_abc=79bol_lemma_dict=ἀδελφός, -οῦ, ὁcase=accusativedegree=freq_lemma=343gloss=brothergn=mlemma=ἀδελφόςlexeme_dict=ἀδελφός, -οῦ, ὁmood=morph_form=N-APMmorph_functional=N-APMnormalized=ἀδελφούςnu=plorig_order=167ps=sp=nounstrongs=80tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=168ps=sp=prepstrongs=846tense=voice=
ἐπὶ
bol_dict_abc=1900bol_lemma_dict=ἐπίcase=degree=freq_lemma=886gloss=on, to, against, on the basis of, atgn=lemma=ἐπίlexeme_dict=ἐπίmood=morph_form=PREPmorph_functional=PREPnormalized=ἐπίnu=plorig_order=169ps=sp=prepstrongs=1909tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=170ps=sp=artstrongs=3588tense=voice=
μετοικεσίας
bol_dict_abc=3218bol_lemma_dict=μετοικεσία, -ας, ἡcase=genitivedegree=freq_lemma=4gloss=change of abode, migration, deportationgn=flemma=μετοικεσίαlexeme_dict=μετοικεσία, -ας, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=μετοικεσίαςnu=sgorig_order=171ps=sp=nounstrongs=3350tense=voice=
Βαβυλῶνος.
bol_dict_abc=892bol_lemma_dict=Βαβυλών, -ῶνος, ἡcase=genitivedegree=freq_lemma=12gloss=Babylongn=flemma=Βαβυλώνlexeme_dict=Βαβυλών, -ῶνος, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=Βαβυλῶνοςnu=sgorig_order=172ps=sp=nounstrongs=897tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 12
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Μετὰ
bol_dict_abc=3193bol_lemma_dict=μετάcase=degree=freq_lemma=470gloss=with, aftergn=lemma=μετάlexeme_dict=μετάmood=morph_form=PREPmorph_functional=PREPnormalized=Μετάnu=plorig_order=173ps=sp=prepstrongs=3326tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=174ps=sp=conjstrongs=1161tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=175ps=sp=artstrongs=3588tense=voice=
μετοικεσίαν
bol_dict_abc=3218bol_lemma_dict=μετοικεσία, -ας, ἡcase=accusativedegree=freq_lemma=4gloss=change of abode, migration, deportationgn=flemma=μετοικεσίαlexeme_dict=μετοικεσία, -ας, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=μετοικεσίανnu=sgorig_order=176ps=sp=nounstrongs=3350tense=voice=
Βαβυλῶνος
bol_dict_abc=892bol_lemma_dict=Βαβυλών, -ῶνος, ἡcase=genitivedegree=freq_lemma=12gloss=Babylongn=flemma=Βαβυλώνlexeme_dict=Βαβυλών, -ῶνος, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=Βαβυλῶνοςnu=sgorig_order=177ps=sp=nounstrongs=897tense=voice=
Ἰεχονίας
bol_dict_abc=2398bol_lemma_dict=Ἰεχονίας, -ου, ὁcase=nominativedegree=freq_lemma=2gloss=Jechoniahgn=mlemma=Ἰεχονίαςlexeme_dict=Ἰεχονίας, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἰεχονίαςnu=sgorig_order=178ps=sp=nounstrongs=2423tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=179ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=180ps=sp=artstrongs=3588tense=voice=
Σαλαθιήλ,
bol_dict_abc=4367bol_lemma_dict=Σαλαθιήλ, ὁcase=degree=freq_lemma=3gloss=Salathielgn=lemma=Σαλαθιήλlexeme_dict=Σαλαθιήλ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Σαλαθιήλnu=orig_order=181ps=sp=nounstrongs=4528tense=voice=
Σαλαθιὴλ
bol_dict_abc=4367bol_lemma_dict=Σαλαθιήλ, ὁcase=degree=freq_lemma=3gloss=Salathielgn=lemma=Σαλαθιήλlexeme_dict=Σαλαθιήλ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Σαλαθιήλnu=orig_order=182ps=sp=nounstrongs=4528tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=183ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=184ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=185ps=sp=artstrongs=3588tense=voice=
Ζοροβαβέλ,
bol_dict_abc=2202bol_lemma_dict=Ζοροβαβέλ, ὁcase=degree=freq_lemma=3gloss=Zerubbabelgn=lemma=Ζοροβαβέλlexeme_dict=Ζοροβαβέλ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ζοροβαβέλnu=orig_order=186ps=sp=nounstrongs=2216tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 13
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ζοροβαβὲλ
bol_dict_abc=2202bol_lemma_dict=Ζοροβαβέλ, ὁcase=degree=freq_lemma=3gloss=Zerubbabelgn=lemma=Ζοροβαβέλlexeme_dict=Ζοροβαβέλ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ζοροβαβέλnu=orig_order=187ps=sp=nounstrongs=2216tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=188ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=189ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=190ps=sp=artstrongs=3588tense=voice=
Ἀβιούδ,
bol_dict_abc=9bol_lemma_dict=Ἀβιούδ, ὁcase=degree=freq_lemma=2gloss=Abiudgn=lemma=Ἀβιούδlexeme_dict=Ἀβιούδ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀβιούδnu=orig_order=191ps=sp=nounstrongs=10tense=voice=
Ἀβιοὺδ
bol_dict_abc=9bol_lemma_dict=Ἀβιούδ, ὁcase=degree=freq_lemma=2gloss=Abiudgn=lemma=Ἀβιούδlexeme_dict=Ἀβιούδ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀβιούδnu=orig_order=192ps=sp=nounstrongs=10tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=193ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=194ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=195ps=sp=artstrongs=3588tense=voice=
Ἐλιακείμ,
bol_dict_abc=1651bol_lemma_dict=Ἐλιακίμ, ὁcase=degree=freq_lemma=3gloss=Eliakimgn=lemma=Ἐλιακίμlexeme_dict=Ἐλιακίμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἐλιακείμnu=orig_order=196ps=sp=nounstrongs=1662tense=voice=
Ἐλιακεὶμ
bol_dict_abc=1651bol_lemma_dict=Ἐλιακίμ, ὁcase=degree=freq_lemma=3gloss=Eliakimgn=lemma=Ἐλιακίμlexeme_dict=Ἐλιακίμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἐλιακείμnu=orig_order=197ps=sp=nounstrongs=1662tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=198ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=199ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=200ps=sp=artstrongs=3588tense=voice=
Ἀζώρ,
bol_dict_abc=106bol_lemma_dict=Ἀζώρ, ὁcase=degree=freq_lemma=2gloss=Azorgn=lemma=Ἀζώρlexeme_dict=Ἀζώρ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀζώρnu=orig_order=201ps=sp=nounstrongs=107tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 14
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ἀζὼρ
bol_dict_abc=106bol_lemma_dict=Ἀζώρ, ὁcase=degree=freq_lemma=2gloss=Azorgn=lemma=Ἀζώρlexeme_dict=Ἀζώρ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀζώρnu=orig_order=202ps=sp=nounstrongs=107tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=203ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=204ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=205ps=sp=artstrongs=3588tense=voice=
Σαδώκ,
bol_dict_abc=4363bol_lemma_dict=Σαδώκ, ὁcase=degree=freq_lemma=2gloss=Zadokgn=lemma=Σαδώκlexeme_dict=Σαδώκ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Σαδώκnu=orig_order=206ps=sp=nounstrongs=4524tense=voice=
Σαδὼκ
bol_dict_abc=4363bol_lemma_dict=Σαδώκ, ὁcase=degree=freq_lemma=2gloss=Zadokgn=lemma=Σαδώκlexeme_dict=Σαδώκ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Σαδώκnu=orig_order=207ps=sp=nounstrongs=4524tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=208ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=209ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=210ps=sp=artstrongs=3588tense=voice=
Ἀχείμ,
bol_dict_abc=881bol_lemma_dict=Ἀχίμ, ὁcase=degree=freq_lemma=2gloss=Achimgn=lemma=Ἀχίμlexeme_dict=Ἀχίμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀχείμnu=orig_order=211ps=sp=nounstrongs=885tense=voice=
Ἀχεὶμ
bol_dict_abc=881bol_lemma_dict=Ἀχίμ, ὁcase=degree=freq_lemma=2gloss=Achimgn=lemma=Ἀχίμlexeme_dict=Ἀχίμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀχείμnu=orig_order=212ps=sp=nounstrongs=885tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=213ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=214ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=215ps=sp=artstrongs=3588tense=voice=
Ἐλιούδ,
bol_dict_abc=1653bol_lemma_dict=Ἐλιούδ, ὁcase=degree=freq_lemma=2gloss=Eliudgn=lemma=Ἐλιούδlexeme_dict=Ἐλιούδ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἐλιούδnu=orig_order=216ps=sp=nounstrongs=1664tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 15
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ἐλιοὺδ
bol_dict_abc=1653bol_lemma_dict=Ἐλιούδ, ὁcase=degree=freq_lemma=2gloss=Eliudgn=lemma=Ἐλιούδlexeme_dict=Ἐλιούδ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἐλιούδnu=orig_order=217ps=sp=nounstrongs=1664tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=218ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=219ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=220ps=sp=artstrongs=3588tense=voice=
Ἐλεάζαρ,
bol_dict_abc=1635bol_lemma_dict=Ἐλεάζαρ, ὁcase=degree=freq_lemma=2gloss=Eleazargn=lemma=Ἐλεάζαρlexeme_dict=Ἐλεάζαρ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἐλεάζαρnu=orig_order=221ps=sp=nounstrongs=1648tense=voice=
Ἐλεάζαρ
bol_dict_abc=1635bol_lemma_dict=Ἐλεάζαρ, ὁcase=degree=freq_lemma=2gloss=Eleazargn=lemma=Ἐλεάζαρlexeme_dict=Ἐλεάζαρ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἐλεάζαρnu=orig_order=222ps=sp=nounstrongs=1648tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=223ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=224ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=225ps=sp=artstrongs=3588tense=voice=
Μαθθάν,
bol_dict_abc=3132bol_lemma_dict=Ματθάν, ὁcase=degree=freq_lemma=2gloss=Matthangn=lemma=Ματθάνlexeme_dict=Ματθάν, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Μαθθάνnu=orig_order=226ps=sp=nounstrongs=3157tense=voice=
Μαθθὰν
bol_dict_abc=3132bol_lemma_dict=Ματθάν, ὁcase=degree=freq_lemma=2gloss=Matthangn=lemma=Ματθάνlexeme_dict=Ματθάν, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Μαθθάνnu=orig_order=227ps=sp=nounstrongs=3157tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=228ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=229ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=230ps=sp=artstrongs=3588tense=voice=
Ἰακώβ,
bol_dict_abc=2361bol_lemma_dict=Ἰακώβ, ὁcase=degree=freq_lemma=27gloss=Jacobgn=lemma=Ἰακώβlexeme_dict=Ἰακώβ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰακώβnu=orig_order=231ps=sp=nounstrongs=2384tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 16
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ἰακὼβ
bol_dict_abc=2361bol_lemma_dict=Ἰακώβ, ὁcase=degree=freq_lemma=27gloss=Jacobgn=lemma=Ἰακώβlexeme_dict=Ἰακώβ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰακώβnu=orig_order=232ps=sp=nounstrongs=2384tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=233ps=sp=conjstrongs=1161tense=voice=
ἐγέννησεν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐγέννησενnu=sgorig_order=234ps=p3sp=verbstrongs=1080&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=235ps=sp=artstrongs=3588tense=voice=
Ἰωσὴφ
bol_dict_abc=2473bol_lemma_dict=Ἰωσήφ, ὁcase=degree=freq_lemma=35gloss=Josephgn=lemma=Ἰωσήφlexeme_dict=Ἰωσήφ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰωσήφnu=orig_order=236ps=sp=nounstrongs=2501tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=237ps=sp=artstrongs=3588tense=voice=
ἄνδρα
bol_dict_abc=434bol_lemma_dict=ἀνήρ, ἀνδρός, ὁcase=accusativedegree=freq_lemma=216gloss=male human being, mangn=mlemma=ἀνήρlexeme_dict=ἀνήρ, ἀνδρός, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=ἄνδραnu=sgorig_order=238ps=sp=nounstrongs=435tense=voice=
Μαρίας,
bol_dict_abc=3113bol_lemma_dict=Μαρία, -αςcase=genitivedegree=freq_lemma=54gloss=Mary, Miriamgn=flemma=Μαρίαlexeme_dict=Μαρία, -αςmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=Μαρίαςnu=sgorig_order=239ps=sp=nounstrongs=3137tense=voice=
ἐξ
bol_dict_abc=1522bol_lemma_dict=ἐκ, ἐξcase=degree=freq_lemma=913gloss=from out, out from among, fromgn=lemma=ἐκlexeme_dict=ἐκ, ἐξmood=morph_form=PREPmorph_functional=PREPnormalized=ἐξnu=plorig_order=240ps=sp=prepstrongs=1537tense=voice=
ἧς
bol_dict_abc=3591bol_lemma_dict=ὅς, ἥ, ὅcase=genitivedegree=freq_lemma=1407gloss=who, which, what, thatgn=flemma=ὅςlexeme_dict=ὅς, ἥ, ὅmood=morph_form=R-GSFmorph_functional=R-GSFnormalized=ἧςnu=sgorig_order=241ps=sp=pron-relastrongs=3739tense=voice=
ἐγεννήθη
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-API-3Smorph_functional=V-API-3Snormalized=ἐγεννήθηnu=sgorig_order=242ps=p3sp=verbstrongs=1080&5681tense=aoristvoice=passive
Ἰησοῦς
bol_dict_abc=2399bol_lemma_dict=Ἰησοῦςcase=nominativedegree=freq_lemma=913gloss=Jesusgn=mlemma=Ἰησοῦςlexeme_dict=Ἰησοῦςmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἰησοῦςnu=sgorig_order=243ps=sp=nounstrongs=2424tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=244ps=sp=artstrongs=3588tense=voice=
λεγόμενος
bol_dict_abc=2977bol_lemma_dict=λέγωcase=nominativedegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlexeme_dict=λέγωmood=participlemorph_form=V-PEP-NSMmorph_functional=V-PPP-NSMnormalized=λεγόμενοςnu=sgorig_order=245ps=sp=verbstrongs=3004&5746tense=presentvoice=middle_or_passive
Χριστός.
bol_dict_abc=5358bol_lemma_dict=Χριστός, -οῦ, ὁcase=nominativedegree=freq_lemma=529gloss=anointed, Messiah, Christgn=mlemma=Χριστόςlexeme_dict=Χριστός, -οῦ, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Χριστόςnu=sgorig_order=246ps=sp=nounstrongs=5547tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 17
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Πᾶσαι
bol_dict_abc=3804bol_lemma_dict=πᾶς, πᾶσα, πᾶνcase=nominativedegree=freq_lemma=1242gloss=all, the whole, every kind ofgn=flemma=πᾶςlexeme_dict=πᾶς, πᾶσα, πᾶνmood=morph_form=A-NPFmorph_functional=A-NPFnormalized=Πᾶσαιnu=plorig_order=247ps=sp=adjstrongs=3956tense=voice=
οὖν
bol_dict_abc=3618bol_lemma_dict=οὖνcase=degree=freq_lemma=496gloss=therefore, thengn=lemma=οὖνlexeme_dict=οὖνmood=morph_form=CONJmorph_functional=CONJnormalized=οὖνnu=orig_order=248ps=sp=conjstrongs=3767tense=voice=
αἱ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NPFmorph_functional=T-NPFnormalized=αἱnu=plorig_order=249ps=sp=artstrongs=3588tense=voice=
γενεαὶ
bol_dict_abc=1066bol_lemma_dict=γενεά, -ᾶς, ἡcase=nominativedegree=freq_lemma=43gloss=generationgn=flemma=γενεάlexeme_dict=γενεά, -ᾶς, ἡmood=morph_form=N-NPFmorph_functional=N-NPFnormalized=γενεαίnu=plorig_order=250ps=sp=nounstrongs=1074tense=voice=
ἀπὸ
bol_dict_abc=569bol_lemma_dict=ἀπόcase=degree=freq_lemma=647gloss=from, away fromgn=lemma=ἀπόlexeme_dict=ἀπόmood=morph_form=PREPmorph_functional=PREPnormalized=ἀπόnu=plorig_order=251ps=sp=prepstrongs=575tense=voice=
Ἀβραὰμ
bol_dict_abc=10bol_lemma_dict=Ἀβραάμ, ὁcase=degree=freq_lemma=73gloss=Abrahamgn=lemma=Ἀβραάμlexeme_dict=Ἀβραάμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀβραάμnu=orig_order=252ps=sp=nounstrongs=11tense=voice=
ἕως
bol_dict_abc=2179bol_lemma_dict=ἕωςcase=degree=freq_lemma=147gloss=until, as far asgn=lemma=ἕωςlexeme_dict=ἕωςmood=morph_form=ADVmorph_functional=ADVnormalized=ἕωςnu=orig_order=253ps=sp=advstrongs=2193tense=voice=
Δαυεὶδ
bol_dict_abc=1151bol_lemma_dict=Δαυίδ, ὁcase=degree=freq_lemma=59gloss=Davidgn=lemma=Δαυίδlexeme_dict=Δαυίδ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Δαυείδnu=orig_order=254ps=sp=nounstrongs=1138tense=voice=
γενεαὶ
bol_dict_abc=1066bol_lemma_dict=γενεά, -ᾶς, ἡcase=nominativedegree=freq_lemma=43gloss=generationgn=flemma=γενεάlexeme_dict=γενεά, -ᾶς, ἡmood=morph_form=N-NPFmorph_functional=N-NPFnormalized=γενεαίnu=plorig_order=255ps=sp=nounstrongs=1074tense=voice=
δεκατέσσαρες,
bol_dict_abc=1170bol_lemma_dict=δεκατέσσαρεςcase=nominativedegree=freq_lemma=5gloss=fourteengn=flemma=δεκατέσσαρεςlexeme_dict=δεκατέσσαρεςmood=morph_form=A-NPFmorph_functional=A-NPFnormalized=δεκατέσσαρεςnu=plorig_order=256ps=sp=adjstrongs=1180tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=257ps=sp=conjstrongs=2532tense=voice=
ἀπὸ
bol_dict_abc=569bol_lemma_dict=ἀπόcase=degree=freq_lemma=647gloss=from, away fromgn=lemma=ἀπόlexeme_dict=ἀπόmood=morph_form=PREPmorph_functional=PREPnormalized=ἀπόnu=plorig_order=258ps=sp=prepstrongs=575tense=voice=
Δαυεὶδ
bol_dict_abc=1151bol_lemma_dict=Δαυίδ, ὁcase=degree=freq_lemma=59gloss=Davidgn=lemma=Δαυίδlexeme_dict=Δαυίδ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Δαυείδnu=orig_order=259ps=sp=nounstrongs=1138tense=voice=
ἕως
bol_dict_abc=2179bol_lemma_dict=ἕωςcase=degree=freq_lemma=147gloss=until, as far asgn=lemma=ἕωςlexeme_dict=ἕωςmood=morph_form=ADVmorph_functional=ADVnormalized=ἕωςnu=orig_order=260ps=sp=advstrongs=2193tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=261ps=sp=artstrongs=3588tense=voice=
μετοικεσίας
bol_dict_abc=3218bol_lemma_dict=μετοικεσία, -ας, ἡcase=genitivedegree=freq_lemma=4gloss=change of abode, migration, deportationgn=flemma=μετοικεσίαlexeme_dict=μετοικεσία, -ας, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=μετοικεσίαςnu=sgorig_order=262ps=sp=nounstrongs=3350tense=voice=
Βαβυλῶνος
bol_dict_abc=892bol_lemma_dict=Βαβυλών, -ῶνος, ἡcase=genitivedegree=freq_lemma=12gloss=Babylongn=flemma=Βαβυλώνlexeme_dict=Βαβυλών, -ῶνος, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=Βαβυλῶνοςnu=sgorig_order=263ps=sp=nounstrongs=897tense=voice=
γενεαὶ
bol_dict_abc=1066bol_lemma_dict=γενεά, -ᾶς, ἡcase=nominativedegree=freq_lemma=43gloss=generationgn=flemma=γενεάlexeme_dict=γενεά, -ᾶς, ἡmood=morph_form=N-NPFmorph_functional=N-NPFnormalized=γενεαίnu=plorig_order=264ps=sp=nounstrongs=1074tense=voice=
δεκατέσσαρες,
bol_dict_abc=1170bol_lemma_dict=δεκατέσσαρεςcase=nominativedegree=freq_lemma=5gloss=fourteengn=flemma=δεκατέσσαρεςlexeme_dict=δεκατέσσαρεςmood=morph_form=A-NPFmorph_functional=A-NPFnormalized=δεκατέσσαρεςnu=plorig_order=265ps=sp=adjstrongs=1180tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=266ps=sp=conjstrongs=2532tense=voice=
ἀπὸ
bol_dict_abc=569bol_lemma_dict=ἀπόcase=degree=freq_lemma=647gloss=from, away fromgn=lemma=ἀπόlexeme_dict=ἀπόmood=morph_form=PREPmorph_functional=PREPnormalized=ἀπόnu=plorig_order=267ps=sp=prepstrongs=575tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=268ps=sp=artstrongs=3588tense=voice=
μετοικεσίας
bol_dict_abc=3218bol_lemma_dict=μετοικεσία, -ας, ἡcase=genitivedegree=freq_lemma=4gloss=change of abode, migration, deportationgn=flemma=μετοικεσίαlexeme_dict=μετοικεσία, -ας, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=μετοικεσίαςnu=sgorig_order=269ps=sp=nounstrongs=3350tense=voice=
Βαβυλῶνος
bol_dict_abc=892bol_lemma_dict=Βαβυλών, -ῶνος, ἡcase=genitivedegree=freq_lemma=12gloss=Babylongn=flemma=Βαβυλώνlexeme_dict=Βαβυλών, -ῶνος, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=Βαβυλῶνοςnu=sgorig_order=270ps=sp=nounstrongs=897tense=voice=
ἕως
bol_dict_abc=2179bol_lemma_dict=ἕωςcase=degree=freq_lemma=147gloss=until, as far asgn=lemma=ἕωςlexeme_dict=ἕωςmood=morph_form=ADVmorph_functional=ADVnormalized=ἕωςnu=orig_order=271ps=sp=advstrongs=2193tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=272ps=sp=artstrongs=3588tense=voice=
Χριστοῦ
bol_dict_abc=5358bol_lemma_dict=Χριστός, -οῦ, ὁcase=genitivedegree=freq_lemma=529gloss=anointed, Messiah, Christgn=mlemma=Χριστόςlexeme_dict=Χριστός, -οῦ, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Χριστοῦnu=sgorig_order=273ps=sp=nounstrongs=5547tense=voice=
γενεαὶ
bol_dict_abc=1066bol_lemma_dict=γενεά, -ᾶς, ἡcase=nominativedegree=freq_lemma=43gloss=generationgn=flemma=γενεάlexeme_dict=γενεά, -ᾶς, ἡmood=morph_form=N-NPFmorph_functional=N-NPFnormalized=γενεαίnu=plorig_order=274ps=sp=nounstrongs=1074tense=voice=
δεκατέσσαρες.
bol_dict_abc=1170bol_lemma_dict=δεκατέσσαρεςcase=nominativedegree=freq_lemma=5gloss=fourteengn=flemma=δεκατέσσαρεςlexeme_dict=δεκατέσσαρεςmood=morph_form=A-NPFmorph_functional=A-NPFnormalized=δεκατέσσαρεςnu=plorig_order=275ps=sp=adjstrongs=1180tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 18
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=Τοῦnu=sgorig_order=276ps=sp=artstrongs=3588tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=277ps=sp=conjstrongs=1161tense=voice=
Ἰησοῦ
bol_dict_abc=2399bol_lemma_dict=Ἰησοῦςcase=genitivedegree=freq_lemma=913gloss=Jesusgn=mlemma=Ἰησοῦςlexeme_dict=Ἰησοῦςmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Ἰησοῦnu=sgorig_order=278ps=sp=nounstrongs=2424tense=voice=
Χριστοῦ
bol_dict_abc=5358bol_lemma_dict=Χριστός, -οῦ, ὁcase=genitivedegree=freq_lemma=529gloss=anointed, Messiah, Christgn=mlemma=Χριστόςlexeme_dict=Χριστός, -οῦ, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Χριστοῦnu=sgorig_order=279ps=sp=nounstrongs=5547tense=voice=
ἡ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSFmorph_functional=T-NSFnormalized=ἡnu=sgorig_order=280ps=sp=artstrongs=3588tense=voice=
γένεσις
bol_dict_abc=1070bol_lemma_dict=γένεσις, -εως, ἡcase=nominativedegree=freq_lemma=5gloss=birth, lineagegn=flemma=γένεσιςlexeme_dict=γένεσις, -εως, ἡmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=γένεσιςnu=sgorig_order=281ps=sp=nounstrongs=1078tense=voice=
οὕτως
bol_dict_abc=3630bol_lemma_dict=οὕτω, οὕτωςcase=degree=freq_lemma=209gloss=thus, so, in this mannergn=lemma=οὕτωlexeme_dict=οὕτω, οὕτωςmood=morph_form=ADVmorph_functional=ADVnormalized=οὕτωςnu=orig_order=282ps=sp=advstrongs=3779tense=voice=
ἦν.
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indicativemorph_form=V-IAI-3Smorph_functional=V-IAI-3Snormalized=ἦνnu=sgorig_order=283ps=p3sp=verbstrongs=1510&5707tense=imperfectvoice=active
μνηστευθείσης
bol_dict_abc=3280bol_lemma_dict=μνηστεύομαιcase=genitivedegree=freq_lemma=3gloss=ask in marriagegn=flemma=μνηστεύωlexeme_dict=μνηστεύομαιmood=participlemorph_form=V-APP-GSFmorph_functional=V-APP-GSFnormalized=μνηστευθείσηςnu=sgorig_order=284ps=sp=verbstrongs=3423&5685tense=aoristvoice=passive
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=285ps=sp=artstrongs=3588tense=voice=
μητρὸς
bol_dict_abc=3246bol_lemma_dict=μήτηρ, -τρος, ἡcase=genitivedegree=freq_lemma=84gloss=mothergn=flemma=μήτηρlexeme_dict=μήτηρ, -τρος, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=μητρόςnu=sgorig_order=286ps=sp=nounstrongs=3384tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=287ps=sp=prepstrongs=846tense=voice=
Μαρίας
bol_dict_abc=3113bol_lemma_dict=Μαρία, -αςcase=genitivedegree=freq_lemma=54gloss=Mary, Miriamgn=flemma=Μαρίαlexeme_dict=Μαρία, -αςmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=Μαρίαςnu=sgorig_order=288ps=sp=nounstrongs=3137tense=voice=
τῷ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DSMmorph_functional=T-DSMnormalized=τῷnu=sgorig_order=289ps=sp=artstrongs=3588tense=voice=
Ἰωσήφ,
bol_dict_abc=2473bol_lemma_dict=Ἰωσήφ, ὁcase=degree=freq_lemma=35gloss=Josephgn=lemma=Ἰωσήφlexeme_dict=Ἰωσήφ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰωσήφnu=orig_order=290ps=sp=nounstrongs=2501tense=voice=
πρὶν
bol_dict_abc=4095bol_lemma_dict=πρίνcase=degree=freq_lemma=13gloss=formerly, beforegn=lemma=πρίνlexeme_dict=πρίνmood=morph_form=ADVmorph_functional=ADVnormalized=πρίνnu=orig_order=291ps=sp=advstrongs=4250tense=voice=
ἢ
bol_dict_abc=2214bol_lemma_dict=ἤcase=degree=freq_lemma=343gloss=or, thangn=lemma=ἤlexeme_dict=ἤmood=morph_form=PRTmorph_functional=PRTnormalized=ἤnu=orig_order=292ps=sp=prepstrongs=2228tense=voice=
συνελθεῖν
bol_dict_abc=4737bol_lemma_dict=συνέρχομαιcase=degree=freq_lemma=30gloss=come or go with, accompany, assemblegn=nlemma=συνέρχομαιlexeme_dict=συνέρχομαιmood=morph_form=V-2AANmorph_functional=V-2AANnormalized=συνελθεῖνnu=orig_order=293ps=sp=verbstrongs=4905&5629tense=2ndaoristvoice=active
αὐτοὺς
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=accusativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-APMmorph_functional=P-APMnormalized=αὐτούςnu=plorig_order=294ps=sp=prepstrongs=846tense=voice=
εὑρέθη
bol_dict_abc=2134bol_lemma_dict=εὑρίσκωcase=degree=freq_lemma=176gloss=findgn=lemma=εὑρίσκωlexeme_dict=εὑρίσκωmood=indicativemorph_form=V-API-3Smorph_functional=V-API-3Snormalized=εὑρέθηnu=sgorig_order=295ps=p3sp=verbstrongs=2147&5681tense=aoristvoice=passive
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=296ps=sp=prepstrongs=1722tense=voice=
γαστρὶ
bol_dict_abc=1056bol_lemma_dict=γαστήρ, -τρός, ἡcase=dativedegree=freq_lemma=9gloss=womb, stomach, to be pregnantgn=flemma=γαστήρlexeme_dict=γαστήρ, -τρός, ἡmood=morph_form=N-DSFmorph_functional=N-DSFnormalized=γαστρίnu=sgorig_order=297ps=sp=nounstrongs=1064tense=voice=
ἔχουσα
bol_dict_abc=2178bol_lemma_dict=ἔχωcase=nominativedegree=freq_lemma=709gloss=have, hold, possessgn=flemma=ἔχωlexeme_dict=ἔχωmood=participlemorph_form=V-PAP-NSFmorph_functional=V-PAP-NSFnormalized=ἔχουσαnu=sgorig_order=298ps=sp=verbstrongs=2192&5723tense=presentvoice=active
ἐκ
bol_dict_abc=1522bol_lemma_dict=ἐκ, ἐξcase=degree=freq_lemma=913gloss=from out, out from among, fromgn=lemma=ἐκlexeme_dict=ἐκ, ἐξmood=morph_form=PREPmorph_functional=PREPnormalized=ἐκnu=plorig_order=299ps=sp=prepstrongs=1537tense=voice=
Πνεύματος
bol_dict_abc=3997bol_lemma_dict=πνεῦμα, -τος, τόcase=genitivedegree=freq_lemma=379gloss=wind, breath, spiritgn=nlemma=πνεῦμαlexeme_dict=πνεῦμα, -τος, τόmood=morph_form=N-GSNmorph_functional=N-GSNnormalized=Πνεύματοςnu=sgorig_order=300ps=sp=nounstrongs=4151tense=voice=
Ἁγίου.
bol_dict_abc=39bol_lemma_dict=ἅγιος, -α, -ονcase=genitivedegree=freq_lemma=234gloss=set apart, holy, sacredgn=nlemma=ἅγιοςlexeme_dict=ἅγιος, -α, -ονmood=morph_form=A-GSNmorph_functional=A-GSNnormalized=Ἁγίουnu=sgorig_order=301ps=sp=adjstrongs=40tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 19
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ἰωσὴφ
bol_dict_abc=2473bol_lemma_dict=Ἰωσήφ, ὁcase=degree=freq_lemma=35gloss=Josephgn=lemma=Ἰωσήφlexeme_dict=Ἰωσήφ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰωσήφnu=orig_order=302ps=sp=nounstrongs=2501tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=303ps=sp=conjstrongs=1161tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=304ps=sp=artstrongs=3588tense=voice=
ἀνὴρ
bol_dict_abc=434bol_lemma_dict=ἀνήρ, ἀνδρός, ὁcase=nominativedegree=freq_lemma=216gloss=male human being, mangn=mlemma=ἀνήρlexeme_dict=ἀνήρ, ἀνδρός, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=ἀνήρnu=sgorig_order=305ps=sp=nounstrongs=435tense=voice=
αὐτῆς,
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=flemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSFmorph_functional=P-GSFnormalized=αὐτῆςnu=sgorig_order=306ps=sp=prepstrongs=846tense=voice=
δίκαιος
bol_dict_abc=1332bol_lemma_dict=δίκαιος, -α, -ονcase=nominativedegree=freq_lemma=79gloss=just, righteous, impartialgn=mlemma=δίκαιοςlexeme_dict=δίκαιος, -α, -ονmood=morph_form=A-NSMmorph_functional=A-NSMnormalized=δίκαιοςnu=sgorig_order=307ps=sp=adjstrongs=1342tense=voice=
ὢν
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=nominativedegree=freq_lemma=2457gloss=am, existgn=mlemma=εἰμίlexeme_dict=εἰμίmood=participlemorph_form=V-PAP-NSMmorph_functional=V-PAP-NSMnormalized=ὤνnu=sgorig_order=308ps=sp=verbstrongs=1510&5723tense=presentvoice=active
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=309ps=sp=conjstrongs=2532tense=voice=
μὴ
bol_dict_abc=3229bol_lemma_dict=μήcase=nominativedegree=freq_lemma=1060gloss=not, lestgn=nlemma=μήlexeme_dict=μήmood=morph_form=PRT-Nmorph_functional=PRT-Nnormalized=μήnu=orig_order=310ps=sp=prepstrongs=3361tense=voice=
θέλων
bol_dict_abc=2287bol_lemma_dict=θέλωcase=nominativedegree=freq_lemma=207gloss=will, wish, desiregn=mlemma=θέλωlexeme_dict=θέλωmood=participlemorph_form=V-PAP-NSMmorph_functional=V-PAP-NSMnormalized=θέλωνnu=sgorig_order=311ps=sp=verbstrongs=2309&5723tense=presentvoice=active
αὐτὴν
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=accusativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=flemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-ASFmorph_functional=P-ASFnormalized=αὐτήνnu=sgorig_order=312ps=sp=prepstrongs=846tense=voice=
δειγματίσαι,
bol_dict_abc=1156bol_lemma_dict=δειγματίζωcase=degree=freq_lemma=2gloss=hold up as an examplegn=nlemma=δειγματίζωlexeme_dict=δειγματίζωmood=infinitivemorph_form=V-AANmorph_functional=V-AANnormalized=δειγματίσαιnu=orig_order=313ps=sp=verbstrongs=1165&5658tense=aoristvoice=active
ἐβουλήθη
bol_dict_abc=1006bol_lemma_dict=βούλομαιcase=degree=freq_lemma=37gloss=will, intend, desiregn=lemma=βούλομαιlexeme_dict=βούλομαιmood=indicativemorph_form=V-AOI-3Smorph_functional=V-AOI-3Snormalized=ἐβουλήθηnu=sgorig_order=314ps=p3sp=verbstrongs=1014&5675tense=aoristvoice=passive_deponent
λάθρᾳ
bol_dict_abc=2952bol_lemma_dict=λάθρᾳcase=degree=freq_lemma=4gloss=secretlygn=lemma=λάθρᾳlexeme_dict=λάθρᾳmood=morph_form=ADVmorph_functional=ADVnormalized=λάθρᾳnu=orig_order=315ps=sp=advstrongs=2977tense=voice=
ἀπολῦσαι
bol_dict_abc=624bol_lemma_dict=ἀπολύωcase=degree=freq_lemma=66gloss=release, let go, send away, divorcegn=nlemma=ἀπολύωlexeme_dict=ἀπολύωmood=infinitivemorph_form=V-AANmorph_functional=V-AANnormalized=ἀπολῦσαιnu=orig_order=316ps=sp=verbstrongs=630&5658tense=aoristvoice=active
αὐτήν.
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=accusativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=flemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-ASFmorph_functional=P-ASFnormalized=αὐτήνnu=sgorig_order=317ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 20
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
ταῦτα
bol_dict_abc=3629bol_lemma_dict=οὗτος, αὕτη, τοῦτοcase=accusativedegree=freq_lemma=1388gloss=this, he, she, itgn=nlemma=οὗτοςlexeme_dict=οὗτος, αὕτη, τοῦτοmood=morph_form=D-APNmorph_functional=D-APNnormalized=ταῦταnu=plorig_order=318ps=sp=advstrongs=3778tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=319ps=sp=conjstrongs=1161tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=320ps=sp=prepstrongs=846tense=voice=
ἐνθυμηθέντος
bol_dict_abc=1750bol_lemma_dict=ἐνθυμέομαιcase=genitivedegree=freq_lemma=2gloss=meditate upon, reflect upongn=mlemma=ἐνθυμέομαιlexeme_dict=ἐνθυμέομαιmood=participlemorph_form=V-AOP-GSMmorph_functional=V-AOP-GSMnormalized=ἐνθυμηθέντοςnu=sgorig_order=321ps=sp=verbstrongs=1760&5679tense=aoristvoice=passive_deponent
ἰδοὺ
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlexeme_dict=ὁράωmood=imperativemorph_form=V-2AMM-2Smorph_functional=V-2AMM-2Snormalized=ἰδούnu=sgorig_order=322ps=p2sp=verbstrongs=3708&5640tense=2ndaoristvoice=active
ἄγγελος
bol_dict_abc=32bol_lemma_dict=ἄγγελος, -ου, ὁcase=nominativedegree=freq_lemma=176gloss=angel, messengergn=mlemma=ἄγγελοςlexeme_dict=ἄγγελος, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=ἄγγελοςnu=sgorig_order=323ps=sp=nounstrongs=32tense=voice=
Κυρίου
bol_dict_abc=2937bol_lemma_dict=κύριος, -ου, ὁcase=genitivedegree=freq_lemma=718gloss=lord, Lord, master, sirgn=mlemma=κύριοςlexeme_dict=κύριος, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Κυρίουnu=sgorig_order=324ps=sp=nounstrongs=2962tense=voice=
κατ’
bol_dict_abc=2568bol_lemma_dict=κατάcase=degree=freq_lemma=472gloss=down from, against, according to, throughout, duringgn=lemma=κατάlexeme_dict=κατάmood=morph_form=PREPmorph_functional=PREPnormalized=κατ’nu=plorig_order=325ps=sp=prepstrongs=2596tense=voice=
ὄναρ
bol_dict_abc=3530bol_lemma_dict=ὄναρ, τόcase=degree=freq_lemma=6gloss=dreamgn=lemma=ὄναρlexeme_dict=ὄναρ, τόmood=morph_form=N-OImorph_functional=N-OInormalized=ὄναρnu=orig_order=326ps=sp=nounstrongs=3677tense=voice=
ἐφάνη
bol_dict_abc=5135bol_lemma_dict=φαίνωcase=degree=freq_lemma=31gloss=shine, appear, seemgn=lemma=φαίνωlexeme_dict=φαίνωmood=participlemorph_form=V-2API-3Smorph_functional=V-2API-3Snormalized=ἐφάνηnu=sgorig_order=327ps=p3sp=verbstrongs=5316&5648tense=2ndaoristvoice=active
αὐτῷ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=328ps=sp=prepstrongs=846tense=voice=
λέγων
bol_dict_abc=2977bol_lemma_dict=λέγωcase=nominativedegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlexeme_dict=λέγωmood=participlemorph_form=V-PAP-NSMmorph_functional=V-PAP-NSMnormalized=λέγωνnu=sgorig_order=329ps=sp=verbstrongs=3004&5723tense=presentvoice=active
Ἰωσὴφ
bol_dict_abc=2473bol_lemma_dict=Ἰωσήφ, ὁcase=degree=freq_lemma=35gloss=Josephgn=lemma=Ἰωσήφlexeme_dict=Ἰωσήφ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰωσήφnu=orig_order=330ps=sp=nounstrongs=2501tense=voice=
υἱὸς
bol_dict_abc=5026bol_lemma_dict=υἱός, -οῦ, ὁcase=nominativedegree=freq_lemma=376gloss=son, descendentgn=mlemma=υἱόςlexeme_dict=υἱός, -οῦ, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=υἱόςnu=sgorig_order=331ps=sp=nounstrongs=5207tense=voice=
Δαυείδ,
bol_dict_abc=1151bol_lemma_dict=Δαυίδ, ὁcase=degree=freq_lemma=59gloss=Davidgn=lemma=Δαυίδlexeme_dict=Δαυίδ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Δαυείδnu=orig_order=332ps=sp=nounstrongs=1138tense=voice=
μὴ
bol_dict_abc=3229bol_lemma_dict=μήcase=nominativedegree=freq_lemma=1060gloss=not, lestgn=nlemma=μήlexeme_dict=μήmood=morph_form=PRT-Nmorph_functional=PRT-Nnormalized=μήnu=orig_order=333ps=sp=prepstrongs=3361tense=voice=
φοβηθῇς
bol_dict_abc=5215bol_lemma_dict=φοβέομαιcase=degree=freq_lemma=95gloss=fear, am terrifiedgn=lemma=φοβέωlexeme_dict=φοβέομαιmood=subjunctivemorph_form=V-AOS-2Smorph_functional=V-AOS-2Snormalized=φοβηθῇςnu=sgorig_order=334ps=p2sp=verbstrongs=5399&5680tense=aoristvoice=passive_deponent
παραλαβεῖν
bol_dict_abc=3726bol_lemma_dict=παραλαμβάνωcase=degree=freq_lemma=49gloss=take, receivegn=nlemma=παραλαμβάνωlexeme_dict=παραλαμβάνωmood=morph_form=V-2AANmorph_functional=V-2AANnormalized=παραλαβεῖνnu=orig_order=335ps=sp=verbstrongs=3880&5629tense=2ndaoristvoice=active
Μαρίαν
bol_dict_abc=3113bol_lemma_dict=Μαρία, -αςcase=accusativedegree=freq_lemma=54gloss=Mary, Miriamgn=flemma=Μαρίαlexeme_dict=Μαρία, -αςmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=Μαρίανnu=sgorig_order=336ps=sp=nounstrongs=3137tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=337ps=sp=artstrongs=3588tense=voice=
γυναῖκά
bol_dict_abc=1126bol_lemma_dict=γυνή, -αικός, ἡcase=accusativedegree=freq_lemma=214gloss=woman, wife, my ladygn=flemma=γυνήlexeme_dict=γυνή, -αικός, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=γυναῖκαnu=sgorig_order=338ps=sp=nounstrongs=1135tense=voice=
σου,
bol_dict_abc=4603bol_lemma_dict=σύcase=degree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2GSmorph_functional=P-2GSnormalized=σουnu=sgorig_order=339ps=sp=prepstrongs=4771tense=voice=
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSNmorph_functional=T-NSNnormalized=τόnu=sgorig_order=340ps=sp=artstrongs=3588tense=voice=
γὰρ
bol_dict_abc=1055bol_lemma_dict=γάρcase=degree=freq_lemma=1038gloss=forgn=lemma=γάρlexeme_dict=γάρmood=morph_form=CONJmorph_functional=CONJnormalized=γάρnu=orig_order=341ps=sp=conjstrongs=1063tense=voice=
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=342ps=sp=prepstrongs=1722tense=voice=
αὐτῇ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=flemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSFmorph_functional=P-DSFnormalized=αὐτῇnu=sgorig_order=343ps=sp=prepstrongs=846tense=voice=
γεννηθὲν
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=nominativedegree=freq_lemma=97gloss=beget, bring forth, give birth togn=nlemma=γεννάωlexeme_dict=γεννάωmood=participlemorph_form=V-APP-NSNmorph_functional=V-APP-NSNnormalized=γεννηθένnu=sgorig_order=344ps=sp=verbstrongs=1080&5685tense=aoristvoice=passive
ἐκ
bol_dict_abc=1522bol_lemma_dict=ἐκ, ἐξcase=degree=freq_lemma=913gloss=from out, out from among, fromgn=lemma=ἐκlexeme_dict=ἐκ, ἐξmood=morph_form=PREPmorph_functional=PREPnormalized=ἐκnu=plorig_order=345ps=sp=prepstrongs=1537tense=voice=
Πνεύματός
bol_dict_abc=3997bol_lemma_dict=πνεῦμα, -τος, τόcase=genitivedegree=freq_lemma=379gloss=wind, breath, spiritgn=nlemma=πνεῦμαlexeme_dict=πνεῦμα, -τος, τόmood=morph_form=N-GSNmorph_functional=N-GSNnormalized=Πνεύματοςnu=sgorig_order=346ps=sp=nounstrongs=4151tense=voice=
ἐστιν
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indicativemorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=ἐστινnu=sgorig_order=347ps=p3sp=verbstrongs=1510&5719tense=presentvoice=active
Ἁγίου·
bol_dict_abc=39bol_lemma_dict=ἅγιος, -α, -ονcase=genitivedegree=freq_lemma=234gloss=set apart, holy, sacredgn=nlemma=ἅγιοςlexeme_dict=ἅγιος, -α, -ονmood=morph_form=A-GSNmorph_functional=A-GSNnormalized=Ἁγίουnu=sgorig_order=348ps=sp=adjstrongs=40tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 21
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
τέξεται
bol_dict_abc=4917bol_lemma_dict=τίκτωcase=degree=freq_lemma=18gloss=bear, bring forth, producegn=lemma=τίκτωlexeme_dict=τίκτωmood=indicativemorph_form=V-FDI-3Smorph_functional=V-FDI-3Snormalized=τέξεταιnu=sgorig_order=349ps=p3sp=verbstrongs=5088&5695tense=futurevoice=middle_deponent
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=350ps=sp=conjstrongs=1161tense=voice=
υἱὸν
bol_dict_abc=5026bol_lemma_dict=υἱός, -οῦ, ὁcase=accusativedegree=freq_lemma=376gloss=son, descendentgn=mlemma=υἱόςlexeme_dict=υἱός, -οῦ, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=υἱόνnu=sgorig_order=351ps=sp=nounstrongs=5207tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=352ps=sp=conjstrongs=2532tense=voice=
καλέσεις
bol_dict_abc=2538bol_lemma_dict=καλέωcase=degree=freq_lemma=148gloss=call, invite, namegn=lemma=καλέωlexeme_dict=καλέωmood=indicativemorph_form=V-FAI-2Smorph_functional=V-FAI-2Snormalized=καλέσειςnu=sgorig_order=353ps=p2sp=verbstrongs=2564&5692tense=futurevoice=active
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASNmorph_functional=T-ASNnormalized=τόnu=sgorig_order=354ps=sp=artstrongs=3588tense=voice=
ὄνομα
bol_dict_abc=3539bol_lemma_dict=ὄνομα, -τος, τόcase=accusativedegree=freq_lemma=229gloss=name, character, reputationgn=nlemma=ὄνομαlexeme_dict=ὄνομα, -τος, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=ὄνομαnu=sgorig_order=355ps=sp=nounstrongs=3686tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=356ps=sp=prepstrongs=846tense=voice=
Ἰησοῦν·
bol_dict_abc=2399bol_lemma_dict=Ἰησοῦςcase=accusativedegree=freq_lemma=913gloss=Jesusgn=mlemma=Ἰησοῦςlexeme_dict=Ἰησοῦςmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Ἰησοῦνnu=sgorig_order=357ps=sp=nounstrongs=2424tense=voice=
αὐτὸς
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=nominativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-NSMmorph_functional=P-NSMnormalized=αὐτόςnu=sgorig_order=358ps=sp=prepstrongs=846tense=voice=
γὰρ
bol_dict_abc=1055bol_lemma_dict=γάρcase=degree=freq_lemma=1038gloss=forgn=lemma=γάρlexeme_dict=γάρmood=morph_form=CONJmorph_functional=CONJnormalized=γάρnu=orig_order=359ps=sp=conjstrongs=1063tense=voice=
σώσει
bol_dict_abc=4814bol_lemma_dict=σῴζωcase=degree=freq_lemma=106gloss=save, healgn=lemma=σῴζωlexeme_dict=σῴζωmood=indicativemorph_form=V-FAI-3Smorph_functional=V-FAI-3Snormalized=σώσειnu=sgorig_order=360ps=p3sp=verbstrongs=4982&5692tense=futurevoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=361ps=sp=artstrongs=3588tense=voice=
λαὸν
bol_dict_abc=2969bol_lemma_dict=λαός, -οῦ, ὁcase=accusativedegree=freq_lemma=142gloss=people, crowdgn=mlemma=λαόςlexeme_dict=λαός, -οῦ, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=λαόνnu=sgorig_order=362ps=sp=nounstrongs=2992tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=363ps=sp=prepstrongs=846tense=voice=
ἀπὸ
bol_dict_abc=569bol_lemma_dict=ἀπόcase=degree=freq_lemma=647gloss=from, away fromgn=lemma=ἀπόlexeme_dict=ἀπόmood=morph_form=PREPmorph_functional=PREPnormalized=ἀπόnu=plorig_order=364ps=sp=prepstrongs=575tense=voice=
τῶν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GPFmorph_functional=T-GPFnormalized=τῶνnu=plorig_order=365ps=sp=artstrongs=3588tense=voice=
ἁμαρτιῶν
bol_dict_abc=262bol_lemma_dict=ἁμαρτία, -ας, ἡcase=genitivedegree=freq_lemma=173gloss=singn=flemma=ἁμαρτίαlexeme_dict=ἁμαρτία, -ας, ἡmood=morph_form=N-GPFmorph_functional=N-GPFnormalized=ἁμαρτιῶνnu=plorig_order=366ps=sp=nounstrongs=266tense=voice=
αὐτῶν.
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GPMmorph_functional=P-GPMnormalized=αὐτῶνnu=plorig_order=367ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 22
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Τοῦτο
bol_dict_abc=3629bol_lemma_dict=οὗτος, αὕτη, τοῦτοcase=nominativedegree=freq_lemma=1388gloss=this, he, she, itgn=nlemma=οὗτοςlexeme_dict=οὗτος, αὕτη, τοῦτοmood=morph_form=D-NSNmorph_functional=D-NSNnormalized=Τοῦτοnu=sgorig_order=368ps=sp=advstrongs=3778tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=369ps=sp=conjstrongs=1161tense=voice=
ὅλον
bol_dict_abc=3503bol_lemma_dict=ὅλος, -η, -ονcase=nominativedegree=freq_lemma=108gloss=all, the whole, entiregn=nlemma=ὅλοςlexeme_dict=ὅλος, -η, -ονmood=morph_form=A-NSNmorph_functional=A-NSNnormalized=ὅλονnu=sgorig_order=370ps=sp=adjstrongs=3650tense=voice=
γέγονεν
bol_dict_abc=1087bol_lemma_dict=γίνομαιcase=degree=freq_lemma=668gloss=come into being, am borngn=lemma=γίνομαιlexeme_dict=γίνομαιmood=morph_form=V-2RAI-3Smorph_functional=V-2RAI-3Snormalized=γέγονενnu=sgorig_order=371ps=p3sp=verbstrongs=1096&5754tense=2ndperfectvoice=
ἵνα
bol_dict_abc=2417bol_lemma_dict=ἵναcase=degree=freq_lemma=669gloss=in order that, so thatgn=lemma=ἵναlexeme_dict=ἵναmood=morph_form=CONJmorph_functional=CONJnormalized=ἵναnu=orig_order=372ps=sp=conjstrongs=2443tense=voice=
πληρωθῇ
bol_dict_abc=3983bol_lemma_dict=πληρόωcase=degree=freq_lemma=86gloss=fill, fulfill, completegn=lemma=πληρόωlexeme_dict=πληρόωmood=subjunctivemorph_form=V-APS-3Smorph_functional=V-APS-3Snormalized=πληρωθῇnu=sgorig_order=373ps=p3sp=verbstrongs=4137&5686tense=aoristvoice=passive
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSNmorph_functional=T-NSNnormalized=τόnu=sgorig_order=374ps=sp=artstrongs=3588tense=voice=
ῥηθὲν
bol_dict_abc=1500bol_lemma_dict=case=nominativedegree=freq_lemma=96gloss=say, speakgn=nlemma=εἶπονlexeme_dict=mood=participlemorph_form=V-APP-NSNmorph_functional=V-APP-NSNnormalized=ῥηθένnu=sgorig_order=375ps=sp=verbstrongs=2046&5685tense=aoristvoice=passive
ὑπὸ
bol_dict_abc=5076bol_lemma_dict=ὑπόcase=degree=freq_lemma=219gloss=by, under, aboutgn=lemma=ὑπόlexeme_dict=ὑπόmood=morph_form=PREPmorph_functional=PREPnormalized=ὑπόnu=plorig_order=376ps=sp=prepstrongs=5259tense=voice=
Κυρίου
bol_dict_abc=2937bol_lemma_dict=κύριος, -ου, ὁcase=genitivedegree=freq_lemma=718gloss=lord, Lord, master, sirgn=mlemma=κύριοςlexeme_dict=κύριος, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Κυρίουnu=sgorig_order=377ps=sp=nounstrongs=2962tense=voice=
διὰ
bol_dict_abc=1212bol_lemma_dict=διάcase=degree=freq_lemma=667gloss=through, on account ofgn=lemma=διάlexeme_dict=διάmood=morph_form=PREPmorph_functional=PREPnormalized=διάnu=plorig_order=378ps=sp=prepstrongs=1223tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=379ps=sp=artstrongs=3588tense=voice=
προφήτου
bol_dict_abc=4238bol_lemma_dict=προφήτης, -ου, ὁcase=genitivedegree=freq_lemma=144gloss=prophet, poetgn=mlemma=προφήτηςlexeme_dict=προφήτης, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=προφήτουnu=sgorig_order=380ps=sp=nounstrongs=4396tense=voice=
λέγοντος
bol_dict_abc=2977bol_lemma_dict=λέγωcase=genitivedegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlexeme_dict=λέγωmood=participlemorph_form=V-PAP-GSMmorph_functional=V-PAP-GSMnormalized=λέγοντοςnu=sgorig_order=381ps=sp=verbstrongs=3004&5723tense=presentvoice=active
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 23
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ἰδοὺ
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlexeme_dict=ὁράωmood=imperativemorph_form=V-2AMM-2Smorph_functional=V-2AMM-2Snormalized=Ἰδούnu=sgorig_order=382ps=p2sp=verbstrongs=3708&5640tense=2ndaoristvoice=active
ἡ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSFmorph_functional=T-NSFnormalized=ἡnu=sgorig_order=383ps=sp=artstrongs=3588tense=voice=
παρθένος
bol_dict_abc=3781bol_lemma_dict=παρθένος, -ου, ἡcase=nominativedegree=freq_lemma=15gloss=virgingn=flemma=παρθένοςlexeme_dict=παρθένος, -ου, ἡmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=παρθένοςnu=sgorig_order=384ps=sp=nounstrongs=3933tense=voice=
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=385ps=sp=prepstrongs=1722tense=voice=
γαστρὶ
bol_dict_abc=1056bol_lemma_dict=γαστήρ, -τρός, ἡcase=dativedegree=freq_lemma=9gloss=womb, stomach, to be pregnantgn=flemma=γαστήρlexeme_dict=γαστήρ, -τρός, ἡmood=morph_form=N-DSFmorph_functional=N-DSFnormalized=γαστρίnu=sgorig_order=386ps=sp=nounstrongs=1064tense=voice=
ἕξει
bol_dict_abc=2178bol_lemma_dict=ἔχωcase=degree=freq_lemma=709gloss=have, hold, possessgn=lemma=ἔχωlexeme_dict=ἔχωmood=indicativemorph_form=V-FAI-3Smorph_functional=V-FAI-3Snormalized=ἕξειnu=sgorig_order=387ps=p3sp=verbstrongs=2192&5692tense=futurevoice=active
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=388ps=sp=conjstrongs=2532tense=voice=
τέξεται
bol_dict_abc=4917bol_lemma_dict=τίκτωcase=degree=freq_lemma=18gloss=bear, bring forth, producegn=lemma=τίκτωlexeme_dict=τίκτωmood=indicativemorph_form=V-FDI-3Smorph_functional=V-FDI-3Snormalized=τέξεταιnu=sgorig_order=389ps=p3sp=verbstrongs=5088&5695tense=futurevoice=middle_deponent
υἱόν,
bol_dict_abc=5026bol_lemma_dict=υἱός, -οῦ, ὁcase=accusativedegree=freq_lemma=376gloss=son, descendentgn=mlemma=υἱόςlexeme_dict=υἱός, -οῦ, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=υἱόνnu=sgorig_order=390ps=sp=nounstrongs=5207tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=391ps=sp=conjstrongs=2532tense=voice=
καλέσουσιν
bol_dict_abc=2538bol_lemma_dict=καλέωcase=degree=freq_lemma=148gloss=call, invite, namegn=lemma=καλέωlexeme_dict=καλέωmood=indicativemorph_form=V-FAI-3Pmorph_functional=V-FAI-3Pnormalized=καλέσουσινnu=plorig_order=392ps=p3sp=verbstrongs=2564&5692tense=futurevoice=active
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASNmorph_functional=T-ASNnormalized=τόnu=sgorig_order=393ps=sp=artstrongs=3588tense=voice=
ὄνομα
bol_dict_abc=3539bol_lemma_dict=ὄνομα, -τος, τόcase=accusativedegree=freq_lemma=229gloss=name, character, reputationgn=nlemma=ὄνομαlexeme_dict=ὄνομα, -τος, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=ὄνομαnu=sgorig_order=394ps=sp=nounstrongs=3686tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=395ps=sp=prepstrongs=846tense=voice=
Ἐμμανουήλ,
bol_dict_abc=1682bol_lemma_dict=Ἐμμανουήλ, ὁcase=degree=freq_lemma=1gloss=Emmanuelgn=lemma=Ἐμμανουήλlexeme_dict=Ἐμμανουήλ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἐμμανουήλnu=orig_order=396ps=sp=nounstrongs=1694tense=voice=
ὅ
bol_dict_abc=3591bol_lemma_dict=ὅς, ἥ, ὅcase=nominativedegree=freq_lemma=1407gloss=who, which, what, thatgn=nlemma=ὅςlexeme_dict=ὅς, ἥ, ὅmood=morph_form=R-NSNmorph_functional=R-NSNnormalized=ὅnu=sgorig_order=397ps=sp=pron-relastrongs=3739tense=voice=
ἐστιν
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indicativemorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=ἐστινnu=sgorig_order=398ps=p3sp=verbstrongs=1510&5719tense=presentvoice=active
μεθερμηνευόμενον
bol_dict_abc=3147bol_lemma_dict=μεθερμηνεύωcase=nominativedegree=freq_lemma=8gloss=translate, interpretgn=nlemma=μεθερμηνεύωlexeme_dict=μεθερμηνεύωmood=participlemorph_form=V-PEP-NSNmorph_functional=V-PPP-NSNnormalized=μεθερμηνευόμενονnu=sgorig_order=399ps=sp=verbstrongs=3177&5746tense=presentvoice=middle_or_passive
Μεθ’
bol_dict_abc=3193bol_lemma_dict=μετάcase=degree=freq_lemma=470gloss=with, aftergn=lemma=μετάlexeme_dict=μετάmood=morph_form=PREPmorph_functional=PREPnormalized=Μεθ’nu=plorig_order=400ps=sp=prepstrongs=3326tense=voice=
ἡμῶν
bol_dict_abc=1469bol_lemma_dict=ἐγώcase=degree=freq_lemma=2567gloss=Ign=lemma=ἐγώlexeme_dict=ἐγώmood=morph_form=P-1GPmorph_functional=P-1GPnormalized=ἡμῶνnu=plorig_order=401ps=sp=prepstrongs=1473tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=402ps=sp=artstrongs=3588tense=voice=
Θεός.
bol_dict_abc=2293bol_lemma_dict=θεός, -οῦ, ὁcase=nominativedegree=freq_lemma=1311gloss=God, godgn=mlemma=θεόςlexeme_dict=θεός, -οῦ, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Θεόςnu=sgorig_order=403ps=sp=nounstrongs=2316tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 24
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
ἐγερθεὶς
bol_dict_abc=1447bol_lemma_dict=ἐγείρωcase=nominativedegree=freq_lemma=143gloss=wake, arouse, raise upgn=mlemma=ἐγείρωlexeme_dict=ἐγείρωmood=participlemorph_form=V-APP-NSMmorph_functional=V-APP-NSMnormalized=ἐγερθείςnu=sgorig_order=404ps=sp=verbstrongs=1453&5685tense=aoristvoice=passive
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=405ps=sp=conjstrongs=1161tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=406ps=sp=artstrongs=3588tense=voice=
Ἰωσὴφ
bol_dict_abc=2473bol_lemma_dict=Ἰωσήφ, ὁcase=degree=freq_lemma=35gloss=Josephgn=lemma=Ἰωσήφlexeme_dict=Ἰωσήφ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰωσήφnu=orig_order=407ps=sp=nounstrongs=2501tense=voice=
ἀπὸ
bol_dict_abc=569bol_lemma_dict=ἀπόcase=degree=freq_lemma=647gloss=from, away fromgn=lemma=ἀπόlexeme_dict=ἀπόmood=morph_form=PREPmorph_functional=PREPnormalized=ἀπόnu=plorig_order=408ps=sp=prepstrongs=575tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=409ps=sp=artstrongs=3588tense=voice=
ὕπνου
bol_dict_abc=5075bol_lemma_dict=ὕπνος, -ου, ὁcase=genitivedegree=freq_lemma=6gloss=sleepgn=mlemma=ὕπνοςlexeme_dict=ὕπνος, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=ὕπνουnu=sgorig_order=410ps=sp=nounstrongs=5258tense=voice=
ἐποίησεν
bol_dict_abc=4006bol_lemma_dict=ποιέωcase=degree=freq_lemma=566gloss=do, makegn=lemma=ποιέωlexeme_dict=ποιέωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐποίησενnu=sgorig_order=411ps=p3sp=verbstrongs=4160&5656tense=aoristvoice=active
ὡς
bol_dict_abc=5421bol_lemma_dict=ὡςcase=degree=freq_lemma=502gloss=as, like as, how, while, so thatgn=lemma=ὡςlexeme_dict=ὡςmood=morph_form=ADVmorph_functional=ADVnormalized=ὡςnu=orig_order=412ps=sp=advstrongs=5613tense=voice=
προσέταξεν
bol_dict_abc=4211bol_lemma_dict=προστάσσωcase=degree=freq_lemma=7gloss=instruct, command, appointgn=lemma=προστάσσωlexeme_dict=προστάσσωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=προσέταξενnu=sgorig_order=413ps=p3sp=verbstrongs=4367&5656tense=aoristvoice=active
αὐτῷ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=414ps=sp=prepstrongs=846tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=415ps=sp=artstrongs=3588tense=voice=
ἄγγελος
bol_dict_abc=32bol_lemma_dict=ἄγγελος, -ου, ὁcase=nominativedegree=freq_lemma=176gloss=angel, messengergn=mlemma=ἄγγελοςlexeme_dict=ἄγγελος, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=ἄγγελοςnu=sgorig_order=416ps=sp=nounstrongs=32tense=voice=
Κυρίου,
bol_dict_abc=2937bol_lemma_dict=κύριος, -ου, ὁcase=genitivedegree=freq_lemma=718gloss=lord, Lord, master, sirgn=mlemma=κύριοςlexeme_dict=κύριος, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Κυρίουnu=sgorig_order=417ps=sp=nounstrongs=2962tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=418ps=sp=conjstrongs=2532tense=voice=
παρέλαβεν
bol_dict_abc=3726bol_lemma_dict=παραλαμβάνωcase=degree=freq_lemma=49gloss=take, receivegn=lemma=παραλαμβάνωlexeme_dict=παραλαμβάνωmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=παρέλαβενnu=sgorig_order=419ps=p3sp=verbstrongs=3880&5627tense=2ndaoristvoice=active
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=420ps=sp=artstrongs=3588tense=voice=
γυναῖκα
bol_dict_abc=1126bol_lemma_dict=γυνή, -αικός, ἡcase=accusativedegree=freq_lemma=214gloss=woman, wife, my ladygn=flemma=γυνήlexeme_dict=γυνή, -αικός, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=γυναῖκαnu=sgorig_order=421ps=sp=nounstrongs=1135tense=voice=
αὐτοῦ·
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=422ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 25
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=423ps=sp=conjstrongs=2532tense=voice=
οὐκ
bol_dict_abc=3607bol_lemma_dict=οὐcase=nominativedegree=freq_lemma=1622gloss=no, notgn=nlemma=οὐlexeme_dict=οὐmood=morph_form=PRT-Nmorph_functional=PRT-Nnormalized=οὐκnu=orig_order=424ps=sp=prepstrongs=3756tense=voice=
ἐγίνωσκεν
bol_dict_abc=1088bol_lemma_dict=γινώσκωcase=degree=freq_lemma=221gloss=come to know, learn, realizegn=lemma=γινώσκωlexeme_dict=γινώσκωmood=indicativemorph_form=V-IAI-3Smorph_functional=V-IAI-3Snormalized=ἐγίνωσκενnu=sgorig_order=425ps=p3sp=verbstrongs=1097&5707tense=imperfectvoice=active
αὐτὴν
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=accusativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=flemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-ASFmorph_functional=P-ASFnormalized=αὐτήνnu=sgorig_order=426ps=sp=prepstrongs=846tense=voice=
ἕως
bol_dict_abc=2179bol_lemma_dict=ἕωςcase=degree=freq_lemma=147gloss=until, as far asgn=lemma=ἕωςlexeme_dict=ἕωςmood=morph_form=ADVmorph_functional=ADVnormalized=ἕωςnu=orig_order=427ps=sp=advstrongs=2193tense=voice=
οὗ
bol_dict_abc=3591bol_lemma_dict=ὅς, ἥ, ὅcase=genitivedegree=freq_lemma=1407gloss=who, which, what, thatgn=mlemma=ὅςlexeme_dict=ὅς, ἥ, ὅmood=morph_form=R-GSMmorph_functional=R-GSMnormalized=οὗnu=sgorig_order=428ps=sp=pron-relastrongs=3739tense=voice=
ἔτεκεν
bol_dict_abc=4917bol_lemma_dict=τίκτωcase=degree=freq_lemma=18gloss=bear, bring forth, producegn=lemma=τίκτωlexeme_dict=τίκτωmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=ἔτεκενnu=sgorig_order=429ps=p3sp=verbstrongs=5088&5627tense=2ndaoristvoice=active
υἱόν·
bol_dict_abc=5026bol_lemma_dict=υἱός, -οῦ, ὁcase=accusativedegree=freq_lemma=376gloss=son, descendentgn=mlemma=υἱόςlexeme_dict=υἱός, -οῦ, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=υἱόνnu=sgorig_order=430ps=sp=nounstrongs=5207tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=431ps=sp=conjstrongs=2532tense=voice=
ἐκάλεσεν
bol_dict_abc=2538bol_lemma_dict=καλέωcase=degree=freq_lemma=148gloss=call, invite, namegn=lemma=καλέωlexeme_dict=καλέωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐκάλεσενnu=sgorig_order=432ps=p3sp=verbstrongs=2564&5656tense=aoristvoice=active
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASNmorph_functional=T-ASNnormalized=τόnu=sgorig_order=433ps=sp=artstrongs=3588tense=voice=
ὄνομα
bol_dict_abc=3539bol_lemma_dict=ὄνομα, -τος, τόcase=accusativedegree=freq_lemma=229gloss=name, character, reputationgn=nlemma=ὄνομαlexeme_dict=ὄνομα, -τος, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=ὄνομαnu=sgorig_order=434ps=sp=nounstrongs=3686tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=435ps=sp=prepstrongs=846tense=voice=
Ἰησοῦν.
bol_dict_abc=2399bol_lemma_dict=Ἰησοῦςcase=accusativedegree=freq_lemma=913gloss=Jesusgn=mlemma=Ἰησοῦςlexeme_dict=Ἰησοῦςmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Ἰησοῦνnu=sgorig_order=436ps=sp=nounstrongs=2424tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 26
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=Τοῦnu=sgorig_order=437ps=sp=artstrongs=3588tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=438ps=sp=conjstrongs=1161tense=voice=
Ἰησοῦ
bol_dict_abc=2399bol_lemma_dict=Ἰησοῦςcase=genitivedegree=freq_lemma=913gloss=Jesusgn=mlemma=Ἰησοῦςlexeme_dict=Ἰησοῦςmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Ἰησοῦnu=sgorig_order=439ps=sp=nounstrongs=2424tense=voice=
γεννηθέντος
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=genitivedegree=freq_lemma=97gloss=beget, bring forth, give birth togn=mlemma=γεννάωlexeme_dict=γεννάωmood=participlemorph_form=V-APP-GSMmorph_functional=V-APP-GSMnormalized=γεννηθέντοςnu=sgorig_order=440ps=sp=verbstrongs=1080&5685tense=aoristvoice=passive
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=441ps=sp=prepstrongs=1722tense=voice=
Βηθλέεμ
bol_dict_abc=958bol_lemma_dict=Βηθλέεμ, ἡcase=degree=freq_lemma=8gloss=Bethlehemgn=lemma=Βηθλέεμlexeme_dict=Βηθλέεμ, ἡmood=morph_form=N-PRImorph_functional=N-PRInormalized=Βηθλέεμnu=orig_order=442ps=sp=nounstrongs=965tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=443ps=sp=artstrongs=3588tense=voice=
Ἰουδαίας
bol_dict_abc=2421bol_lemma_dict=Ἰουδαία, -ας, ἡcase=genitivedegree=freq_lemma=44gloss=Judeagn=flemma=Ἰουδαίαlexeme_dict=Ἰουδαία, -ας, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=Ἰουδαίαςnu=sgorig_order=444ps=sp=nounstrongs=2449tense=voice=
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=445ps=sp=prepstrongs=1722tense=voice=
ἡμέραις
bol_dict_abc=2232bol_lemma_dict=ἡμέρα, -ας, ἡcase=dativedegree=freq_lemma=389gloss=daygn=flemma=ἡμέραlexeme_dict=ἡμέρα, -ας, ἡmood=morph_form=N-DPFmorph_functional=N-DPFnormalized=ἡμέραιςnu=plorig_order=446ps=sp=nounstrongs=2250tense=voice=
Ἡρῴδου
bol_dict_abc=2242bol_lemma_dict=Ἡρῴδης, -ου, ὁcase=genitivedegree=freq_lemma=43gloss=Herodgn=mlemma=Ἡρῴδηςlexeme_dict=Ἡρῴδης, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Ἡρῴδουnu=sgorig_order=447ps=sp=nounstrongs=2264tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=448ps=sp=artstrongs=3588tense=voice=
βασιλέως,
bol_dict_abc=928bol_lemma_dict=βασιλεύς, -έως, ὁcase=genitivedegree=freq_lemma=115gloss=king, ruler, emperorgn=mlemma=βασιλεύςlexeme_dict=βασιλεύς, -έως, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=βασιλέωςnu=sgorig_order=449ps=sp=nounstrongs=935tense=voice=
ἰδοὺ
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlexeme_dict=ὁράωmood=imperativemorph_form=V-2AMM-2Smorph_functional=V-2AMM-2Snormalized=ἰδούnu=sgorig_order=450ps=p2sp=verbstrongs=3708&5640tense=2ndaoristvoice=active
μάγοι
bol_dict_abc=3071bol_lemma_dict=μάγος, -ου, ὁcase=nominativedegree=freq_lemma=6gloss=sorcerer, magician, wizardgn=mlemma=μάγοςlexeme_dict=μάγος, -ου, ὁmood=morph_form=N-NPMmorph_functional=N-NPMnormalized=μάγοιnu=plorig_order=451ps=sp=nounstrongs=3097tense=voice=
ἀπὸ
bol_dict_abc=569bol_lemma_dict=ἀπόcase=degree=freq_lemma=647gloss=from, away fromgn=lemma=ἀπόlexeme_dict=ἀπόmood=morph_form=PREPmorph_functional=PREPnormalized=ἀπόnu=plorig_order=452ps=sp=prepstrongs=575tense=voice=
ἀνατολῶν
bol_dict_abc=393bol_lemma_dict=ἀνατολή, -ῆς, ἡcase=genitivedegree=freq_lemma=11gloss=rising of sun, Eastgn=flemma=ἀνατολήlexeme_dict=ἀνατολή, -ῆς, ἡmood=morph_form=N-GPFmorph_functional=N-GPFnormalized=ἀνατολῶνnu=plorig_order=453ps=sp=nounstrongs=395tense=voice=
παρεγένοντο
bol_dict_abc=3702bol_lemma_dict=παραγίνομαιcase=degree=freq_lemma=37gloss=appear, come, arrive atgn=lemma=παραγίνομαιlexeme_dict=παραγίνομαιmood=morph_form=V-2ADI-3Pmorph_functional=V-2ADI-3Pnormalized=παρεγένοντοnu=plorig_order=454ps=p3sp=verbstrongs=3854&5633tense=2ndaoristvoice=active
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=455ps=sp=prepstrongs=1519tense=voice=
Ἱεροσόλυμα
bol_dict_abc=2390bol_lemma_dict=Ἱεροσόλυμα, τόcase=accusativedegree=freq_lemma=139gloss=Jerusalemgn=nlemma=Ἱεροσόλυμαlexeme_dict=Ἱεροσόλυμα, τόmood=morph_form=N-APNmorph_functional=N-APNnormalized=Ἱεροσόλυμαnu=plorig_order=456ps=sp=nounstrongs=2414tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 27
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
λέγοντες
bol_dict_abc=2977bol_lemma_dict=λέγωcase=nominativedegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlexeme_dict=λέγωmood=participlemorph_form=V-PAP-NPMmorph_functional=V-PAP-NPMnormalized=λέγοντεςnu=plorig_order=457ps=sp=verbstrongs=3004&5723tense=presentvoice=active
Ποῦ
bol_dict_abc=4072bol_lemma_dict=ποῦcase=degree=freq_lemma=45gloss=where, whithergn=lemma=ποῦlexeme_dict=ποῦmood=morph_form=ADV-Imorph_functional=ADV-Inormalized=Ποῦnu=orig_order=458ps=sp=advstrongs=4226tense=imperfectvoice=
ἐστιν
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indicativemorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=ἐστινnu=sgorig_order=459ps=p3sp=verbstrongs=1510tense=presentvoice=active
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=460ps=sp=artstrongs=3588tense=voice=
τεχθεὶς
bol_dict_abc=4917bol_lemma_dict=τίκτωcase=nominativedegree=freq_lemma=18gloss=bear, bring forth, producegn=mlemma=τίκτωlexeme_dict=τίκτωmood=participlemorph_form=V-APP-NSMmorph_functional=V-APP-NSMnormalized=τεχθείςnu=sgorig_order=461ps=sp=verbstrongs=5088&5685tense=aoristvoice=passive
βασιλεὺς
bol_dict_abc=928bol_lemma_dict=βασιλεύς, -έως, ὁcase=nominativedegree=freq_lemma=115gloss=king, ruler, emperorgn=mlemma=βασιλεύςlexeme_dict=βασιλεύς, -έως, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=βασιλεύςnu=sgorig_order=462ps=sp=nounstrongs=935tense=voice=
τῶν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GPMmorph_functional=T-GPMnormalized=τῶνnu=plorig_order=463ps=sp=artstrongs=3588tense=voice=
Ἰουδαίων;
bol_dict_abc=2425bol_lemma_dict=Ἰουδαῖος, -α, -ονcase=genitivedegree=freq_lemma=194gloss=Jewishgn=mlemma=Ἰουδαῖοςlexeme_dict=Ἰουδαῖος, -α, -ονmood=morph_form=A-GPMmorph_functional=A-GPMnormalized=Ἰουδαίωνnu=plorig_order=464ps=sp=adjstrongs=2453tense=voice=
εἴδομεν
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlexeme_dict=ὁράωmood=morph_form=V-2AAI-1Pmorph_functional=V-2AAI-1Pnormalized=εἴδομενnu=plorig_order=465ps=p1sp=verbstrongs=3708&5627tense=2ndaoristvoice=active
γὰρ
bol_dict_abc=1055bol_lemma_dict=γάρcase=degree=freq_lemma=1038gloss=forgn=lemma=γάρlexeme_dict=γάρmood=morph_form=CONJmorph_functional=CONJnormalized=γάρnu=orig_order=466ps=sp=conjstrongs=1063tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=467ps=sp=prepstrongs=846tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=468ps=sp=artstrongs=3588tense=voice=
ἀστέρα
bol_dict_abc=786bol_lemma_dict=ἀστήρ, -έρος, ὁcase=accusativedegree=freq_lemma=24gloss=stargn=mlemma=ἀστήρlexeme_dict=ἀστήρ, -έρος, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=ἀστέραnu=sgorig_order=469ps=sp=nounstrongs=792tense=voice=
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=470ps=sp=prepstrongs=1722tense=voice=
τῇ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DSFmorph_functional=T-DSFnormalized=τῇnu=sgorig_order=471ps=sp=artstrongs=3588tense=voice=
ἀνατολῇ
bol_dict_abc=393bol_lemma_dict=ἀνατολή, -ῆς, ἡcase=dativedegree=freq_lemma=11gloss=rising of sun, Eastgn=flemma=ἀνατολήlexeme_dict=ἀνατολή, -ῆς, ἡmood=morph_form=N-DSFmorph_functional=N-DSFnormalized=ἀνατολῇnu=sgorig_order=472ps=sp=nounstrongs=395tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=473ps=sp=conjstrongs=2532tense=voice=
ἤλθομεν
bol_dict_abc=2053bol_lemma_dict=ἔρχομαιcase=degree=freq_lemma=635gloss=come, gogn=lemma=ἔρχομαιlexeme_dict=ἔρχομαιmood=morph_form=V-2AAI-1Pmorph_functional=V-2AAI-1Pnormalized=ἤλθομενnu=plorig_order=474ps=p1sp=verbstrongs=2064&5627tense=2ndaoristvoice=active
προσκυνῆσαι
bol_dict_abc=4196bol_lemma_dict=προσκυνέωcase=degree=freq_lemma=60gloss=worshipgn=nlemma=προσκυνέωlexeme_dict=προσκυνέωmood=infinitivemorph_form=V-AANmorph_functional=V-AANnormalized=προσκυνῆσαιnu=orig_order=475ps=sp=verbstrongs=4352&5658tense=aoristvoice=active
αὐτῷ.
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=476ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 28
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
ἀκούσας
bol_dict_abc=187bol_lemma_dict=ἀκούωcase=nominativedegree=freq_lemma=428gloss=hear, listengn=mlemma=ἀκούωlexeme_dict=ἀκούωmood=participlemorph_form=V-AAP-NSMmorph_functional=V-AAP-NSMnormalized=ἀκούσαςnu=sgorig_order=477ps=sp=verbstrongs=191&5660tense=aoristvoice=active
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=478ps=sp=conjstrongs=1161tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=479ps=sp=artstrongs=3588tense=voice=
βασιλεὺς
bol_dict_abc=928bol_lemma_dict=βασιλεύς, -έως, ὁcase=nominativedegree=freq_lemma=115gloss=king, ruler, emperorgn=mlemma=βασιλεύςlexeme_dict=βασιλεύς, -έως, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=βασιλεύςnu=sgorig_order=480ps=sp=nounstrongs=935tense=voice=
Ἡρῴδης
bol_dict_abc=2242bol_lemma_dict=Ἡρῴδης, -ου, ὁcase=nominativedegree=freq_lemma=43gloss=Herodgn=mlemma=Ἡρῴδηςlexeme_dict=Ἡρῴδης, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἡρῴδηςnu=sgorig_order=481ps=sp=nounstrongs=2264tense=voice=
ἐταράχθη,
bol_dict_abc=4848bol_lemma_dict=ταράσσωcase=degree=freq_lemma=18gloss=agitate, stir up, troublegn=lemma=ταράσσωlexeme_dict=ταράσσωmood=indicativemorph_form=V-API-3Smorph_functional=V-API-3Snormalized=ἐταράχθηnu=sgorig_order=482ps=p3sp=verbstrongs=5015&5681tense=aoristvoice=passive
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=483ps=sp=conjstrongs=2532tense=voice=
πᾶσα
bol_dict_abc=3804bol_lemma_dict=πᾶς, πᾶσα, πᾶνcase=nominativedegree=freq_lemma=1242gloss=all, the whole, every kind ofgn=flemma=πᾶςlexeme_dict=πᾶς, πᾶσα, πᾶνmood=morph_form=A-NSFmorph_functional=A-NSFnormalized=πᾶσαnu=sgorig_order=484ps=sp=adjstrongs=3956tense=voice=
Ἱεροσόλυμα
bol_dict_abc=2390bol_lemma_dict=Ἱεροσόλυμα, τόcase=nominativedegree=freq_lemma=139gloss=Jerusalemgn=flemma=Ἱεροσόλυμαlexeme_dict=Ἱεροσόλυμα, τόmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=Ἱεροσόλυμαnu=sgorig_order=485ps=sp=nounstrongs=2414tense=voice=
μετ’
bol_dict_abc=3193bol_lemma_dict=μετάcase=degree=freq_lemma=470gloss=with, aftergn=lemma=μετάlexeme_dict=μετάmood=morph_form=PREPmorph_functional=PREPnormalized=μετ’nu=plorig_order=486ps=sp=prepstrongs=3326tense=voice=
αὐτοῦ,
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=487ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 29
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=488ps=sp=conjstrongs=2532tense=voice=
συναγαγὼν
bol_dict_abc=4696bol_lemma_dict=συνάγωcase=nominativedegree=freq_lemma=59gloss=gather togethergn=mlemma=συνάγωlexeme_dict=συνάγωmood=morph_form=V-2AAP-NSMmorph_functional=V-2AAP-NSMnormalized=συναγαγώνnu=sgorig_order=489ps=sp=verbstrongs=4863&5631tense=2ndaoristvoice=active
πάντας
bol_dict_abc=3804bol_lemma_dict=πᾶς, πᾶσα, πᾶνcase=accusativedegree=freq_lemma=1242gloss=all, the whole, every kind ofgn=mlemma=πᾶςlexeme_dict=πᾶς, πᾶσα, πᾶνmood=morph_form=A-APMmorph_functional=A-APMnormalized=πάνταςnu=plorig_order=490ps=sp=adjstrongs=3956tense=voice=
τοὺς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-APMmorph_functional=T-APMnormalized=τούςnu=plorig_order=491ps=sp=artstrongs=3588tense=voice=
ἀρχιερεῖς
bol_dict_abc=744bol_lemma_dict=ἀρχιερεύς, -έως, ὁcase=accusativedegree=freq_lemma=122gloss=high priest, chief priestgn=mlemma=ἀρχιερεύςlexeme_dict=ἀρχιερεύς, -έως, ὁmood=morph_form=N-APMmorph_functional=N-APMnormalized=ἀρχιερεῖςnu=plorig_order=492ps=sp=nounstrongs=749tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=493ps=sp=conjstrongs=2532tense=voice=
γραμματεῖς
bol_dict_abc=1113bol_lemma_dict=γραμματεύς, -έως, ὁcase=accusativedegree=freq_lemma=63gloss=scribe, town-clerk, man of learninggn=mlemma=γραμματεύςlexeme_dict=γραμματεύς, -έως, ὁmood=morph_form=N-APMmorph_functional=N-APMnormalized=γραμματεῖςnu=plorig_order=494ps=sp=nounstrongs=1122tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=495ps=sp=artstrongs=3588tense=voice=
λαοῦ
bol_dict_abc=2969bol_lemma_dict=λαός, -οῦ, ὁcase=genitivedegree=freq_lemma=142gloss=people, crowdgn=mlemma=λαόςlexeme_dict=λαός, -οῦ, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=λαοῦnu=sgorig_order=496ps=sp=nounstrongs=2992tense=voice=
ἐπυνθάνετο
bol_dict_abc=4283bol_lemma_dict=πυνθάνομαιcase=degree=freq_lemma=11gloss=ask, inquiregn=lemma=πυνθάνομαιlexeme_dict=πυνθάνομαιmood=indicativemorph_form=V-INI-3Smorph_functional=V-INI-3Snormalized=ἐπυνθάνετοnu=sgorig_order=497ps=p3sp=verbstrongs=4441&5711tense=imperfectvoice=middle_or_passive_deponent
παρ’
bol_dict_abc=3692bol_lemma_dict=παράcase=degree=freq_lemma=192gloss=from, in the presence ofgn=lemma=παράlexeme_dict=παράmood=morph_form=PREPmorph_functional=PREPnormalized=παρ’nu=plorig_order=498ps=sp=prepstrongs=3844tense=voice=
αὐτῶν
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GPMmorph_functional=P-GPMnormalized=αὐτῶνnu=plorig_order=499ps=sp=prepstrongs=846tense=voice=
ποῦ
bol_dict_abc=4072bol_lemma_dict=ποῦcase=degree=freq_lemma=45gloss=where, whithergn=lemma=ποῦlexeme_dict=ποῦmood=morph_form=ADV-Imorph_functional=ADV-Inormalized=ποῦnu=orig_order=500ps=sp=advstrongs=4226tense=imperfectvoice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=501ps=sp=artstrongs=3588tense=voice=
Χριστὸς
bol_dict_abc=5358bol_lemma_dict=Χριστός, -οῦ, ὁcase=nominativedegree=freq_lemma=529gloss=anointed, Messiah, Christgn=mlemma=Χριστόςlexeme_dict=Χριστός, -οῦ, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Χριστόςnu=sgorig_order=502ps=sp=nounstrongs=5547tense=voice=
γεννᾶται.
bol_dict_abc=1072bol_lemma_dict=γεννάωcase=degree=freq_lemma=97gloss=beget, bring forth, give birth togn=lemma=γεννάωlexeme_dict=γεννάωmood=indicativemorph_form=V-PEI-3Smorph_functional=V-PPI-3Snormalized=γεννᾶταιnu=sgorig_order=503ps=p3sp=verbstrongs=1080&5743tense=presentvoice=middle_or_passive
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 30
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
οἱ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NPMmorph_functional=T-NPMnormalized=οἱnu=plorig_order=504ps=sp=artstrongs=3588tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=505ps=sp=conjstrongs=1161tense=voice=
εἶπαν
bol_dict_abc=2977bol_lemma_dict=λέγωcase=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=morph_form=V-2AAI-3Pmorph_functional=V-2AAI-3Pnormalized=εἶπανnu=plorig_order=506ps=p3sp=verbstrongs=3004&5627tense=2ndaoristvoice=active
αὐτῷ·
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=507ps=sp=prepstrongs=846tense=voice=
Ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=Ἐνnu=plorig_order=508ps=sp=prepstrongs=1722tense=voice=
Βηθλέεμ
bol_dict_abc=958bol_lemma_dict=Βηθλέεμ, ἡcase=degree=freq_lemma=8gloss=Bethlehemgn=lemma=Βηθλέεμlexeme_dict=Βηθλέεμ, ἡmood=morph_form=N-PRImorph_functional=N-PRInormalized=Βηθλέεμnu=orig_order=509ps=sp=nounstrongs=965tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=510ps=sp=artstrongs=3588tense=voice=
Ἰουδαίας·
bol_dict_abc=2421bol_lemma_dict=Ἰουδαία, -ας, ἡcase=genitivedegree=freq_lemma=44gloss=Judeagn=flemma=Ἰουδαίαlexeme_dict=Ἰουδαία, -ας, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=Ἰουδαίαςnu=sgorig_order=511ps=sp=nounstrongs=2449tense=voice=
οὕτως
bol_dict_abc=3630bol_lemma_dict=οὕτω, οὕτωςcase=degree=freq_lemma=209gloss=thus, so, in this mannergn=lemma=οὕτωlexeme_dict=οὕτω, οὕτωςmood=morph_form=ADVmorph_functional=ADVnormalized=οὕτωςnu=orig_order=512ps=sp=advstrongs=3779tense=voice=
γὰρ
bol_dict_abc=1055bol_lemma_dict=γάρcase=degree=freq_lemma=1038gloss=forgn=lemma=γάρlexeme_dict=γάρmood=morph_form=CONJmorph_functional=CONJnormalized=γάρnu=orig_order=513ps=sp=conjstrongs=1063tense=voice=
γέγραπται
bol_dict_abc=1116bol_lemma_dict=γράφωcase=degree=freq_lemma=192gloss=writegn=lemma=γράφωlexeme_dict=γράφωmood=indicativemorph_form=V-RPI-3Smorph_functional=V-RPI-3Snormalized=γέγραπταιnu=sgorig_order=514ps=p3sp=verbstrongs=1125&5769tense=perfectvoice=passive
διὰ
bol_dict_abc=1212bol_lemma_dict=διάcase=degree=freq_lemma=667gloss=through, on account ofgn=lemma=διάlexeme_dict=διάmood=morph_form=PREPmorph_functional=PREPnormalized=διάnu=plorig_order=515ps=sp=prepstrongs=1223tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=516ps=sp=artstrongs=3588tense=voice=
προφήτου·
bol_dict_abc=4238bol_lemma_dict=προφήτης, -ου, ὁcase=genitivedegree=freq_lemma=144gloss=prophet, poetgn=mlemma=προφήτηςlexeme_dict=προφήτης, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=προφήτουnu=sgorig_order=517ps=sp=nounstrongs=4396tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 31
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=Καίnu=orig_order=518ps=sp=conjstrongs=2532tense=voice=
σύ,
bol_dict_abc=4603bol_lemma_dict=σύcase=degree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2NSmorph_functional=P-2NSnormalized=σύnu=sgorig_order=519ps=sp=prepstrongs=4771tense=voice=
Βηθλέεμ
bol_dict_abc=958bol_lemma_dict=Βηθλέεμ, ἡcase=degree=freq_lemma=8gloss=Bethlehemgn=lemma=Βηθλέεμlexeme_dict=Βηθλέεμ, ἡmood=morph_form=N-PRImorph_functional=N-PRInormalized=Βηθλέεμnu=orig_order=520ps=sp=nounstrongs=965tense=voice=
γῆ
bol_dict_abc=1084bol_lemma_dict=γῆ, γῆς, ἡcase=vocativedegree=freq_lemma=250gloss=earth, soil, landgn=flemma=γῆlexeme_dict=γῆ, γῆς, ἡmood=morph_form=N-VSFmorph_functional=N-VSFnormalized=γῆnu=sgorig_order=521ps=sp=nounstrongs=1093tense=voice=
Ἰούδα,
bol_dict_abc=2428bol_lemma_dict=Ἰούδας, -α, ὁcase=genitivedegree=freq_lemma=44gloss=Judah, Judas, Judegn=mlemma=Ἰούδαςlexeme_dict=Ἰούδας, -α, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Ἰούδαnu=sgorig_order=522ps=sp=nounstrongs=2448tense=voice=
οὐδαμῶς
bol_dict_abc=3611bol_lemma_dict=οὐδαμῶςcase=degree=freq_lemma=1gloss=by no meansgn=nlemma=οὐδαμῶςlexeme_dict=οὐδαμῶςmood=morph_form=ADV-Nmorph_functional=ADV-Nnormalized=οὐδαμῶςnu=orig_order=523ps=sp=advstrongs=3760tense=voice=
ἐλαχίστη
bol_dict_abc=1634bol_lemma_dict=ἐλάχιστος, -η, -ονcase=nominativedegree=superlativefreq_lemma=14gloss=the smallest, least importantgn=lemma=ἐλάχιστοςlexeme_dict=ἐλάχιστος, -η, -ονmood=morph_form=A-NSF-Smorph_functional=A-NSF-Snormalized=ἐλαχίστηnu=sgorig_order=524ps=sp=adjstrongs=1646tense=voice=
εἶ
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indicativemorph_form=V-PAI-2Smorph_functional=V-PAI-2Snormalized=εἶnu=sgorig_order=525ps=p2sp=verbstrongs=1510&5719tense=presentvoice=active
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=526ps=sp=prepstrongs=1722tense=voice=
τοῖς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DPMmorph_functional=T-DPMnormalized=τοῖςnu=plorig_order=527ps=sp=artstrongs=3588tense=voice=
ἡγεμόσιν
bol_dict_abc=2217bol_lemma_dict=ἡγεμών, -όνος, ὁcase=dativedegree=freq_lemma=20gloss=governorgn=mlemma=ἡγεμώνlexeme_dict=ἡγεμών, -όνος, ὁmood=morph_form=N-DPMmorph_functional=N-DPMnormalized=ἡγεμόσινnu=plorig_order=528ps=sp=nounstrongs=2232tense=voice=
Ἰούδα·
bol_dict_abc=2428bol_lemma_dict=Ἰούδας, -α, ὁcase=genitivedegree=freq_lemma=44gloss=Judah, Judas, Judegn=mlemma=Ἰούδαςlexeme_dict=Ἰούδας, -α, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Ἰούδαnu=sgorig_order=529ps=sp=nounstrongs=2448tense=voice=
ἐκ
bol_dict_abc=1522bol_lemma_dict=ἐκ, ἐξcase=degree=freq_lemma=913gloss=from out, out from among, fromgn=lemma=ἐκlexeme_dict=ἐκ, ἐξmood=morph_form=PREPmorph_functional=PREPnormalized=ἐκnu=plorig_order=530ps=sp=prepstrongs=1537tense=voice=
σοῦ
bol_dict_abc=4603bol_lemma_dict=σύcase=degree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2GSmorph_functional=P-2GSnormalized=σοῦnu=sgorig_order=531ps=sp=prepstrongs=4771tense=voice=
γὰρ
bol_dict_abc=1055bol_lemma_dict=γάρcase=degree=freq_lemma=1038gloss=forgn=lemma=γάρlexeme_dict=γάρmood=morph_form=CONJmorph_functional=CONJnormalized=γάρnu=orig_order=532ps=sp=conjstrongs=1063tense=voice=
ἐξελεύσεται
bol_dict_abc=1818bol_lemma_dict=ἐξέρχομαιcase=degree=freq_lemma=217gloss=go out, come outgn=lemma=ἐξέρχομαιlexeme_dict=ἐξέρχομαιmood=indicativemorph_form=V-FDI-3Smorph_functional=V-FDI-3Snormalized=ἐξελεύσεταιnu=sgorig_order=533ps=p3sp=verbstrongs=1831&5695tense=futurevoice=middle_deponent
ἡγούμενος,
bol_dict_abc=2218bol_lemma_dict=ἡγέομαιcase=nominativedegree=freq_lemma=28gloss=lead, thinkgn=mlemma=ἡγέομαιlexeme_dict=ἡγέομαιmood=participlemorph_form=V-PNP-NSMmorph_functional=V-PNP-NSMnormalized=ἡγούμενοςnu=sgorig_order=534ps=sp=verbstrongs=2233&5740tense=presentvoice=middle_or_passive_deponent
ὅστις
bol_dict_abc=3600bol_lemma_dict=ὅστις, ἥτις, ὅτιcase=nominativedegree=freq_lemma=145gloss=untilgn=mlemma=ὅστιςlexeme_dict=ὅστις, ἥτις, ὅτιmood=morph_form=R-NSMmorph_functional=R-NSMnormalized=ὅστιςnu=sgorig_order=535ps=sp=pron-relastrongs=3748tense=voice=
ποιμανεῖ
bol_dict_abc=4011bol_lemma_dict=ποιμαίνωcase=degree=freq_lemma=11gloss=shepherd, tendgn=lemma=ποιμαίνωlexeme_dict=ποιμαίνωmood=indicativemorph_form=V-FAI-3Smorph_functional=V-FAI-3Snormalized=ποιμανεῖnu=sgorig_order=536ps=p3sp=verbstrongs=4165&5692tense=futurevoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=537ps=sp=artstrongs=3588tense=voice=
λαόν
bol_dict_abc=2969bol_lemma_dict=λαός, -οῦ, ὁcase=accusativedegree=freq_lemma=142gloss=people, crowdgn=mlemma=λαόςlexeme_dict=λαός, -οῦ, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=λαόνnu=sgorig_order=538ps=sp=nounstrongs=2992tense=voice=
μου
bol_dict_abc=1469bol_lemma_dict=ἐγώcase=degree=freq_lemma=2567gloss=Ign=lemma=ἐγώlexeme_dict=ἐγώmood=morph_form=P-1GSmorph_functional=P-1GSnormalized=μουnu=sgorig_order=539ps=sp=prepstrongs=1473tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=540ps=sp=artstrongs=3588tense=voice=
Ἰσραήλ.
bol_dict_abc=2444bol_lemma_dict=Ἰσραήλ, ὁcase=degree=freq_lemma=68gloss=Israelgn=lemma=Ἰσραήλlexeme_dict=Ἰσραήλ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰσραήλnu=orig_order=541ps=sp=nounstrongs=2474tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 32
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Τότε
bol_dict_abc=4950bol_lemma_dict=τότεcase=degree=freq_lemma=159gloss=thengn=lemma=τότεlexeme_dict=τότεmood=morph_form=ADVmorph_functional=ADVnormalized=Τότεnu=orig_order=542ps=sp=advstrongs=5119tense=voice=
Ἡρῴδης
bol_dict_abc=2242bol_lemma_dict=Ἡρῴδης, -ου, ὁcase=nominativedegree=freq_lemma=43gloss=Herodgn=mlemma=Ἡρῴδηςlexeme_dict=Ἡρῴδης, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἡρῴδηςnu=sgorig_order=543ps=sp=nounstrongs=2264tense=voice=
λάθρᾳ
bol_dict_abc=2952bol_lemma_dict=λάθρᾳcase=degree=freq_lemma=4gloss=secretlygn=lemma=λάθρᾳlexeme_dict=λάθρᾳmood=morph_form=ADVmorph_functional=ADVnormalized=λάθρᾳnu=orig_order=544ps=sp=advstrongs=2977tense=voice=
καλέσας
bol_dict_abc=2538bol_lemma_dict=καλέωcase=nominativedegree=freq_lemma=148gloss=call, invite, namegn=mlemma=καλέωlexeme_dict=καλέωmood=participlemorph_form=V-AAP-NSMmorph_functional=V-AAP-NSMnormalized=καλέσαςnu=sgorig_order=545ps=sp=verbstrongs=2564&5660tense=aoristvoice=active
τοὺς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-APMmorph_functional=T-APMnormalized=τούςnu=plorig_order=546ps=sp=artstrongs=3588tense=voice=
μάγους
bol_dict_abc=3071bol_lemma_dict=μάγος, -ου, ὁcase=accusativedegree=freq_lemma=6gloss=sorcerer, magician, wizardgn=mlemma=μάγοςlexeme_dict=μάγος, -ου, ὁmood=morph_form=N-APMmorph_functional=N-APMnormalized=μάγουςnu=plorig_order=547ps=sp=nounstrongs=3097tense=voice=
ἠκρίβωσεν
bol_dict_abc=193bol_lemma_dict=ἀκριβόωcase=degree=freq_lemma=2gloss=examine carefully, inquire strictlygn=lemma=ἀκριβόωlexeme_dict=ἀκριβόωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἠκρίβωσενnu=sgorig_order=548ps=p3sp=verbstrongs=198&5656tense=aoristvoice=active
παρ’
bol_dict_abc=3692bol_lemma_dict=παράcase=degree=freq_lemma=192gloss=from, in the presence ofgn=lemma=παράlexeme_dict=παράmood=morph_form=PREPmorph_functional=PREPnormalized=παρ’nu=plorig_order=549ps=sp=prepstrongs=3844tense=voice=
αὐτῶν
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GPMmorph_functional=P-GPMnormalized=αὐτῶνnu=plorig_order=550ps=sp=prepstrongs=846tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=551ps=sp=artstrongs=3588tense=voice=
χρόνον
bol_dict_abc=5361bol_lemma_dict=χρόνος, -ου, ὁcase=accusativedegree=freq_lemma=54gloss=time, particular time, seasongn=mlemma=χρόνοςlexeme_dict=χρόνος, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=χρόνονnu=sgorig_order=552ps=sp=nounstrongs=5550tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=553ps=sp=artstrongs=3588tense=voice=
φαινομένου
bol_dict_abc=5135bol_lemma_dict=φαίνωcase=genitivedegree=freq_lemma=31gloss=shine, appear, seemgn=mlemma=φαίνωlexeme_dict=φαίνωmood=participlemorph_form=V-PEP-GSMmorph_functional=V-PEP-GSMnormalized=φαινομένουnu=sgorig_order=554ps=sp=verbstrongs=5316&5730tense=presentvoice=middle_or_passive
ἀστέρος,
bol_dict_abc=786bol_lemma_dict=ἀστήρ, -έρος, ὁcase=genitivedegree=freq_lemma=24gloss=stargn=mlemma=ἀστήρlexeme_dict=ἀστήρ, -έρος, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=ἀστέροςnu=sgorig_order=555ps=sp=nounstrongs=792tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 33
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=556ps=sp=conjstrongs=2532tense=voice=
πέμψας
bol_dict_abc=3840bol_lemma_dict=πέμπωcase=nominativedegree=freq_lemma=79gloss=sendgn=mlemma=πέμπωlexeme_dict=πέμπωmood=participlemorph_form=V-AAP-NSMmorph_functional=V-AAP-NSMnormalized=πέμψαςnu=sgorig_order=557ps=sp=verbstrongs=3992&5660tense=aoristvoice=active
αὐτοὺς
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=accusativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-APMmorph_functional=P-APMnormalized=αὐτούςnu=plorig_order=558ps=sp=prepstrongs=846tense=voice=
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=559ps=sp=prepstrongs=1519tense=voice=
Βηθλέεμ
bol_dict_abc=958bol_lemma_dict=Βηθλέεμ, ἡcase=degree=freq_lemma=8gloss=Bethlehemgn=lemma=Βηθλέεμlexeme_dict=Βηθλέεμ, ἡmood=morph_form=N-PRImorph_functional=N-PRInormalized=Βηθλέεμnu=orig_order=560ps=sp=nounstrongs=965tense=voice=
εἶπεν·
bol_dict_abc=2977bol_lemma_dict=λέγωcase=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=εἶπενnu=sgorig_order=561ps=p3sp=verbstrongs=3004&5627tense=2ndaoristvoice=active
Πορευθέντες
bol_dict_abc=4045bol_lemma_dict=πορεύομαιcase=nominativedegree=freq_lemma=153gloss=travel, journey, gogn=mlemma=πορεύομαιlexeme_dict=πορεύομαιmood=participlemorph_form=V-AOP-NPMmorph_functional=V-AOP-NPMnormalized=Πορευθέντεςnu=plorig_order=562ps=sp=verbstrongs=4198&5679tense=aoristvoice=passive_deponent
ἐξετάσατε
bol_dict_abc=1820bol_lemma_dict=ἐξετάζωcase=degree=freq_lemma=3gloss=examine, question, search outgn=lemma=ἐξετάζωlexeme_dict=ἐξετάζωmood=imperativemorph_form=V-AAM-2Pmorph_functional=V-AAM-2Pnormalized=ἐξετάσατεnu=plorig_order=563ps=p2sp=verbstrongs=1833&5657tense=aoristvoice=active
ἀκριβῶς
bol_dict_abc=194bol_lemma_dict=ἀκριβῶςcase=degree=freq_lemma=9gloss=carefully, exactly, strictlygn=lemma=ἀκριβῶςlexeme_dict=ἀκριβῶςmood=morph_form=ADVmorph_functional=ADVnormalized=ἀκριβῶςnu=orig_order=564ps=sp=advstrongs=199tense=voice=
περὶ
bol_dict_abc=3860bol_lemma_dict=περίcase=degree=freq_lemma=333gloss=about, concerning, aroundgn=lemma=περίlexeme_dict=περίmood=morph_form=PREPmorph_functional=PREPnormalized=περίnu=plorig_order=565ps=sp=prepstrongs=4012tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSNmorph_functional=T-GSNnormalized=τοῦnu=sgorig_order=566ps=sp=artstrongs=3588tense=voice=
παιδίου·
bol_dict_abc=3663bol_lemma_dict=παιδίον, -ου, τόcase=genitivedegree=freq_lemma=52gloss=little child, infantgn=nlemma=παιδίονlexeme_dict=παιδίον, -ου, τόmood=morph_form=N-GSNmorph_functional=N-GSNnormalized=παιδίουnu=sgorig_order=567ps=sp=nounstrongs=3813tense=voice=
ἐπὰν
bol_dict_abc=1863bol_lemma_dict=ἐπάνcase=degree=freq_lemma=3gloss=after, whengn=lemma=ἐπάνlexeme_dict=ἐπάνmood=morph_form=CONJmorph_functional=CONJnormalized=ἐπάνnu=orig_order=568ps=sp=conjstrongs=1875tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=569ps=sp=conjstrongs=1161tense=voice=
εὕρητε,
bol_dict_abc=2134bol_lemma_dict=εὑρίσκωcase=degree=freq_lemma=176gloss=findgn=lemma=εὑρίσκωlexeme_dict=εὑρίσκωmood=morph_form=V-2AAS-2Pmorph_functional=V-2AAS-2Pnormalized=εὕρητεnu=plorig_order=570ps=p2sp=verbstrongs=2147&5632tense=2ndaoristvoice=active
ἀπαγγείλατέ
bol_dict_abc=513bol_lemma_dict=ἀπαγγέλλωcase=degree=freq_lemma=46gloss=report, bring a report, announcegn=lemma=ἀπαγγέλλωlexeme_dict=ἀπαγγέλλωmood=imperativemorph_form=V-AAM-2Pmorph_functional=V-AAM-2Pnormalized=ἀπαγγείλατεnu=plorig_order=571ps=p2sp=verbstrongs=518&5657tense=aoristvoice=active
μοι,
bol_dict_abc=1469bol_lemma_dict=ἐγώcase=degree=freq_lemma=2567gloss=Ign=lemma=ἐγώlexeme_dict=ἐγώmood=morph_form=P-1DSmorph_functional=P-1DSnormalized=μοιnu=sgorig_order=572ps=sp=prepstrongs=1473tense=voice=
ὅπως
bol_dict_abc=3557bol_lemma_dict=ὅπωςcase=degree=freq_lemma=53gloss=how, in order that, so thatgn=lemma=ὅπωςlexeme_dict=ὅπωςmood=morph_form=ADVmorph_functional=ADVnormalized=ὅπωςnu=orig_order=573ps=sp=advstrongs=3704tense=voice=
κἀγὼ
bol_dict_abc=2477bol_lemma_dict=case=degree=freq_lemma=84gloss=I also, I toogn=lemma=κἀγώlexeme_dict=mood=morph_form=P-1NS-Kmorph_functional=P-1NS-Knormalized=κἀγώnu=orig_order=574ps=sp=prepstrongs=2504tense=voice=
ἐλθὼν
bol_dict_abc=2053bol_lemma_dict=ἔρχομαιcase=nominativedegree=freq_lemma=635gloss=come, gogn=mlemma=ἔρχομαιlexeme_dict=ἔρχομαιmood=morph_form=V-2AAP-NSMmorph_functional=V-2AAP-NSMnormalized=ἐλθώνnu=sgorig_order=575ps=sp=verbstrongs=2064&5631tense=2ndaoristvoice=active
προσκυνήσω
bol_dict_abc=4196bol_lemma_dict=προσκυνέωcase=degree=freq_lemma=60gloss=worshipgn=lemma=προσκυνέωlexeme_dict=προσκυνέωmood=subjunctivemorph_form=V-AAS-1Smorph_functional=V-AAS-1Snormalized=προσκυνήσωnu=sgorig_order=576ps=p1sp=verbstrongs=4352&5661tense=aoristvoice=active
αὐτῷ.
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=577ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 34
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
οἱ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NPMmorph_functional=T-NPMnormalized=οἱnu=plorig_order=578ps=sp=artstrongs=3588tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=579ps=sp=conjstrongs=1161tense=voice=
ἀκούσαντες
bol_dict_abc=187bol_lemma_dict=ἀκούωcase=nominativedegree=freq_lemma=428gloss=hear, listengn=mlemma=ἀκούωlexeme_dict=ἀκούωmood=participlemorph_form=V-AAP-NPMmorph_functional=V-AAP-NPMnormalized=ἀκούσαντεςnu=plorig_order=580ps=sp=verbstrongs=191&5660tense=aoristvoice=active
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=581ps=sp=artstrongs=3588tense=voice=
βασιλέως
bol_dict_abc=928bol_lemma_dict=βασιλεύς, -έως, ὁcase=genitivedegree=freq_lemma=115gloss=king, ruler, emperorgn=mlemma=βασιλεύςlexeme_dict=βασιλεύς, -έως, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=βασιλέωςnu=sgorig_order=582ps=sp=nounstrongs=935tense=voice=
ἐπορεύθησαν·
bol_dict_abc=4045bol_lemma_dict=πορεύομαιcase=degree=freq_lemma=153gloss=travel, journey, gogn=lemma=πορεύομαιlexeme_dict=πορεύομαιmood=indicativemorph_form=V-AOI-3Pmorph_functional=V-AOI-3Pnormalized=ἐπορεύθησανnu=plorig_order=583ps=p3sp=verbstrongs=4198&5675tense=aoristvoice=passive_deponent
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=584ps=sp=conjstrongs=2532tense=voice=
ἰδοὺ
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlexeme_dict=ὁράωmood=imperativemorph_form=V-2AMM-2Smorph_functional=V-2AMM-2Snormalized=ἰδούnu=sgorig_order=585ps=p2sp=verbstrongs=3708&5640tense=2ndaoristvoice=active
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=586ps=sp=artstrongs=3588tense=voice=
ἀστὴρ,
bol_dict_abc=786bol_lemma_dict=ἀστήρ, -έρος, ὁcase=nominativedegree=freq_lemma=24gloss=stargn=mlemma=ἀστήρlexeme_dict=ἀστήρ, -έρος, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=ἀστήρnu=sgorig_order=587ps=sp=nounstrongs=792tense=voice=
ὃν
bol_dict_abc=3591bol_lemma_dict=ὅς, ἥ, ὅcase=accusativedegree=freq_lemma=1407gloss=who, which, what, thatgn=mlemma=ὅςlexeme_dict=ὅς, ἥ, ὅmood=morph_form=R-ASMmorph_functional=R-ASMnormalized=ὅνnu=sgorig_order=588ps=sp=pron-relastrongs=3739tense=voice=
εἶδον
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlexeme_dict=ὁράωmood=morph_form=V-2AAI-3Pmorph_functional=V-2AAI-3Pnormalized=εἶδονnu=plorig_order=589ps=p3sp=verbstrongs=3708&5627tense=2ndaoristvoice=active
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=590ps=sp=prepstrongs=1722tense=voice=
τῇ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DSFmorph_functional=T-DSFnormalized=τῇnu=sgorig_order=591ps=sp=artstrongs=3588tense=voice=
ἀνατολῇ,
bol_dict_abc=393bol_lemma_dict=ἀνατολή, -ῆς, ἡcase=dativedegree=freq_lemma=11gloss=rising of sun, Eastgn=flemma=ἀνατολήlexeme_dict=ἀνατολή, -ῆς, ἡmood=morph_form=N-DSFmorph_functional=N-DSFnormalized=ἀνατολῇnu=sgorig_order=592ps=sp=nounstrongs=395tense=voice=
προῆγεν
bol_dict_abc=4099bol_lemma_dict=προάγωcase=degree=freq_lemma=20gloss=lead forth, go beforegn=lemma=προάγωlexeme_dict=προάγωmood=indicativemorph_form=V-IAI-3Smorph_functional=V-IAI-3Snormalized=προῆγενnu=sgorig_order=593ps=p3sp=verbstrongs=4254&5707tense=imperfectvoice=active
αὐτούς
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=accusativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-APMmorph_functional=P-APMnormalized=αὐτούςnu=plorig_order=594ps=sp=prepstrongs=846tense=voice=
ἕως
bol_dict_abc=2179bol_lemma_dict=ἕωςcase=degree=freq_lemma=147gloss=until, as far asgn=lemma=ἕωςlexeme_dict=ἕωςmood=morph_form=ADVmorph_functional=ADVnormalized=ἕωςnu=orig_order=595ps=sp=advstrongs=2193tense=voice=
ἐλθὼν
bol_dict_abc=2053bol_lemma_dict=ἔρχομαιcase=nominativedegree=freq_lemma=635gloss=come, gogn=mlemma=ἔρχομαιlexeme_dict=ἔρχομαιmood=morph_form=V-2AAP-NSMmorph_functional=V-2AAP-NSMnormalized=ἐλθώνnu=sgorig_order=596ps=sp=verbstrongs=2064&5631tense=2ndaoristvoice=active
ἐστάθη
bol_dict_abc=2447bol_lemma_dict=ἵστημιcase=degree=freq_lemma=153gloss=cause to stand, standgn=lemma=ἵστημιlexeme_dict=ἵστημιmood=indicativemorph_form=V-API-3Smorph_functional=V-API-3Snormalized=ἐστάθηnu=sgorig_order=597ps=p3sp=verbstrongs=2476&5681tense=aoristvoice=passive
ἐπάνω
bol_dict_abc=1871bol_lemma_dict=ἐπάνωcase=degree=freq_lemma=19gloss=on the top, above, superior togn=lemma=ἐπάνωlexeme_dict=ἐπάνωmood=morph_form=ADVmorph_functional=ADVnormalized=ἐπάνωnu=orig_order=598ps=sp=advstrongs=1883tense=voice=
οὗ
bol_dict_abc=3608bol_lemma_dict=case=degree=freq_lemma=24gloss=where, whither, whengn=lemma=οὗlexeme_dict=mood=morph_form=ADVmorph_functional=ADVnormalized=οὗnu=orig_order=599ps=sp=advstrongs=3757tense=voice=
ἦν
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indicativemorph_form=V-IAI-3Smorph_functional=V-IAI-3Snormalized=ἦνnu=sgorig_order=600ps=p3sp=verbstrongs=1510&5707tense=imperfectvoice=active
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSNmorph_functional=T-NSNnormalized=τόnu=sgorig_order=601ps=sp=artstrongs=3588tense=voice=
παιδίον.
bol_dict_abc=3663bol_lemma_dict=παιδίον, -ου, τόcase=nominativedegree=freq_lemma=52gloss=little child, infantgn=nlemma=παιδίονlexeme_dict=παιδίον, -ου, τόmood=morph_form=N-NSNmorph_functional=N-NSNnormalized=παιδίονnu=sgorig_order=602ps=sp=nounstrongs=3813tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 35
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
ἰδόντες
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=nominativedegree=freq_lemma=682gloss=see, look upon, experiencegn=mlemma=ὁράωlexeme_dict=ὁράωmood=morph_form=V-2AAP-NPMmorph_functional=V-2AAP-NPMnormalized=ἰδόντεςnu=plorig_order=603ps=sp=verbstrongs=3708&5631tense=2ndaoristvoice=active
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=604ps=sp=conjstrongs=1161tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=605ps=sp=artstrongs=3588tense=voice=
ἀστέρα
bol_dict_abc=786bol_lemma_dict=ἀστήρ, -έρος, ὁcase=accusativedegree=freq_lemma=24gloss=stargn=mlemma=ἀστήρlexeme_dict=ἀστήρ, -έρος, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=ἀστέραnu=sgorig_order=606ps=sp=nounstrongs=792tense=voice=
ἐχάρησαν
bol_dict_abc=5277bol_lemma_dict=χαίρωcase=degree=freq_lemma=74gloss=rejoice, am gladgn=lemma=χαίρωlexeme_dict=χαίρωmood=optativemorph_form=V-2AOI-3Pmorph_functional=V-2AOI-3Pnormalized=ἐχάρησανnu=plorig_order=607ps=p3sp=verbstrongs=5463&5644tense=2ndaoristvoice=active
χαρὰν
bol_dict_abc=5293bol_lemma_dict=χαρά, -ᾶς, ἡcase=accusativedegree=freq_lemma=59gloss=joy, gladnessgn=flemma=χαράlexeme_dict=χαρά, -ᾶς, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=χαράνnu=sgorig_order=608ps=sp=nounstrongs=5479tense=voice=
μεγάλην
bol_dict_abc=3144bol_lemma_dict=μέγας, μεγάλη, μέγαcase=accusativedegree=freq_lemma=243gloss=large, greatgn=flemma=μέγαςlexeme_dict=μέγας, μεγάλη, μέγαmood=morph_form=A-ASFmorph_functional=A-ASFnormalized=μεγάληνnu=sgorig_order=609ps=sp=adjstrongs=3173tense=voice=
σφόδρα.
bol_dict_abc=4802bol_lemma_dict=σφόδραcase=degree=freq_lemma=11gloss=exceedingly, greatlygn=lemma=σφόδραlexeme_dict=σφόδραmood=morph_form=ADVmorph_functional=ADVnormalized=σφόδραnu=orig_order=610ps=sp=advstrongs=4970tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 36
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=611ps=sp=conjstrongs=2532tense=voice=
ἐλθόντες
bol_dict_abc=2053bol_lemma_dict=ἔρχομαιcase=nominativedegree=freq_lemma=635gloss=come, gogn=mlemma=ἔρχομαιlexeme_dict=ἔρχομαιmood=morph_form=V-2AAP-NPMmorph_functional=V-2AAP-NPMnormalized=ἐλθόντεςnu=plorig_order=612ps=sp=verbstrongs=2064&5631tense=2ndaoristvoice=active
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=613ps=sp=prepstrongs=1519tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=614ps=sp=artstrongs=3588tense=voice=
οἰκίαν
bol_dict_abc=3465bol_lemma_dict=οἰκία, -ας, ἡcase=accusativedegree=freq_lemma=94gloss=house, householdgn=flemma=οἰκίαlexeme_dict=οἰκία, -ας, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=οἰκίανnu=sgorig_order=615ps=sp=nounstrongs=3614tense=voice=
εἶδον
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlexeme_dict=ὁράωmood=morph_form=V-2AAI-3Pmorph_functional=V-2AAI-3Pnormalized=εἶδονnu=plorig_order=616ps=p3sp=verbstrongs=3708&5627tense=2ndaoristvoice=active
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASNmorph_functional=T-ASNnormalized=τόnu=sgorig_order=617ps=sp=artstrongs=3588tense=voice=
παιδίον
bol_dict_abc=3663bol_lemma_dict=παιδίον, -ου, τόcase=accusativedegree=freq_lemma=52gloss=little child, infantgn=nlemma=παιδίονlexeme_dict=παιδίον, -ου, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=παιδίονnu=sgorig_order=618ps=sp=nounstrongs=3813tense=voice=
μετὰ
bol_dict_abc=3193bol_lemma_dict=μετάcase=degree=freq_lemma=470gloss=with, aftergn=lemma=μετάlexeme_dict=μετάmood=morph_form=PREPmorph_functional=PREPnormalized=μετάnu=plorig_order=619ps=sp=prepstrongs=3326tense=voice=
Μαρίας
bol_dict_abc=3113bol_lemma_dict=Μαρία, -αςcase=genitivedegree=freq_lemma=54gloss=Mary, Miriamgn=flemma=Μαρίαlexeme_dict=Μαρία, -αςmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=Μαρίαςnu=sgorig_order=620ps=sp=nounstrongs=3137tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=621ps=sp=artstrongs=3588tense=voice=
μητρὸς
bol_dict_abc=3246bol_lemma_dict=μήτηρ, -τρος, ἡcase=genitivedegree=freq_lemma=84gloss=mothergn=flemma=μήτηρlexeme_dict=μήτηρ, -τρος, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=μητρόςnu=sgorig_order=622ps=sp=nounstrongs=3384tense=voice=
αὐτοῦ,
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=nlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSNmorph_functional=P-GSNnormalized=αὐτοῦnu=sgorig_order=623ps=sp=prepstrongs=846tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=624ps=sp=conjstrongs=2532tense=voice=
πεσόντες
bol_dict_abc=3946bol_lemma_dict=πίπτωcase=nominativedegree=freq_lemma=90gloss=fall, fall undergn=mlemma=πίπτωlexeme_dict=πίπτωmood=morph_form=V-2AAP-NPMmorph_functional=V-2AAP-NPMnormalized=πεσόντεςnu=plorig_order=625ps=sp=verbstrongs=4098&5631tense=2ndaoristvoice=active
προσεκύνησαν
bol_dict_abc=4196bol_lemma_dict=προσκυνέωcase=degree=freq_lemma=60gloss=worshipgn=lemma=προσκυνέωlexeme_dict=προσκυνέωmood=indicativemorph_form=V-AAI-3Pmorph_functional=V-AAI-3Pnormalized=προσεκύνησανnu=plorig_order=626ps=p3sp=verbstrongs=4352&5656tense=aoristvoice=active
αὐτῷ,
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=627ps=sp=prepstrongs=846tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=628ps=sp=conjstrongs=2532tense=voice=
ἀνοίξαντες
bol_dict_abc=452bol_lemma_dict=ἀνοίγωcase=nominativedegree=freq_lemma=78gloss=opengn=mlemma=ἀνοίγωlexeme_dict=ἀνοίγωmood=participlemorph_form=V-AAP-NPMmorph_functional=V-AAP-NPMnormalized=ἀνοίξαντεςnu=plorig_order=629ps=sp=verbstrongs=455&5660tense=aoristvoice=active
τοὺς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-APMmorph_functional=T-APMnormalized=τούςnu=plorig_order=630ps=sp=artstrongs=3588tense=voice=
θησαυροὺς
bol_dict_abc=2321bol_lemma_dict=θησαυρός, -οῦ, ὁcase=accusativedegree=freq_lemma=17gloss=treasure, storegn=mlemma=θησαυρόςlexeme_dict=θησαυρός, -οῦ, ὁmood=morph_form=N-APMmorph_functional=N-APMnormalized=θησαυρούςnu=plorig_order=631ps=sp=nounstrongs=2344tense=voice=
αὐτῶν
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GPMmorph_functional=P-GPMnormalized=αὐτῶνnu=plorig_order=632ps=sp=prepstrongs=846tense=voice=
προσήνεγκαν
bol_dict_abc=4218bol_lemma_dict=προσφέρωcase=degree=freq_lemma=46gloss=bring to, offergn=lemma=προσφέρωlexeme_dict=προσφέρωmood=indicativemorph_form=V-AAI-3Pmorph_functional=V-AAI-3Pnormalized=προσήνεγκανnu=plorig_order=633ps=p3sp=verbstrongs=4374&5656tense=aoristvoice=active
αὐτῷ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=634ps=sp=prepstrongs=846tense=voice=
δῶρα,
bol_dict_abc=1428bol_lemma_dict=δῶρον, -ου, τόcase=accusativedegree=freq_lemma=19gloss=gift, presentgn=nlemma=δῶρονlexeme_dict=δῶρον, -ου, τόmood=morph_form=N-APNmorph_functional=N-APNnormalized=δῶραnu=plorig_order=635ps=sp=nounstrongs=1435tense=voice=
χρυσὸν
bol_dict_abc=5367bol_lemma_dict=χρυσός, -οῦ, ὁcase=accusativedegree=freq_lemma=9gloss=anything made of goldgn=mlemma=χρυσόςlexeme_dict=χρυσός, -οῦ, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=χρυσόνnu=sgorig_order=636ps=sp=nounstrongs=5557tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=637ps=sp=conjstrongs=2532tense=voice=
λίβανον
bol_dict_abc=3004bol_lemma_dict=λίβανος, -ου, ὁcase=accusativedegree=freq_lemma=2gloss=incensegn=mlemma=λίβανοςlexeme_dict=λίβανος, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=λίβανονnu=sgorig_order=638ps=sp=nounstrongs=3030tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=639ps=sp=conjstrongs=2532tense=voice=
σμύρναν.
bol_dict_abc=4504bol_lemma_dict=σμύρνα, -ης, ἡcase=accusativedegree=freq_lemma=2gloss=myrrhgn=flemma=σμύρναlexeme_dict=σμύρνα, -ης, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=σμύρνανnu=sgorig_order=640ps=sp=nounstrongs=4666tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 37
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=641ps=sp=conjstrongs=2532tense=voice=
χρηματισθέντες
bol_dict_abc=5348bol_lemma_dict=χρηματίζωcase=nominativedegree=freq_lemma=9gloss=warn, am publicly calledgn=mlemma=χρηματίζωlexeme_dict=χρηματίζωmood=participlemorph_form=V-APP-NPMmorph_functional=V-APP-NPMnormalized=χρηματισθέντεςnu=plorig_order=642ps=sp=verbstrongs=5537&5685tense=aoristvoice=passive
κατ’
bol_dict_abc=2568bol_lemma_dict=κατάcase=degree=freq_lemma=472gloss=down from, against, according to, throughout, duringgn=lemma=κατάlexeme_dict=κατάmood=morph_form=PREPmorph_functional=PREPnormalized=κατ’nu=plorig_order=643ps=sp=prepstrongs=2596tense=voice=
ὄναρ
bol_dict_abc=3530bol_lemma_dict=ὄναρ, τόcase=degree=freq_lemma=6gloss=dreamgn=lemma=ὄναρlexeme_dict=ὄναρ, τόmood=morph_form=N-OImorph_functional=N-OInormalized=ὄναρnu=orig_order=644ps=sp=nounstrongs=3677tense=voice=
μὴ
bol_dict_abc=3229bol_lemma_dict=μήcase=nominativedegree=freq_lemma=1060gloss=not, lestgn=nlemma=μήlexeme_dict=μήmood=morph_form=PRT-Nmorph_functional=PRT-Nnormalized=μήnu=orig_order=645ps=sp=prepstrongs=3361tense=voice=
ἀνακάμψαι
bol_dict_abc=342bol_lemma_dict=ἀνακάμπτωcase=degree=freq_lemma=4gloss=returngn=nlemma=ἀνακάμπτωlexeme_dict=ἀνακάμπτωmood=infinitivemorph_form=V-AANmorph_functional=V-AANnormalized=ἀνακάμψαιnu=orig_order=646ps=sp=verbstrongs=344&5658tense=aoristvoice=active
πρὸς
bol_dict_abc=4159bol_lemma_dict=πρόςcase=degree=freq_lemma=700gloss=to, towards, withgn=lemma=πρόςlexeme_dict=πρόςmood=morph_form=PREPmorph_functional=PREPnormalized=πρόςnu=plorig_order=647ps=sp=prepstrongs=4314tense=voice=
Ἡρῴδην,
bol_dict_abc=2242bol_lemma_dict=Ἡρῴδης, -ου, ὁcase=accusativedegree=freq_lemma=43gloss=Herodgn=mlemma=Ἡρῴδηςlexeme_dict=Ἡρῴδης, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Ἡρῴδηνnu=sgorig_order=648ps=sp=nounstrongs=2264tense=voice=
δι’
bol_dict_abc=1212bol_lemma_dict=διάcase=degree=freq_lemma=667gloss=through, on account ofgn=lemma=διάlexeme_dict=διάmood=morph_form=PREPmorph_functional=PREPnormalized=δι’nu=plorig_order=649ps=sp=prepstrongs=1223tense=voice=
ἄλλης
bol_dict_abc=239bol_lemma_dict=ἄλλος, -η, -οcase=genitivedegree=freq_lemma=154gloss=other, another, differentgn=flemma=ἄλλοςlexeme_dict=ἄλλος, -η, -οmood=morph_form=A-GSFmorph_functional=A-GSFnormalized=ἄλληςnu=sgorig_order=650ps=sp=adjstrongs=243tense=voice=
ὁδοῦ
bol_dict_abc=3448bol_lemma_dict=ὁδός, -οῦ, ἡcase=genitivedegree=freq_lemma=101gloss=way, road, journeygn=flemma=ὁδόςlexeme_dict=ὁδός, -οῦ, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=ὁδοῦnu=sgorig_order=651ps=sp=nounstrongs=3598tense=voice=
ἀνεχώρησαν
bol_dict_abc=400bol_lemma_dict=ἀναχωρέωcase=degree=freq_lemma=14gloss=return, retire, depart, withdrawgn=lemma=ἀναχωρέωlexeme_dict=ἀναχωρέωmood=indicativemorph_form=V-AAI-3Pmorph_functional=V-AAI-3Pnormalized=ἀνεχώρησανnu=plorig_order=652ps=p3sp=verbstrongs=402&5656tense=aoristvoice=active
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=653ps=sp=prepstrongs=1519tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=654ps=sp=artstrongs=3588tense=voice=
χώραν
bol_dict_abc=5372bol_lemma_dict=χώρα, -ας, ἡcase=accusativedegree=freq_lemma=28gloss=region, land, fieldsgn=flemma=χώραlexeme_dict=χώρα, -ας, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=χώρανnu=sgorig_order=655ps=sp=nounstrongs=5561tense=voice=
αὐτῶν.
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GPMmorph_functional=P-GPMnormalized=αὐτῶνnu=plorig_order=656ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 38
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ἀναχωρησάντων
bol_dict_abc=400bol_lemma_dict=ἀναχωρέωcase=genitivedegree=freq_lemma=14gloss=return, retire, depart, withdrawgn=mlemma=ἀναχωρέωlexeme_dict=ἀναχωρέωmood=participlemorph_form=V-AAP-GPMmorph_functional=V-AAP-GPMnormalized=Ἀναχωρησάντωνnu=plorig_order=657ps=sp=verbstrongs=402&5660tense=aoristvoice=active
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=658ps=sp=conjstrongs=1161tense=voice=
αὐτῶν,
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GPMmorph_functional=P-GPMnormalized=αὐτῶνnu=plorig_order=659ps=sp=prepstrongs=846tense=voice=
ἰδοὺ
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlexeme_dict=ὁράωmood=imperativemorph_form=V-2AMM-2Smorph_functional=V-2AMM-2Snormalized=ἰδούnu=sgorig_order=660ps=p2sp=verbstrongs=3708&5640tense=2ndaoristvoice=active
ἄγγελος
bol_dict_abc=32bol_lemma_dict=ἄγγελος, -ου, ὁcase=nominativedegree=freq_lemma=176gloss=angel, messengergn=mlemma=ἄγγελοςlexeme_dict=ἄγγελος, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=ἄγγελοςnu=sgorig_order=661ps=sp=nounstrongs=32tense=voice=
κυρίου
bol_dict_abc=2937bol_lemma_dict=κύριος, -ου, ὁcase=genitivedegree=freq_lemma=718gloss=lord, Lord, master, sirgn=mlemma=κύριοςlexeme_dict=κύριος, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=κυρίουnu=sgorig_order=662ps=sp=nounstrongs=2962tense=voice=
φαίνεται
bol_dict_abc=5135bol_lemma_dict=φαίνωcase=degree=freq_lemma=31gloss=shine, appear, seemgn=lemma=φαίνωlexeme_dict=φαίνωmood=indicativemorph_form=V-PEI-3Smorph_functional=V-PEI-3Snormalized=φαίνεταιnu=sgorig_order=663ps=p3sp=verbstrongs=5316&5727tense=presentvoice=middle_or_passive
κατ’
bol_dict_abc=2568bol_lemma_dict=κατάcase=degree=freq_lemma=472gloss=down from, against, according to, throughout, duringgn=lemma=κατάlexeme_dict=κατάmood=morph_form=PREPmorph_functional=PREPnormalized=κατ’nu=plorig_order=664ps=sp=prepstrongs=2596tense=voice=
ὄναρ
bol_dict_abc=3530bol_lemma_dict=ὄναρ, τόcase=degree=freq_lemma=6gloss=dreamgn=lemma=ὄναρlexeme_dict=ὄναρ, τόmood=morph_form=N-OImorph_functional=N-OInormalized=ὄναρnu=orig_order=665ps=sp=nounstrongs=3677tense=voice=
τῷ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DSMmorph_functional=T-DSMnormalized=τῷnu=sgorig_order=666ps=sp=artstrongs=3588tense=voice=
Ἰωσὴφ
bol_dict_abc=2473bol_lemma_dict=Ἰωσήφ, ὁcase=degree=freq_lemma=35gloss=Josephgn=lemma=Ἰωσήφlexeme_dict=Ἰωσήφ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰωσήφnu=orig_order=667ps=sp=nounstrongs=2501tense=voice=
λέγων
bol_dict_abc=2977bol_lemma_dict=λέγωcase=nominativedegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlexeme_dict=λέγωmood=participlemorph_form=V-PAP-NSMmorph_functional=V-PAP-NSMnormalized=λέγωνnu=sgorig_order=668ps=sp=verbstrongs=3004&5723tense=presentvoice=active
Ἐγερθεὶς
bol_dict_abc=1447bol_lemma_dict=ἐγείρωcase=nominativedegree=freq_lemma=143gloss=wake, arouse, raise upgn=mlemma=ἐγείρωlexeme_dict=ἐγείρωmood=participlemorph_form=V-APP-NSMmorph_functional=V-APP-NSMnormalized=Ἐγερθείςnu=sgorig_order=669ps=sp=verbstrongs=1453&5685tense=aoristvoice=passive
παράλαβε
bol_dict_abc=3726bol_lemma_dict=παραλαμβάνωcase=degree=freq_lemma=49gloss=take, receivegn=lemma=παραλαμβάνωlexeme_dict=παραλαμβάνωmood=morph_form=V-2AAM-2Smorph_functional=V-2AAM-2Snormalized=παράλαβεnu=sgorig_order=670ps=p2sp=verbstrongs=3880&5628tense=2ndaoristvoice=active
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASNmorph_functional=T-ASNnormalized=τόnu=sgorig_order=671ps=sp=artstrongs=3588tense=voice=
παιδίον
bol_dict_abc=3663bol_lemma_dict=παιδίον, -ου, τόcase=accusativedegree=freq_lemma=52gloss=little child, infantgn=nlemma=παιδίονlexeme_dict=παιδίον, -ου, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=παιδίονnu=sgorig_order=672ps=sp=nounstrongs=3813tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=673ps=sp=conjstrongs=2532tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=674ps=sp=artstrongs=3588tense=voice=
μητέρα
bol_dict_abc=3246bol_lemma_dict=μήτηρ, -τρος, ἡcase=accusativedegree=freq_lemma=84gloss=mothergn=flemma=μήτηρlexeme_dict=μήτηρ, -τρος, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=μητέραnu=sgorig_order=675ps=sp=nounstrongs=3384tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=676ps=sp=prepstrongs=846tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=677ps=sp=conjstrongs=2532tense=voice=
φεῦγε
bol_dict_abc=5160bol_lemma_dict=φεύγωcase=degree=freq_lemma=29gloss=flee, escape, shungn=lemma=φεύγωlexeme_dict=φεύγωmood=imperativemorph_form=V-PAM-2Smorph_functional=V-PAM-2Snormalized=φεῦγεnu=sgorig_order=678ps=p2sp=verbstrongs=5343&5720tense=presentvoice=active
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=679ps=sp=prepstrongs=1519tense=voice=
Αἴγυπτον,
bol_dict_abc=125bol_lemma_dict=Αἴγυπτος, -ου, ἡcase=accusativedegree=freq_lemma=25gloss=Egyptgn=flemma=Αἴγυπτοςlexeme_dict=Αἴγυπτος, -ου, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=Αἴγυπτονnu=sgorig_order=680ps=sp=nounstrongs=125tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=681ps=sp=conjstrongs=2532tense=voice=
ἴσθι
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=imperativemorph_form=V-PAM-2Smorph_functional=V-PAM-2Snormalized=ἴσθιnu=sgorig_order=682ps=p2sp=verbstrongs=1510&5720tense=presentvoice=active
ἐκεῖ
bol_dict_abc=1547bol_lemma_dict=ἐκεῖcase=degree=freq_lemma=95gloss=there, yonder, thithergn=lemma=ἐκεῖlexeme_dict=ἐκεῖmood=morph_form=ADVmorph_functional=ADVnormalized=ἐκεῖnu=orig_order=683ps=sp=advstrongs=1563tense=voice=
ἕως
bol_dict_abc=2179bol_lemma_dict=ἕωςcase=degree=freq_lemma=147gloss=until, as far asgn=lemma=ἕωςlexeme_dict=ἕωςmood=morph_form=ADVmorph_functional=ADVnormalized=ἕωςnu=orig_order=684ps=sp=advstrongs=2193tense=voice=
ἂν
bol_dict_abc=300bol_lemma_dict=ἄνcase=degree=freq_lemma=164gloss=an untranslatable word that makes a statement contingentgn=lemma=ἄνlexeme_dict=ἄνmood=morph_form=PRTmorph_functional=PRTnormalized=ἄνnu=orig_order=685ps=sp=prepstrongs=302tense=voice=
εἴπω
bol_dict_abc=2977bol_lemma_dict=λέγωcase=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=morph_form=V-2AAS-1Smorph_functional=V-2AAS-1Snormalized=εἴπωnu=sgorig_order=686ps=p1sp=verbstrongs=3004&5632tense=2ndaoristvoice=active
σοι·
bol_dict_abc=4603bol_lemma_dict=σύcase=degree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2DSmorph_functional=P-2DSnormalized=σοιnu=sgorig_order=687ps=sp=prepstrongs=4771tense=voice=
μέλλει
bol_dict_abc=3161bol_lemma_dict=μέλλωcase=degree=freq_lemma=110gloss=am about togn=lemma=μέλλωlexeme_dict=μέλλωmood=indicativemorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=μέλλειnu=sgorig_order=688ps=p3sp=verbstrongs=3195&5719tense=presentvoice=active
γὰρ
bol_dict_abc=1055bol_lemma_dict=γάρcase=degree=freq_lemma=1038gloss=forgn=lemma=γάρlexeme_dict=γάρmood=morph_form=CONJmorph_functional=CONJnormalized=γάρnu=orig_order=689ps=sp=conjstrongs=1063tense=voice=
Ἡρῴδης
bol_dict_abc=2242bol_lemma_dict=Ἡρῴδης, -ου, ὁcase=nominativedegree=freq_lemma=43gloss=Herodgn=mlemma=Ἡρῴδηςlexeme_dict=Ἡρῴδης, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἡρῴδηςnu=sgorig_order=690ps=sp=nounstrongs=2264tense=voice=
ζητεῖν
bol_dict_abc=2198bol_lemma_dict=ζητέωcase=degree=freq_lemma=117gloss=seek, search for, desiregn=nlemma=ζητέωlexeme_dict=ζητέωmood=infinitivemorph_form=V-PANmorph_functional=V-PANnormalized=ζητεῖνnu=orig_order=691ps=sp=verbstrongs=2212&5721tense=presentvoice=active
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASNmorph_functional=T-ASNnormalized=τόnu=sgorig_order=692ps=sp=artstrongs=3588tense=voice=
παιδίον
bol_dict_abc=3663bol_lemma_dict=παιδίον, -ου, τόcase=accusativedegree=freq_lemma=52gloss=little child, infantgn=nlemma=παιδίονlexeme_dict=παιδίον, -ου, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=παιδίονnu=sgorig_order=693ps=sp=nounstrongs=3813tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSNmorph_functional=T-GSNnormalized=τοῦnu=sgorig_order=694ps=sp=artstrongs=3588tense=voice=
ἀπολέσαι
bol_dict_abc=616bol_lemma_dict=ἀπόλλυμιcase=degree=freq_lemma=90gloss=destroy, lose, am perishinggn=nlemma=ἀπόλλυμιlexeme_dict=ἀπόλλυμιmood=infinitivemorph_form=V-AANmorph_functional=V-AANnormalized=ἀπολέσαιnu=orig_order=695ps=sp=verbstrongs=622&5658tense=aoristvoice=active
αὐτό.
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=accusativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=nlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-ASNmorph_functional=P-ASNnormalized=αὐτόnu=sgorig_order=696ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 39
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=697ps=sp=artstrongs=3588tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=698ps=sp=conjstrongs=1161tense=voice=
ἐγερθεὶς
bol_dict_abc=1447bol_lemma_dict=ἐγείρωcase=nominativedegree=freq_lemma=143gloss=wake, arouse, raise upgn=mlemma=ἐγείρωlexeme_dict=ἐγείρωmood=participlemorph_form=V-APP-NSMmorph_functional=V-APP-NSMnormalized=ἐγερθείςnu=sgorig_order=699ps=sp=verbstrongs=1453&5685tense=aoristvoice=passive
παρέλαβεν
bol_dict_abc=3726bol_lemma_dict=παραλαμβάνωcase=degree=freq_lemma=49gloss=take, receivegn=lemma=παραλαμβάνωlexeme_dict=παραλαμβάνωmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=παρέλαβενnu=sgorig_order=700ps=p3sp=verbstrongs=3880tense=2ndaoristvoice=active
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASNmorph_functional=T-ASNnormalized=τόnu=sgorig_order=701ps=sp=artstrongs=3588tense=voice=
παιδίον
bol_dict_abc=3663bol_lemma_dict=παιδίον, -ου, τόcase=accusativedegree=freq_lemma=52gloss=little child, infantgn=nlemma=παιδίονlexeme_dict=παιδίον, -ου, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=παιδίονnu=sgorig_order=702ps=sp=nounstrongs=3813tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=703ps=sp=conjstrongs=2532tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=704ps=sp=artstrongs=3588tense=voice=
μητέρα
bol_dict_abc=3246bol_lemma_dict=μήτηρ, -τρος, ἡcase=accusativedegree=freq_lemma=84gloss=mothergn=flemma=μήτηρlexeme_dict=μήτηρ, -τρος, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=μητέραnu=sgorig_order=705ps=sp=nounstrongs=3384tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=706ps=sp=prepstrongs=846tense=voice=
νυκτὸς
bol_dict_abc=3421bol_lemma_dict=νύξ, -νυκτός, ἡcase=genitivedegree=freq_lemma=61gloss=night, night-timegn=flemma=νύξlexeme_dict=νύξ, -νυκτός, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=νυκτόςnu=sgorig_order=707ps=sp=nounstrongs=3571tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=708ps=sp=conjstrongs=2532tense=voice=
ἀνεχώρησεν
bol_dict_abc=400bol_lemma_dict=ἀναχωρέωcase=degree=freq_lemma=14gloss=return, retire, depart, withdrawgn=lemma=ἀναχωρέωlexeme_dict=ἀναχωρέωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἀνεχώρησενnu=sgorig_order=709ps=p3sp=verbstrongs=402&5656tense=aoristvoice=active
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=710ps=sp=prepstrongs=1519tense=voice=
Αἴγυπτον,
bol_dict_abc=125bol_lemma_dict=Αἴγυπτος, -ου, ἡcase=accusativedegree=freq_lemma=25gloss=Egyptgn=flemma=Αἴγυπτοςlexeme_dict=Αἴγυπτος, -ου, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=Αἴγυπτονnu=sgorig_order=711ps=sp=nounstrongs=125tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 40
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=712ps=sp=conjstrongs=2532tense=voice=
ἦν
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indicativemorph_form=V-IAI-3Smorph_functional=V-IAI-3Snormalized=ἦνnu=sgorig_order=713ps=p3sp=verbstrongs=1510&5707tense=imperfectvoice=active
ἐκεῖ
bol_dict_abc=1547bol_lemma_dict=ἐκεῖcase=degree=freq_lemma=95gloss=there, yonder, thithergn=lemma=ἐκεῖlexeme_dict=ἐκεῖmood=morph_form=ADVmorph_functional=ADVnormalized=ἐκεῖnu=orig_order=714ps=sp=advstrongs=1563tense=voice=
ἕως
bol_dict_abc=2179bol_lemma_dict=ἕωςcase=degree=freq_lemma=147gloss=until, as far asgn=lemma=ἕωςlexeme_dict=ἕωςmood=morph_form=ADVmorph_functional=ADVnormalized=ἕωςnu=orig_order=715ps=sp=advstrongs=2193tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=716ps=sp=artstrongs=3588tense=voice=
τελευτῆς
bol_dict_abc=4883bol_lemma_dict=τελευτή, -ῆς, ἡcase=genitivedegree=freq_lemma=1gloss=end of life, deathgn=flemma=τελευτήlexeme_dict=τελευτή, -ῆς, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=τελευτῆςnu=sgorig_order=717ps=sp=nounstrongs=5054tense=voice=
Ἡρῴδου·
bol_dict_abc=2242bol_lemma_dict=Ἡρῴδης, -ου, ὁcase=genitivedegree=freq_lemma=43gloss=Herodgn=mlemma=Ἡρῴδηςlexeme_dict=Ἡρῴδης, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Ἡρῴδουnu=sgorig_order=718ps=sp=nounstrongs=2264tense=voice=
ἵνα
bol_dict_abc=2417bol_lemma_dict=ἵναcase=degree=freq_lemma=669gloss=in order that, so thatgn=lemma=ἵναlexeme_dict=ἵναmood=morph_form=CONJmorph_functional=CONJnormalized=ἵναnu=orig_order=719ps=sp=conjstrongs=2443tense=voice=
πληρωθῇ
bol_dict_abc=3983bol_lemma_dict=πληρόωcase=degree=freq_lemma=86gloss=fill, fulfill, completegn=lemma=πληρόωlexeme_dict=πληρόωmood=subjunctivemorph_form=V-APS-3Smorph_functional=V-APS-3Snormalized=πληρωθῇnu=sgorig_order=720ps=p3sp=verbstrongs=4137&5686tense=aoristvoice=passive
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSNmorph_functional=T-NSNnormalized=τόnu=sgorig_order=721ps=sp=artstrongs=3588tense=voice=
ῥηθὲν
bol_dict_abc=1500bol_lemma_dict=case=nominativedegree=freq_lemma=96gloss=say, speakgn=nlemma=εἶπονlexeme_dict=mood=participlemorph_form=V-APP-NSNmorph_functional=V-APP-NSNnormalized=ῥηθένnu=sgorig_order=722ps=sp=verbstrongs=2046&5685tense=aoristvoice=passive
ὑπὸ
bol_dict_abc=5076bol_lemma_dict=ὑπόcase=degree=freq_lemma=219gloss=by, under, aboutgn=lemma=ὑπόlexeme_dict=ὑπόmood=morph_form=PREPmorph_functional=PREPnormalized=ὑπόnu=plorig_order=723ps=sp=prepstrongs=5259tense=voice=
κυρίου
bol_dict_abc=2937bol_lemma_dict=κύριος, -ου, ὁcase=genitivedegree=freq_lemma=718gloss=lord, Lord, master, sirgn=mlemma=κύριοςlexeme_dict=κύριος, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=κυρίουnu=sgorig_order=724ps=sp=nounstrongs=2962tense=voice=
διὰ
bol_dict_abc=1212bol_lemma_dict=διάcase=degree=freq_lemma=667gloss=through, on account ofgn=lemma=διάlexeme_dict=διάmood=morph_form=PREPmorph_functional=PREPnormalized=διάnu=plorig_order=725ps=sp=prepstrongs=1223tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=726ps=sp=artstrongs=3588tense=voice=
προφήτου
bol_dict_abc=4238bol_lemma_dict=προφήτης, -ου, ὁcase=genitivedegree=freq_lemma=144gloss=prophet, poetgn=mlemma=προφήτηςlexeme_dict=προφήτης, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=προφήτουnu=sgorig_order=727ps=sp=nounstrongs=4396tense=voice=
λέγοντος
bol_dict_abc=2977bol_lemma_dict=λέγωcase=genitivedegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlexeme_dict=λέγωmood=participlemorph_form=V-PAP-GSMmorph_functional=V-PAP-GSMnormalized=λέγοντοςnu=sgorig_order=728ps=sp=verbstrongs=3004&5723tense=presentvoice=active
Ἐξ
bol_dict_abc=1522bol_lemma_dict=ἐκ, ἐξcase=degree=freq_lemma=913gloss=from out, out from among, fromgn=lemma=ἐκlexeme_dict=ἐκ, ἐξmood=morph_form=PREPmorph_functional=PREPnormalized=Ἐξnu=plorig_order=729ps=sp=prepstrongs=1537tense=voice=
Αἰγύπτου
bol_dict_abc=125bol_lemma_dict=Αἴγυπτος, -ου, ἡcase=genitivedegree=freq_lemma=25gloss=Egyptgn=flemma=Αἴγυπτοςlexeme_dict=Αἴγυπτος, -ου, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=Αἰγύπτουnu=sgorig_order=730ps=sp=nounstrongs=125tense=voice=
ἐκάλεσα
bol_dict_abc=2538bol_lemma_dict=καλέωcase=degree=freq_lemma=148gloss=call, invite, namegn=lemma=καλέωlexeme_dict=καλέωmood=indicativemorph_form=V-AAI-1Smorph_functional=V-AAI-1Snormalized=ἐκάλεσαnu=sgorig_order=731ps=p1sp=verbstrongs=2564&5656tense=aoristvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=732ps=sp=artstrongs=3588tense=voice=
υἱόν
bol_dict_abc=5026bol_lemma_dict=υἱός, -οῦ, ὁcase=accusativedegree=freq_lemma=376gloss=son, descendentgn=mlemma=υἱόςlexeme_dict=υἱός, -οῦ, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=υἱόνnu=sgorig_order=733ps=sp=nounstrongs=5207tense=voice=
μου.
bol_dict_abc=1469bol_lemma_dict=ἐγώcase=degree=freq_lemma=2567gloss=Ign=lemma=ἐγώlexeme_dict=ἐγώmood=morph_form=P-1GSmorph_functional=P-1GSnormalized=μουnu=sgorig_order=734ps=sp=prepstrongs=1473tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 41
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Τότε
bol_dict_abc=4950bol_lemma_dict=τότεcase=degree=freq_lemma=159gloss=thengn=lemma=τότεlexeme_dict=τότεmood=morph_form=ADVmorph_functional=ADVnormalized=Τότεnu=orig_order=735ps=sp=advstrongs=5119tense=voice=
Ἡρῴδης
bol_dict_abc=2242bol_lemma_dict=Ἡρῴδης, -ου, ὁcase=nominativedegree=freq_lemma=43gloss=Herodgn=mlemma=Ἡρῴδηςlexeme_dict=Ἡρῴδης, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἡρῴδηςnu=sgorig_order=736ps=sp=nounstrongs=2264tense=voice=
ἰδὼν
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=nominativedegree=freq_lemma=682gloss=see, look upon, experiencegn=mlemma=ὁράωlexeme_dict=ὁράωmood=morph_form=V-2AAP-NSMmorph_functional=V-2AAP-NSMnormalized=ἰδώνnu=sgorig_order=737ps=sp=verbstrongs=3708&5631tense=2ndaoristvoice=active
ὅτι
bol_dict_abc=3606bol_lemma_dict=ὅτιcase=degree=freq_lemma=1293gloss=that, since, becausegn=lemma=ὅτιlexeme_dict=ὅτιmood=morph_form=CONJmorph_functional=CONJnormalized=ὅτιnu=orig_order=738ps=sp=conjstrongs=3754tense=voice=
ἐνεπαίχθη
bol_dict_abc=1689bol_lemma_dict=ἐμπαίζωcase=degree=freq_lemma=13gloss=mockgn=lemma=ἐμπαίζωlexeme_dict=ἐμπαίζωmood=indicativemorph_form=V-API-3Smorph_functional=V-API-3Snormalized=ἐνεπαίχθηnu=sgorig_order=739ps=p3sp=verbstrongs=1702&5681tense=aoristvoice=passive
ὑπὸ
bol_dict_abc=5076bol_lemma_dict=ὑπόcase=degree=freq_lemma=219gloss=by, under, aboutgn=lemma=ὑπόlexeme_dict=ὑπόmood=morph_form=PREPmorph_functional=PREPnormalized=ὑπόnu=plorig_order=740ps=sp=prepstrongs=5259tense=voice=
τῶν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GPMmorph_functional=T-GPMnormalized=τῶνnu=plorig_order=741ps=sp=artstrongs=3588tense=voice=
μάγων
bol_dict_abc=3071bol_lemma_dict=μάγος, -ου, ὁcase=genitivedegree=freq_lemma=6gloss=sorcerer, magician, wizardgn=mlemma=μάγοςlexeme_dict=μάγος, -ου, ὁmood=morph_form=N-GPMmorph_functional=N-GPMnormalized=μάγωνnu=plorig_order=742ps=sp=nounstrongs=3097tense=voice=
ἐθυμώθη
bol_dict_abc=2350bol_lemma_dict=θυμόομαιcase=degree=freq_lemma=1gloss=provoke to anger, am full of angry passiongn=lemma=θυμόωlexeme_dict=θυμόομαιmood=indicativemorph_form=V-API-3Smorph_functional=V-API-3Snormalized=ἐθυμώθηnu=sgorig_order=743ps=p3sp=verbstrongs=2373&5681tense=aoristvoice=passive
λίαν,
bol_dict_abc=3003bol_lemma_dict=λίανcase=degree=freq_lemma=12gloss=very, very much, exceedinglygn=lemma=λίανlexeme_dict=λίανmood=morph_form=ADVmorph_functional=ADVnormalized=λίανnu=orig_order=744ps=sp=advstrongs=3029tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=745ps=sp=conjstrongs=2532tense=voice=
ἀποστείλας
bol_dict_abc=641bol_lemma_dict=ἀποστέλλωcase=nominativedegree=freq_lemma=131gloss=send forth, send, send away, dismissgn=mlemma=ἀποστέλλωlexeme_dict=ἀποστέλλωmood=participlemorph_form=V-AAP-NSMmorph_functional=V-AAP-NSMnormalized=ἀποστείλαςnu=sgorig_order=746ps=sp=verbstrongs=649&5660tense=aoristvoice=active
ἀνεῖλεν
bol_dict_abc=335bol_lemma_dict=ἀναιρέωcase=degree=freq_lemma=24gloss=take up, abolish, murdergn=lemma=ἀναιρέωlexeme_dict=ἀναιρέωmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=ἀνεῖλενnu=sgorig_order=747ps=p3sp=verbstrongs=337&5627tense=2ndaoristvoice=active
πάντας
bol_dict_abc=3804bol_lemma_dict=πᾶς, πᾶσα, πᾶνcase=accusativedegree=freq_lemma=1242gloss=all, the whole, every kind ofgn=mlemma=πᾶςlexeme_dict=πᾶς, πᾶσα, πᾶνmood=morph_form=A-APMmorph_functional=A-APMnormalized=πάνταςnu=plorig_order=748ps=sp=adjstrongs=3956tense=voice=
τοὺς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-APMmorph_functional=T-APMnormalized=τούςnu=plorig_order=749ps=sp=artstrongs=3588tense=voice=
παῖδας
bol_dict_abc=3666bol_lemma_dict=παῖς, -παιδός, ὁ, ἡcase=accusativedegree=freq_lemma=24gloss=boy or girl childgn=mlemma=παῖςlexeme_dict=παῖς, -παιδός, ὁ, ἡmood=morph_form=N-APMmorph_functional=N-APMnormalized=παῖδαςnu=plorig_order=750ps=sp=nounstrongs=3816tense=voice=
τοὺς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-APMmorph_functional=T-APMnormalized=τούςnu=plorig_order=751ps=sp=artstrongs=3588tense=voice=
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=752ps=sp=prepstrongs=1722tense=voice=
Βηθλέεμ
bol_dict_abc=958bol_lemma_dict=Βηθλέεμ, ἡcase=degree=freq_lemma=8gloss=Bethlehemgn=lemma=Βηθλέεμlexeme_dict=Βηθλέεμ, ἡmood=morph_form=N-PRImorph_functional=N-PRInormalized=Βηθλέεμnu=orig_order=753ps=sp=nounstrongs=965tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=754ps=sp=conjstrongs=2532tense=voice=
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=755ps=sp=prepstrongs=1722tense=voice=
πᾶσι
bol_dict_abc=3804bol_lemma_dict=πᾶς, πᾶσα, πᾶνcase=dativedegree=freq_lemma=1242gloss=all, the whole, every kind ofgn=nlemma=πᾶςlexeme_dict=πᾶς, πᾶσα, πᾶνmood=morph_form=A-DPNmorph_functional=A-DPNnormalized=πᾶσιnu=plorig_order=756ps=sp=adjstrongs=3956tense=voice=
τοῖς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DPNmorph_functional=T-DPNnormalized=τοῖςnu=plorig_order=757ps=sp=artstrongs=3588tense=voice=
ὁρίοις
bol_dict_abc=3577bol_lemma_dict=ὅριον, -ου, τόcase=dativedegree=freq_lemma=12gloss=districts, territorygn=nlemma=ὅριονlexeme_dict=ὅριον, -ου, τόmood=morph_form=N-DPNmorph_functional=N-DPNnormalized=ὁρίοιςnu=plorig_order=758ps=sp=nounstrongs=3725tense=voice=
αὐτῆς
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=flemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSFmorph_functional=P-GSFnormalized=αὐτῆςnu=sgorig_order=759ps=sp=prepstrongs=846tense=voice=
ἀπὸ
bol_dict_abc=569bol_lemma_dict=ἀπόcase=degree=freq_lemma=647gloss=from, away fromgn=lemma=ἀπόlexeme_dict=ἀπόmood=morph_form=PREPmorph_functional=PREPnormalized=ἀπόnu=plorig_order=760ps=sp=prepstrongs=575tense=voice=
διετοῦς
bol_dict_abc=1322bol_lemma_dict=διετής, -έςcase=genitivedegree=freq_lemma=1gloss=two years oldgn=mlemma=διετήςlexeme_dict=διετής, -έςmood=morph_form=A-GSMmorph_functional=A-GSMnormalized=διετοῦςnu=sgorig_order=761ps=sp=adjstrongs=1332tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=762ps=sp=conjstrongs=2532tense=voice=
κατωτέρω,
bol_dict_abc=2706bol_lemma_dict=κάτωcase=degree=freq_lemma=11gloss=down, below, lower, under, lessgn=lemma=κάτωlexeme_dict=κάτωmood=morph_form=ADVmorph_functional=ADVnormalized=κατωτέρωnu=orig_order=763ps=sp=advstrongs=2736tense=voice=
κατὰ
bol_dict_abc=2568bol_lemma_dict=κατάcase=degree=freq_lemma=472gloss=down from, against, according to, throughout, duringgn=lemma=κατάlexeme_dict=κατάmood=morph_form=PREPmorph_functional=PREPnormalized=κατάnu=plorig_order=764ps=sp=prepstrongs=2596tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=765ps=sp=artstrongs=3588tense=voice=
χρόνον
bol_dict_abc=5361bol_lemma_dict=χρόνος, -ου, ὁcase=accusativedegree=freq_lemma=54gloss=time, particular time, seasongn=mlemma=χρόνοςlexeme_dict=χρόνος, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=χρόνονnu=sgorig_order=766ps=sp=nounstrongs=5550tense=voice=
ὃν
bol_dict_abc=3591bol_lemma_dict=ὅς, ἥ, ὅcase=accusativedegree=freq_lemma=1407gloss=who, which, what, thatgn=mlemma=ὅςlexeme_dict=ὅς, ἥ, ὅmood=morph_form=R-ASMmorph_functional=R-ASMnormalized=ὅνnu=sgorig_order=767ps=sp=pron-relastrongs=3739tense=voice=
ἠκρίβωσεν
bol_dict_abc=193bol_lemma_dict=ἀκριβόωcase=degree=freq_lemma=2gloss=examine carefully, inquire strictlygn=lemma=ἀκριβόωlexeme_dict=ἀκριβόωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἠκρίβωσενnu=sgorig_order=768ps=p3sp=verbstrongs=198&5656tense=aoristvoice=active
παρὰ
bol_dict_abc=3692bol_lemma_dict=παράcase=degree=freq_lemma=192gloss=from, in the presence ofgn=lemma=παράlexeme_dict=παράmood=morph_form=PREPmorph_functional=PREPnormalized=παράnu=plorig_order=769ps=sp=prepstrongs=3844tense=voice=
τῶν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GPMmorph_functional=T-GPMnormalized=τῶνnu=plorig_order=770ps=sp=artstrongs=3588tense=voice=
μάγων.
bol_dict_abc=3071bol_lemma_dict=μάγος, -ου, ὁcase=genitivedegree=freq_lemma=6gloss=sorcerer, magician, wizardgn=mlemma=μάγοςlexeme_dict=μάγος, -ου, ὁmood=morph_form=N-GPMmorph_functional=N-GPMnormalized=μάγωνnu=plorig_order=771ps=sp=nounstrongs=3097tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 42
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
τότε
bol_dict_abc=4950bol_lemma_dict=τότεcase=degree=freq_lemma=159gloss=thengn=lemma=τότεlexeme_dict=τότεmood=morph_form=ADVmorph_functional=ADVnormalized=τότεnu=orig_order=772ps=sp=advstrongs=5119tense=voice=
ἐπληρώθη
bol_dict_abc=3983bol_lemma_dict=πληρόωcase=degree=freq_lemma=86gloss=fill, fulfill, completegn=lemma=πληρόωlexeme_dict=πληρόωmood=indicativemorph_form=V-API-3Smorph_functional=V-API-3Snormalized=ἐπληρώθηnu=sgorig_order=773ps=p3sp=verbstrongs=4137&5681tense=aoristvoice=passive
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSNmorph_functional=T-NSNnormalized=τόnu=sgorig_order=774ps=sp=artstrongs=3588tense=voice=
ῥηθὲν
bol_dict_abc=1500bol_lemma_dict=case=nominativedegree=freq_lemma=96gloss=say, speakgn=nlemma=εἶπονlexeme_dict=mood=participlemorph_form=V-APP-NSNmorph_functional=V-APP-NSNnormalized=ῥηθένnu=sgorig_order=775ps=sp=verbstrongs=2046&5685tense=aoristvoice=passive
διὰ
bol_dict_abc=1212bol_lemma_dict=διάcase=degree=freq_lemma=667gloss=through, on account ofgn=lemma=διάlexeme_dict=διάmood=morph_form=PREPmorph_functional=PREPnormalized=διάnu=plorig_order=776ps=sp=prepstrongs=1223tense=voice=
Ἰερεμίου
bol_dict_abc=2382bol_lemma_dict=Ἰερεμίας, -ου, ὁcase=genitivedegree=freq_lemma=3gloss=Jeremiahgn=mlemma=Ἰερεμίαςlexeme_dict=Ἰερεμίας, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Ἰερεμίουnu=sgorig_order=777ps=sp=nounstrongs=2408tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=778ps=sp=artstrongs=3588tense=voice=
προφήτου
bol_dict_abc=4238bol_lemma_dict=προφήτης, -ου, ὁcase=genitivedegree=freq_lemma=144gloss=prophet, poetgn=mlemma=προφήτηςlexeme_dict=προφήτης, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=προφήτουnu=sgorig_order=779ps=sp=nounstrongs=4396tense=voice=
λέγοντος
bol_dict_abc=2977bol_lemma_dict=λέγωcase=genitivedegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlexeme_dict=λέγωmood=participlemorph_form=V-PAP-GSMmorph_functional=V-PAP-GSMnormalized=λέγοντοςnu=sgorig_order=780ps=sp=verbstrongs=3004&5723tense=presentvoice=active
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 43
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Φωνὴ
bol_dict_abc=5270bol_lemma_dict=φωνή, -ῆς, ἡcase=nominativedegree=freq_lemma=139gloss=sound, noise, voicegn=flemma=φωνήlexeme_dict=φωνή, -ῆς, ἡmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=Φωνήnu=sgorig_order=781ps=sp=nounstrongs=5456tense=voice=
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=782ps=sp=prepstrongs=1722tense=voice=
Ῥαμὰ
bol_dict_abc=4313bol_lemma_dict=Ῥαμά, ἡcase=degree=freq_lemma=1gloss=Ramagn=lemma=Ῥαμάlexeme_dict=Ῥαμά, ἡmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ῥαμάnu=orig_order=783ps=sp=nounstrongs=4471tense=voice=
ἠκούσθη,
bol_dict_abc=187bol_lemma_dict=ἀκούωcase=degree=freq_lemma=428gloss=hear, listengn=lemma=ἀκούωlexeme_dict=ἀκούωmood=indicativemorph_form=V-API-3Smorph_functional=V-API-3Snormalized=ἠκούσθηnu=sgorig_order=784ps=p3sp=verbstrongs=191&5681tense=aoristvoice=passive
κλαυθμὸς
bol_dict_abc=2777bol_lemma_dict=κλαυθμός, -οῦ, ὁcase=nominativedegree=freq_lemma=9gloss=weeping, lamentationgn=mlemma=κλαυθμόςlexeme_dict=κλαυθμός, -οῦ, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=κλαυθμόςnu=sgorig_order=785ps=sp=nounstrongs=2805tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=786ps=sp=conjstrongs=2532tense=voice=
ὀδυρμὸς
bol_dict_abc=3452bol_lemma_dict=ὀδυρμός, -οῦ, ὁcase=nominativedegree=freq_lemma=2gloss=lamentation, wailinggn=mlemma=ὀδυρμόςlexeme_dict=ὀδυρμός, -οῦ, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=ὀδυρμόςnu=sgorig_order=787ps=sp=nounstrongs=3602tense=voice=
πολύς·
bol_dict_abc=4031bol_lemma_dict=πολύς, πολλή, πολύcase=nominativedegree=freq_lemma=413gloss=the greatest, the mostgn=mlemma=πολύςlexeme_dict=πολύς, πολλή, πολύmood=morph_form=A-NSMmorph_functional=A-NSMnormalized=πολύςnu=sgorig_order=788ps=sp=adjstrongs=4183tense=voice=
Ῥαχὴλ
bol_dict_abc=4320bol_lemma_dict=Ῥαχήλ, ἡcase=degree=freq_lemma=1gloss=Rachelgn=lemma=Ῥαχήλlexeme_dict=Ῥαχήλ, ἡmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ῥαχήλnu=orig_order=789ps=sp=nounstrongs=4478tense=voice=
κλαίουσα
bol_dict_abc=2772bol_lemma_dict=κλαίωcase=nominativedegree=freq_lemma=40gloss=weep, weep for, mourngn=flemma=κλαίωlexeme_dict=κλαίωmood=participlemorph_form=V-PAP-NSFmorph_functional=V-PAP-NSFnormalized=κλαίουσαnu=sgorig_order=790ps=sp=verbstrongs=2799&5723tense=presentvoice=active
τὰ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-APNmorph_functional=T-APNnormalized=τάnu=plorig_order=791ps=sp=artstrongs=3588tense=voice=
τέκνα
bol_dict_abc=4872bol_lemma_dict=τέκνον, -ου, τόcase=accusativedegree=freq_lemma=99gloss=child, descendent, inhabitantgn=nlemma=τέκνονlexeme_dict=τέκνον, -ου, τόmood=morph_form=N-APNmorph_functional=N-APNnormalized=τέκναnu=plorig_order=792ps=sp=nounstrongs=5043tense=voice=
αὐτῆς,
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=flemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSFmorph_functional=P-GSFnormalized=αὐτῆςnu=sgorig_order=793ps=sp=prepstrongs=846tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=794ps=sp=conjstrongs=2532tense=voice=
οὐκ
bol_dict_abc=3607bol_lemma_dict=οὐcase=nominativedegree=freq_lemma=1622gloss=no, notgn=nlemma=οὐlexeme_dict=οὐmood=morph_form=PRT-Nmorph_functional=PRT-Nnormalized=οὐκnu=orig_order=795ps=sp=prepstrongs=3756tense=voice=
ἤθελεν
bol_dict_abc=2287bol_lemma_dict=θέλωcase=degree=freq_lemma=207gloss=will, wish, desiregn=lemma=θέλωlexeme_dict=θέλωmood=indicativemorph_form=V-IAI-3Smorph_functional=V-IAI-3Snormalized=ἤθελενnu=sgorig_order=796ps=p3sp=verbstrongs=2309&5707tense=imperfectvoice=active
παρακληθῆναι
bol_dict_abc=3717bol_lemma_dict=παρακαλέωcase=degree=freq_lemma=109gloss=summon, entreat, admonish, comfortgn=nlemma=παρακαλέωlexeme_dict=παρακαλέωmood=infinitivemorph_form=V-APNmorph_functional=V-APNnormalized=παρακληθῆναιnu=plorig_order=797ps=sp=verbstrongs=3870&5683tense=aoristvoice=passive
ὅτι
bol_dict_abc=3606bol_lemma_dict=ὅτιcase=degree=freq_lemma=1293gloss=that, since, becausegn=lemma=ὅτιlexeme_dict=ὅτιmood=morph_form=CONJmorph_functional=CONJnormalized=ὅτιnu=orig_order=798ps=sp=conjstrongs=3754tense=voice=
οὐκ
bol_dict_abc=3607bol_lemma_dict=οὐcase=nominativedegree=freq_lemma=1622gloss=no, notgn=nlemma=οὐlexeme_dict=οὐmood=morph_form=PRT-Nmorph_functional=PRT-Nnormalized=οὐκnu=orig_order=799ps=sp=prepstrongs=3756tense=voice=
εἰσίν.
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indicativemorph_form=V-PAI-3Pmorph_functional=V-PAI-3Pnormalized=εἰσίνnu=plorig_order=800ps=p3sp=verbstrongs=1510&5719tense=presentvoice=active
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 44
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Τελευτήσαντος
bol_dict_abc=4882bol_lemma_dict=τελευτάωcase=genitivedegree=freq_lemma=11gloss=end, finish, diegn=mlemma=τελευτάωlexeme_dict=τελευτάωmood=participlemorph_form=V-AAP-GSMmorph_functional=V-AAP-GSMnormalized=Τελευτήσαντοςnu=sgorig_order=801ps=sp=verbstrongs=5053&5660tense=aoristvoice=active
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=802ps=sp=conjstrongs=1161tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=803ps=sp=artstrongs=3588tense=voice=
Ἡρῴδου,
bol_dict_abc=2242bol_lemma_dict=Ἡρῴδης, -ου, ὁcase=genitivedegree=freq_lemma=43gloss=Herodgn=mlemma=Ἡρῴδηςlexeme_dict=Ἡρῴδης, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Ἡρῴδουnu=sgorig_order=804ps=sp=nounstrongs=2264tense=voice=
ἰδοὺ
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlexeme_dict=ὁράωmood=imperativemorph_form=V-2AMM-2Smorph_functional=V-2AMM-2Snormalized=ἰδούnu=sgorig_order=805ps=p2sp=verbstrongs=3708&5640tense=2ndaoristvoice=active
ἄγγελος
bol_dict_abc=32bol_lemma_dict=ἄγγελος, -ου, ὁcase=nominativedegree=freq_lemma=176gloss=angel, messengergn=mlemma=ἄγγελοςlexeme_dict=ἄγγελος, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=ἄγγελοςnu=sgorig_order=806ps=sp=nounstrongs=32tense=voice=
Κυρίου
bol_dict_abc=2937bol_lemma_dict=κύριος, -ου, ὁcase=genitivedegree=freq_lemma=718gloss=lord, Lord, master, sirgn=mlemma=κύριοςlexeme_dict=κύριος, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Κυρίουnu=sgorig_order=807ps=sp=nounstrongs=2962tense=voice=
φαίνεται
bol_dict_abc=5135bol_lemma_dict=φαίνωcase=degree=freq_lemma=31gloss=shine, appear, seemgn=lemma=φαίνωlexeme_dict=φαίνωmood=indicativemorph_form=V-PEI-3Smorph_functional=V-PEI-3Snormalized=φαίνεταιnu=sgorig_order=808ps=p3sp=verbstrongs=5316&5727tense=presentvoice=middle_or_passive
κατ’
bol_dict_abc=2568bol_lemma_dict=κατάcase=degree=freq_lemma=472gloss=down from, against, according to, throughout, duringgn=lemma=κατάlexeme_dict=κατάmood=morph_form=PREPmorph_functional=PREPnormalized=κατ’nu=plorig_order=809ps=sp=prepstrongs=2596tense=voice=
ὄναρ
bol_dict_abc=3530bol_lemma_dict=ὄναρ, τόcase=degree=freq_lemma=6gloss=dreamgn=lemma=ὄναρlexeme_dict=ὄναρ, τόmood=morph_form=N-OImorph_functional=N-OInormalized=ὄναρnu=orig_order=810ps=sp=nounstrongs=3677tense=voice=
τῷ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DSMmorph_functional=T-DSMnormalized=τῷnu=sgorig_order=811ps=sp=artstrongs=3588tense=voice=
Ἰωσὴφ
bol_dict_abc=2473bol_lemma_dict=Ἰωσήφ, ὁcase=degree=freq_lemma=35gloss=Josephgn=lemma=Ἰωσήφlexeme_dict=Ἰωσήφ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰωσήφnu=orig_order=812ps=sp=nounstrongs=2501tense=voice=
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=813ps=sp=prepstrongs=1722tense=voice=
Αἰγύπτῳ
bol_dict_abc=125bol_lemma_dict=Αἴγυπτος, -ου, ἡcase=dativedegree=freq_lemma=25gloss=Egyptgn=flemma=Αἴγυπτοςlexeme_dict=Αἴγυπτος, -ου, ἡmood=morph_form=N-DSFmorph_functional=N-DSFnormalized=Αἰγύπτῳnu=sgorig_order=814ps=sp=nounstrongs=125tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 45
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
λέγων
bol_dict_abc=2977bol_lemma_dict=λέγωcase=nominativedegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlexeme_dict=λέγωmood=participlemorph_form=V-PAP-NSMmorph_functional=V-PAP-NSMnormalized=λέγωνnu=sgorig_order=815ps=sp=verbstrongs=3004&5723tense=presentvoice=active
Ἐγερθεὶς
bol_dict_abc=1447bol_lemma_dict=ἐγείρωcase=nominativedegree=freq_lemma=143gloss=wake, arouse, raise upgn=mlemma=ἐγείρωlexeme_dict=ἐγείρωmood=participlemorph_form=V-APP-NSMmorph_functional=V-APP-NSMnormalized=Ἐγερθείςnu=sgorig_order=816ps=sp=verbstrongs=1453&5685tense=aoristvoice=passive
παράλαβε
bol_dict_abc=3726bol_lemma_dict=παραλαμβάνωcase=degree=freq_lemma=49gloss=take, receivegn=lemma=παραλαμβάνωlexeme_dict=παραλαμβάνωmood=morph_form=V-2AAM-2Smorph_functional=V-2AAM-2Snormalized=παράλαβεnu=sgorig_order=817ps=p2sp=verbstrongs=3880&5628tense=2ndaoristvoice=active
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASNmorph_functional=T-ASNnormalized=τόnu=sgorig_order=818ps=sp=artstrongs=3588tense=voice=
παιδίον
bol_dict_abc=3663bol_lemma_dict=παιδίον, -ου, τόcase=accusativedegree=freq_lemma=52gloss=little child, infantgn=nlemma=παιδίονlexeme_dict=παιδίον, -ου, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=παιδίονnu=sgorig_order=819ps=sp=nounstrongs=3813tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=820ps=sp=conjstrongs=2532tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=821ps=sp=artstrongs=3588tense=voice=
μητέρα
bol_dict_abc=3246bol_lemma_dict=μήτηρ, -τρος, ἡcase=accusativedegree=freq_lemma=84gloss=mothergn=flemma=μήτηρlexeme_dict=μήτηρ, -τρος, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=μητέραnu=sgorig_order=822ps=sp=nounstrongs=3384tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=823ps=sp=prepstrongs=846tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=824ps=sp=conjstrongs=2532tense=voice=
πορεύου
bol_dict_abc=4045bol_lemma_dict=πορεύομαιcase=degree=freq_lemma=153gloss=travel, journey, gogn=lemma=πορεύομαιlexeme_dict=πορεύομαιmood=imperativemorph_form=V-PNM-2Smorph_functional=V-PNM-2Snormalized=πορεύουnu=sgorig_order=825ps=p2sp=verbstrongs=4198&5737tense=presentvoice=middle_or_passive_deponent
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=826ps=sp=prepstrongs=1519tense=voice=
γῆν
bol_dict_abc=1084bol_lemma_dict=γῆ, γῆς, ἡcase=accusativedegree=freq_lemma=250gloss=earth, soil, landgn=flemma=γῆlexeme_dict=γῆ, γῆς, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=γῆνnu=sgorig_order=827ps=sp=nounstrongs=1093tense=voice=
Ἰσραήλ·
bol_dict_abc=2444bol_lemma_dict=Ἰσραήλ, ὁcase=degree=freq_lemma=68gloss=Israelgn=lemma=Ἰσραήλlexeme_dict=Ἰσραήλ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰσραήλnu=orig_order=828ps=sp=nounstrongs=2474tense=voice=
τεθνήκασιν
bol_dict_abc=2325bol_lemma_dict=θνῄσκωcase=degree=freq_lemma=9gloss=am dying, am deadgn=lemma=θνῄσκωlexeme_dict=θνῄσκωmood=indicativemorph_form=V-RAI-3Pmorph_functional=V-RAI-3Pnormalized=τεθνήκασινnu=plorig_order=829ps=p3sp=verbstrongs=2348&5758tense=perfectvoice=active
γὰρ
bol_dict_abc=1055bol_lemma_dict=γάρcase=degree=freq_lemma=1038gloss=forgn=lemma=γάρlexeme_dict=γάρmood=morph_form=CONJmorph_functional=CONJnormalized=γάρnu=orig_order=830ps=sp=conjstrongs=1063tense=voice=
οἱ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NPMmorph_functional=T-NPMnormalized=οἱnu=plorig_order=831ps=sp=artstrongs=3588tense=voice=
ζητοῦντες
bol_dict_abc=2198bol_lemma_dict=ζητέωcase=nominativedegree=freq_lemma=117gloss=seek, search for, desiregn=mlemma=ζητέωlexeme_dict=ζητέωmood=participlemorph_form=V-PAP-NPMmorph_functional=V-PAP-NPMnormalized=ζητοῦντεςnu=plorig_order=832ps=sp=verbstrongs=2212&5723tense=presentvoice=active
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=833ps=sp=artstrongs=3588tense=voice=
ψυχὴν
bol_dict_abc=5401bol_lemma_dict=ψυχή, -ῆς, ἡcase=accusativedegree=freq_lemma=102gloss=soul, life, selfgn=flemma=ψυχήlexeme_dict=ψυχή, -ῆς, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=ψυχήνnu=sgorig_order=834ps=sp=nounstrongs=5590tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSNmorph_functional=T-GSNnormalized=τοῦnu=sgorig_order=835ps=sp=artstrongs=3588tense=voice=
παιδίου.
bol_dict_abc=3663bol_lemma_dict=παιδίον, -ου, τόcase=genitivedegree=freq_lemma=52gloss=little child, infantgn=nlemma=παιδίονlexeme_dict=παιδίον, -ου, τόmood=morph_form=N-GSNmorph_functional=N-GSNnormalized=παιδίουnu=sgorig_order=836ps=sp=nounstrongs=3813tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 46
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=837ps=sp=artstrongs=3588tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=838ps=sp=conjstrongs=1161tense=voice=
ἐγερθεὶς
bol_dict_abc=1447bol_lemma_dict=ἐγείρωcase=nominativedegree=freq_lemma=143gloss=wake, arouse, raise upgn=mlemma=ἐγείρωlexeme_dict=ἐγείρωmood=participlemorph_form=V-APP-NSMmorph_functional=V-APP-NSMnormalized=ἐγερθείςnu=sgorig_order=839ps=sp=verbstrongs=1453&5685tense=aoristvoice=passive
παρέλαβεν
bol_dict_abc=3726bol_lemma_dict=παραλαμβάνωcase=degree=freq_lemma=49gloss=take, receivegn=lemma=παραλαμβάνωlexeme_dict=παραλαμβάνωmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=παρέλαβενnu=sgorig_order=840ps=p3sp=verbstrongs=3880tense=2ndaoristvoice=active
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASNmorph_functional=T-ASNnormalized=τόnu=sgorig_order=841ps=sp=artstrongs=3588tense=voice=
παιδίον
bol_dict_abc=3663bol_lemma_dict=παιδίον, -ου, τόcase=accusativedegree=freq_lemma=52gloss=little child, infantgn=nlemma=παιδίονlexeme_dict=παιδίον, -ου, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=παιδίονnu=sgorig_order=842ps=sp=nounstrongs=3813tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=843ps=sp=conjstrongs=2532tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=844ps=sp=artstrongs=3588tense=voice=
μητέρα
bol_dict_abc=3246bol_lemma_dict=μήτηρ, -τρος, ἡcase=accusativedegree=freq_lemma=84gloss=mothergn=flemma=μήτηρlexeme_dict=μήτηρ, -τρος, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=μητέραnu=sgorig_order=845ps=sp=nounstrongs=3384tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=846ps=sp=prepstrongs=846tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=847ps=sp=conjstrongs=2532tense=voice=
εἰσῆλθεν
bol_dict_abc=1512bol_lemma_dict=εἰσέρχομαιcase=degree=freq_lemma=192gloss=go in, come in, entergn=lemma=εἰσέρχομαιlexeme_dict=εἰσέρχομαιmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=εἰσῆλθενnu=sgorig_order=848ps=p3sp=verbstrongs=1525&5627tense=2ndaoristvoice=active
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=849ps=sp=prepstrongs=1519tense=voice=
γῆν
bol_dict_abc=1084bol_lemma_dict=γῆ, γῆς, ἡcase=accusativedegree=freq_lemma=250gloss=earth, soil, landgn=flemma=γῆlexeme_dict=γῆ, γῆς, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=γῆνnu=sgorig_order=850ps=sp=nounstrongs=1093tense=voice=
Ἰσραήλ.
bol_dict_abc=2444bol_lemma_dict=Ἰσραήλ, ὁcase=degree=freq_lemma=68gloss=Israelgn=lemma=Ἰσραήλlexeme_dict=Ἰσραήλ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἰσραήλnu=orig_order=851ps=sp=nounstrongs=2474tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 47
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
ἀκούσας
bol_dict_abc=187bol_lemma_dict=ἀκούωcase=nominativedegree=freq_lemma=428gloss=hear, listengn=mlemma=ἀκούωlexeme_dict=ἀκούωmood=participlemorph_form=V-AAP-NSMmorph_functional=V-AAP-NSMnormalized=ἀκούσαςnu=sgorig_order=852ps=sp=verbstrongs=191&5660tense=aoristvoice=active
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=853ps=sp=conjstrongs=1161tense=voice=
ὅτι
bol_dict_abc=3606bol_lemma_dict=ὅτιcase=degree=freq_lemma=1293gloss=that, since, becausegn=lemma=ὅτιlexeme_dict=ὅτιmood=morph_form=CONJmorph_functional=CONJnormalized=ὅτιnu=orig_order=854ps=sp=conjstrongs=3754tense=voice=
Ἀρχέλαος
bol_dict_abc=740bol_lemma_dict=Ἀρχέλαος, -ου, ὁcase=nominativedegree=freq_lemma=1gloss=Archelausgn=mlemma=Ἀρχέλαοςlexeme_dict=Ἀρχέλαος, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἀρχέλαοςnu=sgorig_order=855ps=sp=nounstrongs=745tense=voice=
βασιλεύει
bol_dict_abc=929bol_lemma_dict=βασιλεύωcase=degree=freq_lemma=21gloss=rule, reign, reign overgn=lemma=βασιλεύωlexeme_dict=βασιλεύωmood=indicativemorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=βασιλεύειnu=sgorig_order=856ps=p3sp=verbstrongs=936&5719tense=presentvoice=active
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=857ps=sp=artstrongs=3588tense=voice=
Ἰουδαίας
bol_dict_abc=2421bol_lemma_dict=Ἰουδαία, -ας, ἡcase=genitivedegree=freq_lemma=44gloss=Judeagn=flemma=Ἰουδαίαlexeme_dict=Ἰουδαία, -ας, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=Ἰουδαίαςnu=sgorig_order=858ps=sp=nounstrongs=2449tense=voice=
ἀντὶ
bol_dict_abc=469bol_lemma_dict=ἀντίcase=degree=freq_lemma=22gloss=instead of, forgn=lemma=ἀντίlexeme_dict=ἀντίmood=morph_form=PREPmorph_functional=PREPnormalized=ἀντίnu=plorig_order=859ps=sp=prepstrongs=473tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=860ps=sp=artstrongs=3588tense=voice=
πατρὸς
bol_dict_abc=3810bol_lemma_dict=πατήρ, πατρός, ὁcase=genitivedegree=freq_lemma=412gloss=father, Father, ancestorgn=mlemma=πατήρlexeme_dict=πατήρ, πατρός, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=πατρόςnu=sgorig_order=861ps=sp=nounstrongs=3962tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=862ps=sp=prepstrongs=846tense=voice=
Ἡρῴδου
bol_dict_abc=2242bol_lemma_dict=Ἡρῴδης, -ου, ὁcase=genitivedegree=freq_lemma=43gloss=Herodgn=mlemma=Ἡρῴδηςlexeme_dict=Ἡρῴδης, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Ἡρῴδουnu=sgorig_order=863ps=sp=nounstrongs=2264tense=voice=
ἐφοβήθη
bol_dict_abc=5215bol_lemma_dict=φοβέομαιcase=degree=freq_lemma=95gloss=fear, am terrifiedgn=lemma=φοβέωlexeme_dict=φοβέομαιmood=indicativemorph_form=V-AOI-3Smorph_functional=V-AOI-3Snormalized=ἐφοβήθηnu=sgorig_order=864ps=p3sp=verbstrongs=5399&5675tense=aoristvoice=passive_deponent
ἐκεῖ
bol_dict_abc=1547bol_lemma_dict=ἐκεῖcase=degree=freq_lemma=95gloss=there, yonder, thithergn=lemma=ἐκεῖlexeme_dict=ἐκεῖmood=morph_form=ADVmorph_functional=ADVnormalized=ἐκεῖnu=orig_order=865ps=sp=advstrongs=1563tense=voice=
ἀπελθεῖν·
bol_dict_abc=561bol_lemma_dict=ἀπέρχομαιcase=degree=freq_lemma=117gloss=come or go away from, depart, returngn=nlemma=ἀπέρχομαιlexeme_dict=ἀπέρχομαιmood=morph_form=V-2AANmorph_functional=V-2AANnormalized=ἀπελθεῖνnu=orig_order=866ps=sp=verbstrongs=565&5629tense=2ndaoristvoice=active
χρηματισθεὶς
bol_dict_abc=5348bol_lemma_dict=χρηματίζωcase=nominativedegree=freq_lemma=9gloss=warn, am publicly calledgn=mlemma=χρηματίζωlexeme_dict=χρηματίζωmood=participlemorph_form=V-APP-NSMmorph_functional=V-APP-NSMnormalized=χρηματισθείςnu=sgorig_order=867ps=sp=verbstrongs=5537&5685tense=aoristvoice=passive
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=868ps=sp=conjstrongs=1161tense=voice=
κατ’
bol_dict_abc=2568bol_lemma_dict=κατάcase=degree=freq_lemma=472gloss=down from, against, according to, throughout, duringgn=lemma=κατάlexeme_dict=κατάmood=morph_form=PREPmorph_functional=PREPnormalized=κατ’nu=plorig_order=869ps=sp=prepstrongs=2596tense=voice=
ὄναρ
bol_dict_abc=3530bol_lemma_dict=ὄναρ, τόcase=degree=freq_lemma=6gloss=dreamgn=lemma=ὄναρlexeme_dict=ὄναρ, τόmood=morph_form=N-OImorph_functional=N-OInormalized=ὄναρnu=orig_order=870ps=sp=nounstrongs=3677tense=voice=
ἀνεχώρησεν
bol_dict_abc=400bol_lemma_dict=ἀναχωρέωcase=degree=freq_lemma=14gloss=return, retire, depart, withdrawgn=lemma=ἀναχωρέωlexeme_dict=ἀναχωρέωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἀνεχώρησενnu=sgorig_order=871ps=p3sp=verbstrongs=402&5656tense=aoristvoice=active
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=872ps=sp=prepstrongs=1519tense=voice=
τὰ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-APNmorph_functional=T-APNnormalized=τάnu=plorig_order=873ps=sp=artstrongs=3588tense=voice=
μέρη
bol_dict_abc=3180bol_lemma_dict=μέρος, -ους, τόcase=accusativedegree=freq_lemma=42gloss=part, portiongn=nlemma=μέροςlexeme_dict=μέρος, -ους, τόmood=morph_form=N-APNmorph_functional=N-APNnormalized=μέρηnu=plorig_order=874ps=sp=nounstrongs=3313tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=875ps=sp=artstrongs=3588tense=voice=
Γαλιλαίας,
bol_dict_abc=1048bol_lemma_dict=Γαλιλαία, -ας, ἡcase=genitivedegree=freq_lemma=61gloss=Galileegn=flemma=Γαλιλαίαlexeme_dict=Γαλιλαία, -ας, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=Γαλιλαίαςnu=sgorig_order=876ps=sp=nounstrongs=1056tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 48
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=877ps=sp=conjstrongs=2532tense=voice=
ἐλθὼν
bol_dict_abc=2053bol_lemma_dict=ἔρχομαιcase=nominativedegree=freq_lemma=635gloss=come, gogn=mlemma=ἔρχομαιlexeme_dict=ἔρχομαιmood=morph_form=V-2AAP-NSMmorph_functional=V-2AAP-NSMnormalized=ἐλθώνnu=sgorig_order=878ps=sp=verbstrongs=2064&5631tense=2ndaoristvoice=active
κατῴκησεν
bol_dict_abc=2700bol_lemma_dict=κατοικέωcase=degree=freq_lemma=44gloss=dwell in, settle in, inhabitgn=lemma=κατοικέωlexeme_dict=κατοικέωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=κατῴκησενnu=sgorig_order=879ps=p3sp=verbstrongs=2730&5656tense=aoristvoice=active
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=880ps=sp=prepstrongs=1519tense=voice=
πόλιν
bol_dict_abc=4018bol_lemma_dict=πόλις, -εως, ἡcase=accusativedegree=freq_lemma=163gloss=citygn=flemma=πόλιςlexeme_dict=πόλις, -εως, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=πόλινnu=sgorig_order=881ps=sp=nounstrongs=4172tense=voice=
λεγομένην
bol_dict_abc=2977bol_lemma_dict=λέγωcase=accusativedegree=freq_lemma=2255gloss=say, speakgn=flemma=λέγωlexeme_dict=λέγωmood=participlemorph_form=V-PEP-ASFmorph_functional=V-PPP-ASFnormalized=λεγομένηνnu=sgorig_order=882ps=sp=verbstrongs=3004&5746tense=presentvoice=middle_or_passive
Ναζαρέτ·
bol_dict_abc=3332bol_lemma_dict=Ναζαρά, Ναζαρέθcase=degree=freq_lemma=12gloss=Nazarethgn=lemma=Ναζαράlexeme_dict=Ναζαρά, Ναζαρέθmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ναζαρέτnu=orig_order=883ps=sp=nounstrongs=3478tense=voice=
ὅπως
bol_dict_abc=3557bol_lemma_dict=ὅπωςcase=degree=freq_lemma=53gloss=how, in order that, so thatgn=lemma=ὅπωςlexeme_dict=ὅπωςmood=morph_form=ADVmorph_functional=ADVnormalized=ὅπωςnu=orig_order=884ps=sp=advstrongs=3704tense=voice=
πληρωθῇ
bol_dict_abc=3983bol_lemma_dict=πληρόωcase=degree=freq_lemma=86gloss=fill, fulfill, completegn=lemma=πληρόωlexeme_dict=πληρόωmood=subjunctivemorph_form=V-APS-3Smorph_functional=V-APS-3Snormalized=πληρωθῇnu=sgorig_order=885ps=p3sp=verbstrongs=4137&5686tense=aoristvoice=passive
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSNmorph_functional=T-NSNnormalized=τόnu=sgorig_order=886ps=sp=artstrongs=3588tense=voice=
ῥηθὲν
bol_dict_abc=1500bol_lemma_dict=case=nominativedegree=freq_lemma=96gloss=say, speakgn=nlemma=εἶπονlexeme_dict=mood=participlemorph_form=V-APP-NSNmorph_functional=V-APP-NSNnormalized=ῥηθένnu=sgorig_order=887ps=sp=verbstrongs=2046&5685tense=aoristvoice=passive
διὰ
bol_dict_abc=1212bol_lemma_dict=διάcase=degree=freq_lemma=667gloss=through, on account ofgn=lemma=διάlexeme_dict=διάmood=morph_form=PREPmorph_functional=PREPnormalized=διάnu=plorig_order=888ps=sp=prepstrongs=1223tense=voice=
τῶν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GPMmorph_functional=T-GPMnormalized=τῶνnu=plorig_order=889ps=sp=artstrongs=3588tense=voice=
προφητῶν
bol_dict_abc=4238bol_lemma_dict=προφήτης, -ου, ὁcase=genitivedegree=freq_lemma=144gloss=prophet, poetgn=mlemma=προφήτηςlexeme_dict=προφήτης, -ου, ὁmood=morph_form=N-GPMmorph_functional=N-GPMnormalized=προφητῶνnu=plorig_order=890ps=sp=nounstrongs=4396tense=voice=
ὅτι
bol_dict_abc=3606bol_lemma_dict=ὅτιcase=degree=freq_lemma=1293gloss=that, since, becausegn=lemma=ὅτιlexeme_dict=ὅτιmood=morph_form=CONJmorph_functional=CONJnormalized=ὅτιnu=orig_order=891ps=sp=conjstrongs=3754tense=voice=
Ναζωραῖος
bol_dict_abc=3334bol_lemma_dict=Ναζωραῖος, -ου, ὁcase=nominativedegree=freq_lemma=13gloss=Nazarenegn=mlemma=Ναζωραῖοςlexeme_dict=Ναζωραῖος, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ναζωραῖοςnu=sgorig_order=892ps=sp=nounstrongs=3480tense=voice=
κληθήσεται.
bol_dict_abc=2538bol_lemma_dict=καλέωcase=degree=freq_lemma=148gloss=call, invite, namegn=lemma=καλέωlexeme_dict=καλέωmood=indicativemorph_form=V-FPI-3Smorph_functional=V-FPI-3Snormalized=κληθήσεταιnu=sgorig_order=893ps=p3sp=verbstrongs=2564&5701tense=futurevoice=passive
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 49
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=Ἐνnu=plorig_order=894ps=sp=prepstrongs=1722tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=895ps=sp=conjstrongs=1161tense=voice=
ταῖς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DPFmorph_functional=T-DPFnormalized=ταῖςnu=plorig_order=896ps=sp=artstrongs=3588tense=voice=
ἡμέραις
bol_dict_abc=2232bol_lemma_dict=ἡμέρα, -ας, ἡcase=dativedegree=freq_lemma=389gloss=daygn=flemma=ἡμέραlexeme_dict=ἡμέρα, -ας, ἡmood=morph_form=N-DPFmorph_functional=N-DPFnormalized=ἡμέραιςnu=plorig_order=897ps=sp=nounstrongs=2250tense=voice=
ἐκείναις
bol_dict_abc=1549bol_lemma_dict=ἐκεῖνος, -η, -οcase=dativedegree=freq_lemma=244gloss=that, that one there, yondergn=flemma=ἐκεῖνοςlexeme_dict=ἐκεῖνος, -η, -οmood=morph_form=D-DPFmorph_functional=D-DPFnormalized=ἐκείναιςnu=plorig_order=898ps=sp=advstrongs=1565tense=voice=
παραγίνεται
bol_dict_abc=3702bol_lemma_dict=παραγίνομαιcase=degree=freq_lemma=37gloss=appear, come, arrive atgn=lemma=παραγίνομαιlexeme_dict=παραγίνομαιmood=indicativemorph_form=V-PNI-3Smorph_functional=V-PNI-3Snormalized=παραγίνεταιnu=sgorig_order=899ps=p3sp=verbstrongs=3854&5736tense=presentvoice=middle_or_passive_deponent
Ἰωάνης
bol_dict_abc=2462bol_lemma_dict=Ἰωάννης, -ου, ὁcase=nominativedegree=freq_lemma=134gloss=Johngn=mlemma=Ἰωάννηςlexeme_dict=Ἰωάννης, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἰωάνηςnu=sgorig_order=900ps=sp=nounstrongs=2491tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=901ps=sp=artstrongs=3588tense=voice=
βαπτιστὴς
bol_dict_abc=905bol_lemma_dict=βαπτιστής, -οῦ, ὁcase=nominativedegree=freq_lemma=12gloss=baptizer, Baptistgn=mlemma=βαπτιστήςlexeme_dict=βαπτιστής, -οῦ, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=βαπτιστήςnu=sgorig_order=902ps=sp=nounstrongs=910tense=voice=
κηρύσσων
bol_dict_abc=2756bol_lemma_dict=κηρύσσωcase=nominativedegree=freq_lemma=61gloss=proclaim, herald, preachgn=mlemma=κηρύσσωlexeme_dict=κηρύσσωmood=participlemorph_form=V-PAP-NSMmorph_functional=V-PAP-NSMnormalized=κηρύσσωνnu=sgorig_order=903ps=sp=verbstrongs=2784&5723tense=presentvoice=active
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=904ps=sp=prepstrongs=1722tense=voice=
τῇ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DSFmorph_functional=T-DSFnormalized=τῇnu=sgorig_order=905ps=sp=artstrongs=3588tense=voice=
ἐρήμῳ
bol_dict_abc=2037bol_lemma_dict=ἔρημος, -ου, ἡcase=dativedegree=freq_lemma=47gloss=deserted, desolate, a desertgn=flemma=ἔρημοςlexeme_dict=ἔρημος, -ου, ἡmood=morph_form=A-DSFmorph_functional=A-DSFnormalized=ἐρήμῳnu=sgorig_order=906ps=sp=adjstrongs=2048tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=907ps=sp=artstrongs=3588tense=voice=
Ἰουδαίας,
bol_dict_abc=2421bol_lemma_dict=Ἰουδαία, -ας, ἡcase=genitivedegree=freq_lemma=44gloss=Judeagn=flemma=Ἰουδαίαlexeme_dict=Ἰουδαία, -ας, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=Ἰουδαίαςnu=sgorig_order=908ps=sp=nounstrongs=2449tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 50
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
λέγων
bol_dict_abc=2977bol_lemma_dict=λέγωcase=nominativedegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlexeme_dict=λέγωmood=participlemorph_form=V-PAP-NSMmorph_functional=V-PAP-NSMnormalized=λέγωνnu=sgorig_order=909ps=sp=verbstrongs=3004&5723tense=presentvoice=active
Μετανοεῖτε·
bol_dict_abc=3207bol_lemma_dict=μετανοέωcase=degree=freq_lemma=34gloss=repent, change my mindgn=lemma=μετανοέωlexeme_dict=μετανοέωmood=imperativemorph_form=V-PAM-2Pmorph_functional=V-PAM-2Pnormalized=Μετανοεῖτεnu=plorig_order=910ps=p2sp=verbstrongs=3340&5720tense=presentvoice=active
ἤγγικεν
bol_dict_abc=1442bol_lemma_dict=ἐγγίζωcase=degree=freq_lemma=42gloss=come near, approachgn=lemma=ἐγγίζωlexeme_dict=ἐγγίζωmood=indicativemorph_form=V-RAI-3Smorph_functional=V-RAI-3Snormalized=ἤγγικενnu=sgorig_order=911ps=p3sp=verbstrongs=1448&5758tense=perfectvoice=active
γὰρ
bol_dict_abc=1055bol_lemma_dict=γάρcase=degree=freq_lemma=1038gloss=forgn=lemma=γάρlexeme_dict=γάρmood=morph_form=CONJmorph_functional=CONJnormalized=γάρnu=orig_order=912ps=sp=conjstrongs=1063tense=voice=
ἡ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSFmorph_functional=T-NSFnormalized=ἡnu=sgorig_order=913ps=sp=artstrongs=3588tense=voice=
βασιλεία
bol_dict_abc=926bol_lemma_dict=βασιλεία, -ας, ἡcase=nominativedegree=freq_lemma=162gloss=kingship, sovereignty, authority, rule, kingdomgn=flemma=βασιλείαlexeme_dict=βασιλεία, -ας, ἡmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=βασιλείαnu=sgorig_order=914ps=sp=nounstrongs=932tense=voice=
τῶν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GPMmorph_functional=T-GPMnormalized=τῶνnu=plorig_order=915ps=sp=artstrongs=3588tense=voice=
οὐρανῶν.
bol_dict_abc=3623bol_lemma_dict=οὐρανός, -οῦ, ὁcase=genitivedegree=freq_lemma=273gloss=sky, heavengn=mlemma=οὐρανόςlexeme_dict=οὐρανός, -οῦ, ὁmood=morph_form=N-GPMmorph_functional=N-GPMnormalized=οὐρανῶνnu=plorig_order=916ps=sp=nounstrongs=3772tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 51
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
οὗτος
bol_dict_abc=3629bol_lemma_dict=οὗτος, αὕτη, τοῦτοcase=nominativedegree=freq_lemma=1388gloss=this, he, she, itgn=mlemma=οὗτοςlexeme_dict=οὗτος, αὕτη, τοῦτοmood=morph_form=D-NSMmorph_functional=D-NSMnormalized=οὗτοςnu=sgorig_order=917ps=sp=advstrongs=3778tense=voice=
γάρ
bol_dict_abc=1055bol_lemma_dict=γάρcase=degree=freq_lemma=1038gloss=forgn=lemma=γάρlexeme_dict=γάρmood=morph_form=CONJmorph_functional=CONJnormalized=γάρnu=orig_order=918ps=sp=conjstrongs=1063tense=voice=
ἐστιν
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indicativemorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=ἐστινnu=sgorig_order=919ps=p3sp=verbstrongs=1510&5719tense=presentvoice=active
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=920ps=sp=artstrongs=3588tense=voice=
ῥηθεὶς
bol_dict_abc=1500bol_lemma_dict=case=nominativedegree=freq_lemma=96gloss=say, speakgn=mlemma=εἶπονlexeme_dict=mood=participlemorph_form=V-APP-NSMmorph_functional=V-APP-NSMnormalized=ῥηθείςnu=sgorig_order=921ps=sp=verbstrongs=2046&5685tense=aoristvoice=passive
διὰ
bol_dict_abc=1212bol_lemma_dict=διάcase=degree=freq_lemma=667gloss=through, on account ofgn=lemma=διάlexeme_dict=διάmood=morph_form=PREPmorph_functional=PREPnormalized=διάnu=plorig_order=922ps=sp=prepstrongs=1223tense=voice=
Ἠσαΐου
bol_dict_abc=2246bol_lemma_dict=Ἠσαΐας, -ου, ὁcase=genitivedegree=freq_lemma=22gloss=Isaiahgn=mlemma=Ἠσαΐαςlexeme_dict=Ἠσαΐας, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Ἠσαΐουnu=sgorig_order=923ps=sp=nounstrongs=2268tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=924ps=sp=artstrongs=3588tense=voice=
προφήτου
bol_dict_abc=4238bol_lemma_dict=προφήτης, -ου, ὁcase=genitivedegree=freq_lemma=144gloss=prophet, poetgn=mlemma=προφήτηςlexeme_dict=προφήτης, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=προφήτουnu=sgorig_order=925ps=sp=nounstrongs=4396tense=voice=
λέγοντος
bol_dict_abc=2977bol_lemma_dict=λέγωcase=genitivedegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlexeme_dict=λέγωmood=participlemorph_form=V-PAP-GSMmorph_functional=V-PAP-GSMnormalized=λέγοντοςnu=sgorig_order=926ps=sp=verbstrongs=3004&5723tense=presentvoice=active
Φωνὴ
bol_dict_abc=5270bol_lemma_dict=φωνή, -ῆς, ἡcase=nominativedegree=freq_lemma=139gloss=sound, noise, voicegn=flemma=φωνήlexeme_dict=φωνή, -ῆς, ἡmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=Φωνήnu=sgorig_order=927ps=sp=nounstrongs=5456tense=voice=
βοῶντος
bol_dict_abc=987bol_lemma_dict=βοάωcase=genitivedegree=freq_lemma=12gloss=shout, call aloudgn=mlemma=βοάωlexeme_dict=βοάωmood=participlemorph_form=V-PAP-GSMmorph_functional=V-PAP-GSMnormalized=βοῶντοςnu=sgorig_order=928ps=sp=verbstrongs=994&5723tense=presentvoice=active
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=929ps=sp=prepstrongs=1722tense=voice=
τῇ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DSFmorph_functional=T-DSFnormalized=τῇnu=sgorig_order=930ps=sp=artstrongs=3588tense=voice=
ἐρήμῳ
bol_dict_abc=2037bol_lemma_dict=ἔρημος, -ου, ἡcase=dativedegree=freq_lemma=47gloss=deserted, desolate, a desertgn=flemma=ἔρημοςlexeme_dict=ἔρημος, -ου, ἡmood=morph_form=A-DSFmorph_functional=A-DSFnormalized=ἐρήμῳnu=sgorig_order=931ps=sp=adjstrongs=2048tense=voice=
Ἑτοιμάσατε
bol_dict_abc=2074bol_lemma_dict=ἑτοιμάζωcase=degree=freq_lemma=41gloss=make ready, preparegn=lemma=ἑτοιμάζωlexeme_dict=ἑτοιμάζωmood=imperativemorph_form=V-AAM-2Pmorph_functional=V-AAM-2Pnormalized=Ἑτοιμάσατεnu=plorig_order=932ps=p2sp=verbstrongs=2090&5657tense=aoristvoice=active
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=933ps=sp=artstrongs=3588tense=voice=
ὁδὸν
bol_dict_abc=3448bol_lemma_dict=ὁδός, -οῦ, ἡcase=accusativedegree=freq_lemma=101gloss=way, road, journeygn=flemma=ὁδόςlexeme_dict=ὁδός, -οῦ, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=ὁδόνnu=sgorig_order=934ps=sp=nounstrongs=3598tense=voice=
Κυρίου,
bol_dict_abc=2937bol_lemma_dict=κύριος, -ου, ὁcase=genitivedegree=freq_lemma=718gloss=lord, Lord, master, sirgn=mlemma=κύριοςlexeme_dict=κύριος, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Κυρίουnu=sgorig_order=935ps=sp=nounstrongs=2962tense=voice=
εὐθείας
bol_dict_abc=2103bol_lemma_dict=εὐθύς, -εῖα, -ύcase=accusativedegree=freq_lemma=8gloss=straight, immediatelygn=flemma=εὐθύςlexeme_dict=εὐθύς, -εῖα, -ύmood=morph_form=A-APFmorph_functional=A-APFnormalized=εὐθείαςnu=plorig_order=936ps=sp=adjstrongs=2117tense=voice=
ποιεῖτε
bol_dict_abc=4006bol_lemma_dict=ποιέωcase=degree=freq_lemma=566gloss=do, makegn=lemma=ποιέωlexeme_dict=ποιέωmood=imperativemorph_form=V-PAM-2Pmorph_functional=V-PAM-2Pnormalized=ποιεῖτεnu=plorig_order=937ps=p2sp=verbstrongs=4160&5720tense=presentvoice=active
τὰς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-APFmorph_functional=T-APFnormalized=τάςnu=plorig_order=938ps=sp=artstrongs=3588tense=voice=
τρίβους
bol_dict_abc=4968bol_lemma_dict=τρίβος, -ου, ἡcase=accusativedegree=freq_lemma=3gloss=worn path, beaten waygn=flemma=τρίβοςlexeme_dict=τρίβος, -ου, ἡmood=morph_form=N-APFmorph_functional=N-APFnormalized=τρίβουςnu=plorig_order=939ps=sp=nounstrongs=5147tense=voice=
αὐτοῦ.
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=940ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 52
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Αὐτὸς
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=nominativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-NSMmorph_functional=P-NSMnormalized=Αὐτόςnu=sgorig_order=941ps=sp=prepstrongs=846tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=942ps=sp=conjstrongs=1161tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=943ps=sp=artstrongs=3588tense=voice=
Ἰωάνης
bol_dict_abc=2462bol_lemma_dict=Ἰωάννης, -ου, ὁcase=nominativedegree=freq_lemma=134gloss=Johngn=mlemma=Ἰωάννηςlexeme_dict=Ἰωάννης, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἰωάνηςnu=sgorig_order=944ps=sp=nounstrongs=2491tense=voice=
εἶχεν
bol_dict_abc=2178bol_lemma_dict=ἔχωcase=degree=freq_lemma=709gloss=have, hold, possessgn=lemma=ἔχωlexeme_dict=ἔχωmood=indicativemorph_form=V-IAI-3Smorph_functional=V-IAI-3Snormalized=εἶχενnu=sgorig_order=945ps=p3sp=verbstrongs=2192&5707tense=imperfectvoice=active
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASNmorph_functional=T-ASNnormalized=τόnu=sgorig_order=946ps=sp=artstrongs=3588tense=voice=
ἔνδυμα
bol_dict_abc=1729bol_lemma_dict=ἔνδυμα, -τος, τόcase=accusativedegree=freq_lemma=8gloss=garment, raimentgn=nlemma=ἔνδυμαlexeme_dict=ἔνδυμα, -τος, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=ἔνδυμαnu=sgorig_order=947ps=sp=nounstrongs=1742tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=948ps=sp=prepstrongs=846tense=voice=
ἀπὸ
bol_dict_abc=569bol_lemma_dict=ἀπόcase=degree=freq_lemma=647gloss=from, away fromgn=lemma=ἀπόlexeme_dict=ἀπόmood=morph_form=PREPmorph_functional=PREPnormalized=ἀπόnu=plorig_order=949ps=sp=prepstrongs=575tense=voice=
τριχῶν
bol_dict_abc=2336bol_lemma_dict=θρίξ, -τριχός, ἡcase=genitivedegree=freq_lemma=15gloss=hairgn=flemma=θρίξlexeme_dict=θρίξ, -τριχός, ἡmood=morph_form=N-GPFmorph_functional=N-GPFnormalized=τριχῶνnu=plorig_order=950ps=sp=nounstrongs=2359tense=voice=
καμήλου
bol_dict_abc=2547bol_lemma_dict=κάμηλος, -ου, ὁcase=genitivedegree=freq_lemma=6gloss=camelgn=flemma=κάμηλοςlexeme_dict=κάμηλος, -ου, ὁmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=καμήλουnu=sgorig_order=951ps=sp=nounstrongs=2574tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=952ps=sp=conjstrongs=2532tense=voice=
ζώνην
bol_dict_abc=2209bol_lemma_dict=ζώνη, -ης, ἡcase=accusativedegree=freq_lemma=8gloss=girdle, belt, pursegn=flemma=ζώνηlexeme_dict=ζώνη, -ης, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=ζώνηνnu=sgorig_order=953ps=sp=nounstrongs=2223tense=voice=
δερματίνην
bol_dict_abc=1184bol_lemma_dict=δερμάτινος, -η, -ονcase=accusativedegree=freq_lemma=2gloss=made of hide, leatherngn=flemma=δερμάτινοςlexeme_dict=δερμάτινος, -η, -ονmood=morph_form=A-ASFmorph_functional=A-ASFnormalized=δερματίνηνnu=sgorig_order=954ps=sp=adjstrongs=1193tense=voice=
περὶ
bol_dict_abc=3860bol_lemma_dict=περίcase=degree=freq_lemma=333gloss=about, concerning, aroundgn=lemma=περίlexeme_dict=περίmood=morph_form=PREPmorph_functional=PREPnormalized=περίnu=plorig_order=955ps=sp=prepstrongs=4012tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=956ps=sp=artstrongs=3588tense=voice=
ὀσφὺν
bol_dict_abc=3603bol_lemma_dict=case=accusativedegree=freq_lemma=8gloss=loinsgn=flemma=ὀσφῦςlexeme_dict=mood=morph_form=N-ASFmorph_functional=N-ASFnormalized=ὀσφύνnu=sgorig_order=957ps=sp=nounstrongs=3751tense=voice=
αὐτοῦ·
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=958ps=sp=prepstrongs=846tense=voice=
ἡ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSFmorph_functional=T-NSFnormalized=ἡnu=sgorig_order=959ps=sp=artstrongs=3588tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=960ps=sp=conjstrongs=1161tense=voice=
τροφὴ
bol_dict_abc=4981bol_lemma_dict=τροφή, -ῆς, ἡcase=nominativedegree=freq_lemma=16gloss=food, nourishmentgn=flemma=τροφήlexeme_dict=τροφή, -ῆς, ἡmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=τροφήnu=sgorig_order=961ps=sp=nounstrongs=5160tense=voice=
ἦν
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indicativemorph_form=V-IAI-3Smorph_functional=V-IAI-3Snormalized=ἦνnu=sgorig_order=962ps=p3sp=verbstrongs=1510&5707tense=imperfectvoice=active
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=963ps=sp=prepstrongs=846tense=voice=
ἀκρίδες
bol_dict_abc=195bol_lemma_dict=ἀκρίς, -ίδος, ἡcase=nominativedegree=freq_lemma=4gloss=locustgn=flemma=ἀκρίςlexeme_dict=ἀκρίς, -ίδος, ἡmood=morph_form=N-NPFmorph_functional=N-NPFnormalized=ἀκρίδεςnu=plorig_order=964ps=sp=nounstrongs=200tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=965ps=sp=conjstrongs=2532tense=voice=
μέλι
bol_dict_abc=3159bol_lemma_dict=μέλι, -ιτος, τόcase=nominativedegree=freq_lemma=4gloss=honeygn=nlemma=μέλιlexeme_dict=μέλι, -ιτος, τόmood=morph_form=N-NSNmorph_functional=N-NSNnormalized=μέλιnu=sgorig_order=966ps=sp=nounstrongs=3192tense=voice=
ἄγριον.
bol_dict_abc=65bol_lemma_dict=ἄγριος, -α, -ονcase=nominativedegree=freq_lemma=3gloss=wild, fiercegn=nlemma=ἄγριοςlexeme_dict=ἄγριος, -α, -ονmood=morph_form=A-NSNmorph_functional=A-NSNnormalized=ἄγριονnu=sgorig_order=967ps=sp=adjstrongs=66tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 53
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Τότε
bol_dict_abc=4950bol_lemma_dict=τότεcase=degree=freq_lemma=159gloss=thengn=lemma=τότεlexeme_dict=τότεmood=morph_form=ADVmorph_functional=ADVnormalized=Τότεnu=orig_order=968ps=sp=advstrongs=5119tense=voice=
ἐξεπορεύετο
bol_dict_abc=1594bol_lemma_dict=ἐκπορεύομαιcase=degree=freq_lemma=33gloss=journey out, come forthgn=lemma=ἐκπορεύομαιlexeme_dict=ἐκπορεύομαιmood=indicativemorph_form=V-INI-3Smorph_functional=V-INI-3Snormalized=ἐξεπορεύετοnu=sgorig_order=969ps=p3sp=verbstrongs=1607&5711tense=imperfectvoice=middle_or_passive_deponent
πρὸς
bol_dict_abc=4159bol_lemma_dict=πρόςcase=degree=freq_lemma=700gloss=to, towards, withgn=lemma=πρόςlexeme_dict=πρόςmood=morph_form=PREPmorph_functional=PREPnormalized=πρόςnu=plorig_order=970ps=sp=prepstrongs=4314tense=voice=
αὐτὸν
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=accusativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-ASMmorph_functional=P-ASMnormalized=αὐτόνnu=sgorig_order=971ps=sp=prepstrongs=846tense=voice=
Ἱεροσόλυμα
bol_dict_abc=2390bol_lemma_dict=Ἱεροσόλυμα, τόcase=nominativedegree=freq_lemma=139gloss=Jerusalemgn=flemma=Ἱεροσόλυμαlexeme_dict=Ἱεροσόλυμα, τόmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=Ἱεροσόλυμαnu=sgorig_order=972ps=sp=nounstrongs=2414tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=973ps=sp=conjstrongs=2532tense=voice=
πᾶσα
bol_dict_abc=3804bol_lemma_dict=πᾶς, πᾶσα, πᾶνcase=nominativedegree=freq_lemma=1242gloss=all, the whole, every kind ofgn=flemma=πᾶςlexeme_dict=πᾶς, πᾶσα, πᾶνmood=morph_form=A-NSFmorph_functional=A-NSFnormalized=πᾶσαnu=sgorig_order=974ps=sp=adjstrongs=3956tense=voice=
ἡ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSFmorph_functional=T-NSFnormalized=ἡnu=sgorig_order=975ps=sp=artstrongs=3588tense=voice=
Ἰουδαία
bol_dict_abc=2421bol_lemma_dict=Ἰουδαία, -ας, ἡcase=nominativedegree=freq_lemma=44gloss=Judeagn=flemma=Ἰουδαίαlexeme_dict=Ἰουδαία, -ας, ἡmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=Ἰουδαίαnu=sgorig_order=976ps=sp=nounstrongs=2449tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=977ps=sp=conjstrongs=2532tense=voice=
πᾶσα
bol_dict_abc=3804bol_lemma_dict=πᾶς, πᾶσα, πᾶνcase=nominativedegree=freq_lemma=1242gloss=all, the whole, every kind ofgn=flemma=πᾶςlexeme_dict=πᾶς, πᾶσα, πᾶνmood=morph_form=A-NSFmorph_functional=A-NSFnormalized=πᾶσαnu=sgorig_order=978ps=sp=adjstrongs=3956tense=voice=
ἡ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSFmorph_functional=T-NSFnormalized=ἡnu=sgorig_order=979ps=sp=artstrongs=3588tense=voice=
περίχωρος
bol_dict_abc=3913bol_lemma_dict=περίχωρος, -ου, ἡcase=nominativedegree=freq_lemma=9gloss=neighboringgn=flemma=περίχωροςlexeme_dict=περίχωρος, -ου, ἡmood=morph_form=A-NSFmorph_functional=A-NSFnormalized=περίχωροςnu=sgorig_order=980ps=sp=adjstrongs=4066tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=981ps=sp=artstrongs=3588tense=voice=
Ἰορδάνου,
bol_dict_abc=2419bol_lemma_dict=Ἰορδάνης, -ου, ὁcase=genitivedegree=freq_lemma=15gloss=Jordangn=mlemma=Ἰορδάνηςlexeme_dict=Ἰορδάνης, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Ἰορδάνουnu=sgorig_order=982ps=sp=nounstrongs=2446tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 54
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=983ps=sp=conjstrongs=2532tense=voice=
ἐβαπτίζοντο
bol_dict_abc=902bol_lemma_dict=βαπτίζωcase=degree=freq_lemma=76gloss=dip, submerge, baptizegn=lemma=βαπτίζωlexeme_dict=βαπτίζωmood=indicativemorph_form=V-IEI-3Pmorph_functional=V-IPI-3Pnormalized=ἐβαπτίζοντοnu=plorig_order=984ps=p3sp=verbstrongs=907&5712tense=imperfectvoice=middle_or_passive
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=985ps=sp=prepstrongs=1722tense=voice=
τῷ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DSMmorph_functional=T-DSMnormalized=τῷnu=sgorig_order=986ps=sp=artstrongs=3588tense=voice=
Ἰορδάνῃ
bol_dict_abc=2419bol_lemma_dict=Ἰορδάνης, -ου, ὁcase=dativedegree=freq_lemma=15gloss=Jordangn=mlemma=Ἰορδάνηςlexeme_dict=Ἰορδάνης, -ου, ὁmood=morph_form=N-DSMmorph_functional=N-DSMnormalized=Ἰορδάνῃnu=sgorig_order=987ps=sp=nounstrongs=2446tense=voice=
ποταμῷ
bol_dict_abc=4061bol_lemma_dict=ποταμός, -οῦ, ὁcase=dativedegree=freq_lemma=17gloss=river, torrentgn=mlemma=ποταμόςlexeme_dict=ποταμός, -οῦ, ὁmood=morph_form=N-DSMmorph_functional=N-DSMnormalized=ποταμῷnu=sgorig_order=988ps=sp=nounstrongs=4215tense=voice=
ὑπ’
bol_dict_abc=5076bol_lemma_dict=ὑπόcase=degree=freq_lemma=219gloss=by, under, aboutgn=lemma=ὑπόlexeme_dict=ὑπόmood=morph_form=PREPmorph_functional=PREPnormalized=ὑπ’nu=plorig_order=989ps=sp=prepstrongs=5259tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=990ps=sp=prepstrongs=846tense=voice=
ἐξομολογούμενοι
bol_dict_abc=1830bol_lemma_dict=ἐξομολογέωcase=nominativedegree=freq_lemma=10gloss=consent fully, confessgn=mlemma=ἐξομολογέωlexeme_dict=ἐξομολογέωmood=participlemorph_form=V-PEP-NPMmorph_functional=V-PMP-NPMnormalized=ἐξομολογούμενοιnu=plorig_order=991ps=sp=verbstrongs=1843&5734tense=presentvoice=middle_or_passive
τὰς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-APFmorph_functional=T-APFnormalized=τάςnu=plorig_order=992ps=sp=artstrongs=3588tense=voice=
ἁμαρτίας
bol_dict_abc=262bol_lemma_dict=ἁμαρτία, -ας, ἡcase=accusativedegree=freq_lemma=173gloss=singn=flemma=ἁμαρτίαlexeme_dict=ἁμαρτία, -ας, ἡmood=morph_form=N-APFmorph_functional=N-APFnormalized=ἁμαρτίαςnu=plorig_order=993ps=sp=nounstrongs=266tense=voice=
αὐτῶν.
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GPMmorph_functional=P-GPMnormalized=αὐτῶνnu=plorig_order=994ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 55
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ἰδὼν
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=nominativedegree=freq_lemma=682gloss=see, look upon, experiencegn=mlemma=ὁράωlexeme_dict=ὁράωmood=morph_form=V-2AAP-NSMmorph_functional=V-2AAP-NSMnormalized=Ἰδώνnu=sgorig_order=995ps=sp=verbstrongs=3708&5631tense=2ndaoristvoice=active
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=996ps=sp=conjstrongs=1161tense=voice=
πολλοὺς
bol_dict_abc=4031bol_lemma_dict=πολύς, πολλή, πολύcase=accusativedegree=freq_lemma=413gloss=the greatest, the mostgn=mlemma=πολύςlexeme_dict=πολύς, πολλή, πολύmood=morph_form=A-APMmorph_functional=A-APMnormalized=πολλούςnu=plorig_order=997ps=sp=adjstrongs=4183tense=voice=
τῶν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GPMmorph_functional=T-GPMnormalized=τῶνnu=plorig_order=998ps=sp=artstrongs=3588tense=voice=
Φαρισαίων
bol_dict_abc=5149bol_lemma_dict=Φαρισαῖος, -ου, ὁcase=genitivedegree=freq_lemma=98gloss=Phariseegn=mlemma=Φαρισαῖοςlexeme_dict=Φαρισαῖος, -ου, ὁmood=morph_form=N-GPMmorph_functional=N-GPMnormalized=Φαρισαίωνnu=plorig_order=999ps=sp=nounstrongs=5330tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1000ps=sp=conjstrongs=2532tense=voice=
Σαδδουκαίων
bol_dict_abc=4362bol_lemma_dict=Σαδδουκαῖος, -ου, ὁcase=genitivedegree=freq_lemma=14gloss=Sadduceegn=mlemma=Σαδδουκαῖοςlexeme_dict=Σαδδουκαῖος, -ου, ὁmood=morph_form=N-GPMmorph_functional=N-GPMnormalized=Σαδδουκαίωνnu=plorig_order=1001ps=sp=nounstrongs=4523tense=voice=
ἐρχομένους
bol_dict_abc=2053bol_lemma_dict=ἔρχομαιcase=accusativedegree=freq_lemma=635gloss=come, gogn=mlemma=ἔρχομαιlexeme_dict=ἔρχομαιmood=participlemorph_form=V-PNP-APMmorph_functional=V-PNP-APMnormalized=ἐρχομένουςnu=plorig_order=1002ps=sp=verbstrongs=2064&5740tense=presentvoice=middle_or_passive_deponent
ἐπὶ
bol_dict_abc=1900bol_lemma_dict=ἐπίcase=degree=freq_lemma=886gloss=on, to, against, on the basis of, atgn=lemma=ἐπίlexeme_dict=ἐπίmood=morph_form=PREPmorph_functional=PREPnormalized=ἐπίnu=plorig_order=1003ps=sp=prepstrongs=1909tense=voice=
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASNmorph_functional=T-ASNnormalized=τόnu=sgorig_order=1004ps=sp=artstrongs=3588tense=voice=
βάπτισμα
bol_dict_abc=903bol_lemma_dict=βάπτισμα, -τος, τόcase=accusativedegree=freq_lemma=20gloss=rite or ceremony of baptismgn=nlemma=βάπτισμαlexeme_dict=βάπτισμα, -τος, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=βάπτισμαnu=sgorig_order=1005ps=sp=nounstrongs=908tense=voice=
εἶπεν
bol_dict_abc=2977bol_lemma_dict=λέγωcase=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=εἶπενnu=sgorig_order=1006ps=p3sp=verbstrongs=3004&5627tense=2ndaoristvoice=active
αὐτοῖς
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DPMmorph_functional=P-DPMnormalized=αὐτοῖςnu=plorig_order=1007ps=sp=prepstrongs=846tense=voice=
Γεννήματα
bol_dict_abc=1073bol_lemma_dict=γέννημα, -τος, τόcase=vocativedegree=freq_lemma=8gloss=offspring, child, fruitgn=nlemma=γέννημαlexeme_dict=γέννημα, -τος, τόmood=morph_form=N-VPNmorph_functional=N-VPNnormalized=Γεννήματαnu=plorig_order=1008ps=sp=nounstrongs=1081tense=voice=
ἐχιδνῶν,
bol_dict_abc=2177bol_lemma_dict=ἔχιδνα, -ης, ἡcase=genitivedegree=freq_lemma=5gloss=serpent, snake, vipergn=flemma=ἔχιδναlexeme_dict=ἔχιδνα, -ης, ἡmood=morph_form=N-GPFmorph_functional=N-GPFnormalized=ἐχιδνῶνnu=plorig_order=1009ps=sp=nounstrongs=2191tense=voice=
τίς
bol_dict_abc=4929bol_lemma_dict=τίς, τίcase=nominativedegree=freq_lemma=562gloss=who, which, whatgn=mlemma=τίςlexeme_dict=τίς, τίmood=morph_form=I-NSMmorph_functional=I-NSMnormalized=τίςnu=sgorig_order=1010ps=sp=interjstrongs=5101tense=voice=
ὑπέδειξεν
bol_dict_abc=5080bol_lemma_dict=ὑποδείκνυμιcase=degree=freq_lemma=6gloss=show plainly, teach, warngn=lemma=ὑποδείκνυμιlexeme_dict=ὑποδείκνυμιmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ὑπέδειξενnu=sgorig_order=1011ps=p3sp=verbstrongs=5263&5656tense=aoristvoice=active
ὑμῖν
bol_dict_abc=4603bol_lemma_dict=σύcase=degree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2DPmorph_functional=P-2DPnormalized=ὑμῖνnu=plorig_order=1012ps=sp=prepstrongs=4771tense=voice=
φυγεῖν
bol_dict_abc=5160bol_lemma_dict=φεύγωcase=degree=freq_lemma=29gloss=flee, escape, shungn=nlemma=φεύγωlexeme_dict=φεύγωmood=morph_form=V-2AANmorph_functional=V-2AANnormalized=φυγεῖνnu=orig_order=1013ps=sp=verbstrongs=5343&5629tense=2ndaoristvoice=active
ἀπὸ
bol_dict_abc=569bol_lemma_dict=ἀπόcase=degree=freq_lemma=647gloss=from, away fromgn=lemma=ἀπόlexeme_dict=ἀπόmood=morph_form=PREPmorph_functional=PREPnormalized=ἀπόnu=plorig_order=1014ps=sp=prepstrongs=575tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=1015ps=sp=artstrongs=3588tense=voice=
μελλούσης
bol_dict_abc=3161bol_lemma_dict=μέλλωcase=genitivedegree=freq_lemma=110gloss=am about togn=flemma=μέλλωlexeme_dict=μέλλωmood=participlemorph_form=V-PAP-GSFmorph_functional=V-PAP-GSFnormalized=μελλούσηςnu=sgorig_order=1016ps=sp=verbstrongs=3195&5723tense=presentvoice=active
ὀργῆς;
bol_dict_abc=3562bol_lemma_dict=ὀργή, -ῆς, ἡcase=genitivedegree=freq_lemma=36gloss=anger, wrath, passiongn=flemma=ὀργήlexeme_dict=ὀργή, -ῆς, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=ὀργῆςnu=sgorig_order=1017ps=sp=nounstrongs=3709tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 56
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
ποιήσατε
bol_dict_abc=4006bol_lemma_dict=ποιέωcase=degree=freq_lemma=566gloss=do, makegn=lemma=ποιέωlexeme_dict=ποιέωmood=imperativemorph_form=V-AAM-2Pmorph_functional=V-AAM-2Pnormalized=ποιήσατεnu=plorig_order=1018ps=p2sp=verbstrongs=4160&5657tense=aoristvoice=active
οὖν
bol_dict_abc=3618bol_lemma_dict=οὖνcase=degree=freq_lemma=496gloss=therefore, thengn=lemma=οὖνlexeme_dict=οὖνmood=morph_form=CONJmorph_functional=CONJnormalized=οὖνnu=orig_order=1019ps=sp=conjstrongs=3767tense=voice=
καρπὸν
bol_dict_abc=2562bol_lemma_dict=καρπός, -οῦ, ὁcase=accusativedegree=freq_lemma=66gloss=fruit, result, gaingn=mlemma=καρπόςlexeme_dict=καρπός, -οῦ, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=καρπόνnu=sgorig_order=1020ps=sp=nounstrongs=2590tense=voice=
ἄξιον
bol_dict_abc=509bol_lemma_dict=ἄξιος, -α, -ονcase=accusativedegree=freq_lemma=41gloss=worthy, worthy of, deservinggn=mlemma=ἄξιοςlexeme_dict=ἄξιος, -α, -ονmood=morph_form=A-ASMmorph_functional=A-ASMnormalized=ἄξιονnu=sgorig_order=1021ps=sp=adjstrongs=514tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=1022ps=sp=artstrongs=3588tense=voice=
μετανοίας·
bol_dict_abc=3208bol_lemma_dict=μετάνοια, -ας, ἡcase=genitivedegree=freq_lemma=22gloss=repentance, change of mindgn=flemma=μετάνοιαlexeme_dict=μετάνοια, -ας, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=μετανοίαςnu=sgorig_order=1023ps=sp=nounstrongs=3341tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 57
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1024ps=sp=conjstrongs=2532tense=voice=
μὴ
bol_dict_abc=3229bol_lemma_dict=μήcase=nominativedegree=freq_lemma=1060gloss=not, lestgn=nlemma=μήlexeme_dict=μήmood=morph_form=PRT-Nmorph_functional=PRT-Nnormalized=μήnu=orig_order=1025ps=sp=prepstrongs=3361tense=voice=
δόξητε
bol_dict_abc=1372bol_lemma_dict=δοκέωcase=degree=freq_lemma=62gloss=think, seem, appear, it seemsgn=lemma=δοκέωlexeme_dict=δοκέωmood=subjunctivemorph_form=V-AAS-2Pmorph_functional=V-AAS-2Pnormalized=δόξητεnu=plorig_order=1026ps=p2sp=verbstrongs=1380&5661tense=aoristvoice=active
λέγειν
bol_dict_abc=2977bol_lemma_dict=λέγωcase=degree=freq_lemma=2255gloss=say, speakgn=nlemma=λέγωlexeme_dict=λέγωmood=infinitivemorph_form=V-PANmorph_functional=V-PANnormalized=λέγεινnu=orig_order=1027ps=sp=verbstrongs=3004&5721tense=presentvoice=active
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=1028ps=sp=prepstrongs=1722tense=voice=
ἑαυτοῖς
bol_dict_abc=1433bol_lemma_dict=ἑαυτοῦ, -ῆς, -οῦcase=degree=freq_lemma=331gloss=himself, herself, itselfgn=mlemma=ἑαυτοῦlexeme_dict=ἑαυτοῦ, -ῆς, -οῦmood=morph_form=F-2DPMmorph_functional=F-2DPMnormalized=ἑαυτοῖςnu=plorig_order=1029ps=sp=pron-reflexstrongs=1438tense=voice=
Πατέρα
bol_dict_abc=3810bol_lemma_dict=πατήρ, πατρός, ὁcase=accusativedegree=freq_lemma=412gloss=father, Father, ancestorgn=mlemma=πατήρlexeme_dict=πατήρ, πατρός, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Πατέραnu=sgorig_order=1030ps=sp=nounstrongs=3962tense=voice=
ἔχομεν
bol_dict_abc=2178bol_lemma_dict=ἔχωcase=degree=freq_lemma=709gloss=have, hold, possessgn=lemma=ἔχωlexeme_dict=ἔχωmood=indicativemorph_form=V-PAI-1Pmorph_functional=V-PAI-1Pnormalized=ἔχομενnu=plorig_order=1031ps=p1sp=verbstrongs=2192&5719tense=presentvoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=1032ps=sp=artstrongs=3588tense=voice=
Ἀβραάμ·
bol_dict_abc=10bol_lemma_dict=Ἀβραάμ, ὁcase=degree=freq_lemma=73gloss=Abrahamgn=lemma=Ἀβραάμlexeme_dict=Ἀβραάμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀβραάμnu=orig_order=1033ps=sp=nounstrongs=11tense=voice=
λέγω
bol_dict_abc=2977bol_lemma_dict=λέγωcase=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=indicativemorph_form=V-PAI-1Smorph_functional=V-PAI-1Snormalized=λέγωnu=sgorig_order=1034ps=p1sp=verbstrongs=3004&5719tense=presentvoice=active
γὰρ
bol_dict_abc=1055bol_lemma_dict=γάρcase=degree=freq_lemma=1038gloss=forgn=lemma=γάρlexeme_dict=γάρmood=morph_form=CONJmorph_functional=CONJnormalized=γάρnu=orig_order=1035ps=sp=conjstrongs=1063tense=voice=
ὑμῖν
bol_dict_abc=4603bol_lemma_dict=σύcase=degree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2DPmorph_functional=P-2DPnormalized=ὑμῖνnu=plorig_order=1036ps=sp=prepstrongs=4771tense=voice=
ὅτι
bol_dict_abc=3606bol_lemma_dict=ὅτιcase=degree=freq_lemma=1293gloss=that, since, becausegn=lemma=ὅτιlexeme_dict=ὅτιmood=morph_form=CONJmorph_functional=CONJnormalized=ὅτιnu=orig_order=1037ps=sp=conjstrongs=3754tense=voice=
δύναται
bol_dict_abc=1402bol_lemma_dict=δύναμαιcase=degree=freq_lemma=209gloss=am powerful, am ablegn=lemma=δύναμαιlexeme_dict=δύναμαιmood=indicativemorph_form=V-PNI-3Smorph_functional=V-PNI-3Snormalized=δύναταιnu=sgorig_order=1038ps=p3sp=verbstrongs=1410&5736tense=presentvoice=middle_or_passive_deponent
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1039ps=sp=artstrongs=3588tense=voice=
Θεὸς
bol_dict_abc=2293bol_lemma_dict=θεός, -οῦ, ὁcase=nominativedegree=freq_lemma=1311gloss=God, godgn=mlemma=θεόςlexeme_dict=θεός, -οῦ, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Θεόςnu=sgorig_order=1040ps=sp=nounstrongs=2316tense=voice=
ἐκ
bol_dict_abc=1522bol_lemma_dict=ἐκ, ἐξcase=degree=freq_lemma=913gloss=from out, out from among, fromgn=lemma=ἐκlexeme_dict=ἐκ, ἐξmood=morph_form=PREPmorph_functional=PREPnormalized=ἐκnu=plorig_order=1041ps=sp=prepstrongs=1537tense=voice=
τῶν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GPMmorph_functional=T-GPMnormalized=τῶνnu=plorig_order=1042ps=sp=artstrongs=3588tense=voice=
λίθων
bol_dict_abc=3011bol_lemma_dict=λίθος, -ου, ὁcase=genitivedegree=freq_lemma=59gloss=stonegn=mlemma=λίθοςlexeme_dict=λίθος, -ου, ὁmood=morph_form=N-GPMmorph_functional=N-GPMnormalized=λίθωνnu=plorig_order=1043ps=sp=nounstrongs=3037tense=voice=
τούτων
bol_dict_abc=3629bol_lemma_dict=οὗτος, αὕτη, τοῦτοcase=genitivedegree=freq_lemma=1388gloss=this, he, she, itgn=mlemma=οὗτοςlexeme_dict=οὗτος, αὕτη, τοῦτοmood=morph_form=D-GPMmorph_functional=D-GPMnormalized=τούτωνnu=plorig_order=1044ps=sp=advstrongs=3778tense=voice=
ἐγεῖραι
bol_dict_abc=1447bol_lemma_dict=ἐγείρωcase=degree=freq_lemma=143gloss=wake, arouse, raise upgn=nlemma=ἐγείρωlexeme_dict=ἐγείρωmood=infinitivemorph_form=V-AANmorph_functional=V-AANnormalized=ἐγεῖραιnu=orig_order=1045ps=sp=verbstrongs=1453&5658tense=aoristvoice=active
τέκνα
bol_dict_abc=4872bol_lemma_dict=τέκνον, -ου, τόcase=accusativedegree=freq_lemma=99gloss=child, descendent, inhabitantgn=nlemma=τέκνονlexeme_dict=τέκνον, -ου, τόmood=morph_form=N-APNmorph_functional=N-APNnormalized=τέκναnu=plorig_order=1046ps=sp=nounstrongs=5043tense=voice=
τῷ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DSMmorph_functional=T-DSMnormalized=τῷnu=sgorig_order=1047ps=sp=artstrongs=3588tense=voice=
Ἀβραάμ.
bol_dict_abc=10bol_lemma_dict=Ἀβραάμ, ὁcase=degree=freq_lemma=73gloss=Abrahamgn=lemma=Ἀβραάμlexeme_dict=Ἀβραάμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ἀβραάμnu=orig_order=1048ps=sp=nounstrongs=11tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 58
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
ἤδη
bol_dict_abc=2221bol_lemma_dict=ἤδηcase=degree=freq_lemma=60gloss=now, alreadygn=lemma=ἤδηlexeme_dict=ἤδηmood=morph_form=ADVmorph_functional=ADVnormalized=ἤδηnu=orig_order=1049ps=sp=advstrongs=2235tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=1050ps=sp=conjstrongs=1161tense=voice=
ἡ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSFmorph_functional=T-NSFnormalized=ἡnu=sgorig_order=1051ps=sp=artstrongs=3588tense=voice=
ἀξίνη
bol_dict_abc=508bol_lemma_dict=ἀξίνη, -ης, ἡcase=nominativedegree=freq_lemma=2gloss=axegn=flemma=ἀξίνηlexeme_dict=ἀξίνη, -ης, ἡmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=ἀξίνηnu=sgorig_order=1052ps=sp=nounstrongs=513tense=voice=
πρὸς
bol_dict_abc=4159bol_lemma_dict=πρόςcase=degree=freq_lemma=700gloss=to, towards, withgn=lemma=πρόςlexeme_dict=πρόςmood=morph_form=PREPmorph_functional=PREPnormalized=πρόςnu=plorig_order=1053ps=sp=prepstrongs=4314tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=1054ps=sp=artstrongs=3588tense=voice=
ῥίζαν
bol_dict_abc=4331bol_lemma_dict=ῥίζα, -ης, ἡcase=accusativedegree=freq_lemma=17gloss=root, that which comes from rootgn=flemma=ῥίζαlexeme_dict=ῥίζα, -ης, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=ῥίζανnu=sgorig_order=1055ps=sp=nounstrongs=4491tense=voice=
τῶν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GPNmorph_functional=T-GPNnormalized=τῶνnu=plorig_order=1056ps=sp=artstrongs=3588tense=voice=
δένδρων
bol_dict_abc=1176bol_lemma_dict=δένδρον, -ου, τόcase=genitivedegree=freq_lemma=25gloss=treegn=nlemma=δένδρονlexeme_dict=δένδρον, -ου, τόmood=morph_form=N-GPNmorph_functional=N-GPNnormalized=δένδρωνnu=plorig_order=1057ps=sp=nounstrongs=1186tense=voice=
κεῖται·
bol_dict_abc=2721bol_lemma_dict=κεῖμαιcase=degree=freq_lemma=24gloss=lie, recline, am laidgn=lemma=κεῖμαιlexeme_dict=κεῖμαιmood=indicativemorph_form=V-PNI-3Smorph_functional=V-PNI-3Snormalized=κεῖταιnu=sgorig_order=1058ps=p3sp=verbstrongs=2749&5736tense=presentvoice=middle_or_passive_deponent
πᾶν
bol_dict_abc=3804bol_lemma_dict=πᾶς, πᾶσα, πᾶνcase=nominativedegree=freq_lemma=1242gloss=all, the whole, every kind ofgn=nlemma=πᾶςlexeme_dict=πᾶς, πᾶσα, πᾶνmood=morph_form=A-NSNmorph_functional=A-NSNnormalized=πᾶνnu=sgorig_order=1059ps=sp=adjstrongs=3956tense=voice=
οὖν
bol_dict_abc=3618bol_lemma_dict=οὖνcase=degree=freq_lemma=496gloss=therefore, thengn=lemma=οὖνlexeme_dict=οὖνmood=morph_form=CONJmorph_functional=CONJnormalized=οὖνnu=orig_order=1060ps=sp=conjstrongs=3767tense=voice=
δένδρον
bol_dict_abc=1176bol_lemma_dict=δένδρον, -ου, τόcase=nominativedegree=freq_lemma=25gloss=treegn=nlemma=δένδρονlexeme_dict=δένδρον, -ου, τόmood=morph_form=N-NSNmorph_functional=N-NSNnormalized=δένδρονnu=sgorig_order=1061ps=sp=nounstrongs=1186tense=voice=
μὴ
bol_dict_abc=3229bol_lemma_dict=μήcase=nominativedegree=freq_lemma=1060gloss=not, lestgn=nlemma=μήlexeme_dict=μήmood=morph_form=PRT-Nmorph_functional=PRT-Nnormalized=μήnu=orig_order=1062ps=sp=prepstrongs=3361tense=voice=
ποιοῦν
bol_dict_abc=4006bol_lemma_dict=ποιέωcase=nominativedegree=freq_lemma=566gloss=do, makegn=nlemma=ποιέωlexeme_dict=ποιέωmood=participlemorph_form=V-PAP-NSNmorph_functional=V-PAP-NSNnormalized=ποιοῦνnu=sgorig_order=1063ps=sp=verbstrongs=4160&5723tense=presentvoice=active
καρπὸν
bol_dict_abc=2562bol_lemma_dict=καρπός, -οῦ, ὁcase=accusativedegree=freq_lemma=66gloss=fruit, result, gaingn=mlemma=καρπόςlexeme_dict=καρπός, -οῦ, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=καρπόνnu=sgorig_order=1064ps=sp=nounstrongs=2590tense=voice=
καλὸν
bol_dict_abc=2543bol_lemma_dict=καλός, -ή, -όνcase=accusativedegree=freq_lemma=102gloss=very wellgn=mlemma=καλόςlexeme_dict=καλός, -ή, -όνmood=morph_form=A-ASMmorph_functional=A-ASMnormalized=καλόνnu=sgorig_order=1065ps=sp=adjstrongs=2570tense=voice=
ἐκκόπτεται
bol_dict_abc=1566bol_lemma_dict=ἐκκόπτωcase=degree=freq_lemma=10gloss=cut out, cut offgn=lemma=ἐκκόπτωlexeme_dict=ἐκκόπτωmood=indicativemorph_form=V-PEI-3Smorph_functional=V-PPI-3Snormalized=ἐκκόπτεταιnu=sgorig_order=1066ps=p3sp=verbstrongs=1581&5743tense=presentvoice=middle_or_passive
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1067ps=sp=conjstrongs=2532tense=voice=
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=1068ps=sp=prepstrongs=1519tense=voice=
πῦρ
bol_dict_abc=4284bol_lemma_dict=πῦρ, -ός, τόcase=accusativedegree=freq_lemma=71gloss=fire, trialsgn=nlemma=πῦρlexeme_dict=πῦρ, -ός, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=πῦρnu=sgorig_order=1069ps=sp=nounstrongs=4442tense=voice=
βάλλεται.
bol_dict_abc=901bol_lemma_dict=βάλλωcase=degree=freq_lemma=122gloss=cast, throw, rush, put, place, dropgn=lemma=βάλλωlexeme_dict=βάλλωmood=indicativemorph_form=V-PEI-3Smorph_functional=V-PPI-3Snormalized=βάλλεταιnu=sgorig_order=1070ps=p3sp=verbstrongs=906&5743tense=presentvoice=middle_or_passive
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 59
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
ἐγὼ
bol_dict_abc=1469bol_lemma_dict=ἐγώcase=degree=freq_lemma=2567gloss=Ign=lemma=ἐγώlexeme_dict=ἐγώmood=morph_form=P-1NSmorph_functional=P-1NSnormalized=ἐγώnu=sgorig_order=1071ps=sp=prepstrongs=1473tense=voice=
μὲν
bol_dict_abc=3168bol_lemma_dict=μέν... δέcase=degree=freq_lemma=180gloss=truly, indeedgn=lemma=μένlexeme_dict=μέν... δέmood=morph_form=PRTmorph_functional=PRTnormalized=μένnu=orig_order=1072ps=sp=prepstrongs=3303tense=voice=
ὑμᾶς
bol_dict_abc=4603bol_lemma_dict=σύcase=degree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2APmorph_functional=P-2APnormalized=ὑμᾶςnu=plorig_order=1073ps=sp=prepstrongs=4771tense=voice=
βαπτίζω
bol_dict_abc=902bol_lemma_dict=βαπτίζωcase=degree=freq_lemma=76gloss=dip, submerge, baptizegn=lemma=βαπτίζωlexeme_dict=βαπτίζωmood=indicativemorph_form=V-PAI-1Smorph_functional=V-PAI-1Snormalized=βαπτίζωnu=sgorig_order=1074ps=p1sp=verbstrongs=907&5719tense=presentvoice=active
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=1075ps=sp=prepstrongs=1722tense=voice=
ὕδατι
bol_dict_abc=5023bol_lemma_dict=ὕδωρ, ὕδατος, τόcase=dativedegree=freq_lemma=79gloss=watergn=nlemma=ὕδωρlexeme_dict=ὕδωρ, ὕδατος, τόmood=morph_form=N-DSNmorph_functional=N-DSNnormalized=ὕδατιnu=sgorig_order=1076ps=sp=nounstrongs=5204tense=voice=
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=1077ps=sp=prepstrongs=1519tense=voice=
μετάνοιαν·
bol_dict_abc=3208bol_lemma_dict=μετάνοια, -ας, ἡcase=accusativedegree=freq_lemma=22gloss=repentance, change of mindgn=flemma=μετάνοιαlexeme_dict=μετάνοια, -ας, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=μετάνοιανnu=sgorig_order=1078ps=sp=nounstrongs=3341tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1079ps=sp=artstrongs=3588tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=1080ps=sp=conjstrongs=1161tense=voice=
ὀπίσω
bol_dict_abc=3547bol_lemma_dict=ὀπίσωcase=degree=freq_lemma=35gloss=behind, aftergn=lemma=ὀπίσωlexeme_dict=ὀπίσωmood=morph_form=ADVmorph_functional=ADVnormalized=ὀπίσωnu=orig_order=1081ps=sp=advstrongs=3694tense=voice=
μου
bol_dict_abc=1469bol_lemma_dict=ἐγώcase=degree=freq_lemma=2567gloss=Ign=lemma=ἐγώlexeme_dict=ἐγώmood=morph_form=P-1GSmorph_functional=P-1GSnormalized=μουnu=sgorig_order=1082ps=sp=prepstrongs=1473tense=voice=
ἐρχόμενος
bol_dict_abc=2053bol_lemma_dict=ἔρχομαιcase=nominativedegree=freq_lemma=635gloss=come, gogn=mlemma=ἔρχομαιlexeme_dict=ἔρχομαιmood=participlemorph_form=V-PNP-NSMmorph_functional=V-PNP-NSMnormalized=ἐρχόμενοςnu=sgorig_order=1083ps=sp=verbstrongs=2064&5740tense=presentvoice=middle_or_passive_deponent
ἰσχυρότερός
bol_dict_abc=2449bol_lemma_dict=ἰσχυρός, -ά, -όνcase=nominativedegree=comparativefreq_lemma=28gloss=strong, mighty, powerfulgn=lemma=ἰσχυρόςlexeme_dict=ἰσχυρός, -ά, -όνmood=morph_form=A-NSM-Cmorph_functional=A-NSM-Cnormalized=ἰσχυρότεροςnu=orig_order=1084ps=sp=adjstrongs=2478tense=voice=
μού
bol_dict_abc=1469bol_lemma_dict=ἐγώcase=degree=freq_lemma=2567gloss=Ign=lemma=ἐγώlexeme_dict=ἐγώmood=morph_form=P-1GSmorph_functional=P-1GSnormalized=μούnu=sgorig_order=1085ps=sp=prepstrongs=1473tense=voice=
ἐστιν,
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indicativemorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=ἐστινnu=sgorig_order=1086ps=p3sp=verbstrongs=1510tense=presentvoice=active
οὗ
bol_dict_abc=3591bol_lemma_dict=ὅς, ἥ, ὅcase=genitivedegree=freq_lemma=1407gloss=who, which, what, thatgn=mlemma=ὅςlexeme_dict=ὅς, ἥ, ὅmood=morph_form=R-GSMmorph_functional=R-GSMnormalized=οὗnu=sgorig_order=1087ps=sp=pron-relastrongs=3739tense=voice=
οὐκ
bol_dict_abc=3607bol_lemma_dict=οὐcase=nominativedegree=freq_lemma=1622gloss=no, notgn=nlemma=οὐlexeme_dict=οὐmood=morph_form=PRT-Nmorph_functional=PRT-Nnormalized=οὐκnu=orig_order=1088ps=sp=prepstrongs=3756tense=voice=
εἰμὶ
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indicativemorph_form=V-PAI-1Smorph_functional=V-PAI-1Snormalized=εἰμίnu=sgorig_order=1089ps=p1sp=verbstrongs=1510&5719tense=presentvoice=active
ἱκανὸς
bol_dict_abc=2400bol_lemma_dict=ἱκανός, -ή, -όνcase=nominativedegree=freq_lemma=40gloss=sufficient, worthy, many, muchgn=mlemma=ἱκανόςlexeme_dict=ἱκανός, -ή, -όνmood=morph_form=A-NSMmorph_functional=A-NSMnormalized=ἱκανόςnu=sgorig_order=1090ps=sp=adjstrongs=2425tense=voice=
τὰ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-APNmorph_functional=T-APNnormalized=τάnu=plorig_order=1091ps=sp=artstrongs=3588tense=voice=
ὑποδήματα
bol_dict_abc=5083bol_lemma_dict=ὑπόδημα, -τος, τόcase=accusativedegree=freq_lemma=10gloss=sandalgn=nlemma=ὑπόδημαlexeme_dict=ὑπόδημα, -τος, τόmood=morph_form=N-APNmorph_functional=N-APNnormalized=ὑποδήματαnu=plorig_order=1092ps=sp=nounstrongs=5266tense=voice=
βαστάσαι·
bol_dict_abc=934bol_lemma_dict=βαστάζωcase=degree=freq_lemma=27gloss=carry, carry away, beargn=nlemma=βαστάζωlexeme_dict=βαστάζωmood=infinitivemorph_form=V-AANmorph_functional=V-AANnormalized=βαστάσαιnu=orig_order=1093ps=sp=verbstrongs=941&5658tense=aoristvoice=active
αὐτὸς
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=nominativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-NSMmorph_functional=P-NSMnormalized=αὐτόςnu=sgorig_order=1094ps=sp=prepstrongs=846tense=voice=
ὑμᾶς
bol_dict_abc=4603bol_lemma_dict=σύcase=degree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2APmorph_functional=P-2APnormalized=ὑμᾶςnu=plorig_order=1095ps=sp=prepstrongs=4771tense=voice=
βαπτίσει
bol_dict_abc=902bol_lemma_dict=βαπτίζωcase=degree=freq_lemma=76gloss=dip, submerge, baptizegn=lemma=βαπτίζωlexeme_dict=βαπτίζωmood=indicativemorph_form=V-FAI-3Smorph_functional=V-FAI-3Snormalized=βαπτίσειnu=sgorig_order=1096ps=p3sp=verbstrongs=907&5692tense=futurevoice=active
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=1097ps=sp=prepstrongs=1722tense=voice=
Πνεύματι
bol_dict_abc=3997bol_lemma_dict=πνεῦμα, -τος, τόcase=dativedegree=freq_lemma=379gloss=wind, breath, spiritgn=nlemma=πνεῦμαlexeme_dict=πνεῦμα, -τος, τόmood=morph_form=N-DSNmorph_functional=N-DSNnormalized=Πνεύματιnu=sgorig_order=1098ps=sp=nounstrongs=4151tense=voice=
Ἁγίῳ
bol_dict_abc=39bol_lemma_dict=ἅγιος, -α, -ονcase=dativedegree=freq_lemma=234gloss=set apart, holy, sacredgn=nlemma=ἅγιοςlexeme_dict=ἅγιος, -α, -ονmood=morph_form=A-DSNmorph_functional=A-DSNnormalized=Ἁγίῳnu=sgorig_order=1099ps=sp=adjstrongs=40tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1100ps=sp=conjstrongs=2532tense=voice=
πυρί·
bol_dict_abc=4284bol_lemma_dict=πῦρ, -ός, τόcase=dativedegree=freq_lemma=71gloss=fire, trialsgn=nlemma=πῦρlexeme_dict=πῦρ, -ός, τόmood=morph_form=N-DSNmorph_functional=N-DSNnormalized=πυρίnu=sgorig_order=1101ps=sp=nounstrongs=4442tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 60
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
οὗ
bol_dict_abc=3591bol_lemma_dict=ὅς, ἥ, ὅcase=genitivedegree=freq_lemma=1407gloss=who, which, what, thatgn=mlemma=ὅςlexeme_dict=ὅς, ἥ, ὅmood=morph_form=R-GSMmorph_functional=R-GSMnormalized=οὗnu=sgorig_order=1102ps=sp=pron-relastrongs=3739tense=voice=
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSNmorph_functional=T-NSNnormalized=τόnu=sgorig_order=1103ps=sp=artstrongs=3588tense=voice=
πτύον
bol_dict_abc=4267bol_lemma_dict=πτύον, -ου, τόcase=nominativedegree=freq_lemma=2gloss=simple wooden pitchforkgn=nlemma=πτύονlexeme_dict=πτύον, -ου, τόmood=morph_form=N-NSNmorph_functional=N-NSNnormalized=πτύονnu=sgorig_order=1104ps=sp=nounstrongs=4425tense=voice=
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=1105ps=sp=prepstrongs=1722tense=voice=
τῇ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DSFmorph_functional=T-DSFnormalized=τῇnu=sgorig_order=1106ps=sp=artstrongs=3588tense=voice=
χειρὶ
bol_dict_abc=5309bol_lemma_dict=χείρ, χειρός, ἡcase=dativedegree=freq_lemma=176gloss=handgn=flemma=χείρlexeme_dict=χείρ, χειρός, ἡmood=morph_form=N-DSFmorph_functional=N-DSFnormalized=χειρίnu=sgorig_order=1107ps=sp=nounstrongs=5495tense=voice=
αὐτοῦ,
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=1108ps=sp=prepstrongs=846tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1109ps=sp=conjstrongs=2532tense=voice=
διακαθαριεῖ
bol_dict_abc=1234bol_lemma_dict=διακαθαρίζωcase=accusativedegree=freq_lemma=1gloss=cleanse thoroughlygn=lemma=διακαθαρίζωlexeme_dict=διακαθαρίζωmood=indicativemorph_form=V-FAI-3S-ATTmorph_functional=V-FAI-3S-ATTnormalized=διακαθαριεῖnu=orig_order=1110ps=sp=verbstrongs=1245&5692tense=futurevoice=active
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=1111ps=sp=artstrongs=3588tense=voice=
ἅλωνα
bol_dict_abc=253bol_lemma_dict=ἅλων, -ος, ἡcase=accusativedegree=freq_lemma=2gloss=threshing-floorgn=flemma=ἅλωνlexeme_dict=ἅλων, -ος, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=ἅλωναnu=sgorig_order=1112ps=sp=nounstrongs=257tense=voice=
αὐτοῦ,
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=1113ps=sp=prepstrongs=846tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1114ps=sp=conjstrongs=2532tense=voice=
συνάξει
bol_dict_abc=4696bol_lemma_dict=συνάγωcase=degree=freq_lemma=59gloss=gather togethergn=lemma=συνάγωlexeme_dict=συνάγωmood=indicativemorph_form=V-FAI-3Smorph_functional=V-FAI-3Snormalized=συνάξειnu=sgorig_order=1115ps=p3sp=verbstrongs=4863&5692tense=futurevoice=active
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=1116ps=sp=artstrongs=3588tense=voice=
σῖτον
bol_dict_abc=4458bol_lemma_dict=σῖτος, -ου, ὁcase=accusativedegree=freq_lemma=14gloss=wheat, graingn=mlemma=σῖτοςlexeme_dict=σῖτος, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=σῖτονnu=sgorig_order=1117ps=sp=nounstrongs=4621tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=1118ps=sp=prepstrongs=846tense=voice=
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=1119ps=sp=prepstrongs=1519tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=1120ps=sp=artstrongs=3588tense=voice=
ἀποθήκην,
bol_dict_abc=591bol_lemma_dict=ἀποθήκη, -ης, ἡcase=accusativedegree=freq_lemma=6gloss=repository, granary, barn, storehousegn=flemma=ἀποθήκηlexeme_dict=ἀποθήκη, -ης, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=ἀποθήκηνnu=sgorig_order=1121ps=sp=nounstrongs=596tense=voice=
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASNmorph_functional=T-ASNnormalized=τόnu=sgorig_order=1122ps=sp=artstrongs=3588tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=1123ps=sp=conjstrongs=1161tense=voice=
ἄχυρον
bol_dict_abc=887bol_lemma_dict=ἄχυρον, -ου, τόcase=accusativedegree=freq_lemma=2gloss=chaffgn=nlemma=ἄχυρονlexeme_dict=ἄχυρον, -ου, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=ἄχυρονnu=sgorig_order=1124ps=sp=nounstrongs=892tense=voice=
κατακαύσει
bol_dict_abc=2593bol_lemma_dict=κατακαίωcase=degree=freq_lemma=12gloss=burn up, consume entirelygn=lemma=κατακαίωlexeme_dict=κατακαίωmood=indicativemorph_form=V-FAI-3Smorph_functional=V-FAI-3Snormalized=κατακαύσειnu=sgorig_order=1125ps=p3sp=verbstrongs=2618&5692tense=futurevoice=active
πυρὶ
bol_dict_abc=4284bol_lemma_dict=πῦρ, -ός, τόcase=dativedegree=freq_lemma=71gloss=fire, trialsgn=nlemma=πῦρlexeme_dict=πῦρ, -ός, τόmood=morph_form=N-DSNmorph_functional=N-DSNnormalized=πυρίnu=sgorig_order=1126ps=sp=nounstrongs=4442tense=voice=
ἀσβέστῳ.
bol_dict_abc=757bol_lemma_dict=ἄσβεστος, -ονcase=dativedegree=freq_lemma=3gloss=inextinguishable, unquenchablegn=nlemma=ἄσβεστοςlexeme_dict=ἄσβεστος, -ονmood=morph_form=A-DSNmorph_functional=A-DSNnormalized=ἀσβέστῳnu=sgorig_order=1127ps=sp=adjstrongs=762tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 61
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Τότε
bol_dict_abc=4950bol_lemma_dict=τότεcase=degree=freq_lemma=159gloss=thengn=lemma=τότεlexeme_dict=τότεmood=morph_form=ADVmorph_functional=ADVnormalized=Τότεnu=orig_order=1128ps=sp=advstrongs=5119tense=voice=
παραγίνεται
bol_dict_abc=3702bol_lemma_dict=παραγίνομαιcase=degree=freq_lemma=37gloss=appear, come, arrive atgn=lemma=παραγίνομαιlexeme_dict=παραγίνομαιmood=indicativemorph_form=V-PNI-3Smorph_functional=V-PNI-3Snormalized=παραγίνεταιnu=sgorig_order=1129ps=p3sp=verbstrongs=3854&5736tense=presentvoice=middle_or_passive_deponent
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1130ps=sp=artstrongs=3588tense=voice=
Ἰησοῦς
bol_dict_abc=2399bol_lemma_dict=Ἰησοῦςcase=nominativedegree=freq_lemma=913gloss=Jesusgn=mlemma=Ἰησοῦςlexeme_dict=Ἰησοῦςmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἰησοῦςnu=sgorig_order=1131ps=sp=nounstrongs=2424tense=voice=
ἀπὸ
bol_dict_abc=569bol_lemma_dict=ἀπόcase=degree=freq_lemma=647gloss=from, away fromgn=lemma=ἀπόlexeme_dict=ἀπόmood=morph_form=PREPmorph_functional=PREPnormalized=ἀπόnu=plorig_order=1132ps=sp=prepstrongs=575tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=1133ps=sp=artstrongs=3588tense=voice=
Γαλιλαίας
bol_dict_abc=1048bol_lemma_dict=Γαλιλαία, -ας, ἡcase=genitivedegree=freq_lemma=61gloss=Galileegn=flemma=Γαλιλαίαlexeme_dict=Γαλιλαία, -ας, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=Γαλιλαίαςnu=sgorig_order=1134ps=sp=nounstrongs=1056tense=voice=
ἐπὶ
bol_dict_abc=1900bol_lemma_dict=ἐπίcase=degree=freq_lemma=886gloss=on, to, against, on the basis of, atgn=lemma=ἐπίlexeme_dict=ἐπίmood=morph_form=PREPmorph_functional=PREPnormalized=ἐπίnu=plorig_order=1135ps=sp=prepstrongs=1909tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=1136ps=sp=artstrongs=3588tense=voice=
Ἰορδάνην
bol_dict_abc=2419bol_lemma_dict=Ἰορδάνης, -ου, ὁcase=accusativedegree=freq_lemma=15gloss=Jordangn=mlemma=Ἰορδάνηςlexeme_dict=Ἰορδάνης, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Ἰορδάνηνnu=sgorig_order=1137ps=sp=nounstrongs=2446tense=voice=
πρὸς
bol_dict_abc=4159bol_lemma_dict=πρόςcase=degree=freq_lemma=700gloss=to, towards, withgn=lemma=πρόςlexeme_dict=πρόςmood=morph_form=PREPmorph_functional=PREPnormalized=πρόςnu=plorig_order=1138ps=sp=prepstrongs=4314tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=1139ps=sp=artstrongs=3588tense=voice=
Ἰωάνην
bol_dict_abc=2462bol_lemma_dict=Ἰωάννης, -ου, ὁcase=accusativedegree=freq_lemma=134gloss=Johngn=mlemma=Ἰωάννηςlexeme_dict=Ἰωάννης, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Ἰωάνηνnu=sgorig_order=1140ps=sp=nounstrongs=2491tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSNmorph_functional=T-GSNnormalized=τοῦnu=sgorig_order=1141ps=sp=artstrongs=3588tense=voice=
βαπτισθῆναι
bol_dict_abc=902bol_lemma_dict=βαπτίζωcase=degree=freq_lemma=76gloss=dip, submerge, baptizegn=nlemma=βαπτίζωlexeme_dict=βαπτίζωmood=infinitivemorph_form=V-APNmorph_functional=V-APNnormalized=βαπτισθῆναιnu=plorig_order=1142ps=sp=verbstrongs=907&5683tense=aoristvoice=passive
ὑπ’
bol_dict_abc=5076bol_lemma_dict=ὑπόcase=degree=freq_lemma=219gloss=by, under, aboutgn=lemma=ὑπόlexeme_dict=ὑπόmood=morph_form=PREPmorph_functional=PREPnormalized=ὑπ’nu=plorig_order=1143ps=sp=prepstrongs=5259tense=voice=
αὐτοῦ.
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=1144ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 62
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1145ps=sp=artstrongs=3588tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=1146ps=sp=conjstrongs=1161tense=voice=
διεκώλυεν
bol_dict_abc=1243bol_lemma_dict=διακωλύωcase=degree=freq_lemma=1gloss=obstinately prevent, hindergn=lemma=διακωλύωlexeme_dict=διακωλύωmood=indicativemorph_form=V-IAI-3Smorph_functional=V-IAI-3Snormalized=διεκώλυενnu=sgorig_order=1147ps=p3sp=verbstrongs=1254&5707tense=imperfectvoice=active
αὐτὸν
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=accusativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-ASMmorph_functional=P-ASMnormalized=αὐτόνnu=sgorig_order=1148ps=sp=prepstrongs=846tense=voice=
λέγων
bol_dict_abc=2977bol_lemma_dict=λέγωcase=nominativedegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlexeme_dict=λέγωmood=participlemorph_form=V-PAP-NSMmorph_functional=V-PAP-NSMnormalized=λέγωνnu=sgorig_order=1149ps=sp=verbstrongs=3004&5723tense=presentvoice=active
Ἐγὼ
bol_dict_abc=1469bol_lemma_dict=ἐγώcase=degree=freq_lemma=2567gloss=Ign=lemma=ἐγώlexeme_dict=ἐγώmood=morph_form=P-1NSmorph_functional=P-1NSnormalized=Ἐγώnu=sgorig_order=1150ps=sp=prepstrongs=1473tense=voice=
χρείαν
bol_dict_abc=5343bol_lemma_dict=χρεία, -ας, ἡcase=accusativedegree=freq_lemma=49gloss=need, necessity, businessgn=flemma=χρείαlexeme_dict=χρεία, -ας, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=χρείανnu=sgorig_order=1151ps=sp=nounstrongs=5532tense=voice=
ἔχω
bol_dict_abc=2178bol_lemma_dict=ἔχωcase=degree=freq_lemma=709gloss=have, hold, possessgn=lemma=ἔχωlexeme_dict=ἔχωmood=indicativemorph_form=V-PAI-1Smorph_functional=V-PAI-1Snormalized=ἔχωnu=sgorig_order=1152ps=p1sp=verbstrongs=2192&5719tense=presentvoice=active
ὑπὸ
bol_dict_abc=5076bol_lemma_dict=ὑπόcase=degree=freq_lemma=219gloss=by, under, aboutgn=lemma=ὑπόlexeme_dict=ὑπόmood=morph_form=PREPmorph_functional=PREPnormalized=ὑπόnu=plorig_order=1153ps=sp=prepstrongs=5259tense=voice=
σοῦ
bol_dict_abc=4603bol_lemma_dict=σύcase=degree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2GSmorph_functional=P-2GSnormalized=σοῦnu=sgorig_order=1154ps=sp=prepstrongs=4771tense=voice=
βαπτισθῆναι,
bol_dict_abc=902bol_lemma_dict=βαπτίζωcase=degree=freq_lemma=76gloss=dip, submerge, baptizegn=nlemma=βαπτίζωlexeme_dict=βαπτίζωmood=infinitivemorph_form=V-APNmorph_functional=V-APNnormalized=βαπτισθῆναιnu=plorig_order=1155ps=sp=verbstrongs=907&5683tense=aoristvoice=passive
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1156ps=sp=conjstrongs=2532tense=voice=
σὺ
bol_dict_abc=4603bol_lemma_dict=σύcase=degree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2NSmorph_functional=P-2NSnormalized=σύnu=sgorig_order=1157ps=sp=prepstrongs=4771tense=voice=
ἔρχῃ
bol_dict_abc=2053bol_lemma_dict=ἔρχομαιcase=degree=freq_lemma=635gloss=come, gogn=lemma=ἔρχομαιlexeme_dict=ἔρχομαιmood=indicativemorph_form=V-PNI-2Smorph_functional=V-PNI-2Snormalized=ἔρχῃnu=sgorig_order=1158ps=p2sp=verbstrongs=2064&5736tense=presentvoice=middle_or_passive_deponent
πρός
bol_dict_abc=4159bol_lemma_dict=πρόςcase=degree=freq_lemma=700gloss=to, towards, withgn=lemma=πρόςlexeme_dict=πρόςmood=morph_form=PREPmorph_functional=PREPnormalized=πρόςnu=plorig_order=1159ps=sp=prepstrongs=4314tense=voice=
με;
bol_dict_abc=1469bol_lemma_dict=ἐγώcase=degree=freq_lemma=2567gloss=Ign=lemma=ἐγώlexeme_dict=ἐγώmood=morph_form=P-1ASmorph_functional=P-1ASnormalized=μεnu=sgorig_order=1160ps=sp=prepstrongs=1473tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 63
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
ἀποκριθεὶς
bol_dict_abc=606bol_lemma_dict=ἀποκρίνομαιcase=nominativedegree=freq_lemma=231gloss=answer, replygn=mlemma=ἀποκρίνομαιlexeme_dict=ἀποκρίνομαιmood=participlemorph_form=V-AOP-NSMmorph_functional=V-AOP-NSMnormalized=ἀποκριθείςnu=sgorig_order=1161ps=sp=verbstrongs=611&5679tense=aoristvoice=passive_deponent
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=1162ps=sp=conjstrongs=1161tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1163ps=sp=artstrongs=3588tense=voice=
Ἰησοῦς
bol_dict_abc=2399bol_lemma_dict=Ἰησοῦςcase=nominativedegree=freq_lemma=913gloss=Jesusgn=mlemma=Ἰησοῦςlexeme_dict=Ἰησοῦςmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἰησοῦςnu=sgorig_order=1164ps=sp=nounstrongs=2424tense=voice=
εἶπεν
bol_dict_abc=2977bol_lemma_dict=λέγωcase=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=εἶπενnu=sgorig_order=1165ps=p3sp=verbstrongs=3004&5627tense=2ndaoristvoice=active
αὐτῷ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=1166ps=sp=prepstrongs=846tense=voice=
Ἄφες
bol_dict_abc=857bol_lemma_dict=ἀφίημιcase=degree=freq_lemma=143gloss=send away, release, remit, forgive, permitgn=lemma=ἀφίημιlexeme_dict=ἀφίημιmood=morph_form=V-2AAM-2Smorph_functional=V-2AAM-2Snormalized=Ἄφεςnu=sgorig_order=1167ps=p2sp=verbstrongs=863&5628tense=2ndaoristvoice=active
ἄρτι·
bol_dict_abc=732bol_lemma_dict=ἄρτιcase=degree=freq_lemma=35gloss=now, just nowgn=lemma=ἄρτιlexeme_dict=ἄρτιmood=morph_form=ADVmorph_functional=ADVnormalized=ἄρτιnu=orig_order=1168ps=sp=advstrongs=737tense=voice=
οὕτως
bol_dict_abc=3630bol_lemma_dict=οὕτω, οὕτωςcase=degree=freq_lemma=209gloss=thus, so, in this mannergn=lemma=οὕτωlexeme_dict=οὕτω, οὕτωςmood=morph_form=ADVmorph_functional=ADVnormalized=οὕτωςnu=orig_order=1169ps=sp=advstrongs=3779tense=voice=
γὰρ
bol_dict_abc=1055bol_lemma_dict=γάρcase=degree=freq_lemma=1038gloss=forgn=lemma=γάρlexeme_dict=γάρmood=morph_form=CONJmorph_functional=CONJnormalized=γάρnu=orig_order=1170ps=sp=conjstrongs=1063tense=voice=
πρέπον
bol_dict_abc=4086bol_lemma_dict=πρέπωcase=nominativedegree=freq_lemma=7gloss=it becomes, is fitting togn=nlemma=πρέπωlexeme_dict=πρέπωmood=participlemorph_form=V-PAP-NSNmorph_functional=V-PAP-NSNnormalized=πρέπονnu=sgorig_order=1171ps=sp=verbstrongs=4241&5723tense=presentvoice=active
ἐστὶν
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indicativemorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=ἐστίνnu=sgorig_order=1172ps=p3sp=verbstrongs=1510&5719tense=presentvoice=active
ἡμῖν
bol_dict_abc=1469bol_lemma_dict=ἐγώcase=degree=freq_lemma=2567gloss=Ign=lemma=ἐγώlexeme_dict=ἐγώmood=morph_form=P-1DPmorph_functional=P-1DPnormalized=ἡμῖνnu=plorig_order=1173ps=sp=prepstrongs=1473tense=voice=
πληρῶσαι
bol_dict_abc=3983bol_lemma_dict=πληρόωcase=degree=freq_lemma=86gloss=fill, fulfill, completegn=nlemma=πληρόωlexeme_dict=πληρόωmood=infinitivemorph_form=V-AANmorph_functional=V-AANnormalized=πληρῶσαιnu=orig_order=1174ps=sp=verbstrongs=4137&5658tense=aoristvoice=active
πᾶσαν
bol_dict_abc=3804bol_lemma_dict=πᾶς, πᾶσα, πᾶνcase=accusativedegree=freq_lemma=1242gloss=all, the whole, every kind ofgn=flemma=πᾶςlexeme_dict=πᾶς, πᾶσα, πᾶνmood=morph_form=A-ASFmorph_functional=A-ASFnormalized=πᾶσανnu=sgorig_order=1175ps=sp=adjstrongs=3956tense=voice=
δικαιοσύνην.
bol_dict_abc=1333bol_lemma_dict=δικαιοσύνη, -ης, ἡcase=accusativedegree=freq_lemma=91gloss=justice, justness, righteousnessgn=flemma=δικαιοσύνηlexeme_dict=δικαιοσύνη, -ης, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=δικαιοσύνηνnu=sgorig_order=1176ps=sp=nounstrongs=1343tense=voice=
τότε
bol_dict_abc=4950bol_lemma_dict=τότεcase=degree=freq_lemma=159gloss=thengn=lemma=τότεlexeme_dict=τότεmood=morph_form=ADVmorph_functional=ADVnormalized=τότεnu=orig_order=1177ps=sp=advstrongs=5119tense=voice=
ἀφίησιν
bol_dict_abc=857bol_lemma_dict=ἀφίημιcase=degree=freq_lemma=143gloss=send away, release, remit, forgive, permitgn=lemma=ἀφίημιlexeme_dict=ἀφίημιmood=indicativemorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=ἀφίησινnu=sgorig_order=1178ps=p3sp=verbstrongs=863&5719tense=presentvoice=active
αὐτόν.
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=accusativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-ASMmorph_functional=P-ASMnormalized=αὐτόνnu=sgorig_order=1179ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 64
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
βαπτισθεὶς
bol_dict_abc=902bol_lemma_dict=βαπτίζωcase=nominativedegree=freq_lemma=76gloss=dip, submerge, baptizegn=mlemma=βαπτίζωlexeme_dict=βαπτίζωmood=participlemorph_form=V-APP-NSMmorph_functional=V-APP-NSMnormalized=βαπτισθείςnu=sgorig_order=1180ps=sp=verbstrongs=907&5685tense=aoristvoice=passive
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=1181ps=sp=conjstrongs=1161tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1182ps=sp=artstrongs=3588tense=voice=
Ἰησοῦς
bol_dict_abc=2399bol_lemma_dict=Ἰησοῦςcase=nominativedegree=freq_lemma=913gloss=Jesusgn=mlemma=Ἰησοῦςlexeme_dict=Ἰησοῦςmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἰησοῦςnu=sgorig_order=1183ps=sp=nounstrongs=2424tense=voice=
εὐθὺς
bol_dict_abc=2097bol_lemma_dict=εὐθέωςcase=degree=freq_lemma=87gloss=immediately, soongn=lemma=εὐθέωςlexeme_dict=εὐθέωςmood=morph_form=ADVmorph_functional=ADVnormalized=εὐθύςnu=orig_order=1184ps=sp=advstrongs=2112tense=voice=
ἀνέβη
bol_dict_abc=303bol_lemma_dict=ἀναβαίνωcase=degree=freq_lemma=81gloss=go up, mount, ascendgn=lemma=ἀναβαίνωlexeme_dict=ἀναβαίνωmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=ἀνέβηnu=sgorig_order=1185ps=p3sp=verbstrongs=305&5627tense=2ndaoristvoice=active
ἀπὸ
bol_dict_abc=569bol_lemma_dict=ἀπόcase=degree=freq_lemma=647gloss=from, away fromgn=lemma=ἀπόlexeme_dict=ἀπόmood=morph_form=PREPmorph_functional=PREPnormalized=ἀπόnu=plorig_order=1186ps=sp=prepstrongs=575tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSNmorph_functional=T-GSNnormalized=τοῦnu=sgorig_order=1187ps=sp=artstrongs=3588tense=voice=
ὕδατος·
bol_dict_abc=5023bol_lemma_dict=ὕδωρ, ὕδατος, τόcase=genitivedegree=freq_lemma=79gloss=watergn=nlemma=ὕδωρlexeme_dict=ὕδωρ, ὕδατος, τόmood=morph_form=N-GSNmorph_functional=N-GSNnormalized=ὕδατοςnu=sgorig_order=1188ps=sp=nounstrongs=5204tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1189ps=sp=conjstrongs=2532tense=voice=
ἰδοὺ
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlexeme_dict=ὁράωmood=imperativemorph_form=V-2AMM-2Smorph_functional=V-2AMM-2Snormalized=ἰδούnu=sgorig_order=1190ps=p2sp=verbstrongs=3708&5640tense=2ndaoristvoice=active
ἠνεῴχθησαν
bol_dict_abc=452bol_lemma_dict=ἀνοίγωcase=degree=freq_lemma=78gloss=opengn=lemma=ἀνοίγωlexeme_dict=ἀνοίγωmood=indicativemorph_form=V-API-3Pmorph_functional=V-API-3Pnormalized=ἠνεῴχθησανnu=plorig_order=1191ps=p3sp=verbstrongs=455&5681tense=aoristvoice=passive
οἱ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NPMmorph_functional=T-NPMnormalized=οἱnu=plorig_order=1192ps=sp=artstrongs=3588tense=voice=
οὐρανοί,
bol_dict_abc=3623bol_lemma_dict=οὐρανός, -οῦ, ὁcase=nominativedegree=freq_lemma=273gloss=sky, heavengn=mlemma=οὐρανόςlexeme_dict=οὐρανός, -οῦ, ὁmood=morph_form=N-NPMmorph_functional=N-NPMnormalized=οὐρανοίnu=plorig_order=1193ps=sp=nounstrongs=3772tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1194ps=sp=conjstrongs=2532tense=voice=
εἶδεν
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlexeme_dict=ὁράωmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=εἶδενnu=sgorig_order=1195ps=p3sp=verbstrongs=3708&5627tense=2ndaoristvoice=active
Πνεῦμα
bol_dict_abc=3997bol_lemma_dict=πνεῦμα, -τος, τόcase=accusativedegree=freq_lemma=379gloss=wind, breath, spiritgn=nlemma=πνεῦμαlexeme_dict=πνεῦμα, -τος, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=Πνεῦμαnu=sgorig_order=1196ps=sp=nounstrongs=4151tense=voice=
Θεοῦ
bol_dict_abc=2293bol_lemma_dict=θεός, -οῦ, ὁcase=genitivedegree=freq_lemma=1311gloss=God, godgn=mlemma=θεόςlexeme_dict=θεός, -οῦ, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Θεοῦnu=sgorig_order=1197ps=sp=nounstrongs=2316tense=voice=
καταβαῖνον
bol_dict_abc=2569bol_lemma_dict=καταβαίνωcase=accusativedegree=freq_lemma=82gloss=go down, come downgn=nlemma=καταβαίνωlexeme_dict=καταβαίνωmood=participlemorph_form=V-PAP-ASNmorph_functional=V-PAP-ASNnormalized=καταβαῖνονnu=sgorig_order=1198ps=sp=verbstrongs=2597&5723tense=presentvoice=active
ὡσεὶ
bol_dict_abc=5424bol_lemma_dict=ὡσείcase=degree=freq_lemma=21gloss=as if, as it were, like, aboutgn=lemma=ὡσείlexeme_dict=ὡσείmood=morph_form=ADVmorph_functional=ADVnormalized=ὡσείnu=orig_order=1199ps=sp=advstrongs=5616tense=voice=
περιστερὰν
bol_dict_abc=3905bol_lemma_dict=περιστερά, -ᾶς, ἡcase=accusativedegree=freq_lemma=10gloss=dovegn=flemma=περιστεράlexeme_dict=περιστερά, -ᾶς, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=περιστεράνnu=sgorig_order=1200ps=sp=nounstrongs=4058tense=voice=
ἐρχόμενον
bol_dict_abc=2053bol_lemma_dict=ἔρχομαιcase=accusativedegree=freq_lemma=635gloss=come, gogn=nlemma=ἔρχομαιlexeme_dict=ἔρχομαιmood=participlemorph_form=V-PNP-ASNmorph_functional=V-PNP-ASNnormalized=ἐρχόμενονnu=sgorig_order=1201ps=sp=verbstrongs=2064&5740tense=presentvoice=middle_or_passive_deponent
ἐπ’
bol_dict_abc=1900bol_lemma_dict=ἐπίcase=degree=freq_lemma=886gloss=on, to, against, on the basis of, atgn=lemma=ἐπίlexeme_dict=ἐπίmood=morph_form=PREPmorph_functional=PREPnormalized=ἐπ’nu=plorig_order=1202ps=sp=prepstrongs=1909tense=voice=
αὐτόν·
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=accusativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-ASMmorph_functional=P-ASMnormalized=αὐτόνnu=sgorig_order=1203ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 65
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1204ps=sp=conjstrongs=2532tense=voice=
ἰδοὺ
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlexeme_dict=ὁράωmood=imperativemorph_form=V-2AMM-2Smorph_functional=V-2AMM-2Snormalized=ἰδούnu=sgorig_order=1205ps=p2sp=verbstrongs=3708&5640tense=2ndaoristvoice=active
φωνὴ
bol_dict_abc=5270bol_lemma_dict=φωνή, -ῆς, ἡcase=nominativedegree=freq_lemma=139gloss=sound, noise, voicegn=flemma=φωνήlexeme_dict=φωνή, -ῆς, ἡmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=φωνήnu=sgorig_order=1206ps=sp=nounstrongs=5456tense=voice=
ἐκ
bol_dict_abc=1522bol_lemma_dict=ἐκ, ἐξcase=degree=freq_lemma=913gloss=from out, out from among, fromgn=lemma=ἐκlexeme_dict=ἐκ, ἐξmood=morph_form=PREPmorph_functional=PREPnormalized=ἐκnu=plorig_order=1207ps=sp=prepstrongs=1537tense=voice=
τῶν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GPMmorph_functional=T-GPMnormalized=τῶνnu=plorig_order=1208ps=sp=artstrongs=3588tense=voice=
οὐρανῶν
bol_dict_abc=3623bol_lemma_dict=οὐρανός, -οῦ, ὁcase=genitivedegree=freq_lemma=273gloss=sky, heavengn=mlemma=οὐρανόςlexeme_dict=οὐρανός, -οῦ, ὁmood=morph_form=N-GPMmorph_functional=N-GPMnormalized=οὐρανῶνnu=plorig_order=1209ps=sp=nounstrongs=3772tense=voice=
λέγουσα
bol_dict_abc=2977bol_lemma_dict=λέγωcase=nominativedegree=freq_lemma=2255gloss=say, speakgn=flemma=λέγωlexeme_dict=λέγωmood=participlemorph_form=V-PAP-NSFmorph_functional=V-PAP-NSFnormalized=λέγουσαnu=sgorig_order=1210ps=sp=verbstrongs=3004&5723tense=presentvoice=active
Οὗτός
bol_dict_abc=3629bol_lemma_dict=οὗτος, αὕτη, τοῦτοcase=nominativedegree=freq_lemma=1388gloss=this, he, she, itgn=mlemma=οὗτοςlexeme_dict=οὗτος, αὕτη, τοῦτοmood=morph_form=D-NSMmorph_functional=D-NSMnormalized=Οὗτοςnu=sgorig_order=1211ps=sp=advstrongs=3778tense=voice=
ἐστιν
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indicativemorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=ἐστινnu=sgorig_order=1212ps=p3sp=verbstrongs=1510&5719tense=presentvoice=active
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1213ps=sp=artstrongs=3588tense=voice=
Υἱός
bol_dict_abc=5026bol_lemma_dict=υἱός, -οῦ, ὁcase=nominativedegree=freq_lemma=376gloss=son, descendentgn=mlemma=υἱόςlexeme_dict=υἱός, -οῦ, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Υἱόςnu=sgorig_order=1214ps=sp=nounstrongs=5207tense=voice=
μου
bol_dict_abc=1469bol_lemma_dict=ἐγώcase=degree=freq_lemma=2567gloss=Ign=lemma=ἐγώlexeme_dict=ἐγώmood=morph_form=P-1GSmorph_functional=P-1GSnormalized=μουnu=sgorig_order=1215ps=sp=prepstrongs=1473tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1216ps=sp=artstrongs=3588tense=voice=
ἀγαπητός,
bol_dict_abc=26bol_lemma_dict=ἀγαπητός, -ή, -όνcase=nominativedegree=freq_lemma=61gloss=loved, belovedgn=mlemma=ἀγαπητόςlexeme_dict=ἀγαπητός, -ή, -όνmood=morph_form=A-NSMmorph_functional=A-NSMnormalized=ἀγαπητόςnu=sgorig_order=1217ps=sp=adjstrongs=27tense=voice=
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=1218ps=sp=prepstrongs=1722tense=voice=
ᾧ
bol_dict_abc=3591bol_lemma_dict=ὅς, ἥ, ὅcase=dativedegree=freq_lemma=1407gloss=who, which, what, thatgn=mlemma=ὅςlexeme_dict=ὅς, ἥ, ὅmood=morph_form=R-DSMmorph_functional=R-DSMnormalized=ᾧnu=sgorig_order=1219ps=sp=pron-relastrongs=3739tense=voice=
εὐδόκησα.
bol_dict_abc=2091bol_lemma_dict=εὐδοκέωcase=degree=freq_lemma=21gloss=am resolved, well-pleasedgn=lemma=εὐδοκέωlexeme_dict=εὐδοκέωmood=indicativemorph_form=V-AAI-1Smorph_functional=V-AAI-1Snormalized=εὐδόκησαnu=sgorig_order=1220ps=p1sp=verbstrongs=2106&5656tense=aoristvoice=active
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 66
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Τότε
bol_dict_abc=4950bol_lemma_dict=τότεcase=degree=freq_lemma=159gloss=thengn=lemma=τότεlexeme_dict=τότεmood=morph_form=ADVmorph_functional=ADVnormalized=Τότεnu=orig_order=1221ps=sp=advstrongs=5119tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1222ps=sp=artstrongs=3588tense=voice=
Ἰησοῦς
bol_dict_abc=2399bol_lemma_dict=Ἰησοῦςcase=nominativedegree=freq_lemma=913gloss=Jesusgn=mlemma=Ἰησοῦςlexeme_dict=Ἰησοῦςmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἰησοῦςnu=sgorig_order=1223ps=sp=nounstrongs=2424tense=voice=
ἀνήχθη
bol_dict_abc=319bol_lemma_dict=ἀνάγωcase=degree=freq_lemma=23gloss=lead up, put to sea, set sailgn=lemma=ἀνάγωlexeme_dict=ἀνάγωmood=indicativemorph_form=V-API-3Smorph_functional=V-API-3Snormalized=ἀνήχθηnu=sgorig_order=1224ps=p3sp=verbstrongs=321&5681tense=aoristvoice=passive
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=1225ps=sp=prepstrongs=1519tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=1226ps=sp=artstrongs=3588tense=voice=
ἔρημον
bol_dict_abc=2037bol_lemma_dict=ἔρημος, -ου, ἡcase=accusativedegree=freq_lemma=47gloss=deserted, desolate, a desertgn=flemma=ἔρημοςlexeme_dict=ἔρημος, -ου, ἡmood=morph_form=A-ASFmorph_functional=A-ASFnormalized=ἔρημονnu=sgorig_order=1227ps=sp=adjstrongs=2048tense=voice=
ὑπὸ
bol_dict_abc=5076bol_lemma_dict=ὑπόcase=degree=freq_lemma=219gloss=by, under, aboutgn=lemma=ὑπόlexeme_dict=ὑπόmood=morph_form=PREPmorph_functional=PREPnormalized=ὑπόnu=plorig_order=1228ps=sp=prepstrongs=5259tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSNmorph_functional=T-GSNnormalized=τοῦnu=sgorig_order=1229ps=sp=artstrongs=3588tense=voice=
Πνεύματος,
bol_dict_abc=3997bol_lemma_dict=πνεῦμα, -τος, τόcase=genitivedegree=freq_lemma=379gloss=wind, breath, spiritgn=nlemma=πνεῦμαlexeme_dict=πνεῦμα, -τος, τόmood=morph_form=N-GSNmorph_functional=N-GSNnormalized=Πνεύματοςnu=sgorig_order=1230ps=sp=nounstrongs=4151tense=voice=
πειρασθῆναι
bol_dict_abc=3833bol_lemma_dict=πειράζωcase=degree=freq_lemma=39gloss=try, tempt, testgn=nlemma=πειράζωlexeme_dict=πειράζωmood=infinitivemorph_form=V-APNmorph_functional=V-APNnormalized=πειρασθῆναιnu=plorig_order=1231ps=sp=verbstrongs=3985&5683tense=aoristvoice=passive
ὑπὸ
bol_dict_abc=5076bol_lemma_dict=ὑπόcase=degree=freq_lemma=219gloss=by, under, aboutgn=lemma=ὑπόlexeme_dict=ὑπόmood=morph_form=PREPmorph_functional=PREPnormalized=ὑπόnu=plorig_order=1232ps=sp=prepstrongs=5259tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=1233ps=sp=artstrongs=3588tense=voice=
διαβόλου.
bol_dict_abc=1217bol_lemma_dict=διάβολος, -ου, ὁcase=genitivedegree=freq_lemma=37gloss=slanderous, the Slanderer, the Devilgn=mlemma=διάβολοςlexeme_dict=διάβολος, -ου, ὁmood=morph_form=A-GSMmorph_functional=A-GSMnormalized=διαβόλουnu=sgorig_order=1234ps=sp=adjstrongs=1228tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 67
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1235ps=sp=conjstrongs=2532tense=voice=
νηστεύσας
bol_dict_abc=3374bol_lemma_dict=νηστεύωcase=nominativedegree=freq_lemma=20gloss=fastgn=mlemma=νηστεύωlexeme_dict=νηστεύωmood=participlemorph_form=V-AAP-NSMmorph_functional=V-AAP-NSMnormalized=νηστεύσαςnu=sgorig_order=1236ps=sp=verbstrongs=3522&5660tense=aoristvoice=active
ἡμέρας
bol_dict_abc=2232bol_lemma_dict=ἡμέρα, -ας, ἡcase=accusativedegree=freq_lemma=389gloss=daygn=flemma=ἡμέραlexeme_dict=ἡμέρα, -ας, ἡmood=morph_form=N-APFmorph_functional=N-APFnormalized=ἡμέραςnu=plorig_order=1237ps=sp=nounstrongs=2250tense=voice=
τεσσεράκοντα
bol_dict_abc=4893bol_lemma_dict=τεσσεράκονταcase=nominativedegree=freq_lemma=22gloss=fortygn=lemma=τεσσεράκονταlexeme_dict=τεσσεράκονταmood=morph_form=A-NUImorph_functional=A-NUInormalized=τεσσεράκονταnu=orig_order=1238ps=sp=adjstrongs=5062tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1239ps=sp=conjstrongs=2532tense=voice=
τεσσεράκοντα
bol_dict_abc=4893bol_lemma_dict=τεσσεράκονταcase=nominativedegree=freq_lemma=22gloss=fortygn=lemma=τεσσεράκονταlexeme_dict=τεσσεράκονταmood=morph_form=A-NUImorph_functional=A-NUInormalized=τεσσεράκονταnu=orig_order=1240ps=sp=adjstrongs=5062tense=voice=
νύκτας
bol_dict_abc=3421bol_lemma_dict=νύξ, -νυκτός, ἡcase=accusativedegree=freq_lemma=61gloss=night, night-timegn=flemma=νύξlexeme_dict=νύξ, -νυκτός, ἡmood=morph_form=N-APFmorph_functional=N-APFnormalized=νύκταςnu=plorig_order=1241ps=sp=nounstrongs=3571tense=voice=
ὕστερον
bol_dict_abc=5124bol_lemma_dict=ὕστερος, -α, -ονcase=degree=freq_lemma=13gloss=latergn=lemma=ὕστεροςlexeme_dict=ὕστερος, -α, -ονmood=morph_form=ADVmorph_functional=ADVnormalized=ὕστερονnu=orig_order=1242ps=sp=advstrongs=5305tense=voice=
ἐπείνασεν.
bol_dict_abc=3831bol_lemma_dict=πεινάωcase=degree=freq_lemma=23gloss=am hungry, needygn=lemma=πεινάωlexeme_dict=πεινάωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐπείνασενnu=sgorig_order=1243ps=p3sp=verbstrongs=3983&5656tense=aoristvoice=active
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 68
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1244ps=sp=conjstrongs=2532tense=voice=
προσελθὼν
bol_dict_abc=4177bol_lemma_dict=προσέρχομαιcase=nominativedegree=freq_lemma=87gloss=come near, consent togn=mlemma=προσέρχομαιlexeme_dict=προσέρχομαιmood=morph_form=V-2AAP-NSMmorph_functional=V-2AAP-NSMnormalized=προσελθώνnu=sgorig_order=1245ps=sp=verbstrongs=4334&5631tense=2ndaoristvoice=active
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1246ps=sp=artstrongs=3588tense=voice=
πειράζων
bol_dict_abc=3833bol_lemma_dict=πειράζωcase=nominativedegree=freq_lemma=39gloss=try, tempt, testgn=mlemma=πειράζωlexeme_dict=πειράζωmood=participlemorph_form=V-PAP-NSMmorph_functional=V-PAP-NSMnormalized=πειράζωνnu=sgorig_order=1247ps=sp=verbstrongs=3985&5723tense=presentvoice=active
εἶπεν
bol_dict_abc=2977bol_lemma_dict=λέγωcase=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=εἶπενnu=sgorig_order=1248ps=p3sp=verbstrongs=3004&5627tense=2ndaoristvoice=active
αὐτῷ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=1249ps=sp=prepstrongs=846tense=voice=
Εἰ
bol_dict_abc=1482bol_lemma_dict=εἰcase=degree=freq_lemma=501gloss=ifgn=lemma=εἰlexeme_dict=εἰmood=morph_form=CONDmorph_functional=CONDnormalized=Εἰnu=orig_order=1250ps=sp=conjstrongs=1487tense=voice=
Υἱὸς
bol_dict_abc=5026bol_lemma_dict=υἱός, -οῦ, ὁcase=nominativedegree=freq_lemma=376gloss=son, descendentgn=mlemma=υἱόςlexeme_dict=υἱός, -οῦ, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Υἱόςnu=sgorig_order=1251ps=sp=nounstrongs=5207tense=voice=
εἶ
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indicativemorph_form=V-PAI-2Smorph_functional=V-PAI-2Snormalized=εἶnu=sgorig_order=1252ps=p2sp=verbstrongs=1510&5719tense=presentvoice=active
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=1253ps=sp=artstrongs=3588tense=voice=
Θεοῦ,
bol_dict_abc=2293bol_lemma_dict=θεός, -οῦ, ὁcase=genitivedegree=freq_lemma=1311gloss=God, godgn=mlemma=θεόςlexeme_dict=θεός, -οῦ, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Θεοῦnu=sgorig_order=1254ps=sp=nounstrongs=2316tense=voice=
εἰπὲ
bol_dict_abc=2977bol_lemma_dict=λέγωcase=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=morph_form=V-2AAM-2Smorph_functional=V-2AAM-2Snormalized=εἰπέnu=sgorig_order=1255ps=p2sp=verbstrongs=3004tense=2ndaoristvoice=active
ἵνα
bol_dict_abc=2417bol_lemma_dict=ἵναcase=degree=freq_lemma=669gloss=in order that, so thatgn=lemma=ἵναlexeme_dict=ἵναmood=morph_form=CONJmorph_functional=CONJnormalized=ἵναnu=orig_order=1256ps=sp=conjstrongs=2443tense=voice=
οἱ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NPMmorph_functional=T-NPMnormalized=οἱnu=plorig_order=1257ps=sp=artstrongs=3588tense=voice=
λίθοι
bol_dict_abc=3011bol_lemma_dict=λίθος, -ου, ὁcase=nominativedegree=freq_lemma=59gloss=stonegn=mlemma=λίθοςlexeme_dict=λίθος, -ου, ὁmood=morph_form=N-NPMmorph_functional=N-NPMnormalized=λίθοιnu=plorig_order=1258ps=sp=nounstrongs=3037tense=voice=
οὗτοι
bol_dict_abc=3629bol_lemma_dict=οὗτος, αὕτη, τοῦτοcase=nominativedegree=freq_lemma=1388gloss=this, he, she, itgn=mlemma=οὗτοςlexeme_dict=οὗτος, αὕτη, τοῦτοmood=morph_form=D-NPMmorph_functional=D-NPMnormalized=οὗτοιnu=plorig_order=1259ps=sp=advstrongs=3778tense=voice=
ἄρτοι
bol_dict_abc=735bol_lemma_dict=ἄρτος, -ου, ὁcase=nominativedegree=freq_lemma=97gloss=bread, loaf, foodgn=mlemma=ἄρτοςlexeme_dict=ἄρτος, -ου, ὁmood=morph_form=N-NPMmorph_functional=N-NPMnormalized=ἄρτοιnu=plorig_order=1260ps=sp=nounstrongs=740tense=voice=
γένωνται.
bol_dict_abc=1087bol_lemma_dict=γίνομαιcase=degree=freq_lemma=668gloss=come into being, am borngn=lemma=γίνομαιlexeme_dict=γίνομαιmood=morph_form=V-2ADS-3Pmorph_functional=V-2ADS-3Pnormalized=γένωνταιnu=plorig_order=1261ps=p3sp=verbstrongs=1096&5638tense=2ndaoristvoice=active
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 69
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1262ps=sp=artstrongs=3588tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=1263ps=sp=conjstrongs=1161tense=voice=
ἀποκριθεὶς
bol_dict_abc=606bol_lemma_dict=ἀποκρίνομαιcase=nominativedegree=freq_lemma=231gloss=answer, replygn=mlemma=ἀποκρίνομαιlexeme_dict=ἀποκρίνομαιmood=participlemorph_form=V-AOP-NSMmorph_functional=V-AOP-NSMnormalized=ἀποκριθείςnu=sgorig_order=1264ps=sp=verbstrongs=611&5679tense=aoristvoice=passive_deponent
εἶπεν
bol_dict_abc=2977bol_lemma_dict=λέγωcase=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=εἶπενnu=sgorig_order=1265ps=p3sp=verbstrongs=3004&5627tense=2ndaoristvoice=active
Γέγραπται
bol_dict_abc=1116bol_lemma_dict=γράφωcase=degree=freq_lemma=192gloss=writegn=lemma=γράφωlexeme_dict=γράφωmood=indicativemorph_form=V-RPI-3Smorph_functional=V-RPI-3Snormalized=Γέγραπταιnu=sgorig_order=1266ps=p3sp=verbstrongs=1125&5769tense=perfectvoice=passive
Οὐκ
bol_dict_abc=3607bol_lemma_dict=οὐcase=nominativedegree=freq_lemma=1622gloss=no, notgn=nlemma=οὐlexeme_dict=οὐmood=morph_form=PRT-Nmorph_functional=PRT-Nnormalized=Οὐκnu=orig_order=1267ps=sp=prepstrongs=3756tense=voice=
ἐπ’
bol_dict_abc=1900bol_lemma_dict=ἐπίcase=degree=freq_lemma=886gloss=on, to, against, on the basis of, atgn=lemma=ἐπίlexeme_dict=ἐπίmood=morph_form=PREPmorph_functional=PREPnormalized=ἐπ’nu=plorig_order=1268ps=sp=prepstrongs=1909tense=voice=
ἄρτῳ
bol_dict_abc=735bol_lemma_dict=ἄρτος, -ου, ὁcase=dativedegree=freq_lemma=97gloss=bread, loaf, foodgn=mlemma=ἄρτοςlexeme_dict=ἄρτος, -ου, ὁmood=morph_form=N-DSMmorph_functional=N-DSMnormalized=ἄρτῳnu=sgorig_order=1269ps=sp=nounstrongs=740tense=voice=
μόνῳ
bol_dict_abc=3296bol_lemma_dict=μόνος, -η, -ονcase=dativedegree=freq_lemma=114gloss=only, solitary, desolategn=mlemma=μόνοςlexeme_dict=μόνος, -η, -ονmood=morph_form=A-DSMmorph_functional=A-DSMnormalized=μόνῳnu=sgorig_order=1270ps=sp=adjstrongs=3441tense=voice=
ζήσεται
bol_dict_abc=2184bol_lemma_dict=ζάωcase=degree=freq_lemma=140gloss=livegn=lemma=ζάωlexeme_dict=ζάωmood=indicativemorph_form=V-FDI-3Smorph_functional=V-FDI-3Snormalized=ζήσεταιnu=sgorig_order=1271ps=p3sp=verbstrongs=2198&5695tense=futurevoice=middle_deponent
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1272ps=sp=artstrongs=3588tense=voice=
ἄνθρωπος,
bol_dict_abc=443bol_lemma_dict=<γἄνθρωπος, -ου, ὁcase=nominativedegree=freq_lemma=548gloss=man, one of human racegn=mlemma=ἄνθρωποςlexeme_dict=<γἄνθρωπος, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=ἄνθρωποςnu=sgorig_order=1273ps=sp=nounstrongs=444tense=voice=
ἀλλ’
bol_dict_abc=230bol_lemma_dict=ἀλλάcase=degree=freq_lemma=638gloss=but, exceptgn=lemma=ἀλλάlexeme_dict=ἀλλάmood=morph_form=CONJmorph_functional=CONJnormalized=ἀλλ’nu=orig_order=1274ps=sp=conjstrongs=235tense=voice=
ἐπὶ
bol_dict_abc=1900bol_lemma_dict=ἐπίcase=degree=freq_lemma=886gloss=on, to, against, on the basis of, atgn=lemma=ἐπίlexeme_dict=ἐπίmood=morph_form=PREPmorph_functional=PREPnormalized=ἐπίnu=plorig_order=1275ps=sp=prepstrongs=1909tense=voice=
παντὶ
bol_dict_abc=3804bol_lemma_dict=πᾶς, πᾶσα, πᾶνcase=dativedegree=freq_lemma=1242gloss=all, the whole, every kind ofgn=nlemma=πᾶςlexeme_dict=πᾶς, πᾶσα, πᾶνmood=morph_form=A-DSNmorph_functional=A-DSNnormalized=παντίnu=sgorig_order=1276ps=sp=adjstrongs=3956tense=voice=
ῥήματι
bol_dict_abc=4327bol_lemma_dict=ῥῆμα, -τος, τόcase=dativedegree=freq_lemma=67gloss=thing spokengn=nlemma=ῥῆμαlexeme_dict=ῥῆμα, -τος, τόmood=morph_form=N-DSNmorph_functional=N-DSNnormalized=ῥήματιnu=sgorig_order=1277ps=sp=nounstrongs=4487tense=voice=
ἐκπορευομένῳ
bol_dict_abc=1594bol_lemma_dict=ἐκπορεύομαιcase=dativedegree=freq_lemma=33gloss=journey out, come forthgn=nlemma=ἐκπορεύομαιlexeme_dict=ἐκπορεύομαιmood=participlemorph_form=V-PNP-DSNmorph_functional=V-PNP-DSNnormalized=ἐκπορευομένῳnu=sgorig_order=1278ps=sp=verbstrongs=1607&5740tense=presentvoice=middle_or_passive_deponent
διὰ
bol_dict_abc=1212bol_lemma_dict=διάcase=degree=freq_lemma=667gloss=through, on account ofgn=lemma=διάlexeme_dict=διάmood=morph_form=PREPmorph_functional=PREPnormalized=διάnu=plorig_order=1279ps=sp=prepstrongs=1223tense=voice=
στόματος
bol_dict_abc=4584bol_lemma_dict=στόμα, -τος, τόcase=genitivedegree=freq_lemma=78gloss=mouth, speechgn=nlemma=στόμαlexeme_dict=στόμα, -τος, τόmood=morph_form=N-GSNmorph_functional=N-GSNnormalized=στόματοςnu=sgorig_order=1280ps=sp=nounstrongs=4750tense=voice=
Θεοῦ.
bol_dict_abc=2293bol_lemma_dict=θεός, -οῦ, ὁcase=genitivedegree=freq_lemma=1311gloss=God, godgn=mlemma=θεόςlexeme_dict=θεός, -οῦ, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Θεοῦnu=sgorig_order=1281ps=sp=nounstrongs=2316tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 70
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Τότε
bol_dict_abc=4950bol_lemma_dict=τότεcase=degree=freq_lemma=159gloss=thengn=lemma=τότεlexeme_dict=τότεmood=morph_form=ADVmorph_functional=ADVnormalized=Τότεnu=orig_order=1282ps=sp=advstrongs=5119tense=voice=
παραλαμβάνει
bol_dict_abc=3726bol_lemma_dict=παραλαμβάνωcase=degree=freq_lemma=49gloss=take, receivegn=lemma=παραλαμβάνωlexeme_dict=παραλαμβάνωmood=indicativemorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=παραλαμβάνειnu=sgorig_order=1283ps=p3sp=verbstrongs=3880&5719tense=presentvoice=active
αὐτὸν
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=accusativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-ASMmorph_functional=P-ASMnormalized=αὐτόνnu=sgorig_order=1284ps=sp=prepstrongs=846tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1285ps=sp=artstrongs=3588tense=voice=
διάβολος
bol_dict_abc=1217bol_lemma_dict=διάβολος, -ου, ὁcase=nominativedegree=freq_lemma=37gloss=slanderous, the Slanderer, the Devilgn=mlemma=διάβολοςlexeme_dict=διάβολος, -ου, ὁmood=morph_form=A-NSMmorph_functional=A-NSMnormalized=διάβολοςnu=sgorig_order=1286ps=sp=adjstrongs=1228tense=voice=
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=1287ps=sp=prepstrongs=1519tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=1288ps=sp=artstrongs=3588tense=voice=
ἁγίαν
bol_dict_abc=39bol_lemma_dict=ἅγιος, -α, -ονcase=accusativedegree=freq_lemma=234gloss=set apart, holy, sacredgn=flemma=ἅγιοςlexeme_dict=ἅγιος, -α, -ονmood=morph_form=A-ASFmorph_functional=A-ASFnormalized=ἁγίανnu=sgorig_order=1289ps=sp=adjstrongs=40tense=voice=
πόλιν,
bol_dict_abc=4018bol_lemma_dict=πόλις, -εως, ἡcase=accusativedegree=freq_lemma=163gloss=citygn=flemma=πόλιςlexeme_dict=πόλις, -εως, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=πόλινnu=sgorig_order=1290ps=sp=nounstrongs=4172tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1291ps=sp=conjstrongs=2532tense=voice=
ἔστησεν
bol_dict_abc=2447bol_lemma_dict=ἵστημιcase=degree=freq_lemma=153gloss=cause to stand, standgn=lemma=ἵστημιlexeme_dict=ἵστημιmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἔστησενnu=sgorig_order=1292ps=p3sp=verbstrongs=2476&5656tense=aoristvoice=active
αὐτὸν
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=accusativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-ASMmorph_functional=P-ASMnormalized=αὐτόνnu=sgorig_order=1293ps=sp=prepstrongs=846tense=voice=
ἐπὶ
bol_dict_abc=1900bol_lemma_dict=ἐπίcase=degree=freq_lemma=886gloss=on, to, against, on the basis of, atgn=lemma=ἐπίlexeme_dict=ἐπίmood=morph_form=PREPmorph_functional=PREPnormalized=ἐπίnu=plorig_order=1294ps=sp=prepstrongs=1909tense=voice=
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASNmorph_functional=T-ASNnormalized=τόnu=sgorig_order=1295ps=sp=artstrongs=3588tense=voice=
πτερύγιον
bol_dict_abc=4261bol_lemma_dict=πτερύγιον, -ου, τόcase=accusativedegree=freq_lemma=2gloss=extremity, battlement, parapetgn=nlemma=πτερύγιονlexeme_dict=πτερύγιον, -ου, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=πτερύγιονnu=sgorig_order=1296ps=sp=nounstrongs=4419tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSNmorph_functional=T-GSNnormalized=τοῦnu=sgorig_order=1297ps=sp=artstrongs=3588tense=voice=
ἱεροῦ,
bol_dict_abc=2388bol_lemma_dict=ἱερός, -ά, -όνcase=genitivedegree=freq_lemma=74gloss=sacred, holygn=nlemma=ἱερόςlexeme_dict=ἱερός, -ά, -όνmood=morph_form=N-GSNmorph_functional=N-GSNnormalized=ἱεροῦnu=sgorig_order=1298ps=sp=nounstrongs=2411tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 71
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1299ps=sp=conjstrongs=2532tense=voice=
λέγει
bol_dict_abc=2977bol_lemma_dict=λέγωcase=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=indicativemorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=λέγειnu=sgorig_order=1300ps=p3sp=verbstrongs=3004&5719tense=presentvoice=active
αὐτῷ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=1301ps=sp=prepstrongs=846tense=voice=
Εἰ
bol_dict_abc=1482bol_lemma_dict=εἰcase=degree=freq_lemma=501gloss=ifgn=lemma=εἰlexeme_dict=εἰmood=morph_form=CONDmorph_functional=CONDnormalized=Εἰnu=orig_order=1302ps=sp=conjstrongs=1487tense=voice=
Υἱὸς
bol_dict_abc=5026bol_lemma_dict=υἱός, -οῦ, ὁcase=nominativedegree=freq_lemma=376gloss=son, descendentgn=mlemma=υἱόςlexeme_dict=υἱός, -οῦ, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Υἱόςnu=sgorig_order=1303ps=sp=nounstrongs=5207tense=voice=
εἶ
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indicativemorph_form=V-PAI-2Smorph_functional=V-PAI-2Snormalized=εἶnu=sgorig_order=1304ps=p2sp=verbstrongs=1510&5719tense=presentvoice=active
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=1305ps=sp=artstrongs=3588tense=voice=
Θεοῦ,
bol_dict_abc=2293bol_lemma_dict=θεός, -οῦ, ὁcase=genitivedegree=freq_lemma=1311gloss=God, godgn=mlemma=θεόςlexeme_dict=θεός, -οῦ, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Θεοῦnu=sgorig_order=1306ps=sp=nounstrongs=2316tense=voice=
βάλε
bol_dict_abc=901bol_lemma_dict=βάλλωcase=degree=freq_lemma=122gloss=cast, throw, rush, put, place, dropgn=lemma=βάλλωlexeme_dict=βάλλωmood=morph_form=V-2AAM-2Smorph_functional=V-2AAM-2Snormalized=βάλεnu=sgorig_order=1307ps=p2sp=verbstrongs=906&5628tense=2ndaoristvoice=active
σεαυτὸν
bol_dict_abc=4407bol_lemma_dict=σεαυτοῦ, -ῆςcase=degree=freq_lemma=42gloss=of yourselfgn=mlemma=σεαυτοῦlexeme_dict=σεαυτοῦ, -ῆςmood=morph_form=F-2ASMmorph_functional=F-2ASMnormalized=σεαυτόνnu=sgorig_order=1308ps=sp=pron-reflexstrongs=4572tense=voice=
κάτω·
bol_dict_abc=2706bol_lemma_dict=κάτωcase=degree=freq_lemma=11gloss=down, below, lower, under, lessgn=lemma=κάτωlexeme_dict=κάτωmood=morph_form=ADVmorph_functional=ADVnormalized=κάτωnu=orig_order=1309ps=sp=advstrongs=2736tense=voice=
γέγραπται
bol_dict_abc=1116bol_lemma_dict=γράφωcase=degree=freq_lemma=192gloss=writegn=lemma=γράφωlexeme_dict=γράφωmood=indicativemorph_form=V-RPI-3Smorph_functional=V-RPI-3Snormalized=γέγραπταιnu=sgorig_order=1310ps=p3sp=verbstrongs=1125&5769tense=perfectvoice=passive
γὰρ
bol_dict_abc=1055bol_lemma_dict=γάρcase=degree=freq_lemma=1038gloss=forgn=lemma=γάρlexeme_dict=γάρmood=morph_form=CONJmorph_functional=CONJnormalized=γάρnu=orig_order=1311ps=sp=conjstrongs=1063tense=voice=
ὅτι
bol_dict_abc=3606bol_lemma_dict=ὅτιcase=degree=freq_lemma=1293gloss=that, since, becausegn=lemma=ὅτιlexeme_dict=ὅτιmood=morph_form=CONJmorph_functional=CONJnormalized=ὅτιnu=orig_order=1312ps=sp=conjstrongs=3754tense=voice=
Τοῖς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DPMmorph_functional=T-DPMnormalized=Τοῖςnu=plorig_order=1313ps=sp=artstrongs=3588tense=voice=
ἀγγέλοις
bol_dict_abc=32bol_lemma_dict=ἄγγελος, -ου, ὁcase=dativedegree=freq_lemma=176gloss=angel, messengergn=mlemma=ἄγγελοςlexeme_dict=ἄγγελος, -ου, ὁmood=morph_form=N-DPMmorph_functional=N-DPMnormalized=ἀγγέλοιςnu=plorig_order=1314ps=sp=nounstrongs=32tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=1315ps=sp=prepstrongs=846tense=voice=
ἐντελεῖται
bol_dict_abc=1769bol_lemma_dict=ἐντέλλομαιcase=degree=freq_lemma=15gloss=give orders, commandgn=lemma=ἐντέλλομαιlexeme_dict=ἐντέλλομαιmood=indicativemorph_form=V-FDI-3Smorph_functional=V-FNI-3Snormalized=ἐντελεῖταιnu=sgorig_order=1316ps=p3sp=verbstrongs=1781&5699tense=futurevoice=middle_deponent
περὶ
bol_dict_abc=3860bol_lemma_dict=περίcase=degree=freq_lemma=333gloss=about, concerning, aroundgn=lemma=περίlexeme_dict=περίmood=morph_form=PREPmorph_functional=PREPnormalized=περίnu=plorig_order=1317ps=sp=prepstrongs=4012tense=voice=
σοῦ
bol_dict_abc=4603bol_lemma_dict=σύcase=degree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2GSmorph_functional=P-2GSnormalized=σοῦnu=sgorig_order=1318ps=sp=prepstrongs=4771tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1319ps=sp=conjstrongs=2532tense=voice=
ἐπὶ
bol_dict_abc=1900bol_lemma_dict=ἐπίcase=degree=freq_lemma=886gloss=on, to, against, on the basis of, atgn=lemma=ἐπίlexeme_dict=ἐπίmood=morph_form=PREPmorph_functional=PREPnormalized=ἐπίnu=plorig_order=1320ps=sp=prepstrongs=1909tense=voice=
χειρῶν
bol_dict_abc=5309bol_lemma_dict=χείρ, χειρός, ἡcase=genitivedegree=freq_lemma=176gloss=handgn=flemma=χείρlexeme_dict=χείρ, χειρός, ἡmood=morph_form=N-GPFmorph_functional=N-GPFnormalized=χειρῶνnu=plorig_order=1321ps=sp=nounstrongs=5495tense=voice=
ἀροῦσίν
bol_dict_abc=142bol_lemma_dict=αἴρωcase=degree=freq_lemma=101gloss=raise, lift upgn=lemma=αἴρωlexeme_dict=αἴρωmood=indicativemorph_form=V-FAI-3Pmorph_functional=V-FAI-3Pnormalized=ἀροῦσινnu=plorig_order=1322ps=p3sp=verbstrongs=142&5692tense=futurevoice=active
σε,
bol_dict_abc=4603bol_lemma_dict=σύcase=degree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2ASmorph_functional=P-2ASnormalized=σεnu=sgorig_order=1323ps=sp=prepstrongs=4771tense=voice=
μή
bol_dict_abc=3229bol_lemma_dict=μήcase=nominativedegree=freq_lemma=1060gloss=not, lestgn=nlemma=μήlexeme_dict=μήmood=morph_form=PRT-Nmorph_functional=PRT-Nnormalized=μήnu=orig_order=1324ps=sp=prepstrongs=3361tense=voice=
ποτε
bol_dict_abc=4065bol_lemma_dict=πότεcase=degree=freq_lemma=42gloss=when, at what timegn=lemma=πότεlexeme_dict=πότεmood=morph_form=ADVmorph_functional=ADVnormalized=ποτεnu=orig_order=1325ps=sp=advstrongs=4219tense=voice=
προσκόψῃς
bol_dict_abc=4194bol_lemma_dict=προσκόπτωcase=degree=freq_lemma=8gloss=stumblegn=lemma=προσκόπτωlexeme_dict=προσκόπτωmood=subjunctivemorph_form=V-AAS-2Smorph_functional=V-AAS-2Snormalized=προσκόψῃςnu=sgorig_order=1326ps=p2sp=verbstrongs=4350&5661tense=aoristvoice=active
πρὸς
bol_dict_abc=4159bol_lemma_dict=πρόςcase=degree=freq_lemma=700gloss=to, towards, withgn=lemma=πρόςlexeme_dict=πρόςmood=morph_form=PREPmorph_functional=PREPnormalized=πρόςnu=plorig_order=1327ps=sp=prepstrongs=4314tense=voice=
λίθον
bol_dict_abc=3011bol_lemma_dict=λίθος, -ου, ὁcase=accusativedegree=freq_lemma=59gloss=stonegn=mlemma=λίθοςlexeme_dict=λίθος, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=λίθονnu=sgorig_order=1328ps=sp=nounstrongs=3037tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=1329ps=sp=artstrongs=3588tense=voice=
πόδα
bol_dict_abc=4074bol_lemma_dict=πούς, ποδός, ὁcase=accusativedegree=freq_lemma=93gloss=footgn=mlemma=πούςlexeme_dict=πούς, ποδός, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=πόδαnu=sgorig_order=1330ps=sp=nounstrongs=4228tense=voice=
σου.
bol_dict_abc=4603bol_lemma_dict=σύcase=degree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2GSmorph_functional=P-2GSnormalized=σουnu=sgorig_order=1331ps=sp=prepstrongs=4771tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 72
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
ἔφη
bol_dict_abc=5163bol_lemma_dict=φημίcase=degree=freq_lemma=66gloss=saygn=lemma=φημίlexeme_dict=φημίmood=indicativemorph_form=V-IAI-3Smorph_functional=V-IAI-3Snormalized=ἔφηnu=sgorig_order=1332ps=p3sp=verbstrongs=5346&5707tense=imperfectvoice=active
αὐτῷ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=1333ps=sp=prepstrongs=846tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1334ps=sp=artstrongs=3588tense=voice=
Ἰησοῦς
bol_dict_abc=2399bol_lemma_dict=Ἰησοῦςcase=nominativedegree=freq_lemma=913gloss=Jesusgn=mlemma=Ἰησοῦςlexeme_dict=Ἰησοῦςmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἰησοῦςnu=sgorig_order=1335ps=sp=nounstrongs=2424tense=voice=
Πάλιν
bol_dict_abc=3674bol_lemma_dict=πάλινcase=degree=freq_lemma=141gloss=again, further, on the other handgn=lemma=πάλινlexeme_dict=πάλινmood=morph_form=ADVmorph_functional=ADVnormalized=Πάλινnu=orig_order=1336ps=sp=advstrongs=3825tense=voice=
γέγραπται
bol_dict_abc=1116bol_lemma_dict=γράφωcase=degree=freq_lemma=192gloss=writegn=lemma=γράφωlexeme_dict=γράφωmood=indicativemorph_form=V-RPI-3Smorph_functional=V-RPI-3Snormalized=γέγραπταιnu=sgorig_order=1337ps=p3sp=verbstrongs=1125&5769tense=perfectvoice=passive
Οὐκ
bol_dict_abc=3607bol_lemma_dict=οὐcase=nominativedegree=freq_lemma=1622gloss=no, notgn=nlemma=οὐlexeme_dict=οὐmood=morph_form=PRT-Nmorph_functional=PRT-Nnormalized=Οὐκnu=orig_order=1338ps=sp=prepstrongs=3756tense=voice=
ἐκπειράσεις
bol_dict_abc=1584bol_lemma_dict=ἐκπειράζωcase=degree=freq_lemma=4gloss=put to the test, make trial of, temptgn=lemma=ἐκπειράζωlexeme_dict=ἐκπειράζωmood=indicativemorph_form=V-FAI-2Smorph_functional=V-FAI-2Snormalized=ἐκπειράσειςnu=sgorig_order=1339ps=p2sp=verbstrongs=1598&5692tense=futurevoice=active
Κύριον
bol_dict_abc=2937bol_lemma_dict=κύριος, -ου, ὁcase=accusativedegree=freq_lemma=718gloss=lord, Lord, master, sirgn=mlemma=κύριοςlexeme_dict=κύριος, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Κύριονnu=sgorig_order=1340ps=sp=nounstrongs=2962tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=1341ps=sp=artstrongs=3588tense=voice=
Θεόν
bol_dict_abc=2293bol_lemma_dict=θεός, -οῦ, ὁcase=accusativedegree=freq_lemma=1311gloss=God, godgn=mlemma=θεόςlexeme_dict=θεός, -οῦ, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Θεόνnu=sgorig_order=1342ps=sp=nounstrongs=2316tense=voice=
σου.
bol_dict_abc=4603bol_lemma_dict=σύcase=degree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2GSmorph_functional=P-2GSnormalized=σουnu=sgorig_order=1343ps=sp=prepstrongs=4771tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 73
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Πάλιν
bol_dict_abc=3674bol_lemma_dict=πάλινcase=degree=freq_lemma=141gloss=again, further, on the other handgn=lemma=πάλινlexeme_dict=πάλινmood=morph_form=ADVmorph_functional=ADVnormalized=Πάλινnu=orig_order=1344ps=sp=advstrongs=3825tense=voice=
παραλαμβάνει
bol_dict_abc=3726bol_lemma_dict=παραλαμβάνωcase=degree=freq_lemma=49gloss=take, receivegn=lemma=παραλαμβάνωlexeme_dict=παραλαμβάνωmood=indicativemorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=παραλαμβάνειnu=sgorig_order=1345ps=p3sp=verbstrongs=3880&5719tense=presentvoice=active
αὐτὸν
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=accusativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-ASMmorph_functional=P-ASMnormalized=αὐτόνnu=sgorig_order=1346ps=sp=prepstrongs=846tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1347ps=sp=artstrongs=3588tense=voice=
διάβολος
bol_dict_abc=1217bol_lemma_dict=διάβολος, -ου, ὁcase=nominativedegree=freq_lemma=37gloss=slanderous, the Slanderer, the Devilgn=mlemma=διάβολοςlexeme_dict=διάβολος, -ου, ὁmood=morph_form=A-NSMmorph_functional=A-NSMnormalized=διάβολοςnu=sgorig_order=1348ps=sp=adjstrongs=1228tense=voice=
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=1349ps=sp=prepstrongs=1519tense=voice=
ὄρος
bol_dict_abc=3587bol_lemma_dict=ὄρος, -ους, τόcase=accusativedegree=freq_lemma=63gloss=mountaingn=nlemma=ὄροςlexeme_dict=ὄρος, -ους, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=ὄροςnu=sgorig_order=1350ps=sp=nounstrongs=3735tense=voice=
ὑψηλὸν
bol_dict_abc=5127bol_lemma_dict=ὑψηλός, -ή, -όνcase=accusativedegree=freq_lemma=11gloss=high, loftygn=nlemma=ὑψηλόςlexeme_dict=ὑψηλός, -ή, -όνmood=morph_form=A-ASNmorph_functional=A-ASNnormalized=ὑψηλόνnu=sgorig_order=1351ps=sp=adjstrongs=5308tense=voice=
λίαν,
bol_dict_abc=3003bol_lemma_dict=λίανcase=degree=freq_lemma=12gloss=very, very much, exceedinglygn=lemma=λίανlexeme_dict=λίανmood=morph_form=ADVmorph_functional=ADVnormalized=λίανnu=orig_order=1352ps=sp=advstrongs=3029tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1353ps=sp=conjstrongs=2532tense=voice=
δείκνυσιν
bol_dict_abc=1157bol_lemma_dict=δείκνυμιcase=degree=freq_lemma=33gloss=point out, showgn=lemma=δείκνυμιlexeme_dict=δείκνυμιmood=indicativemorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=δείκνυσινnu=sgorig_order=1354ps=p3sp=verbstrongs=1166&5719tense=presentvoice=active
αὐτῷ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=1355ps=sp=prepstrongs=846tense=voice=
πάσας
bol_dict_abc=3804bol_lemma_dict=πᾶς, πᾶσα, πᾶνcase=accusativedegree=freq_lemma=1242gloss=all, the whole, every kind ofgn=flemma=πᾶςlexeme_dict=πᾶς, πᾶσα, πᾶνmood=morph_form=A-APFmorph_functional=A-APFnormalized=πάσαςnu=plorig_order=1356ps=sp=adjstrongs=3956tense=voice=
τὰς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-APFmorph_functional=T-APFnormalized=τάςnu=plorig_order=1357ps=sp=artstrongs=3588tense=voice=
βασιλείας
bol_dict_abc=926bol_lemma_dict=βασιλεία, -ας, ἡcase=accusativedegree=freq_lemma=162gloss=kingship, sovereignty, authority, rule, kingdomgn=flemma=βασιλείαlexeme_dict=βασιλεία, -ας, ἡmood=morph_form=N-APFmorph_functional=N-APFnormalized=βασιλείαςnu=plorig_order=1358ps=sp=nounstrongs=932tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=1359ps=sp=artstrongs=3588tense=voice=
κόσμου
bol_dict_abc=2862bol_lemma_dict=κόσμος, -ου, ὁcase=genitivedegree=freq_lemma=185gloss=world, universegn=mlemma=κόσμοςlexeme_dict=κόσμος, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=κόσμουnu=sgorig_order=1360ps=sp=nounstrongs=2889tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1361ps=sp=conjstrongs=2532tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=1362ps=sp=artstrongs=3588tense=voice=
δόξαν
bol_dict_abc=1384bol_lemma_dict=δόξα, -ης, ἡcase=accusativedegree=freq_lemma=166gloss=honor, renown, glory splendorgn=flemma=δόξαlexeme_dict=δόξα, -ης, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=δόξανnu=sgorig_order=1363ps=sp=nounstrongs=1391tense=voice=
αὐτῶν,
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=flemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GPFmorph_functional=P-GPFnormalized=αὐτῶνnu=plorig_order=1364ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 74
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1365ps=sp=conjstrongs=2532tense=voice=
εἶπεν
bol_dict_abc=2977bol_lemma_dict=λέγωcase=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=εἶπενnu=sgorig_order=1366ps=p3sp=verbstrongs=3004&5627tense=2ndaoristvoice=active
αὐτῷ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=1367ps=sp=prepstrongs=846tense=voice=
Ταῦτά
bol_dict_abc=3629bol_lemma_dict=οὗτος, αὕτη, τοῦτοcase=accusativedegree=freq_lemma=1388gloss=this, he, she, itgn=nlemma=οὗτοςlexeme_dict=οὗτος, αὕτη, τοῦτοmood=morph_form=D-APNmorph_functional=D-APNnormalized=Ταῦταnu=plorig_order=1368ps=sp=advstrongs=3778tense=voice=
σοι
bol_dict_abc=4603bol_lemma_dict=σύcase=degree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2DSmorph_functional=P-2DSnormalized=σοιnu=sgorig_order=1369ps=sp=prepstrongs=4771tense=voice=
πάντα
bol_dict_abc=3804bol_lemma_dict=πᾶς, πᾶσα, πᾶνcase=accusativedegree=freq_lemma=1242gloss=all, the whole, every kind ofgn=nlemma=πᾶςlexeme_dict=πᾶς, πᾶσα, πᾶνmood=morph_form=A-APNmorph_functional=A-APNnormalized=πάνταnu=plorig_order=1370ps=sp=adjstrongs=3956tense=voice=
δώσω,
bol_dict_abc=1314bol_lemma_dict=δίδωμιcase=degree=freq_lemma=414gloss=offer, givegn=lemma=δίδωμιlexeme_dict=δίδωμιmood=indicativemorph_form=V-FAI-1Smorph_functional=V-FAI-1Snormalized=δώσωnu=sgorig_order=1371ps=p1sp=verbstrongs=1325&5692tense=futurevoice=active
ἐὰν
bol_dict_abc=1430bol_lemma_dict=ἐάνcase=degree=freq_lemma=337gloss=ifgn=lemma=ἐάνlexeme_dict=ἐάνmood=morph_form=CONDmorph_functional=CONDnormalized=ἐάνnu=orig_order=1372ps=sp=conjstrongs=1437tense=voice=
πεσὼν
bol_dict_abc=3946bol_lemma_dict=πίπτωcase=nominativedegree=freq_lemma=90gloss=fall, fall undergn=mlemma=πίπτωlexeme_dict=πίπτωmood=morph_form=V-2AAP-NSMmorph_functional=V-2AAP-NSMnormalized=πεσώνnu=sgorig_order=1373ps=sp=verbstrongs=4098&5631tense=2ndaoristvoice=active
προσκυνήσῃς
bol_dict_abc=4196bol_lemma_dict=προσκυνέωcase=degree=freq_lemma=60gloss=worshipgn=lemma=προσκυνέωlexeme_dict=προσκυνέωmood=subjunctivemorph_form=V-AAS-2Smorph_functional=V-AAS-2Snormalized=προσκυνήσῃςnu=sgorig_order=1374ps=p2sp=verbstrongs=4352&5661tense=aoristvoice=active
μοι.
bol_dict_abc=1469bol_lemma_dict=ἐγώcase=degree=freq_lemma=2567gloss=Ign=lemma=ἐγώlexeme_dict=ἐγώmood=morph_form=P-1DSmorph_functional=P-1DSnormalized=μοιnu=sgorig_order=1375ps=sp=prepstrongs=1473tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 75
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
τότε
bol_dict_abc=4950bol_lemma_dict=τότεcase=degree=freq_lemma=159gloss=thengn=lemma=τότεlexeme_dict=τότεmood=morph_form=ADVmorph_functional=ADVnormalized=τότεnu=orig_order=1376ps=sp=advstrongs=5119tense=voice=
λέγει
bol_dict_abc=2977bol_lemma_dict=λέγωcase=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=indicativemorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=λέγειnu=sgorig_order=1377ps=p3sp=verbstrongs=3004&5719tense=presentvoice=active
αὐτῷ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=1378ps=sp=prepstrongs=846tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1379ps=sp=artstrongs=3588tense=voice=
Ἰησοῦς
bol_dict_abc=2399bol_lemma_dict=Ἰησοῦςcase=nominativedegree=freq_lemma=913gloss=Jesusgn=mlemma=Ἰησοῦςlexeme_dict=Ἰησοῦςmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἰησοῦςnu=sgorig_order=1380ps=sp=nounstrongs=2424tense=voice=
Ὕπαγε,
bol_dict_abc=5032bol_lemma_dict=ὑπάγωcase=degree=freq_lemma=79gloss=go away, departgn=lemma=ὑπάγωlexeme_dict=ὑπάγωmood=imperativemorph_form=V-PAM-2Smorph_functional=V-PAM-2Snormalized=Ὕπαγεnu=sgorig_order=1381ps=p2sp=verbstrongs=5217&5720tense=presentvoice=active
Σατανᾶ·
bol_dict_abc=4403bol_lemma_dict=Σατανᾶς, -ᾶ, ὁcase=vocativedegree=freq_lemma=36gloss=adversary, Satangn=mlemma=Σατανᾶςlexeme_dict=Σατανᾶς, -ᾶ, ὁmood=morph_form=N-VSMmorph_functional=N-VSMnormalized=Σατανᾶnu=sgorig_order=1382ps=sp=nounstrongs=4567tense=voice=
γέγραπται
bol_dict_abc=1116bol_lemma_dict=γράφωcase=degree=freq_lemma=192gloss=writegn=lemma=γράφωlexeme_dict=γράφωmood=indicativemorph_form=V-RPI-3Smorph_functional=V-RPI-3Snormalized=γέγραπταιnu=sgorig_order=1383ps=p3sp=verbstrongs=1125&5769tense=perfectvoice=passive
γάρ
bol_dict_abc=1055bol_lemma_dict=γάρcase=degree=freq_lemma=1038gloss=forgn=lemma=γάρlexeme_dict=γάρmood=morph_form=CONJmorph_functional=CONJnormalized=γάρnu=orig_order=1384ps=sp=conjstrongs=1063tense=voice=
Κύριον
bol_dict_abc=2937bol_lemma_dict=κύριος, -ου, ὁcase=accusativedegree=freq_lemma=718gloss=lord, Lord, master, sirgn=mlemma=κύριοςlexeme_dict=κύριος, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Κύριονnu=sgorig_order=1385ps=sp=nounstrongs=2962tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=1386ps=sp=artstrongs=3588tense=voice=
θεόν
bol_dict_abc=2293bol_lemma_dict=θεός, -οῦ, ὁcase=accusativedegree=freq_lemma=1311gloss=God, godgn=mlemma=θεόςlexeme_dict=θεός, -οῦ, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=θεόνnu=sgorig_order=1387ps=sp=nounstrongs=2316tense=voice=
σου
bol_dict_abc=4603bol_lemma_dict=σύcase=degree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2GSmorph_functional=P-2GSnormalized=σουnu=sgorig_order=1388ps=sp=prepstrongs=4771tense=voice=
προσκυνήσεις
bol_dict_abc=4196bol_lemma_dict=προσκυνέωcase=degree=freq_lemma=60gloss=worshipgn=lemma=προσκυνέωlexeme_dict=προσκυνέωmood=indicativemorph_form=V-FAI-2Smorph_functional=V-FAI-2Snormalized=προσκυνήσειςnu=sgorig_order=1389ps=p2sp=verbstrongs=4352&5692tense=futurevoice=active
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1390ps=sp=conjstrongs=2532tense=voice=
αὐτῷ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=1391ps=sp=prepstrongs=846tense=voice=
μόνῳ
bol_dict_abc=3296bol_lemma_dict=μόνος, -η, -ονcase=dativedegree=freq_lemma=114gloss=only, solitary, desolategn=mlemma=μόνοςlexeme_dict=μόνος, -η, -ονmood=morph_form=A-DSMmorph_functional=A-DSMnormalized=μόνῳnu=sgorig_order=1392ps=sp=adjstrongs=3441tense=voice=
λατρεύσεις.
bol_dict_abc=2974bol_lemma_dict=λατρεύωcase=degree=freq_lemma=21gloss=serve, worshipgn=lemma=λατρεύωlexeme_dict=λατρεύωmood=indicativemorph_form=V-FAI-2Smorph_functional=V-FAI-2Snormalized=λατρεύσειςnu=sgorig_order=1393ps=p2sp=verbstrongs=3000&5692tense=futurevoice=active
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 76
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Τότε
bol_dict_abc=4950bol_lemma_dict=τότεcase=degree=freq_lemma=159gloss=thengn=lemma=τότεlexeme_dict=τότεmood=morph_form=ADVmorph_functional=ADVnormalized=Τότεnu=orig_order=1394ps=sp=advstrongs=5119tense=voice=
ἀφίησιν
bol_dict_abc=857bol_lemma_dict=ἀφίημιcase=degree=freq_lemma=143gloss=send away, release, remit, forgive, permitgn=lemma=ἀφίημιlexeme_dict=ἀφίημιmood=indicativemorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=ἀφίησινnu=sgorig_order=1395ps=p3sp=verbstrongs=863&5719tense=presentvoice=active
αὐτὸν
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=accusativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-ASMmorph_functional=P-ASMnormalized=αὐτόνnu=sgorig_order=1396ps=sp=prepstrongs=846tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1397ps=sp=artstrongs=3588tense=voice=
διάβολος,
bol_dict_abc=1217bol_lemma_dict=διάβολος, -ου, ὁcase=nominativedegree=freq_lemma=37gloss=slanderous, the Slanderer, the Devilgn=mlemma=διάβολοςlexeme_dict=διάβολος, -ου, ὁmood=morph_form=A-NSMmorph_functional=A-NSMnormalized=διάβολοςnu=sgorig_order=1398ps=sp=adjstrongs=1228tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1399ps=sp=conjstrongs=2532tense=voice=
ἰδοὺ
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlexeme_dict=ὁράωmood=imperativemorph_form=V-2AMM-2Smorph_functional=V-2AMM-2Snormalized=ἰδούnu=sgorig_order=1400ps=p2sp=verbstrongs=3708&5640tense=2ndaoristvoice=active
ἄγγελοι
bol_dict_abc=32bol_lemma_dict=ἄγγελος, -ου, ὁcase=nominativedegree=freq_lemma=176gloss=angel, messengergn=mlemma=ἄγγελοςlexeme_dict=ἄγγελος, -ου, ὁmood=morph_form=N-NPMmorph_functional=N-NPMnormalized=ἄγγελοιnu=plorig_order=1401ps=sp=nounstrongs=32tense=voice=
προσῆλθον
bol_dict_abc=4177bol_lemma_dict=προσέρχομαιcase=degree=freq_lemma=87gloss=come near, consent togn=lemma=προσέρχομαιlexeme_dict=προσέρχομαιmood=morph_form=V-2AAI-3Pmorph_functional=V-2AAI-3Pnormalized=προσῆλθονnu=plorig_order=1402ps=p3sp=verbstrongs=4334&5627tense=2ndaoristvoice=active
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1403ps=sp=conjstrongs=2532tense=voice=
διηκόνουν
bol_dict_abc=1236bol_lemma_dict=διακονέωcase=degree=freq_lemma=37gloss=wait at table, servegn=lemma=διακονέωlexeme_dict=διακονέωmood=indicativemorph_form=V-IAI-3Pmorph_functional=V-IAI-3Pnormalized=διηκόνουνnu=plorig_order=1404ps=p3sp=verbstrongs=1247&5707tense=imperfectvoice=active
αὐτῷ.
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=1405ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 77
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ἀκούσας
bol_dict_abc=187bol_lemma_dict=ἀκούωcase=nominativedegree=freq_lemma=428gloss=hear, listengn=mlemma=ἀκούωlexeme_dict=ἀκούωmood=participlemorph_form=V-AAP-NSMmorph_functional=V-AAP-NSMnormalized=Ἀκούσαςnu=sgorig_order=1406ps=sp=verbstrongs=191&5660tense=aoristvoice=active
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=1407ps=sp=conjstrongs=1161tense=voice=
ὅτι
bol_dict_abc=3606bol_lemma_dict=ὅτιcase=degree=freq_lemma=1293gloss=that, since, becausegn=lemma=ὅτιlexeme_dict=ὅτιmood=morph_form=CONJmorph_functional=CONJnormalized=ὅτιnu=orig_order=1408ps=sp=conjstrongs=3754tense=voice=
Ἰωάνης
bol_dict_abc=2462bol_lemma_dict=Ἰωάννης, -ου, ὁcase=nominativedegree=freq_lemma=134gloss=Johngn=mlemma=Ἰωάννηςlexeme_dict=Ἰωάννης, -ου, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἰωάνηςnu=sgorig_order=1409ps=sp=nounstrongs=2491tense=voice=
παρεδόθη
bol_dict_abc=3707bol_lemma_dict=παραδίδωμιcase=degree=freq_lemma=119gloss=hand over, deliver, betraygn=lemma=παραδίδωμιlexeme_dict=παραδίδωμιmood=indicativemorph_form=V-API-3Smorph_functional=V-API-3Snormalized=παρεδόθηnu=sgorig_order=1410ps=p3sp=verbstrongs=3860&5681tense=aoristvoice=passive
ἀνεχώρησεν
bol_dict_abc=400bol_lemma_dict=ἀναχωρέωcase=degree=freq_lemma=14gloss=return, retire, depart, withdrawgn=lemma=ἀναχωρέωlexeme_dict=ἀναχωρέωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἀνεχώρησενnu=sgorig_order=1411ps=p3sp=verbstrongs=402&5656tense=aoristvoice=active
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=1412ps=sp=prepstrongs=1519tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=1413ps=sp=artstrongs=3588tense=voice=
Γαλιλαίαν.
bol_dict_abc=1048bol_lemma_dict=Γαλιλαία, -ας, ἡcase=accusativedegree=freq_lemma=61gloss=Galileegn=flemma=Γαλιλαίαlexeme_dict=Γαλιλαία, -ας, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=Γαλιλαίανnu=sgorig_order=1414ps=sp=nounstrongs=1056tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 78
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1415ps=sp=conjstrongs=2532tense=voice=
καταλιπὼν
bol_dict_abc=2615bol_lemma_dict=καταλείπωcase=nominativedegree=freq_lemma=24gloss=leave behind, abandongn=mlemma=καταλείπωlexeme_dict=καταλείπωmood=morph_form=V-2AAP-NSMmorph_functional=V-2AAP-NSMnormalized=καταλιπώνnu=sgorig_order=1416ps=sp=verbstrongs=2641&5631tense=2ndaoristvoice=active
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=1417ps=sp=artstrongs=3588tense=voice=
Ναζαρὰ
bol_dict_abc=3332bol_lemma_dict=Ναζαρά, Ναζαρέθcase=degree=freq_lemma=12gloss=Nazarethgn=lemma=Ναζαράlexeme_dict=Ναζαρά, Ναζαρέθmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ναζαράnu=orig_order=1418ps=sp=nounstrongs=3478tense=voice=
ἐλθὼν
bol_dict_abc=2053bol_lemma_dict=ἔρχομαιcase=nominativedegree=freq_lemma=635gloss=come, gogn=mlemma=ἔρχομαιlexeme_dict=ἔρχομαιmood=morph_form=V-2AAP-NSMmorph_functional=V-2AAP-NSMnormalized=ἐλθώνnu=sgorig_order=1419ps=sp=verbstrongs=2064&5631tense=2ndaoristvoice=active
κατῴκησεν
bol_dict_abc=2700bol_lemma_dict=κατοικέωcase=degree=freq_lemma=44gloss=dwell in, settle in, inhabitgn=lemma=κατοικέωlexeme_dict=κατοικέωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=κατῴκησενnu=sgorig_order=1420ps=p3sp=verbstrongs=2730&5656tense=aoristvoice=active
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=1421ps=sp=prepstrongs=1519tense=voice=
Καφαρναοὺμ
bol_dict_abc=2718bol_lemma_dict=Καφαρναούμ, ἡcase=degree=freq_lemma=16gloss=Capernaumgn=lemma=Καφαρναούμlexeme_dict=Καφαρναούμ, ἡmood=morph_form=N-PRImorph_functional=N-PRInormalized=Καφαρναούμnu=orig_order=1422ps=sp=nounstrongs=2584tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=1423ps=sp=artstrongs=3588tense=voice=
παραθαλασσίαν
bol_dict_abc=3711bol_lemma_dict=παραθαλάσσιος, -α, -ονcase=accusativedegree=freq_lemma=1gloss=by the seagn=flemma=παραθαλάσσιοςlexeme_dict=παραθαλάσσιος, -α, -ονmood=morph_form=A-ASFmorph_functional=A-ASFnormalized=παραθαλασσίανnu=sgorig_order=1424ps=sp=adjstrongs=3864tense=voice=
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=1425ps=sp=prepstrongs=1722tense=voice=
ὁρίοις
bol_dict_abc=3577bol_lemma_dict=ὅριον, -ου, τόcase=dativedegree=freq_lemma=12gloss=districts, territorygn=nlemma=ὅριονlexeme_dict=ὅριον, -ου, τόmood=morph_form=N-DPNmorph_functional=N-DPNnormalized=ὁρίοιςnu=plorig_order=1426ps=sp=nounstrongs=3725tense=voice=
Ζαβουλὼν
bol_dict_abc=2180bol_lemma_dict=Ζαβουλών, ὁcase=degree=freq_lemma=3gloss=Zebulongn=lemma=Ζαβουλώνlexeme_dict=Ζαβουλών, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ζαβουλώνnu=orig_order=1427ps=sp=nounstrongs=2194tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1428ps=sp=conjstrongs=2532tense=voice=
Νεφθαλείμ·
bol_dict_abc=3360bol_lemma_dict=Νεφθαλίμ, ὁcase=degree=freq_lemma=3gloss=Naphtalign=lemma=Νεφθαλίμlexeme_dict=Νεφθαλίμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Νεφθαλείμnu=orig_order=1429ps=sp=nounstrongs=3508tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 79
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
ἵνα
bol_dict_abc=2417bol_lemma_dict=ἵναcase=degree=freq_lemma=669gloss=in order that, so thatgn=lemma=ἵναlexeme_dict=ἵναmood=morph_form=CONJmorph_functional=CONJnormalized=ἵναnu=orig_order=1430ps=sp=conjstrongs=2443tense=voice=
πληρωθῇ
bol_dict_abc=3983bol_lemma_dict=πληρόωcase=degree=freq_lemma=86gloss=fill, fulfill, completegn=lemma=πληρόωlexeme_dict=πληρόωmood=subjunctivemorph_form=V-APS-3Smorph_functional=V-APS-3Snormalized=πληρωθῇnu=sgorig_order=1431ps=p3sp=verbstrongs=4137&5686tense=aoristvoice=passive
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSNmorph_functional=T-NSNnormalized=τόnu=sgorig_order=1432ps=sp=artstrongs=3588tense=voice=
ῥηθὲν
bol_dict_abc=1500bol_lemma_dict=case=nominativedegree=freq_lemma=96gloss=say, speakgn=nlemma=εἶπονlexeme_dict=mood=participlemorph_form=V-APP-NSNmorph_functional=V-APP-NSNnormalized=ῥηθένnu=sgorig_order=1433ps=sp=verbstrongs=2046&5685tense=aoristvoice=passive
διὰ
bol_dict_abc=1212bol_lemma_dict=διάcase=degree=freq_lemma=667gloss=through, on account ofgn=lemma=διάlexeme_dict=διάmood=morph_form=PREPmorph_functional=PREPnormalized=διάnu=plorig_order=1434ps=sp=prepstrongs=1223tense=voice=
Ἠσαΐου
bol_dict_abc=2246bol_lemma_dict=Ἠσαΐας, -ου, ὁcase=genitivedegree=freq_lemma=22gloss=Isaiahgn=mlemma=Ἠσαΐαςlexeme_dict=Ἠσαΐας, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Ἠσαΐουnu=sgorig_order=1435ps=sp=nounstrongs=2268tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=1436ps=sp=artstrongs=3588tense=voice=
προφήτου
bol_dict_abc=4238bol_lemma_dict=προφήτης, -ου, ὁcase=genitivedegree=freq_lemma=144gloss=prophet, poetgn=mlemma=προφήτηςlexeme_dict=προφήτης, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=προφήτουnu=sgorig_order=1437ps=sp=nounstrongs=4396tense=voice=
λέγοντος
bol_dict_abc=2977bol_lemma_dict=λέγωcase=genitivedegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlexeme_dict=λέγωmood=participlemorph_form=V-PAP-GSMmorph_functional=V-PAP-GSMnormalized=λέγοντοςnu=sgorig_order=1438ps=sp=verbstrongs=3004&5723tense=presentvoice=active
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 80
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Γῆ
bol_dict_abc=1084bol_lemma_dict=γῆ, γῆς, ἡcase=nominativedegree=freq_lemma=250gloss=earth, soil, landgn=flemma=γῆlexeme_dict=γῆ, γῆς, ἡmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=Γῆnu=sgorig_order=1439ps=sp=nounstrongs=1093tense=voice=
Ζαβουλὼν
bol_dict_abc=2180bol_lemma_dict=Ζαβουλών, ὁcase=degree=freq_lemma=3gloss=Zebulongn=lemma=Ζαβουλώνlexeme_dict=Ζαβουλών, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Ζαβουλώνnu=orig_order=1440ps=sp=nounstrongs=2194tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1441ps=sp=conjstrongs=2532tense=voice=
γῆ
bol_dict_abc=1084bol_lemma_dict=γῆ, γῆς, ἡcase=nominativedegree=freq_lemma=250gloss=earth, soil, landgn=flemma=γῆlexeme_dict=γῆ, γῆς, ἡmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=γῆnu=sgorig_order=1442ps=sp=nounstrongs=1093tense=voice=
Νεφθαλείμ,
bol_dict_abc=3360bol_lemma_dict=Νεφθαλίμ, ὁcase=degree=freq_lemma=3gloss=Naphtalign=lemma=Νεφθαλίμlexeme_dict=Νεφθαλίμ, ὁmood=morph_form=N-PRImorph_functional=N-PRInormalized=Νεφθαλείμnu=orig_order=1443ps=sp=nounstrongs=3508tense=voice=
ὁδὸν
bol_dict_abc=3448bol_lemma_dict=ὁδός, -οῦ, ἡcase=accusativedegree=freq_lemma=101gloss=way, road, journeygn=flemma=ὁδόςlexeme_dict=ὁδός, -οῦ, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=ὁδόνnu=sgorig_order=1444ps=sp=nounstrongs=3598tense=voice=
θαλάσσης,
bol_dict_abc=2259bol_lemma_dict=θάλασσα, -ης, ἡcase=genitivedegree=freq_lemma=91gloss=sea, lakegn=flemma=θάλασσαlexeme_dict=θάλασσα, -ης, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=θαλάσσηςnu=sgorig_order=1445ps=sp=nounstrongs=2281tense=voice=
πέραν
bol_dict_abc=3856bol_lemma_dict=πέρανcase=degree=freq_lemma=23gloss=over, beyondgn=lemma=πέρανlexeme_dict=πέρανmood=morph_form=ADVmorph_functional=ADVnormalized=πέρανnu=orig_order=1446ps=sp=advstrongs=4008tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=1447ps=sp=artstrongs=3588tense=voice=
Ἰορδάνου,
bol_dict_abc=2419bol_lemma_dict=Ἰορδάνης, -ου, ὁcase=genitivedegree=freq_lemma=15gloss=Jordangn=mlemma=Ἰορδάνηςlexeme_dict=Ἰορδάνης, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Ἰορδάνουnu=sgorig_order=1448ps=sp=nounstrongs=2446tense=voice=
Γαλιλαία
bol_dict_abc=1048bol_lemma_dict=Γαλιλαία, -ας, ἡcase=nominativedegree=freq_lemma=61gloss=Galileegn=flemma=Γαλιλαίαlexeme_dict=Γαλιλαία, -ας, ἡmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=Γαλιλαίαnu=sgorig_order=1449ps=sp=nounstrongs=1056tense=voice=
τῶν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GPNmorph_functional=T-GPNnormalized=τῶνnu=plorig_order=1450ps=sp=artstrongs=3588tense=voice=
ἐθνῶν,
bol_dict_abc=1480bol_lemma_dict=ἔθνος, -ους, τόcase=genitivedegree=freq_lemma=162gloss=race, people, Gentilesgn=nlemma=ἔθνοςlexeme_dict=ἔθνος, -ους, τόmood=morph_form=N-GPNmorph_functional=N-GPNnormalized=ἐθνῶνnu=plorig_order=1451ps=sp=nounstrongs=1484tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 81
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1452ps=sp=artstrongs=3588tense=voice=
λαὸς
bol_dict_abc=2969bol_lemma_dict=λαός, -οῦ, ὁcase=nominativedegree=freq_lemma=142gloss=people, crowdgn=mlemma=λαόςlexeme_dict=λαός, -οῦ, ὁmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=λαόςnu=sgorig_order=1453ps=sp=nounstrongs=2992tense=voice=
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1454ps=sp=artstrongs=3588tense=voice=
καθήμενος
bol_dict_abc=2495bol_lemma_dict=κάθημαιcase=nominativedegree=freq_lemma=91gloss=sit, am seatedgn=mlemma=κάθημαιlexeme_dict=κάθημαιmood=participlemorph_form=V-PNP-NSMmorph_functional=V-PNP-NSMnormalized=καθήμενοςnu=sgorig_order=1455ps=sp=verbstrongs=2521&5740tense=presentvoice=middle_or_passive_deponent
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=1456ps=sp=prepstrongs=1722tense=voice=
σκοτίᾳ
bol_dict_abc=4490bol_lemma_dict=σκοτία, -ας, ἡcase=dativedegree=freq_lemma=17gloss=darknessgn=flemma=σκοτίαlexeme_dict=σκοτία, -ας, ἡmood=morph_form=N-DSFmorph_functional=N-DSFnormalized=σκοτίᾳnu=sgorig_order=1457ps=sp=nounstrongs=4653tense=voice=
φῶς
bol_dict_abc=5271bol_lemma_dict=φῶς, -φωτός, τόcase=accusativedegree=freq_lemma=72gloss=light, source of lightgn=nlemma=φῶςlexeme_dict=φῶς, -φωτός, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=φῶςnu=sgorig_order=1458ps=sp=nounstrongs=5457tense=voice=
εἶδεν
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlexeme_dict=ὁράωmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=εἶδενnu=sgorig_order=1459ps=p3sp=verbstrongs=3708&5627tense=2ndaoristvoice=active
μέγα,
bol_dict_abc=3144bol_lemma_dict=μέγας, μεγάλη, μέγαcase=accusativedegree=freq_lemma=243gloss=large, greatgn=nlemma=μέγαςlexeme_dict=μέγας, μεγάλη, μέγαmood=morph_form=A-ASNmorph_functional=A-ASNnormalized=μέγαnu=sgorig_order=1460ps=sp=adjstrongs=3173tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1461ps=sp=conjstrongs=2532tense=voice=
τοῖς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DPMmorph_functional=T-DPMnormalized=τοῖςnu=plorig_order=1462ps=sp=artstrongs=3588tense=voice=
καθημένοις
bol_dict_abc=2495bol_lemma_dict=κάθημαιcase=dativedegree=freq_lemma=91gloss=sit, am seatedgn=mlemma=κάθημαιlexeme_dict=κάθημαιmood=participlemorph_form=V-PNP-DPMmorph_functional=V-PNP-DPMnormalized=καθημένοιςnu=plorig_order=1463ps=sp=verbstrongs=2521&5740tense=presentvoice=middle_or_passive_deponent
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=1464ps=sp=prepstrongs=1722tense=voice=
χώρᾳ
bol_dict_abc=5372bol_lemma_dict=χώρα, -ας, ἡcase=dativedegree=freq_lemma=28gloss=region, land, fieldsgn=flemma=χώραlexeme_dict=χώρα, -ας, ἡmood=morph_form=N-DSFmorph_functional=N-DSFnormalized=χώρᾳnu=sgorig_order=1465ps=sp=nounstrongs=5561tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1466ps=sp=conjstrongs=2532tense=voice=
σκιᾷ
bol_dict_abc=4476bol_lemma_dict=σκιά, -ᾶς, ἡcase=dativedegree=freq_lemma=7gloss=shadow, thick darkness, outlinegn=flemma=σκιάlexeme_dict=σκιά, -ᾶς, ἡmood=morph_form=N-DSFmorph_functional=N-DSFnormalized=σκιᾷnu=sgorig_order=1467ps=sp=nounstrongs=4639tense=voice=
θανάτου
bol_dict_abc=2266bol_lemma_dict=θάνατος, -ου, ὁcase=genitivedegree=freq_lemma=120gloss=deathgn=mlemma=θάνατοςlexeme_dict=θάνατος, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=θανάτουnu=sgorig_order=1468ps=sp=nounstrongs=2288tense=voice=
φῶς
bol_dict_abc=5271bol_lemma_dict=φῶς, -φωτός, τόcase=nominativedegree=freq_lemma=72gloss=light, source of lightgn=nlemma=φῶςlexeme_dict=φῶς, -φωτός, τόmood=morph_form=N-NSNmorph_functional=N-NSNnormalized=φῶςnu=sgorig_order=1469ps=sp=nounstrongs=5457tense=voice=
ἀνέτειλεν
bol_dict_abc=391bol_lemma_dict=ἀνατέλλωcase=degree=freq_lemma=9gloss=make to rise, rise, shinegn=lemma=ἀνατέλλωlexeme_dict=ἀνατέλλωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἀνέτειλενnu=sgorig_order=1470ps=p3sp=verbstrongs=393&5656tense=aoristvoice=active
αὐτοῖς.
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DPMmorph_functional=P-DPMnormalized=αὐτοῖςnu=plorig_order=1471ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 82
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ἀπὸ
bol_dict_abc=569bol_lemma_dict=ἀπόcase=degree=freq_lemma=647gloss=from, away fromgn=lemma=ἀπόlexeme_dict=ἀπόmood=morph_form=PREPmorph_functional=PREPnormalized=Ἀπόnu=plorig_order=1472ps=sp=prepstrongs=575tense=voice=
τότε
bol_dict_abc=4950bol_lemma_dict=τότεcase=degree=freq_lemma=159gloss=thengn=lemma=τότεlexeme_dict=τότεmood=morph_form=ADVmorph_functional=ADVnormalized=τότεnu=orig_order=1473ps=sp=advstrongs=5119tense=voice=
ἤρξατο
bol_dict_abc=752bol_lemma_dict=ἄρχωcase=degree=freq_lemma=86gloss=reign, rulegn=lemma=ἄρχωlexeme_dict=ἄρχωmood=indicativemorph_form=V-AMI-3Smorph_functional=V-AMI-3Snormalized=ἤρξατοnu=sgorig_order=1474ps=p3sp=verbstrongs=756&5668tense=aoristvoice=middle
ὁ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSMmorph_functional=T-NSMnormalized=ὁnu=sgorig_order=1475ps=sp=artstrongs=3588tense=voice=
Ἰησοῦς
bol_dict_abc=2399bol_lemma_dict=Ἰησοῦςcase=nominativedegree=freq_lemma=913gloss=Jesusgn=mlemma=Ἰησοῦςlexeme_dict=Ἰησοῦςmood=morph_form=N-NSMmorph_functional=N-NSMnormalized=Ἰησοῦςnu=sgorig_order=1476ps=sp=nounstrongs=2424tense=voice=
κηρύσσειν
bol_dict_abc=2756bol_lemma_dict=κηρύσσωcase=degree=freq_lemma=61gloss=proclaim, herald, preachgn=nlemma=κηρύσσωlexeme_dict=κηρύσσωmood=infinitivemorph_form=V-PANmorph_functional=V-PANnormalized=κηρύσσεινnu=orig_order=1477ps=sp=verbstrongs=2784&5721tense=presentvoice=active
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1478ps=sp=conjstrongs=2532tense=voice=
λέγειν
bol_dict_abc=2977bol_lemma_dict=λέγωcase=degree=freq_lemma=2255gloss=say, speakgn=nlemma=λέγωlexeme_dict=λέγωmood=infinitivemorph_form=V-PANmorph_functional=V-PANnormalized=λέγεινnu=orig_order=1479ps=sp=verbstrongs=3004&5721tense=presentvoice=active
Μετανοεῖτε,
bol_dict_abc=3207bol_lemma_dict=μετανοέωcase=degree=freq_lemma=34gloss=repent, change my mindgn=lemma=μετανοέωlexeme_dict=μετανοέωmood=imperativemorph_form=V-PAM-2Pmorph_functional=V-PAM-2Pnormalized=Μετανοεῖτεnu=plorig_order=1480ps=p2sp=verbstrongs=3340&5720tense=presentvoice=active
ἤγγικεν
bol_dict_abc=1442bol_lemma_dict=ἐγγίζωcase=degree=freq_lemma=42gloss=come near, approachgn=lemma=ἐγγίζωlexeme_dict=ἐγγίζωmood=indicativemorph_form=V-RAI-3Smorph_functional=V-RAI-3Snormalized=ἤγγικενnu=sgorig_order=1481ps=p3sp=verbstrongs=1448&5758tense=perfectvoice=active
γὰρ
bol_dict_abc=1055bol_lemma_dict=γάρcase=degree=freq_lemma=1038gloss=forgn=lemma=γάρlexeme_dict=γάρmood=morph_form=CONJmorph_functional=CONJnormalized=γάρnu=orig_order=1482ps=sp=conjstrongs=1063tense=voice=
ἡ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSFmorph_functional=T-NSFnormalized=ἡnu=sgorig_order=1483ps=sp=artstrongs=3588tense=voice=
βασιλεία
bol_dict_abc=926bol_lemma_dict=βασιλεία, -ας, ἡcase=nominativedegree=freq_lemma=162gloss=kingship, sovereignty, authority, rule, kingdomgn=flemma=βασιλείαlexeme_dict=βασιλεία, -ας, ἡmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=βασιλείαnu=sgorig_order=1484ps=sp=nounstrongs=932tense=voice=
τῶν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GPMmorph_functional=T-GPMnormalized=τῶνnu=plorig_order=1485ps=sp=artstrongs=3588tense=voice=
οὐρανῶν.
bol_dict_abc=3623bol_lemma_dict=οὐρανός, -οῦ, ὁcase=genitivedegree=freq_lemma=273gloss=sky, heavengn=mlemma=οὐρανόςlexeme_dict=οὐρανός, -οῦ, ὁmood=morph_form=N-GPMmorph_functional=N-GPMnormalized=οὐρανῶνnu=plorig_order=1486ps=sp=nounstrongs=3772tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 83
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Περιπατῶν
bol_dict_abc=3892bol_lemma_dict=περιπατέωcase=nominativedegree=freq_lemma=95gloss=walk, conduct my lifegn=mlemma=περιπατέωlexeme_dict=περιπατέωmood=participlemorph_form=V-PAP-NSMmorph_functional=V-PAP-NSMnormalized=Περιπατῶνnu=sgorig_order=1487ps=sp=verbstrongs=4043&5723tense=presentvoice=active
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=1488ps=sp=conjstrongs=1161tense=voice=
παρὰ
bol_dict_abc=3692bol_lemma_dict=παράcase=degree=freq_lemma=192gloss=from, in the presence ofgn=lemma=παράlexeme_dict=παράmood=morph_form=PREPmorph_functional=PREPnormalized=παράnu=plorig_order=1489ps=sp=prepstrongs=3844tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=1490ps=sp=artstrongs=3588tense=voice=
θάλασσαν
bol_dict_abc=2259bol_lemma_dict=θάλασσα, -ης, ἡcase=accusativedegree=freq_lemma=91gloss=sea, lakegn=flemma=θάλασσαlexeme_dict=θάλασσα, -ης, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=θάλασσανnu=sgorig_order=1491ps=sp=nounstrongs=2281tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=1492ps=sp=artstrongs=3588tense=voice=
Γαλιλαίας
bol_dict_abc=1048bol_lemma_dict=Γαλιλαία, -ας, ἡcase=genitivedegree=freq_lemma=61gloss=Galileegn=flemma=Γαλιλαίαlexeme_dict=Γαλιλαία, -ας, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=Γαλιλαίαςnu=sgorig_order=1493ps=sp=nounstrongs=1056tense=voice=
εἶδεν
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlexeme_dict=ὁράωmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=εἶδενnu=sgorig_order=1494ps=p3sp=verbstrongs=3708&5627tense=2ndaoristvoice=active
δύο
bol_dict_abc=1409bol_lemma_dict=δύοcase=nominativedegree=freq_lemma=133gloss=twogn=lemma=δύοlexeme_dict=δύοmood=morph_form=A-NUImorph_functional=A-NUInormalized=δύοnu=orig_order=1495ps=sp=adjstrongs=1417tense=voice=
ἀδελφούς,
bol_dict_abc=79bol_lemma_dict=ἀδελφός, -οῦ, ὁcase=accusativedegree=freq_lemma=343gloss=brothergn=mlemma=ἀδελφόςlexeme_dict=ἀδελφός, -οῦ, ὁmood=morph_form=N-APMmorph_functional=N-APMnormalized=ἀδελφούςnu=plorig_order=1496ps=sp=nounstrongs=80tense=voice=
Σίμωνα
bol_dict_abc=4447bol_lemma_dict=Σίμων, -ωνος, ὁcase=accusativedegree=freq_lemma=75gloss=Simongn=mlemma=Σίμωνlexeme_dict=Σίμων, -ωνος, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Σίμωναnu=sgorig_order=1497ps=sp=nounstrongs=4613tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=1498ps=sp=artstrongs=3588tense=voice=
λεγόμενον
bol_dict_abc=2977bol_lemma_dict=λέγωcase=accusativedegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlexeme_dict=λέγωmood=participlemorph_form=V-PEP-ASMmorph_functional=V-PPP-ASMnormalized=λεγόμενονnu=sgorig_order=1499ps=sp=verbstrongs=3004&5746tense=presentvoice=middle_or_passive
Πέτρον
bol_dict_abc=3921bol_lemma_dict=Πέτρος, -ου, ὁcase=accusativedegree=freq_lemma=156gloss=Petergn=mlemma=Πέτροςlexeme_dict=Πέτρος, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Πέτρονnu=sgorig_order=1500ps=sp=nounstrongs=4074tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1501ps=sp=conjstrongs=2532tense=voice=
Ἀνδρέαν
bol_dict_abc=404bol_lemma_dict=Ἀνδρέας, -ου, ὁcase=accusativedegree=freq_lemma=13gloss=Andrewgn=mlemma=Ἀνδρέαςlexeme_dict=Ἀνδρέας, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Ἀνδρέανnu=sgorig_order=1502ps=sp=nounstrongs=406tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=1503ps=sp=artstrongs=3588tense=voice=
ἀδελφὸν
bol_dict_abc=79bol_lemma_dict=ἀδελφός, -οῦ, ὁcase=accusativedegree=freq_lemma=343gloss=brothergn=mlemma=ἀδελφόςlexeme_dict=ἀδελφός, -οῦ, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=ἀδελφόνnu=sgorig_order=1504ps=sp=nounstrongs=80tense=voice=
αὐτοῦ,
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=1505ps=sp=prepstrongs=846tense=voice=
βάλλοντας
bol_dict_abc=901bol_lemma_dict=βάλλωcase=accusativedegree=freq_lemma=122gloss=cast, throw, rush, put, place, dropgn=mlemma=βάλλωlexeme_dict=βάλλωmood=participlemorph_form=V-PAP-APMmorph_functional=V-PAP-APMnormalized=βάλλονταςnu=plorig_order=1506ps=sp=verbstrongs=906&5723tense=presentvoice=active
ἀμφίβληστρον
bol_dict_abc=290bol_lemma_dict=ἀμφίβληστρον, -ου, τόcase=accusativedegree=freq_lemma=1gloss=fishing net, drag-netgn=nlemma=ἀμφίβληστρονlexeme_dict=ἀμφίβληστρον, -ου, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=ἀμφίβληστρονnu=sgorig_order=1507ps=sp=nounstrongs=293tense=voice=
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=1508ps=sp=prepstrongs=1519tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=1509ps=sp=artstrongs=3588tense=voice=
θάλασσαν·
bol_dict_abc=2259bol_lemma_dict=θάλασσα, -ης, ἡcase=accusativedegree=freq_lemma=91gloss=sea, lakegn=flemma=θάλασσαlexeme_dict=θάλασσα, -ης, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=θάλασσανnu=sgorig_order=1510ps=sp=nounstrongs=2281tense=voice=
ἦσαν
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indicativemorph_form=V-IAI-3Pmorph_functional=V-IAI-3Pnormalized=ἦσανnu=plorig_order=1511ps=p3sp=verbstrongs=1510&5707tense=imperfectvoice=active
γὰρ
bol_dict_abc=1055bol_lemma_dict=γάρcase=degree=freq_lemma=1038gloss=forgn=lemma=γάρlexeme_dict=γάρmood=morph_form=CONJmorph_functional=CONJnormalized=γάρnu=orig_order=1512ps=sp=conjstrongs=1063tense=voice=
ἁλεεῖς.
bol_dict_abc=226bol_lemma_dict=ἁλιεύς, -έωςcase=nominativedegree=freq_lemma=5gloss=fishermangn=mlemma=ἁλιεύςlexeme_dict=ἁλιεύς, -έωςmood=morph_form=N-NPMmorph_functional=N-NPMnormalized=ἁλεεῖςnu=plorig_order=1513ps=sp=nounstrongs=231tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 84
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1514ps=sp=conjstrongs=2532tense=voice=
λέγει
bol_dict_abc=2977bol_lemma_dict=λέγωcase=degree=freq_lemma=2255gloss=say, speakgn=lemma=λέγωlexeme_dict=λέγωmood=indicativemorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=λέγειnu=sgorig_order=1515ps=p3sp=verbstrongs=3004&5719tense=presentvoice=active
αὐτοῖς
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DPMmorph_functional=P-DPMnormalized=αὐτοῖςnu=plorig_order=1516ps=sp=prepstrongs=846tense=voice=
Δεῦτε
bol_dict_abc=1195bol_lemma_dict=δεῦτεcase=degree=freq_lemma=12gloss=come hither, come, hithergn=lemma=δεῦτεlexeme_dict=δεῦτεmood=imperativemorph_form=V-PAM-2Pmorph_functional=V-PAM-2Pnormalized=Δεῦτεnu=plorig_order=1517ps=p2sp=verbstrongs=1205&5720tense=presentvoice=active
ὀπίσω
bol_dict_abc=3547bol_lemma_dict=ὀπίσωcase=degree=freq_lemma=35gloss=behind, aftergn=lemma=ὀπίσωlexeme_dict=ὀπίσωmood=morph_form=ADVmorph_functional=ADVnormalized=ὀπίσωnu=orig_order=1518ps=sp=advstrongs=3694tense=voice=
μου,
bol_dict_abc=1469bol_lemma_dict=ἐγώcase=degree=freq_lemma=2567gloss=Ign=lemma=ἐγώlexeme_dict=ἐγώmood=morph_form=P-1GSmorph_functional=P-1GSnormalized=μουnu=sgorig_order=1519ps=sp=prepstrongs=1473tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1520ps=sp=conjstrongs=2532tense=voice=
ποιήσω
bol_dict_abc=4006bol_lemma_dict=ποιέωcase=degree=freq_lemma=566gloss=do, makegn=lemma=ποιέωlexeme_dict=ποιέωmood=indicativemorph_form=V-FAI-1Smorph_functional=V-FAI-1Snormalized=ποιήσωnu=sgorig_order=1521ps=p1sp=verbstrongs=4160&5692tense=futurevoice=active
ὑμᾶς
bol_dict_abc=4603bol_lemma_dict=σύcase=degree=freq_lemma=2892gloss=yougn=lemma=σύlexeme_dict=σύmood=morph_form=P-2APmorph_functional=P-2APnormalized=ὑμᾶςnu=plorig_order=1522ps=sp=prepstrongs=4771tense=voice=
ἁλεεῖς
bol_dict_abc=226bol_lemma_dict=ἁλιεύς, -έωςcase=accusativedegree=freq_lemma=5gloss=fishermangn=mlemma=ἁλιεύςlexeme_dict=ἁλιεύς, -έωςmood=morph_form=N-APMmorph_functional=N-APMnormalized=ἁλεεῖςnu=plorig_order=1523ps=sp=nounstrongs=231tense=voice=
ἀνθρώπων.
bol_dict_abc=443bol_lemma_dict=<γἄνθρωπος, -ου, ὁcase=genitivedegree=freq_lemma=548gloss=man, one of human racegn=mlemma=ἄνθρωποςlexeme_dict=<γἄνθρωπος, -ου, ὁmood=morph_form=N-GPMmorph_functional=N-GPMnormalized=ἀνθρώπωνnu=plorig_order=1524ps=sp=nounstrongs=444tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 85
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
οἱ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NPMmorph_functional=T-NPMnormalized=οἱnu=plorig_order=1525ps=sp=artstrongs=3588tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=1526ps=sp=conjstrongs=1161tense=voice=
εὐθέως
bol_dict_abc=2097bol_lemma_dict=εὐθέωςcase=degree=freq_lemma=87gloss=immediately, soongn=lemma=εὐθέωςlexeme_dict=εὐθέωςmood=morph_form=ADVmorph_functional=ADVnormalized=εὐθέωςnu=orig_order=1527ps=sp=advstrongs=2112tense=voice=
ἀφέντες
bol_dict_abc=857bol_lemma_dict=ἀφίημιcase=nominativedegree=freq_lemma=143gloss=send away, release, remit, forgive, permitgn=mlemma=ἀφίημιlexeme_dict=ἀφίημιmood=morph_form=V-2AAP-NPMmorph_functional=V-2AAP-NPMnormalized=ἀφέντεςnu=plorig_order=1528ps=sp=verbstrongs=863&5631tense=2ndaoristvoice=active
τὰ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-APNmorph_functional=T-APNnormalized=τάnu=plorig_order=1529ps=sp=artstrongs=3588tense=voice=
δίκτυα
bol_dict_abc=1340bol_lemma_dict=δίκτυον, -ου, τόcase=accusativedegree=freq_lemma=12gloss=fishing-netgn=nlemma=δίκτυονlexeme_dict=δίκτυον, -ου, τόmood=morph_form=N-APNmorph_functional=N-APNnormalized=δίκτυαnu=plorig_order=1530ps=sp=nounstrongs=1350tense=voice=
ἠκολούθησαν
bol_dict_abc=186bol_lemma_dict=ἀκολουθέωcase=degree=freq_lemma=90gloss=accompany, attend, followgn=lemma=ἀκολουθέωlexeme_dict=ἀκολουθέωmood=indicativemorph_form=V-AAI-3Pmorph_functional=V-AAI-3Pnormalized=ἠκολούθησανnu=plorig_order=1531ps=p3sp=verbstrongs=190&5656tense=aoristvoice=active
αὐτῷ.
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=1532ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 86
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=Καίnu=orig_order=1533ps=sp=conjstrongs=2532tense=voice=
προβὰς
bol_dict_abc=4105bol_lemma_dict=προβαίνωcase=nominativedegree=freq_lemma=5gloss=go forwardgn=mlemma=προβαίνωlexeme_dict=προβαίνωmood=morph_form=V-2AAP-NSMmorph_functional=V-2AAP-NSMnormalized=προβάςnu=sgorig_order=1534ps=sp=verbstrongs=4260&5631tense=2ndaoristvoice=active
ἐκεῖθεν
bol_dict_abc=1548bol_lemma_dict=ἐκεῖθενcase=degree=freq_lemma=27gloss=thence, from that placegn=lemma=ἐκεῖθενlexeme_dict=ἐκεῖθενmood=morph_form=ADVmorph_functional=ADVnormalized=ἐκεῖθενnu=orig_order=1535ps=sp=advstrongs=1564tense=voice=
εἶδεν
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlexeme_dict=ὁράωmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=εἶδενnu=sgorig_order=1536ps=p3sp=verbstrongs=3708&5627tense=2ndaoristvoice=active
ἄλλους
bol_dict_abc=239bol_lemma_dict=ἄλλος, -η, -οcase=accusativedegree=freq_lemma=154gloss=other, another, differentgn=mlemma=ἄλλοςlexeme_dict=ἄλλος, -η, -οmood=morph_form=A-APMmorph_functional=A-APMnormalized=ἄλλουςnu=plorig_order=1537ps=sp=adjstrongs=243tense=voice=
δύο
bol_dict_abc=1409bol_lemma_dict=δύοcase=nominativedegree=freq_lemma=133gloss=twogn=lemma=δύοlexeme_dict=δύοmood=morph_form=A-NUImorph_functional=A-NUInormalized=δύοnu=orig_order=1538ps=sp=adjstrongs=1417tense=voice=
ἀδελφούς,
bol_dict_abc=79bol_lemma_dict=ἀδελφός, -οῦ, ὁcase=accusativedegree=freq_lemma=343gloss=brothergn=mlemma=ἀδελφόςlexeme_dict=ἀδελφός, -οῦ, ὁmood=morph_form=N-APMmorph_functional=N-APMnormalized=ἀδελφούςnu=plorig_order=1539ps=sp=nounstrongs=80tense=voice=
Ἰάκωβον
bol_dict_abc=2362bol_lemma_dict=Ἰάκωβος, -ου, ὁcase=accusativedegree=freq_lemma=42gloss=Jamesgn=mlemma=Ἰάκωβοςlexeme_dict=Ἰάκωβος, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Ἰάκωβονnu=sgorig_order=1540ps=sp=nounstrongs=2385tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=1541ps=sp=artstrongs=3588tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=1542ps=sp=artstrongs=3588tense=voice=
Ζεβεδαίου
bol_dict_abc=2185bol_lemma_dict=Ζεβεδαῖος, -ου, ὁcase=genitivedegree=freq_lemma=12gloss=Zebedeegn=mlemma=Ζεβεδαῖοςlexeme_dict=Ζεβεδαῖος, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Ζεβεδαίουnu=sgorig_order=1543ps=sp=nounstrongs=2199tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1544ps=sp=conjstrongs=2532tense=voice=
Ἰωάνην
bol_dict_abc=2462bol_lemma_dict=Ἰωάννης, -ου, ὁcase=accusativedegree=freq_lemma=134gloss=Johngn=mlemma=Ἰωάννηςlexeme_dict=Ἰωάννης, -ου, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Ἰωάνηνnu=sgorig_order=1545ps=sp=nounstrongs=2491tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=1546ps=sp=artstrongs=3588tense=voice=
ἀδελφὸν
bol_dict_abc=79bol_lemma_dict=ἀδελφός, -οῦ, ὁcase=accusativedegree=freq_lemma=343gloss=brothergn=mlemma=ἀδελφόςlexeme_dict=ἀδελφός, -οῦ, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=ἀδελφόνnu=sgorig_order=1547ps=sp=nounstrongs=80tense=voice=
αὐτοῦ,
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=1548ps=sp=prepstrongs=846tense=voice=
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=1549ps=sp=prepstrongs=1722tense=voice=
τῷ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DSNmorph_functional=T-DSNnormalized=τῷnu=sgorig_order=1550ps=sp=artstrongs=3588tense=voice=
πλοίῳ
bol_dict_abc=3989bol_lemma_dict=πλοῖον, -ου, τόcase=dativedegree=freq_lemma=67gloss=ship, vesselgn=nlemma=πλοῖονlexeme_dict=πλοῖον, -ου, τόmood=morph_form=N-DSNmorph_functional=N-DSNnormalized=πλοίῳnu=sgorig_order=1551ps=sp=nounstrongs=4143tense=voice=
μετὰ
bol_dict_abc=3193bol_lemma_dict=μετάcase=degree=freq_lemma=470gloss=with, aftergn=lemma=μετάlexeme_dict=μετάmood=morph_form=PREPmorph_functional=PREPnormalized=μετάnu=plorig_order=1552ps=sp=prepstrongs=3326tense=voice=
Ζεβεδαίου
bol_dict_abc=2185bol_lemma_dict=Ζεβεδαῖος, -ου, ὁcase=genitivedegree=freq_lemma=12gloss=Zebedeegn=mlemma=Ζεβεδαῖοςlexeme_dict=Ζεβεδαῖος, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Ζεβεδαίουnu=sgorig_order=1553ps=sp=nounstrongs=2199tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=1554ps=sp=artstrongs=3588tense=voice=
πατρὸς
bol_dict_abc=3810bol_lemma_dict=πατήρ, πατρός, ὁcase=genitivedegree=freq_lemma=412gloss=father, Father, ancestorgn=mlemma=πατήρlexeme_dict=πατήρ, πατρός, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=πατρόςnu=sgorig_order=1555ps=sp=nounstrongs=3962tense=voice=
αὐτῶν
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GPMmorph_functional=P-GPMnormalized=αὐτῶνnu=plorig_order=1556ps=sp=prepstrongs=846tense=voice=
καταρτίζοντας
bol_dict_abc=2646bol_lemma_dict=καταρτίζωcase=accusativedegree=freq_lemma=13gloss=fit together, preparegn=mlemma=καταρτίζωlexeme_dict=καταρτίζωmood=participlemorph_form=V-PAP-APMmorph_functional=V-PAP-APMnormalized=καταρτίζονταςnu=plorig_order=1557ps=sp=verbstrongs=2675&5723tense=presentvoice=active
τὰ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-APNmorph_functional=T-APNnormalized=τάnu=plorig_order=1558ps=sp=artstrongs=3588tense=voice=
δίκτυα
bol_dict_abc=1340bol_lemma_dict=δίκτυον, -ου, τόcase=accusativedegree=freq_lemma=12gloss=fishing-netgn=nlemma=δίκτυονlexeme_dict=δίκτυον, -ου, τόmood=morph_form=N-APNmorph_functional=N-APNnormalized=δίκτυαnu=plorig_order=1559ps=sp=nounstrongs=1350tense=voice=
αὐτῶν·
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GPMmorph_functional=P-GPMnormalized=αὐτῶνnu=plorig_order=1560ps=sp=prepstrongs=846tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1561ps=sp=conjstrongs=2532tense=voice=
ἐκάλεσεν
bol_dict_abc=2538bol_lemma_dict=καλέωcase=degree=freq_lemma=148gloss=call, invite, namegn=lemma=καλέωlexeme_dict=καλέωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐκάλεσενnu=sgorig_order=1562ps=p3sp=verbstrongs=2564&5656tense=aoristvoice=active
αὐτούς.
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=accusativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-APMmorph_functional=P-APMnormalized=αὐτούςnu=plorig_order=1563ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 87
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
οἱ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NPMmorph_functional=T-NPMnormalized=οἱnu=plorig_order=1564ps=sp=artstrongs=3588tense=voice=
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=1565ps=sp=conjstrongs=1161tense=voice=
εὐθέως
bol_dict_abc=2097bol_lemma_dict=εὐθέωςcase=degree=freq_lemma=87gloss=immediately, soongn=lemma=εὐθέωςlexeme_dict=εὐθέωςmood=morph_form=ADVmorph_functional=ADVnormalized=εὐθέωςnu=orig_order=1566ps=sp=advstrongs=2112tense=voice=
ἀφέντες
bol_dict_abc=857bol_lemma_dict=ἀφίημιcase=nominativedegree=freq_lemma=143gloss=send away, release, remit, forgive, permitgn=mlemma=ἀφίημιlexeme_dict=ἀφίημιmood=morph_form=V-2AAP-NPMmorph_functional=V-2AAP-NPMnormalized=ἀφέντεςnu=plorig_order=1567ps=sp=verbstrongs=863&5631tense=2ndaoristvoice=active
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASNmorph_functional=T-ASNnormalized=τόnu=sgorig_order=1568ps=sp=artstrongs=3588tense=voice=
πλοῖον
bol_dict_abc=3989bol_lemma_dict=πλοῖον, -ου, τόcase=accusativedegree=freq_lemma=67gloss=ship, vesselgn=nlemma=πλοῖονlexeme_dict=πλοῖον, -ου, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=πλοῖονnu=sgorig_order=1569ps=sp=nounstrongs=4143tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1570ps=sp=conjstrongs=2532tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=1571ps=sp=artstrongs=3588tense=voice=
πατέρα
bol_dict_abc=3810bol_lemma_dict=πατήρ, πατρός, ὁcase=accusativedegree=freq_lemma=412gloss=father, Father, ancestorgn=mlemma=πατήρlexeme_dict=πατήρ, πατρός, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=πατέραnu=sgorig_order=1572ps=sp=nounstrongs=3962tense=voice=
αὐτῶν
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GPMmorph_functional=P-GPMnormalized=αὐτῶνnu=plorig_order=1573ps=sp=prepstrongs=846tense=voice=
ἠκολούθησαν
bol_dict_abc=186bol_lemma_dict=ἀκολουθέωcase=degree=freq_lemma=90gloss=accompany, attend, followgn=lemma=ἀκολουθέωlexeme_dict=ἀκολουθέωmood=indicativemorph_form=V-AAI-3Pmorph_functional=V-AAI-3Pnormalized=ἠκολούθησανnu=plorig_order=1574ps=p3sp=verbstrongs=190&5656tense=aoristvoice=active
αὐτῷ.
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=1575ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 88
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=Καίnu=orig_order=1576ps=sp=conjstrongs=2532tense=voice=
περιῆγεν
bol_dict_abc=3861bol_lemma_dict=περιάγωcase=degree=freq_lemma=6gloss=lead about, go aboutgn=lemma=περιάγωlexeme_dict=περιάγωmood=indicativemorph_form=V-IAI-3Smorph_functional=V-IAI-3Snormalized=περιῆγενnu=sgorig_order=1577ps=p3sp=verbstrongs=4013&5707tense=imperfectvoice=active
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=1578ps=sp=prepstrongs=1722tense=voice=
ὅλῃ
bol_dict_abc=3503bol_lemma_dict=ὅλος, -η, -ονcase=dativedegree=freq_lemma=108gloss=all, the whole, entiregn=flemma=ὅλοςlexeme_dict=ὅλος, -η, -ονmood=morph_form=A-DSFmorph_functional=A-DSFnormalized=ὅλῃnu=sgorig_order=1579ps=sp=adjstrongs=3650tense=voice=
τῇ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DSFmorph_functional=T-DSFnormalized=τῇnu=sgorig_order=1580ps=sp=artstrongs=3588tense=voice=
Γαλιλαίᾳ,
bol_dict_abc=1048bol_lemma_dict=Γαλιλαία, -ας, ἡcase=dativedegree=freq_lemma=61gloss=Galileegn=flemma=Γαλιλαίαlexeme_dict=Γαλιλαία, -ας, ἡmood=morph_form=N-DSFmorph_functional=N-DSFnormalized=Γαλιλαίᾳnu=sgorig_order=1581ps=sp=nounstrongs=1056tense=voice=
διδάσκων
bol_dict_abc=1310bol_lemma_dict=διδάσκωcase=nominativedegree=freq_lemma=97gloss=teachgn=mlemma=διδάσκωlexeme_dict=διδάσκωmood=participlemorph_form=V-PAP-NSMmorph_functional=V-PAP-NSMnormalized=διδάσκωνnu=sgorig_order=1582ps=sp=verbstrongs=1321&5723tense=presentvoice=active
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=1583ps=sp=prepstrongs=1722tense=voice=
ταῖς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DPFmorph_functional=T-DPFnormalized=ταῖςnu=plorig_order=1584ps=sp=artstrongs=3588tense=voice=
συναγωγαῖς
bol_dict_abc=4697bol_lemma_dict=συναγωγή, -ῆς, ἡcase=dativedegree=freq_lemma=56gloss=assembly, congregation, synagoguegn=flemma=συναγωγήlexeme_dict=συναγωγή, -ῆς, ἡmood=morph_form=N-DPFmorph_functional=N-DPFnormalized=συναγωγαῖςnu=plorig_order=1585ps=sp=nounstrongs=4864tense=voice=
αὐτῶν
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GPMmorph_functional=P-GPMnormalized=αὐτῶνnu=plorig_order=1586ps=sp=prepstrongs=846tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1587ps=sp=conjstrongs=2532tense=voice=
κηρύσσων
bol_dict_abc=2756bol_lemma_dict=κηρύσσωcase=nominativedegree=freq_lemma=61gloss=proclaim, herald, preachgn=mlemma=κηρύσσωlexeme_dict=κηρύσσωmood=participlemorph_form=V-PAP-NSMmorph_functional=V-PAP-NSMnormalized=κηρύσσωνnu=sgorig_order=1588ps=sp=verbstrongs=2784&5723tense=presentvoice=active
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASNmorph_functional=T-ASNnormalized=τόnu=sgorig_order=1589ps=sp=artstrongs=3588tense=voice=
εὐαγγέλιον
bol_dict_abc=2082bol_lemma_dict=εὐαγγέλιον, -ου, -νcase=accusativedegree=freq_lemma=76gloss=good news, gospelgn=nlemma=εὐαγγέλιονlexeme_dict=εὐαγγέλιον, -ου, -νmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=εὐαγγέλιονnu=sgorig_order=1590ps=sp=nounstrongs=2098tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=1591ps=sp=artstrongs=3588tense=voice=
βασιλείας
bol_dict_abc=926bol_lemma_dict=βασιλεία, -ας, ἡcase=genitivedegree=freq_lemma=162gloss=kingship, sovereignty, authority, rule, kingdomgn=flemma=βασιλείαlexeme_dict=βασιλεία, -ας, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=βασιλείαςnu=sgorig_order=1592ps=sp=nounstrongs=932tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1593ps=sp=conjstrongs=2532tense=voice=
θεραπεύων
bol_dict_abc=2300bol_lemma_dict=θεραπεύωcase=nominativedegree=freq_lemma=43gloss=care for, attend, serve, healgn=mlemma=θεραπεύωlexeme_dict=θεραπεύωmood=participlemorph_form=V-PAP-NSMmorph_functional=V-PAP-NSMnormalized=θεραπεύωνnu=sgorig_order=1594ps=sp=verbstrongs=2323&5723tense=presentvoice=active
πᾶσαν
bol_dict_abc=3804bol_lemma_dict=πᾶς, πᾶσα, πᾶνcase=accusativedegree=freq_lemma=1242gloss=all, the whole, every kind ofgn=flemma=πᾶςlexeme_dict=πᾶς, πᾶσα, πᾶνmood=morph_form=A-ASFmorph_functional=A-ASFnormalized=πᾶσανnu=sgorig_order=1595ps=sp=adjstrongs=3956tense=voice=
νόσον
bol_dict_abc=3405bol_lemma_dict=νόσος, -ου, ἡcase=accusativedegree=freq_lemma=11gloss=disease, maladygn=flemma=νόσοςlexeme_dict=νόσος, -ου, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=νόσονnu=sgorig_order=1596ps=sp=nounstrongs=3554tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1597ps=sp=conjstrongs=2532tense=voice=
πᾶσαν
bol_dict_abc=3804bol_lemma_dict=πᾶς, πᾶσα, πᾶνcase=accusativedegree=freq_lemma=1242gloss=all, the whole, every kind ofgn=flemma=πᾶςlexeme_dict=πᾶς, πᾶσα, πᾶνmood=morph_form=A-ASFmorph_functional=A-ASFnormalized=πᾶσανnu=sgorig_order=1598ps=sp=adjstrongs=3956tense=voice=
μαλακίαν
bol_dict_abc=3095bol_lemma_dict=μαλακία, -ας, ἡcase=accusativedegree=freq_lemma=3gloss=weakness, illnessgn=flemma=μαλακίαlexeme_dict=μαλακία, -ας, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=μαλακίανnu=sgorig_order=1599ps=sp=nounstrongs=3119tense=voice=
ἐν
bol_dict_abc=1709bol_lemma_dict=ἐνcase=degree=freq_lemma=2743gloss=in, on, amonggn=lemma=ἐνlexeme_dict=ἐνmood=morph_form=PREPmorph_functional=PREPnormalized=ἐνnu=plorig_order=1600ps=sp=prepstrongs=1722tense=voice=
τῷ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DSMmorph_functional=T-DSMnormalized=τῷnu=sgorig_order=1601ps=sp=artstrongs=3588tense=voice=
λαῷ.
bol_dict_abc=2969bol_lemma_dict=λαός, -οῦ, ὁcase=dativedegree=freq_lemma=142gloss=people, crowdgn=mlemma=λαόςlexeme_dict=λαός, -οῦ, ὁmood=morph_form=N-DSMmorph_functional=N-DSMnormalized=λαῷnu=sgorig_order=1602ps=sp=nounstrongs=2992tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 89
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1603ps=sp=conjstrongs=2532tense=voice=
ἀπῆλθεν
bol_dict_abc=561bol_lemma_dict=ἀπέρχομαιcase=degree=freq_lemma=117gloss=come or go away from, depart, returngn=lemma=ἀπέρχομαιlexeme_dict=ἀπέρχομαιmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=ἀπῆλθενnu=sgorig_order=1604ps=p3sp=verbstrongs=565&5627tense=2ndaoristvoice=active
ἡ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSFmorph_functional=T-NSFnormalized=ἡnu=sgorig_order=1605ps=sp=artstrongs=3588tense=voice=
ἀκοὴ
bol_dict_abc=185bol_lemma_dict=ἀκοή, -ῆς, ἡcase=nominativedegree=freq_lemma=24gloss=hearing, faculty of hearing, eargn=flemma=ἀκοήlexeme_dict=ἀκοή, -ῆς, ἡmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=ἀκοήnu=sgorig_order=1606ps=sp=nounstrongs=189tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=1607ps=sp=prepstrongs=846tense=voice=
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=1608ps=sp=prepstrongs=1519tense=voice=
ὅλην
bol_dict_abc=3503bol_lemma_dict=ὅλος, -η, -ονcase=accusativedegree=freq_lemma=108gloss=all, the whole, entiregn=flemma=ὅλοςlexeme_dict=ὅλος, -η, -ονmood=morph_form=A-ASFmorph_functional=A-ASFnormalized=ὅληνnu=sgorig_order=1609ps=sp=adjstrongs=3650tense=voice=
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=1610ps=sp=artstrongs=3588tense=voice=
Συρίαν·
bol_dict_abc=4780bol_lemma_dict=Συρία, -ας, ἡcase=accusativedegree=freq_lemma=8gloss=Syriagn=flemma=Συρίαlexeme_dict=Συρία, -ας, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=Συρίανnu=sgorig_order=1611ps=sp=nounstrongs=4947tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1612ps=sp=conjstrongs=2532tense=voice=
προσήνεγκαν
bol_dict_abc=4218bol_lemma_dict=προσφέρωcase=degree=freq_lemma=46gloss=bring to, offergn=lemma=προσφέρωlexeme_dict=προσφέρωmood=indicativemorph_form=V-AAI-3Pmorph_functional=V-AAI-3Pnormalized=προσήνεγκανnu=plorig_order=1613ps=p3sp=verbstrongs=4374&5656tense=aoristvoice=active
αὐτῷ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=1614ps=sp=prepstrongs=846tense=voice=
πάντας
bol_dict_abc=3804bol_lemma_dict=πᾶς, πᾶσα, πᾶνcase=accusativedegree=freq_lemma=1242gloss=all, the whole, every kind ofgn=mlemma=πᾶςlexeme_dict=πᾶς, πᾶσα, πᾶνmood=morph_form=A-APMmorph_functional=A-APMnormalized=πάνταςnu=plorig_order=1615ps=sp=adjstrongs=3956tense=voice=
τοὺς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-APMmorph_functional=T-APMnormalized=τούςnu=plorig_order=1616ps=sp=artstrongs=3588tense=voice=
κακῶς
bol_dict_abc=2534bol_lemma_dict=κακῶςcase=degree=freq_lemma=16gloss=badly, evillygn=lemma=κακῶςlexeme_dict=κακῶςmood=morph_form=ADVmorph_functional=ADVnormalized=κακῶςnu=orig_order=1617ps=sp=advstrongs=2560tense=voice=
ἔχοντας
bol_dict_abc=2178bol_lemma_dict=ἔχωcase=accusativedegree=freq_lemma=709gloss=have, hold, possessgn=mlemma=ἔχωlexeme_dict=ἔχωmood=participlemorph_form=V-PAP-APMmorph_functional=V-PAP-APMnormalized=ἔχονταςnu=plorig_order=1618ps=sp=verbstrongs=2192&5723tense=presentvoice=active
ποικίλαις
bol_dict_abc=4010bol_lemma_dict=ποικίλος, -η, -ονcase=dativedegree=freq_lemma=10gloss=various, of different colorsgn=flemma=ποικίλοςlexeme_dict=ποικίλος, -η, -ονmood=morph_form=A-DPFmorph_functional=A-DPFnormalized=ποικίλαιςnu=plorig_order=1619ps=sp=adjstrongs=4164tense=voice=
νόσοις
bol_dict_abc=3405bol_lemma_dict=νόσος, -ου, ἡcase=dativedegree=freq_lemma=11gloss=disease, maladygn=flemma=νόσοςlexeme_dict=νόσος, -ου, ἡmood=morph_form=N-DPFmorph_functional=N-DPFnormalized=νόσοιςnu=plorig_order=1620ps=sp=nounstrongs=3554tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1621ps=sp=conjstrongs=2532tense=voice=
βασάνοις
bol_dict_abc=925bol_lemma_dict=βάσανος, -ου, ἡcase=dativedegree=freq_lemma=3gloss=torture, tormentgn=flemma=βάσανοςlexeme_dict=βάσανος, -ου, ἡmood=morph_form=N-DPFmorph_functional=N-DPFnormalized=βασάνοιςnu=plorig_order=1622ps=sp=nounstrongs=931tense=voice=
συνεχομένους,
bol_dict_abc=4744bol_lemma_dict=συνέχωcase=accusativedegree=freq_lemma=12gloss=press together, confine, compel, am afflicted withgn=mlemma=συνέχωlexeme_dict=συνέχωmood=participlemorph_form=V-PEP-APMmorph_functional=V-PPP-APMnormalized=συνεχομένουςnu=plorig_order=1623ps=sp=verbstrongs=4912&5746tense=presentvoice=middle_or_passive
δαιμονιζομένους
bol_dict_abc=1129bol_lemma_dict=δαιμονίζομαιcase=accusativedegree=freq_lemma=13gloss=am demon-possessedgn=mlemma=δαιμονίζομαιlexeme_dict=δαιμονίζομαιmood=participlemorph_form=V-PNP-APMmorph_functional=V-PNP-APMnormalized=δαιμονιζομένουςnu=plorig_order=1624ps=sp=verbstrongs=1139&5740tense=presentvoice=middle_or_passive_deponent
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1625ps=sp=conjstrongs=2532tense=voice=
σεληνιαζομένους
bol_dict_abc=4417bol_lemma_dict=σεληνιάζομαιcase=accusativedegree=freq_lemma=2gloss=am a lunaticgn=mlemma=σεληνιάζομαιlexeme_dict=σεληνιάζομαιmood=participlemorph_form=V-PNP-APMmorph_functional=V-PNP-APMnormalized=σεληνιαζομένουςnu=plorig_order=1626ps=sp=verbstrongs=4583&5740tense=presentvoice=middle_or_passive_deponent
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1627ps=sp=conjstrongs=2532tense=voice=
παραλυτικούς,
bol_dict_abc=3731bol_lemma_dict=παραλυτικός, -οῦ, ὁcase=accusativedegree=freq_lemma=10gloss=afflicted with paralysisgn=mlemma=παραλυτικόςlexeme_dict=παραλυτικός, -οῦ, ὁmood=morph_form=A-APMmorph_functional=A-APMnormalized=παραλυτικούςnu=plorig_order=1628ps=sp=adjstrongs=3885tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1629ps=sp=conjstrongs=2532tense=voice=
ἐθεράπευσεν
bol_dict_abc=2300bol_lemma_dict=θεραπεύωcase=degree=freq_lemma=43gloss=care for, attend, serve, healgn=lemma=θεραπεύωlexeme_dict=θεραπεύωmood=indicativemorph_form=V-AAI-3Smorph_functional=V-AAI-3Snormalized=ἐθεράπευσενnu=sgorig_order=1630ps=p3sp=verbstrongs=2323&5656tense=aoristvoice=active
αὐτούς.
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=accusativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-APMmorph_functional=P-APMnormalized=αὐτούςnu=plorig_order=1631ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 90
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1632ps=sp=conjstrongs=2532tense=voice=
ἠκολούθησαν
bol_dict_abc=186bol_lemma_dict=ἀκολουθέωcase=degree=freq_lemma=90gloss=accompany, attend, followgn=lemma=ἀκολουθέωlexeme_dict=ἀκολουθέωmood=indicativemorph_form=V-AAI-3Pmorph_functional=V-AAI-3Pnormalized=ἠκολούθησανnu=plorig_order=1633ps=p3sp=verbstrongs=190&5656tense=aoristvoice=active
αὐτῷ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=1634ps=sp=prepstrongs=846tense=voice=
ὄχλοι
bol_dict_abc=3644bol_lemma_dict=ὄχλος, -ου, ὁcase=nominativedegree=freq_lemma=174gloss=crowdgn=mlemma=ὄχλοςlexeme_dict=ὄχλος, -ου, ὁmood=morph_form=N-NPMmorph_functional=N-NPMnormalized=ὄχλοιnu=plorig_order=1635ps=sp=nounstrongs=3793tense=voice=
πολλοὶ
bol_dict_abc=4031bol_lemma_dict=πολύς, πολλή, πολύcase=nominativedegree=freq_lemma=413gloss=the greatest, the mostgn=mlemma=πολύςlexeme_dict=πολύς, πολλή, πολύmood=morph_form=A-NPMmorph_functional=A-NPMnormalized=πολλοίnu=plorig_order=1636ps=sp=adjstrongs=4183tense=voice=
ἀπὸ
bol_dict_abc=569bol_lemma_dict=ἀπόcase=degree=freq_lemma=647gloss=from, away fromgn=lemma=ἀπόlexeme_dict=ἀπόmood=morph_form=PREPmorph_functional=PREPnormalized=ἀπόnu=plorig_order=1637ps=sp=prepstrongs=575tense=voice=
τῆς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSFmorph_functional=T-GSFnormalized=τῆςnu=sgorig_order=1638ps=sp=artstrongs=3588tense=voice=
Γαλιλαίας
bol_dict_abc=1048bol_lemma_dict=Γαλιλαία, -ας, ἡcase=genitivedegree=freq_lemma=61gloss=Galileegn=flemma=Γαλιλαίαlexeme_dict=Γαλιλαία, -ας, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=Γαλιλαίαςnu=sgorig_order=1639ps=sp=nounstrongs=1056tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1640ps=sp=conjstrongs=2532tense=voice=
Δεκαπόλεως
bol_dict_abc=1169bol_lemma_dict=Δεκάπολις, -εως, ἡcase=genitivedegree=freq_lemma=3gloss=Decapolisgn=flemma=Δεκάπολιςlexeme_dict=Δεκάπολις, -εως, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=Δεκαπόλεωςnu=sgorig_order=1641ps=sp=nounstrongs=1179tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1642ps=sp=conjstrongs=2532tense=voice=
Ἱεροσολύμων
bol_dict_abc=2390bol_lemma_dict=Ἱεροσόλυμα, τόcase=genitivedegree=freq_lemma=139gloss=Jerusalemgn=nlemma=Ἱεροσόλυμαlexeme_dict=Ἱεροσόλυμα, τόmood=morph_form=N-GPNmorph_functional=N-GPNnormalized=Ἱεροσολύμωνnu=plorig_order=1643ps=sp=nounstrongs=2414tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1644ps=sp=conjstrongs=2532tense=voice=
Ἰουδαίας
bol_dict_abc=2421bol_lemma_dict=Ἰουδαία, -ας, ἡcase=genitivedegree=freq_lemma=44gloss=Judeagn=flemma=Ἰουδαίαlexeme_dict=Ἰουδαία, -ας, ἡmood=morph_form=N-GSFmorph_functional=N-GSFnormalized=Ἰουδαίαςnu=sgorig_order=1645ps=sp=nounstrongs=2449tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1646ps=sp=conjstrongs=2532tense=voice=
πέραν
bol_dict_abc=3856bol_lemma_dict=πέρανcase=degree=freq_lemma=23gloss=over, beyondgn=lemma=πέρανlexeme_dict=πέρανmood=morph_form=ADVmorph_functional=ADVnormalized=πέρανnu=orig_order=1647ps=sp=advstrongs=4008tense=voice=
τοῦ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GSMmorph_functional=T-GSMnormalized=τοῦnu=sgorig_order=1648ps=sp=artstrongs=3588tense=voice=
Ἰορδάνου.
bol_dict_abc=2419bol_lemma_dict=Ἰορδάνης, -ου, ὁcase=genitivedegree=freq_lemma=15gloss=Jordangn=mlemma=Ἰορδάνηςlexeme_dict=Ἰορδάνης, -ου, ὁmood=morph_form=N-GSMmorph_functional=N-GSMnormalized=Ἰορδάνουnu=sgorig_order=1649ps=sp=nounstrongs=2446tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 91
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Ἰδὼν
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=nominativedegree=freq_lemma=682gloss=see, look upon, experiencegn=mlemma=ὁράωlexeme_dict=ὁράωmood=morph_form=V-2AAP-NSMmorph_functional=V-2AAP-NSMnormalized=Ἰδώνnu=sgorig_order=1650ps=sp=verbstrongs=3708&5631tense=2ndaoristvoice=active
δὲ
bol_dict_abc=1152bol_lemma_dict=δέcase=degree=freq_lemma=2787gloss=but, on the other hand, andgn=lemma=δέlexeme_dict=δέmood=morph_form=CONJmorph_functional=CONJnormalized=δέnu=orig_order=1651ps=sp=conjstrongs=1161tense=voice=
τοὺς
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-APMmorph_functional=T-APMnormalized=τούςnu=plorig_order=1652ps=sp=artstrongs=3588tense=voice=
ὄχλους
bol_dict_abc=3644bol_lemma_dict=ὄχλος, -ου, ὁcase=accusativedegree=freq_lemma=174gloss=crowdgn=mlemma=ὄχλοςlexeme_dict=ὄχλος, -ου, ὁmood=morph_form=N-APMmorph_functional=N-APMnormalized=ὄχλουςnu=plorig_order=1653ps=sp=nounstrongs=3793tense=voice=
ἀνέβη
bol_dict_abc=303bol_lemma_dict=ἀναβαίνωcase=degree=freq_lemma=81gloss=go up, mount, ascendgn=lemma=ἀναβαίνωlexeme_dict=ἀναβαίνωmood=morph_form=V-2AAI-3Smorph_functional=V-2AAI-3Snormalized=ἀνέβηnu=sgorig_order=1654ps=p3sp=verbstrongs=305&5627tense=2ndaoristvoice=active
εἰς
bol_dict_abc=1506bol_lemma_dict=εἰςcase=degree=freq_lemma=1766gloss=into, in, among, till, forgn=lemma=εἰςlexeme_dict=εἰςmood=morph_form=PREPmorph_functional=PREPnormalized=εἰςnu=plorig_order=1655ps=sp=prepstrongs=1519tense=voice=
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASNmorph_functional=T-ASNnormalized=τόnu=sgorig_order=1656ps=sp=artstrongs=3588tense=voice=
ὄρος·
bol_dict_abc=3587bol_lemma_dict=ὄρος, -ους, τόcase=accusativedegree=freq_lemma=63gloss=mountaingn=nlemma=ὄροςlexeme_dict=ὄρος, -ους, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=ὄροςnu=sgorig_order=1657ps=sp=nounstrongs=3735tense=voice=
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1658ps=sp=conjstrongs=2532tense=voice=
καθίσαντος
bol_dict_abc=2497bol_lemma_dict=καθίζωcase=genitivedegree=freq_lemma=46gloss=set, make to sitgn=mlemma=καθίζωlexeme_dict=καθίζωmood=participlemorph_form=V-AAP-GSMmorph_functional=V-AAP-GSMnormalized=καθίσαντοςnu=sgorig_order=1659ps=sp=verbstrongs=2523&5660tense=aoristvoice=active
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=1660ps=sp=prepstrongs=846tense=voice=
προσῆλθαν
bol_dict_abc=4177bol_lemma_dict=προσέρχομαιcase=degree=freq_lemma=87gloss=come near, consent togn=lemma=προσέρχομαιlexeme_dict=προσέρχομαιmood=morph_form=V-2AAI-3Pmorph_functional=V-2AAI-3Pnormalized=προσῆλθανnu=plorig_order=1661ps=p3sp=verbstrongs=4334&5627tense=2ndaoristvoice=active
αὐτῷ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=dativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-DSMmorph_functional=P-DSMnormalized=αὐτῷnu=sgorig_order=1662ps=sp=prepstrongs=846tense=voice=
οἱ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NPMmorph_functional=T-NPMnormalized=οἱnu=plorig_order=1663ps=sp=artstrongs=3588tense=voice=
μαθηταὶ
bol_dict_abc=3075bol_lemma_dict=μαθητής, -οῦ, ὁcase=nominativedegree=freq_lemma=261gloss=learner, disciple, pupilgn=mlemma=μαθητήςlexeme_dict=μαθητής, -οῦ, ὁmood=morph_form=N-NPMmorph_functional=N-NPMnormalized=μαθηταίnu=plorig_order=1664ps=sp=nounstrongs=3101tense=voice=
αὐτοῦ·
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=1665ps=sp=prepstrongs=846tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 92
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1666ps=sp=conjstrongs=2532tense=voice=
ἀνοίξας
bol_dict_abc=452bol_lemma_dict=ἀνοίγωcase=nominativedegree=freq_lemma=78gloss=opengn=mlemma=ἀνοίγωlexeme_dict=ἀνοίγωmood=participlemorph_form=V-AAP-NSMmorph_functional=V-AAP-NSMnormalized=ἀνοίξαςnu=sgorig_order=1667ps=sp=verbstrongs=455&5660tense=aoristvoice=active
τὸ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASNmorph_functional=T-ASNnormalized=τόnu=sgorig_order=1668ps=sp=artstrongs=3588tense=voice=
στόμα
bol_dict_abc=4584bol_lemma_dict=στόμα, -τος, τόcase=accusativedegree=freq_lemma=78gloss=mouth, speechgn=nlemma=στόμαlexeme_dict=στόμα, -τος, τόmood=morph_form=N-ASNmorph_functional=N-ASNnormalized=στόμαnu=sgorig_order=1669ps=sp=nounstrongs=4750tense=voice=
αὐτοῦ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GSMmorph_functional=P-GSMnormalized=αὐτοῦnu=sgorig_order=1670ps=sp=prepstrongs=846tense=voice=
ἐδίδασκεν
bol_dict_abc=1310bol_lemma_dict=διδάσκωcase=degree=freq_lemma=97gloss=teachgn=lemma=διδάσκωlexeme_dict=διδάσκωmood=indicativemorph_form=V-IAI-3Smorph_functional=V-IAI-3Snormalized=ἐδίδασκενnu=sgorig_order=1671ps=p3sp=verbstrongs=1321&5707tense=imperfectvoice=active
αὐτοὺς
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=accusativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-APMmorph_functional=P-APMnormalized=αὐτούςnu=plorig_order=1672ps=sp=prepstrongs=846tense=voice=
λέγων
bol_dict_abc=2977bol_lemma_dict=λέγωcase=nominativedegree=freq_lemma=2255gloss=say, speakgn=mlemma=λέγωlexeme_dict=λέγωmood=participlemorph_form=V-PAP-NSMmorph_functional=V-PAP-NSMnormalized=λέγωνnu=sgorig_order=1673ps=sp=verbstrongs=3004&5723tense=presentvoice=active
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 93
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
Μακάριοι
bol_dict_abc=3083bol_lemma_dict=μακάριος, -α, -ονcase=nominativedegree=freq_lemma=50gloss=happy, blessedgn=mlemma=μακάριοςlexeme_dict=μακάριος, -α, -ονmood=morph_form=A-NPMmorph_functional=A-NPMnormalized=Μακάριοιnu=plorig_order=1674ps=sp=adjstrongs=3107tense=voice=
οἱ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NPMmorph_functional=T-NPMnormalized=οἱnu=plorig_order=1675ps=sp=artstrongs=3588tense=voice=
πτωχοὶ
bol_dict_abc=4276bol_lemma_dict=πτωχός, -ή, -όνcase=nominativedegree=freq_lemma=34gloss=poor, destitutegn=mlemma=πτωχόςlexeme_dict=πτωχός, -ή, -όνmood=morph_form=A-NPMmorph_functional=A-NPMnormalized=πτωχοίnu=plorig_order=1676ps=sp=adjstrongs=4434tense=voice=
τῷ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=nlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DSNmorph_functional=T-DSNnormalized=τῷnu=sgorig_order=1677ps=sp=artstrongs=3588tense=voice=
πνεύματι,
bol_dict_abc=3997bol_lemma_dict=πνεῦμα, -τος, τόcase=dativedegree=freq_lemma=379gloss=wind, breath, spiritgn=nlemma=πνεῦμαlexeme_dict=πνεῦμα, -τος, τόmood=morph_form=N-DSNmorph_functional=N-DSNnormalized=πνεύματιnu=sgorig_order=1678ps=sp=nounstrongs=4151tense=voice=
ὅτι
bol_dict_abc=3606bol_lemma_dict=ὅτιcase=degree=freq_lemma=1293gloss=that, since, becausegn=lemma=ὅτιlexeme_dict=ὅτιmood=morph_form=CONJmorph_functional=CONJnormalized=ὅτιnu=orig_order=1679ps=sp=conjstrongs=3754tense=voice=
αὐτῶν
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=genitivedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-GPMmorph_functional=P-GPMnormalized=αὐτῶνnu=plorig_order=1680ps=sp=prepstrongs=846tense=voice=
ἐστιν
bol_dict_abc=1498bol_lemma_dict=εἰμίcase=degree=freq_lemma=2457gloss=am, existgn=lemma=εἰμίlexeme_dict=εἰμίmood=indicativemorph_form=V-PAI-3Smorph_functional=V-PAI-3Snormalized=ἐστινnu=sgorig_order=1681ps=p3sp=verbstrongs=1510tense=presentvoice=active
ἡ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NSFmorph_functional=T-NSFnormalized=ἡnu=sgorig_order=1682ps=sp=artstrongs=3588tense=voice=
βασιλεία
bol_dict_abc=926bol_lemma_dict=βασιλεία, -ας, ἡcase=nominativedegree=freq_lemma=162gloss=kingship, sovereignty, authority, rule, kingdomgn=flemma=βασιλείαlexeme_dict=βασιλεία, -ας, ἡmood=morph_form=N-NSFmorph_functional=N-NSFnormalized=βασιλείαnu=sgorig_order=1683ps=sp=nounstrongs=932tense=voice=
τῶν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=genitivedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-GPMmorph_functional=T-GPMnormalized=τῶνnu=plorig_order=1684ps=sp=artstrongs=3588tense=voice=
οὐρανῶν.
bol_dict_abc=3623bol_lemma_dict=οὐρανός, -οῦ, ὁcase=genitivedegree=freq_lemma=273gloss=sky, heavengn=mlemma=οὐρανόςlexeme_dict=οὐρανός, -οῦ, ὁmood=morph_form=N-GPMmorph_functional=N-GPMnormalized=οὐρανῶνnu=plorig_order=1685ps=sp=nounstrongs=3772tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 94
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
μακάριοι
bol_dict_abc=3083bol_lemma_dict=μακάριος, -α, -ονcase=nominativedegree=freq_lemma=50gloss=happy, blessedgn=mlemma=μακάριοςlexeme_dict=μακάριος, -α, -ονmood=morph_form=A-NPMmorph_functional=A-NPMnormalized=μακάριοιnu=plorig_order=1686ps=sp=adjstrongs=3107tense=voice=
οἱ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NPMmorph_functional=T-NPMnormalized=οἱnu=plorig_order=1687ps=sp=artstrongs=3588tense=voice=
πενθοῦντες,
bol_dict_abc=3844bol_lemma_dict=πενθέωcase=nominativedegree=freq_lemma=10gloss=mourn, lamentgn=mlemma=πενθέωlexeme_dict=πενθέωmood=participlemorph_form=V-PAP-NPMmorph_functional=V-PAP-NPMnormalized=πενθοῦντεςnu=plorig_order=1688ps=sp=verbstrongs=3996&5723tense=presentvoice=active
ὅτι
bol_dict_abc=3606bol_lemma_dict=ὅτιcase=degree=freq_lemma=1293gloss=that, since, becausegn=lemma=ὅτιlexeme_dict=ὅτιmood=morph_form=CONJmorph_functional=CONJnormalized=ὅτιnu=orig_order=1689ps=sp=conjstrongs=3754tense=voice=
αὐτοὶ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=nominativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-NPMmorph_functional=P-NPMnormalized=αὐτοίnu=plorig_order=1690ps=sp=prepstrongs=846tense=voice=
παρακληθήσονται.
bol_dict_abc=3717bol_lemma_dict=παρακαλέωcase=degree=freq_lemma=109gloss=summon, entreat, admonish, comfortgn=lemma=παρακαλέωlexeme_dict=παρακαλέωmood=indicativemorph_form=V-FPI-3Pmorph_functional=V-FPI-3Pnormalized=παρακληθήσονταιnu=plorig_order=1691ps=p3sp=verbstrongs=3870&5701tense=futurevoice=passive
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 95
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
μακάριοι
bol_dict_abc=3083bol_lemma_dict=μακάριος, -α, -ονcase=nominativedegree=freq_lemma=50gloss=happy, blessedgn=mlemma=μακάριοςlexeme_dict=μακάριος, -α, -ονmood=morph_form=A-NPMmorph_functional=A-NPMnormalized=μακάριοιnu=plorig_order=1692ps=sp=adjstrongs=3107tense=voice=
οἱ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NPMmorph_functional=T-NPMnormalized=οἱnu=plorig_order=1693ps=sp=artstrongs=3588tense=voice=
πραεῖς,
bol_dict_abc=4084bol_lemma_dict=πραΰς, -πραεῖα, -πραΰcase=nominativedegree=freq_lemma=4gloss=mild, gentlegn=mlemma=πραΰςlexeme_dict=πραΰς, -πραεῖα, -πραΰmood=morph_form=A-NPMmorph_functional=A-NPMnormalized=πραεῖςnu=plorig_order=1694ps=sp=adjstrongs=4239tense=voice=
ὅτι
bol_dict_abc=3606bol_lemma_dict=ὅτιcase=degree=freq_lemma=1293gloss=that, since, becausegn=lemma=ὅτιlexeme_dict=ὅτιmood=morph_form=CONJmorph_functional=CONJnormalized=ὅτιnu=orig_order=1695ps=sp=conjstrongs=3754tense=voice=
αὐτοὶ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=nominativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-NPMmorph_functional=P-NPMnormalized=αὐτοίnu=plorig_order=1696ps=sp=prepstrongs=846tense=voice=
κληρονομήσουσιν
bol_dict_abc=2788bol_lemma_dict=κληρονομέωcase=degree=freq_lemma=18gloss=inherit, obtaingn=lemma=κληρονομέωlexeme_dict=κληρονομέωmood=indicativemorph_form=V-FAI-3Pmorph_functional=V-FAI-3Pnormalized=κληρονομήσουσινnu=plorig_order=1697ps=p3sp=verbstrongs=2816&5692tense=futurevoice=active
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=1698ps=sp=artstrongs=3588tense=voice=
γῆν.
bol_dict_abc=1084bol_lemma_dict=γῆ, γῆς, ἡcase=accusativedegree=freq_lemma=250gloss=earth, soil, landgn=flemma=γῆlexeme_dict=γῆ, γῆς, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=γῆνnu=sgorig_order=1699ps=sp=nounstrongs=1093tense=voice=
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 96
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
μακάριοι
bol_dict_abc=3083bol_lemma_dict=μακάριος, -α, -ονcase=nominativedegree=freq_lemma=50gloss=happy, blessedgn=mlemma=μακάριοςlexeme_dict=μακάριος, -α, -ονmood=morph_form=A-NPMmorph_functional=A-NPMnormalized=μακάριοιnu=plorig_order=1700ps=sp=adjstrongs=3107tense=voice=
οἱ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NPMmorph_functional=T-NPMnormalized=οἱnu=plorig_order=1701ps=sp=artstrongs=3588tense=voice=
πεινῶντες
bol_dict_abc=3831bol_lemma_dict=πεινάωcase=nominativedegree=freq_lemma=23gloss=am hungry, needygn=mlemma=πεινάωlexeme_dict=πεινάωmood=participlemorph_form=V-PAP-NPMmorph_functional=V-PAP-NPMnormalized=πεινῶντεςnu=plorig_order=1702ps=sp=verbstrongs=3983&5723tense=presentvoice=active
καὶ
bol_dict_abc=2506bol_lemma_dict=καίcase=degree=freq_lemma=8978gloss=and, even, also, namelygn=lemma=καίlexeme_dict=καίmood=morph_form=CONJmorph_functional=CONJnormalized=καίnu=orig_order=1703ps=sp=conjstrongs=2532tense=voice=
διψῶντες
bol_dict_abc=1364bol_lemma_dict=διψάωcase=nominativedegree=freq_lemma=16gloss=thirst for, desire earnestlygn=mlemma=διψάωlexeme_dict=διψάωmood=participlemorph_form=V-PAP-NPMmorph_functional=V-PAP-NPMnormalized=διψῶντεςnu=plorig_order=1704ps=sp=verbstrongs=1372&5723tense=presentvoice=active
τὴν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASFmorph_functional=T-ASFnormalized=τήνnu=sgorig_order=1705ps=sp=artstrongs=3588tense=voice=
δικαιοσύνην,
bol_dict_abc=1333bol_lemma_dict=δικαιοσύνη, -ης, ἡcase=accusativedegree=freq_lemma=91gloss=justice, justness, righteousnessgn=flemma=δικαιοσύνηlexeme_dict=δικαιοσύνη, -ης, ἡmood=morph_form=N-ASFmorph_functional=N-ASFnormalized=δικαιοσύνηνnu=sgorig_order=1706ps=sp=nounstrongs=1343tense=voice=
ὅτι
bol_dict_abc=3606bol_lemma_dict=ὅτιcase=degree=freq_lemma=1293gloss=that, since, becausegn=lemma=ὅτιlexeme_dict=ὅτιmood=morph_form=CONJmorph_functional=CONJnormalized=ὅτιnu=orig_order=1707ps=sp=conjstrongs=3754tense=voice=
αὐτοὶ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=nominativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-NPMmorph_functional=P-NPMnormalized=αὐτοίnu=plorig_order=1708ps=sp=prepstrongs=846tense=voice=
χορτασθήσονται.
bol_dict_abc=5337bol_lemma_dict=χορτάζωcase=degree=freq_lemma=15gloss=feed, satisfygn=lemma=χορτάζωlexeme_dict=χορτάζωmood=indicativemorph_form=V-FPI-3Pmorph_functional=V-FPI-3Pnormalized=χορτασθήσονταιnu=plorig_order=1709ps=p3sp=verbstrongs=5526&5701tense=futurevoice=passive
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 97
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
μακάριοι
bol_dict_abc=3083bol_lemma_dict=μακάριος, -α, -ονcase=nominativedegree=freq_lemma=50gloss=happy, blessedgn=mlemma=μακάριοςlexeme_dict=μακάριος, -α, -ονmood=morph_form=A-NPMmorph_functional=A-NPMnormalized=μακάριοιnu=plorig_order=1710ps=sp=adjstrongs=3107tense=voice=
οἱ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NPMmorph_functional=T-NPMnormalized=οἱnu=plorig_order=1711ps=sp=artstrongs=3588tense=voice=
ἐλεήμονες,
bol_dict_abc=1644bol_lemma_dict=ἐλεήμων, -ονcase=nominativedegree=freq_lemma=2gloss=full of pity, mercifulgn=mlemma=ἐλεήμωνlexeme_dict=ἐλεήμων, -ονmood=morph_form=A-NPMmorph_functional=A-NPMnormalized=ἐλεήμονεςnu=plorig_order=1712ps=sp=adjstrongs=1655tense=voice=
ὅτι
bol_dict_abc=3606bol_lemma_dict=ὅτιcase=degree=freq_lemma=1293gloss=that, since, becausegn=lemma=ὅτιlexeme_dict=ὅτιmood=morph_form=CONJmorph_functional=CONJnormalized=ὅτιnu=orig_order=1713ps=sp=conjstrongs=3754tense=voice=
αὐτοὶ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=nominativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-NPMmorph_functional=P-NPMnormalized=αὐτοίnu=plorig_order=1714ps=sp=prepstrongs=846tense=voice=
ἐλεηθήσονται.
bol_dict_abc=1642bol_lemma_dict=ἐλεέωcase=degree=freq_lemma=29gloss=pity, have mercy ongn=lemma=ἐλεέωlexeme_dict=ἐλεέωmood=indicativemorph_form=V-FPI-3Pmorph_functional=V-FPI-3Pnormalized=ἐλεηθήσονταιnu=plorig_order=1715ps=p3sp=verbstrongs=1653&5701tense=futurevoice=passive
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 98
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse
μακάριοι
bol_dict_abc=3083bol_lemma_dict=μακάριος, -α, -ονcase=nominativedegree=freq_lemma=50gloss=happy, blessedgn=mlemma=μακάριοςlexeme_dict=μακάριος, -α, -ονmood=morph_form=A-NPMmorph_functional=A-NPMnormalized=μακάριοιnu=plorig_order=1716ps=sp=adjstrongs=3107tense=voice=
οἱ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=nominativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-NPMmorph_functional=T-NPMnormalized=οἱnu=plorig_order=1717ps=sp=artstrongs=3588tense=voice=
καθαροὶ
bol_dict_abc=2486bol_lemma_dict=καθαρός, -ά, -όνcase=nominativedegree=freq_lemma=26gloss=clean, pure, unstainedgn=mlemma=καθαρόςlexeme_dict=καθαρός, -ά, -όνmood=morph_form=A-NPMmorph_functional=A-NPMnormalized=καθαροίnu=plorig_order=1718ps=sp=adjstrongs=2513tense=voice=
τῇ
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=dativedegree=freq_lemma=19783gloss=thegn=flemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-DSFmorph_functional=T-DSFnormalized=τῇnu=sgorig_order=1719ps=sp=artstrongs=3588tense=voice=
καρδίᾳ,
bol_dict_abc=2560bol_lemma_dict=καρδία, -ας, ἡcase=dativedegree=freq_lemma=156gloss=heart, inner life, intentiongn=flemma=καρδίαlexeme_dict=καρδία, -ας, ἡmood=morph_form=N-DSFmorph_functional=N-DSFnormalized=καρδίᾳnu=sgorig_order=1720ps=sp=nounstrongs=2588tense=voice=
ὅτι
bol_dict_abc=3606bol_lemma_dict=ὅτιcase=degree=freq_lemma=1293gloss=that, since, becausegn=lemma=ὅτιlexeme_dict=ὅτιmood=morph_form=CONJmorph_functional=CONJnormalized=ὅτιnu=orig_order=1721ps=sp=conjstrongs=3754tense=voice=
αὐτοὶ
bol_dict_abc=839bol_lemma_dict=αὐτός, -ή, -όcase=nominativedegree=freq_lemma=5550gloss=he, she, it, they, them, samegn=mlemma=αὐτόςlexeme_dict=αὐτός, -ή, -όmood=morph_form=P-NPMmorph_functional=P-NPMnormalized=αὐτοίnu=plorig_order=1722ps=sp=prepstrongs=846tense=voice=
τὸν
bol_dict_abc=3438bol_lemma_dict=ὁ, ἡ, τόcase=accusativedegree=freq_lemma=19783gloss=thegn=mlemma=ὁlexeme_dict=ὁ, ἡ, τόmood=morph_form=T-ASMmorph_functional=T-ASMnormalized=τόνnu=sgorig_order=1723ps=sp=artstrongs=3588tense=voice=
Θεὸν
bol_dict_abc=2293bol_lemma_dict=θεός, -οῦ, ὁcase=accusativedegree=freq_lemma=1311gloss=God, godgn=mlemma=θεόςlexeme_dict=θεός, -οῦ, ὁmood=morph_form=N-ASMmorph_functional=N-ASMnormalized=Θεόνnu=sgorig_order=1724ps=sp=nounstrongs=2316tense=voice=
ὄψονται.
bol_dict_abc=3561bol_lemma_dict=ὁράωcase=degree=freq_lemma=682gloss=see, look upon, experiencegn=lemma=ὁράωlexeme_dict=ὁράωmood=indicativemorph_form=V-FDI-3Pmorph_functional=V-FDI-3Pnormalized=ὄψονταιnu=plorig_order=1725ps=p3sp=verbstrongs=3708&5695tense=futurevoice=middle_deponent
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"verse 99
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"