{ "cells": [ { "cell_type": "markdown", "id": "bec25f1a", "metadata": {}, "source": [ "# Loading Text-Fabric (Nestle1904 GBI nodes)\n", "\n", "Basic instructions on loading the Text-Fabric and start using it on your system." ] }, { "cell_type": "markdown", "id": "fa7f85d5", "metadata": {}, "source": [ "## Table of content \n", " \n", "### Loading program and dataset\n", "* [Step 1: Install Text-Fabric (if not yet installed)](#first-bullet)\n", "* [Step 2: Raise rate limit on Github](#second-bullet)\n", "* [Step 3: Load Text Fabric code](#third-bullet)\n", "* [Step 4: Load app and data](#fourth-bullet)\n", " \n", "### Some basic usage example\n", "[Example 1: show all object phrases in clauses](#fifth-bullet)" ] }, { "cell_type": "markdown", "id": "d5a6e05a", "metadata": {}, "source": [ "## Loading program and dataset\n", "\n", "### Step 1: Install Text-Fabric (if not yet installed) \n", "##### [back to TOC](#TOC)" ] }, { "cell_type": "markdown", "id": "f71d3a83", "metadata": {}, "source": [ "#### Python\n", "\n", "You need to have Python on your system. Most systems have it out of the box,\n", "but alas, that is python2 and we need at least python **3.6**.\n", "\n", "Install it from [python.org](https://www.python.org) or from\n", "[Anaconda](https://www.anaconda.com/products/distribution).\n", "\n", "#### TF itself\n", "\n", "```\n", "pip3 install text-fabric\n", "```\n", "\n", "#### When using Jupyter notebook\n", "\n", "You need [Jupyter](http://jupyter.org) or a platform like [Anaconda](https://www.anaconda.com/products/distribution) which includes Jupyter.\n", "\n", "If it is not already installed:\n", "\n", "```\n", "pip3 install jupyter\n", "```" ] }, { "cell_type": "markdown", "id": "8684bf30", "metadata": {}, "source": [ "### Step 2: Raise rate limit on Github \n", "##### [back to TOC](#TOC)\n", "\n", "It may be required to increase rate limit for GitHub. [See instructions](https://annotation.github.io/text-fabric/tf/advanced/repo.html) on aquiring and setting the GHPERS variable. \n", "See [here](https://www.howtogeek.com/789660/how-to-use-windows-cmd-environment-variables/#autotoc_anchor_2) if you want to set the varibale on windows using the command prompt." ] }, { "cell_type": "markdown", "id": "edadeba4", "metadata": {}, "source": [ "### Step 3: Load TextFabric code \n", "##### [back to TOC](#TOC)" ] }, { "cell_type": "code", "execution_count": 1, "id": "a5bc2a5d", "metadata": {}, "outputs": [], "source": [ "%load_ext autoreload\n", "%autoreload 2" ] }, { "cell_type": "code", "execution_count": 2, "id": "31f3bbde", "metadata": {}, "outputs": [], "source": [ "# Loading the New Testament TextFabric code\n", "\n", "from tf.fabric import Fabric\n", "from tf.app import use" ] }, { "cell_type": "markdown", "id": "f8a57edd-2c89-406a-873f-e7f71a5539c3", "metadata": {}, "source": [ "### Step 4: Load app and data \n", "##### [back to TOC](#TOC)" ] }, { "cell_type": "code", "execution_count": 14, "id": "b8574f48", "metadata": {}, "outputs": [ { "data": { "text/markdown": [ "**Locating corpus resources ...**" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "app: ~/text-fabric-data/github/tonyjurg/Nestle1904GBI/app" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "data: ~/text-fabric-data/github/tonyjurg/Nestle1904GBI/tf/0.2" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", " Text-Fabric: Text-Fabric API 11.4.10, tonyjurg/Nestle1904GBI/app v3, Search Reference
\n", " Data: tonyjurg - Nestle1904GBI 0.2, Character table, Feature docs
\n", "
Node types\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", "\n", " \n", " \n", " \n", " \n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", "\n", "\n", "\n", " \n", " \n", " \n", " \n", "\n", "
Name# of nodes# slots/node% coverage
book275102.93100
chapter260529.92100
sentence572024.09100
verse794417.34100
clause161248.54100
phrase735471.87100
word1377791.00100
\n", " Sets: no custom sets
\n", " Features:
\n", "
Nestle 1904\n", "
\n", "\n", "
\n", "
\n", "book\n", "
\n", "
str
\n", "\n", " Book\n", "\n", "
\n", "\n", "
\n", "
\n", "book_long\n", "
\n", "
str
\n", "\n", " Book name (fully spelled out)\n", "\n", "
\n", "\n", "
\n", "
\n", "book_short\n", "
\n", "
str
\n", "\n", " Book name (abbreviated)\n", "\n", "
\n", "\n", "
\n", "
\n", "booknum\n", "
\n", "
int
\n", "\n", " NT book number (Matthew=1, Mark=2, ..., Revelation=27)\n", "\n", "
\n", "\n", "
\n", "
\n", "case\n", "
\n", "
str
\n", "\n", " Gramatical case (Nominative, Genitive, Dative, Accusative, Vocative)\n", "\n", "
\n", "\n", "
\n", "
\n", "chapter\n", "
\n", "
int
\n", "\n", " Chapter number inside book\n", "\n", "
\n", "\n", "
\n", "
\n", "clause\n", "
\n", "
int
\n", "\n", " Clause number (counted per chapter)\n", "\n", "
\n", "\n", "
\n", "
\n", "clauserule\n", "
\n", "
str
\n", "\n", " Clause rule\n", "\n", "
\n", "\n", "
\n", "
\n", "clausetype\n", "
\n", "
str
\n", "\n", " Clause type\n", "\n", "
\n", "\n", "
\n", "
\n", "degree\n", "
\n", "
str
\n", "\n", " Degree (e.g. Comparitative, Superlative)\n", "\n", "
\n", "\n", "
\n", "
\n", "formaltag\n", "
\n", "
str
\n", "\n", " Formal tag (Sandborg-Petersen morphology)\n", "\n", "
\n", "\n", "
\n", "
\n", "functionaltag\n", "
\n", "
str
\n", "\n", " Functional tag (Sandborg-Petersen morphology)\n", "\n", "
\n", "\n", "
\n", "
\n", "gloss_EN\n", "
\n", "
str
\n", "\n", " English gloss\n", "\n", "
\n", "\n", "
\n", "
\n", "gn\n", "
\n", "
str
\n", "\n", " Gramatical gender (Masculine, Feminine, Neuter)\n", "\n", "
\n", "\n", "
\n", "
\n", "lemma\n", "
\n", "
str
\n", "\n", " Lexeme (lemma)\n", "\n", "
\n", "\n", "
\n", "
\n", "lex_dom\n", "
\n", "
str
\n", "\n", " Lexical domain according to Semantic Dictionary of Biblical Greek, SDBG (not present everywhere?)\n", "\n", "
\n", "\n", "
\n", "
\n", "ln\n", "
\n", "
str
\n", "\n", " Lauw-Nida lexical classification (not present everywhere?)\n", "\n", "
\n", "\n", "
\n", "
\n", "monad\n", "
\n", "
int
\n", "\n", " Monad\n", "\n", "
\n", "\n", "
\n", "
\n", "mood\n", "
\n", "
str
\n", "\n", " Gramatical mood of the verb (passive, etc)\n", "\n", "
\n", "\n", "
\n", "
\n", "nodeID\n", "
\n", "
str
\n", "\n", " Node ID (as in the XML source data, not yet post-processes)\n", "\n", "
\n", "\n", "
\n", "
\n", "normalized\n", "
\n", "
str
\n", "\n", " Surface word stripped of punctations\n", "\n", "
\n", "\n", "
\n", "
\n", "nu\n", "
\n", "
str
\n", "\n", " Gramatical number (Singular, Plural)\n", "\n", "
\n", "\n", "
\n", "
\n", "number\n", "
\n", "
str
\n", "\n", " Gramatical number of the verb\n", "\n", "
\n", "\n", "
\n", "
\n", "orig_order\n", "
\n", "
int
\n", "\n", " Word order within corpus\n", "\n", "
\n", "\n", "
\n", "
\n", "otype\n", "
\n", "
str
\n", "\n", " \n", "\n", "
\n", "\n", "
\n", "
\n", "person\n", "
\n", "
str
\n", "\n", " Gramatical person of the verb (first, second, third)\n", "\n", "
\n", "\n", "
\n", "
\n", "phrase\n", "
\n", "
int
\n", "\n", " Phrase number (counted per chapter)\n", "\n", "
\n", "\n", "
\n", "
\n", "phrasefunction\n", "
\n", "
str
\n", "\n", " Phrase function (abbreviated)\n", "\n", "
\n", "\n", "
\n", " \n", "
str
\n", "\n", " Phrase function (long description)\n", "\n", "
\n", "\n", "
\n", "
\n", "phrasetype\n", "
\n", "
str
\n", "\n", " Phrase type information\n", "\n", "
\n", "\n", "
\n", "
\n", "sentence\n", "
\n", "
int
\n", "\n", " Sentence number (counted per chapter)\n", "\n", "
\n", "\n", "
\n", "
\n", "sp\n", "
\n", "
str
\n", "\n", " Part of Speech (abbreviated)\n", "\n", "
\n", "\n", "
\n", "
\n", "sp_full\n", "
\n", "
str
\n", "\n", " Part of Speech (long description)\n", "\n", "
\n", "\n", "
\n", "
\n", "strongs\n", "
\n", "
str
\n", "\n", " Strongs number\n", "\n", "
\n", "\n", "
\n", "
\n", "subj_ref\n", "
\n", "
str
\n", "\n", " Subject reference (to nodeID in XML source data, not yet post-processes)\n", "\n", "
\n", "\n", "
\n", "
\n", "tense\n", "
\n", "
str
\n", "\n", " Gramatical tense of the verb (e.g. Present, Aorist)\n", "\n", "
\n", "\n", "
\n", "
\n", "type\n", "
\n", "
str
\n", "\n", " Gramatical type of noun or pronoun (e.g. Common, Personal)\n", "\n", "
\n", "\n", "
\n", "
\n", "verse\n", "
\n", "
int
\n", "\n", " Verse number inside chapter\n", "\n", "
\n", "\n", "
\n", "
\n", "voice\n", "
\n", "
str
\n", "\n", " Gramatical voice of the verb\n", "\n", "
\n", "\n", "
\n", "
\n", "word\n", "
\n", "
str
\n", "\n", " Word as it appears in the text\n", "\n", "
\n", "\n", "
\n", "
\n", "oslots\n", "
\n", "
none
\n", "\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" }, { "data": { "text/html": [ "
Text-Fabric API: names N F E L T S C TF directly usable

" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# load the app and data\n", "N1904GBI = use (\"tonyjurg/Nestle1904GBI\", hoist=globals())" ] }, { "cell_type": "markdown", "id": "63ab413a", "metadata": {}, "source": [ "# Some basic usage example\n", "##### [back to TOC](#TOC)\n", "\n", "### Example 1: show all object phrases in clauses\n", "\n", "The following example will query (and indicate) phrases with function 'O' (=Object). This is done by selecting versed containing the value 'O' for feature 'phrasefunction' belonging to node type 'phrase'. See also the [feature description of 'phrasefunction'](https://tonyjurg.github.io/Nestle1904GBI/features/phrasefunction.html). It starts with examining at the first verse of Matthews. The first Object phrase in Matthew is found in verse 2. The display is limited to the first two verses found containing an Object phrase." ] }, { "cell_type": "code", "execution_count": 20, "id": "adc48de9", "metadata": { "scrolled": true }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ " 0.08s 10813 results\n" ] }, { "data": { "text/html": [ "

verse 1" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "

verse
verse=2
clause #2
clause=2clauserule=Conj13CL
phrase #3
phrase=3phrasefunction=Sphrasefunction_long=Subject functionphrasetype=N2NP
Ἀβραὰμ
Abrahamlemma=Ἀβραάμstrongs=11sp=nounbook_long=Matthewbook_short=Mattbooknum=1case=Nominativechapter=1clause=2formaltag=N-PRIfunctionaltag=N-PRIgn=Masculinelex_dom=093001ln=93.7monad=9nodeID=n40001002001normalized=Ἀβραάμnu=Singularnumber=Singularorig_order=9phrase=3sentence=2sp_full=nountype=Properverse=2word=Ἀβραὰμ
phrase #4
phrase=4phrasefunction=Vphrasefunction_long=Verbal functionphrasetype=N2NP
ἐγέννησεν
begatlemma=γεννάωstrongs=1080sp=verbbook_long=Matthewbook_short=Mattbooknum=1chapter=1clause=2formaltag=V-AAI-3Sfunctionaltag=V-AAI-3Slex_dom=023003ln=23.58monad=10mood=IndicativenodeID=n40001002002normalized=ἐγέννησενnu=Singularnumber=Singularorig_order=10person=Thirdphrase=4sentence=2sp_full=verbtense=Aoristverse=2voice=Activeword=ἐγέννησεν
phrase #5
phrase=5phrasefunction=Ophrasefunction_long=Object functionphrasetype=N2NP
τὸν
-lemma=strongs=3588sp=detbook_long=Matthewbook_short=Mattbooknum=1case=Accusativechapter=1clause=2formaltag=T-ASMfunctionaltag=T-ASMgn=Masculinelex_dom=092004ln=92.24monad=11nodeID=n40001002003normalized=τόνnu=Singularnumber=Singularorig_order=11phrase=5sentence=2sp_full=determinerverse=2word=τὸν
Ἰσαάκ,
Isaaclemma=Ἰσαάκstrongs=2464sp=nounbook_long=Matthewbook_short=Mattbooknum=1case=Accusativechapter=1clause=2formaltag=N-PRIfunctionaltag=N-PRIgn=Masculinelex_dom=093001ln=93.180monad=12nodeID=n40001002004normalized=Ἰσαάκnu=Singularnumber=Singularorig_order=12phrase=5sentence=2sp_full=nountype=Properverse=2word=Ἰσαάκ,
clause #3
clause=3clauserule=Conj13CL
phrase #6
phrase=6phrasefunction=Ophrasefunction_long=Object functionphrasetype=N2NP
δὲ
thenlemma=δέstrongs=1161sp=conjbook_long=Matthewbook_short=Mattbooknum=1chapter=1clause=3formaltag=CONJfunctionaltag=CONJlex_dom=089015ln=89.87monad=13nodeID=n40001002006normalized=δέorig_order=13phrase=6sentence=2sp_full=conjunctionverse=2word=δὲ
phrase #7
phrase=7phrasefunction=Sphrasefunction_long=Subject functionphrasetype=N2NP
Ἰσαὰκ
Isaaclemma=Ἰσαάκstrongs=2464sp=nounbook_long=Matthewbook_short=Mattbooknum=1case=Nominativechapter=1clause=3formaltag=N-PRIfunctionaltag=N-PRIgn=Masculinelex_dom=093001ln=93.180monad=14nodeID=n40001002005normalized=Ἰσαάκnu=Singularnumber=Singularorig_order=14phrase=7sentence=2sp_full=nountype=Properverse=2word=Ἰσαὰκ
phrase #8
phrase=8phrasefunction=Vphrasefunction_long=Verbal functionphrasetype=N2NP
ἐγέννησεν
begatlemma=γεννάωstrongs=1080sp=verbbook_long=Matthewbook_short=Mattbooknum=1chapter=1clause=3formaltag=V-AAI-3Sfunctionaltag=V-AAI-3Slex_dom=023003ln=23.58monad=15mood=IndicativenodeID=n40001002007normalized=ἐγέννησενnu=Singularnumber=Singularorig_order=15person=Thirdphrase=8sentence=2sp_full=verbtense=Aoristverse=2voice=Activeword=ἐγέννησεν
phrase #9
phrase=9phrasefunction=Ophrasefunction_long=Object functionphrasetype=N2NP
τὸν
-lemma=strongs=3588sp=detbook_long=Matthewbook_short=Mattbooknum=1case=Accusativechapter=1clause=3formaltag=T-ASMfunctionaltag=T-ASMgn=Masculinelex_dom=092004ln=92.24monad=16nodeID=n40001002008normalized=τόνnu=Singularnumber=Singularorig_order=16phrase=9sentence=2sp_full=determinerverse=2word=τὸν
Ἰακώβ,
Jacoblemma=Ἰακώβstrongs=2384sp=nounbook_long=Matthewbook_short=Mattbooknum=1case=Accusativechapter=1clause=3formaltag=N-PRIfunctionaltag=N-PRIgn=Masculinelex_dom=093001ln=93.157amonad=17nodeID=n40001002009normalized=Ἰακώβnu=Singularnumber=Singularorig_order=17phrase=9sentence=2sp_full=nountype=Properverse=2word=Ἰακώβ,
clause #4
clause=4clauserule=Conj13CL
phrase #10
phrase=10phrasefunction=Ophrasefunction_long=Object functionphrasetype=N2NP
δὲ
thenlemma=δέstrongs=1161sp=conjbook_long=Matthewbook_short=Mattbooknum=1chapter=1clause=4formaltag=CONJfunctionaltag=CONJlex_dom=089015ln=89.87monad=18nodeID=n40001002011normalized=δέorig_order=18phrase=10sentence=2sp_full=conjunctionverse=2word=δὲ
phrase #11
phrase=11phrasefunction=Sphrasefunction_long=Subject functionphrasetype=N2NP
Ἰακὼβ
Jacoblemma=Ἰακώβstrongs=2384sp=nounbook_long=Matthewbook_short=Mattbooknum=1case=Nominativechapter=1clause=4formaltag=N-PRIfunctionaltag=N-PRIgn=Masculinelex_dom=093001ln=93.157amonad=19nodeID=n40001002010normalized=Ἰακώβnu=Singularnumber=Singularorig_order=19phrase=11sentence=2sp_full=nountype=Properverse=2word=Ἰακὼβ
phrase #12
phrase=12phrasefunction=Vphrasefunction_long=Verbal functionphrasetype=N2NP
ἐγέννησεν
begatlemma=γεννάωstrongs=1080sp=verbbook_long=Matthewbook_short=Mattbooknum=1chapter=1clause=4formaltag=V-AAI-3Sfunctionaltag=V-AAI-3Slex_dom=023003ln=23.58monad=20mood=IndicativenodeID=n40001002012normalized=ἐγέννησενnu=Singularnumber=Singularorig_order=20person=Thirdphrase=12sentence=2sp_full=verbtense=Aoristverse=2voice=Activeword=ἐγέννησεν
phrase #13
phrase=13phrasefunction=Ophrasefunction_long=Object functionphrasetype=Pron2NP
τὸν
-lemma=strongs=3588sp=detbook_long=Matthewbook_short=Mattbooknum=1case=Accusativechapter=1clause=4formaltag=T-ASMfunctionaltag=T-ASMgn=Masculinelex_dom=092004ln=92.24monad=21nodeID=n40001002013normalized=τόνnu=Singularnumber=Singularorig_order=21phrase=13sentence=2sp_full=determinerverse=2word=τὸν
Ἰούδαν
Judahlemma=Ἰούδαςstrongs=2455sp=nounbook_long=Matthewbook_short=Mattbooknum=1case=Accusativechapter=1clause=4formaltag=N-ASMfunctionaltag=N-ASMgn=Masculinelex_dom=093001ln=93.173hmonad=22nodeID=n40001002014normalized=Ἰούδανnu=Singularnumber=Singularorig_order=22phrase=13sentence=2sp_full=nountype=Properverse=2word=Ἰούδαν
καὶ
andlemma=καίstrongs=2532sp=conjbook_long=Matthewbook_short=Mattbooknum=1chapter=1clause=4formaltag=CONJfunctionaltag=CONJlex_dom=089017ln=89.92monad=23nodeID=n40001002015normalized=καίorig_order=23phrase=13sentence=2sp_full=conjunctionverse=2word=καὶ
τοὺς
thelemma=strongs=3588sp=detbook_long=Matthewbook_short=Mattbooknum=1case=Accusativechapter=1clause=4formaltag=T-APMfunctionaltag=T-APMgn=Masculinelex_dom=092004ln=92.24monad=24nodeID=n40001002016normalized=τούςnu=Pluralnumber=Pluralorig_order=24phrase=13sentence=2sp_full=determinerverse=2word=τοὺς
ἀδελφοὺς
brotherslemma=ἀδελφόςstrongs=80sp=nounbook_long=Matthewbook_short=Mattbooknum=1case=Accusativechapter=1clause=4formaltag=N-APMfunctionaltag=N-APMgn=Masculinelex_dom=010003ln=10.49monad=25nodeID=n40001002017normalized=ἀδελφούςnu=Pluralnumber=Pluralorig_order=25phrase=13sentence=2sp_full=nountype=Commonverse=2word=ἀδελφοὺς
αὐτοῦ,
of himlemma=αὐτόςstrongs=846sp=pronbook_long=Matthewbook_short=Mattbooknum=1case=Genitivechapter=1clause=4formaltag=P-GSMfunctionaltag=P-GSMgn=Masculinelex_dom=092004ln=92.11monad=26nodeID=n40001002018normalized=αὐτοῦnu=Singularnumber=Singularorig_order=26phrase=13sentence=2sp_full=pronountype=Personalverse=2word=αὐτοῦ,
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "

verse 2" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "

verse
verse=3
clause #5
clause=5clauserule=Conj13CL
phrase #14
phrase=14phrasefunction=Ophrasefunction_long=Object functionphrasetype=Pron2NP
δὲ
thenlemma=δέstrongs=1161sp=conjbook_long=Matthewbook_short=Mattbooknum=1chapter=1clause=5formaltag=CONJfunctionaltag=CONJlex_dom=089015ln=89.87monad=27nodeID=n40001003002normalized=δέorig_order=27phrase=14sentence=2sp_full=conjunctionverse=3word=δὲ
phrase #15
phrase=15phrasefunction=Sphrasefunction_long=Subject functionphrasetype=N2NP
Ἰούδας
Judahlemma=Ἰούδαςstrongs=2455sp=nounbook_long=Matthewbook_short=Mattbooknum=1case=Nominativechapter=1clause=5formaltag=N-NSMfunctionaltag=N-NSMgn=Masculinelex_dom=093001ln=93.173hmonad=28nodeID=n40001003001normalized=Ἰούδαςnu=Singularnumber=Singularorig_order=28phrase=15sentence=2sp_full=nountype=Properverse=3word=Ἰούδας
phrase #16
phrase=16phrasefunction=Vphrasefunction_long=Verbal functionphrasetype=N2NP
ἐγέννησεν
begatlemma=γεννάωstrongs=1080sp=verbbook_long=Matthewbook_short=Mattbooknum=1chapter=1clause=5formaltag=V-AAI-3Sfunctionaltag=V-AAI-3Slex_dom=023003ln=23.58monad=29mood=IndicativenodeID=n40001003003normalized=ἐγέννησενnu=Singularnumber=Singularorig_order=29person=Thirdphrase=16sentence=2sp_full=verbtense=Aoristverse=3voice=Activeword=ἐγέννησεν
phrase #17
phrase=17phrasefunction=Ophrasefunction_long=Object functionphrasetype=N2NP
τὸν
-lemma=strongs=3588sp=detbook_long=Matthewbook_short=Mattbooknum=1case=Accusativechapter=1clause=5formaltag=T-ASMfunctionaltag=T-ASMgn=Masculinelex_dom=092004ln=92.24monad=30nodeID=n40001003004normalized=τόνnu=Singularnumber=Singularorig_order=30phrase=17sentence=2sp_full=determinerverse=3word=τὸν
Φαρὲς
Perezlemma=Φάρεςstrongs=5329sp=nounbook_long=Matthewbook_short=Mattbooknum=1case=Accusativechapter=1clause=5formaltag=N-PRIfunctionaltag=N-PRIgn=Masculinelex_dom=093001ln=93.374monad=31nodeID=n40001003005normalized=Φαρέςnu=Singularnumber=Singularorig_order=31phrase=17sentence=2sp_full=nountype=Properverse=3word=Φαρὲς
καὶ
andlemma=καίstrongs=2532sp=conjbook_long=Matthewbook_short=Mattbooknum=1chapter=1clause=5formaltag=CONJfunctionaltag=CONJlex_dom=089017ln=89.92monad=32nodeID=n40001003006normalized=καίorig_order=32phrase=17sentence=2sp_full=conjunctionverse=3word=καὶ
τὸν
-lemma=strongs=3588sp=detbook_long=Matthewbook_short=Mattbooknum=1case=Accusativechapter=1clause=5formaltag=T-ASMfunctionaltag=T-ASMgn=Masculinelex_dom=092004ln=92.24monad=33nodeID=n40001003007normalized=τόνnu=Singularnumber=Singularorig_order=33phrase=17sentence=2sp_full=determinerverse=3word=τὸν
Ζαρὰ
Zerahlemma=Ζάραstrongs=2196sp=nounbook_long=Matthewbook_short=Mattbooknum=1case=Accusativechapter=1clause=5formaltag=N-PRIfunctionaltag=N-PRIgn=Masculinelex_dom=093001ln=93.135monad=34nodeID=n40001003008normalized=Ζαράnu=Singularnumber=Singularorig_order=34phrase=17sentence=2sp_full=nountype=Properverse=3word=Ζαρὰ
phrase #18
phrase=18phrasefunction=ADVphrasefunction_long=Adverbial functionphrasetype=N2NP
ἐκ
out oflemma=ἐκstrongs=1537sp=prepbook_long=Matthewbook_short=Mattbooknum=1chapter=1clause=5formaltag=PREPfunctionaltag=PREPlex_dom=089003ln=89.3monad=35nodeID=n40001003009normalized=ἐκorig_order=35phrase=18sentence=2sp_full=prepositionverse=3word=ἐκ
τῆς
-lemma=strongs=3588sp=detbook_long=Matthewbook_short=Mattbooknum=1case=Genitivechapter=1clause=5formaltag=T-GSFfunctionaltag=T-GSFgn=Femininelex_dom=092004ln=92.24monad=36nodeID=n40001003010normalized=τῆςnu=Singularnumber=Singularorig_order=36phrase=18sentence=2sp_full=determinerverse=3word=τῆς
Θάμαρ,
Tamarlemma=Θαμάρstrongs=2283sp=nounbook_long=Matthewbook_short=Mattbooknum=1case=Genitivechapter=1clause=5formaltag=N-PRIfunctionaltag=N-PRIgn=Femininelex_dom=093001ln=93.151monad=37nodeID=n40001003011normalized=Θάμαρnu=Singularnumber=Singularorig_order=37phrase=18sentence=2sp_full=nountype=Properverse=3word=Θάμαρ,
clause #6
clause=6clauserule=Conj13CL
phrase #19
phrase=19phrasefunction=ADVphrasefunction_long=Adverbial functionphrasetype=N2NP
δὲ
thenlemma=δέstrongs=1161sp=conjbook_long=Matthewbook_short=Mattbooknum=1chapter=1clause=6formaltag=CONJfunctionaltag=CONJlex_dom=089015ln=89.87monad=38nodeID=n40001003013normalized=δέorig_order=38phrase=19sentence=2sp_full=conjunctionverse=3word=δὲ
phrase #20
phrase=20phrasefunction=Sphrasefunction_long=Subject functionphrasetype=N2NP
Φαρὲς
Perezlemma=Φάρεςstrongs=5329sp=nounbook_long=Matthewbook_short=Mattbooknum=1case=Nominativechapter=1clause=6formaltag=N-PRIfunctionaltag=N-PRIgn=Masculinelex_dom=093001ln=93.374monad=39nodeID=n40001003012normalized=Φαρέςnu=Singularnumber=Singularorig_order=39phrase=20sentence=2sp_full=nountype=Properverse=3word=Φαρὲς
phrase #21
phrase=21phrasefunction=Vphrasefunction_long=Verbal functionphrasetype=N2NP
ἐγέννησεν
begatlemma=γεννάωstrongs=1080sp=verbbook_long=Matthewbook_short=Mattbooknum=1chapter=1clause=6formaltag=V-AAI-3Sfunctionaltag=V-AAI-3Slex_dom=023003ln=23.58monad=40mood=IndicativenodeID=n40001003014normalized=ἐγέννησενnu=Singularnumber=Singularorig_order=40person=Thirdphrase=21sentence=2sp_full=verbtense=Aoristverse=3voice=Activeword=ἐγέννησεν
phrase #22
phrase=22phrasefunction=Ophrasefunction_long=Object functionphrasetype=N2NP
τὸν
-lemma=strongs=3588sp=detbook_long=Matthewbook_short=Mattbooknum=1case=Accusativechapter=1clause=6formaltag=T-ASMfunctionaltag=T-ASMgn=Masculinelex_dom=092004ln=92.24monad=41nodeID=n40001003015normalized=τόνnu=Singularnumber=Singularorig_order=41phrase=22sentence=2sp_full=determinerverse=3word=τὸν
Ἐσρώμ,
Hezronlemma=Ἑσρώμstrongs=2074sp=nounbook_long=Matthewbook_short=Mattbooknum=1case=Accusativechapter=1clause=6formaltag=N-PRIfunctionaltag=N-PRIgn=Masculinelex_dom=093001ln=93.127monad=42nodeID=n40001003016normalized=Ἐσρώμnu=Singularnumber=Singularorig_order=42phrase=22sentence=2sp_full=nountype=Properverse=3word=Ἐσρώμ,
clause #7
clause=7clauserule=Conj13CL
phrase #23
phrase=23phrasefunction=Ophrasefunction_long=Object functionphrasetype=N2NP
δὲ
thenlemma=δέstrongs=1161sp=conjbook_long=Matthewbook_short=Mattbooknum=1chapter=1clause=7formaltag=CONJfunctionaltag=CONJlex_dom=089015ln=89.87monad=43nodeID=n40001003018normalized=δέorig_order=43phrase=23sentence=2sp_full=conjunctionverse=3word=δὲ
phrase #24
phrase=24phrasefunction=Sphrasefunction_long=Subject functionphrasetype=N2NP
Ἐσρὼμ
Hezronlemma=Ἑσρώμstrongs=2074sp=nounbook_long=Matthewbook_short=Mattbooknum=1case=Nominativechapter=1clause=7formaltag=N-PRIfunctionaltag=N-PRIgn=Masculinelex_dom=093001ln=93.127monad=44nodeID=n40001003017normalized=Ἐσρώμnu=Singularnumber=Singularorig_order=44phrase=24sentence=2sp_full=nountype=Properverse=3word=Ἐσρὼμ
phrase #25
phrase=25phrasefunction=Vphrasefunction_long=Verbal functionphrasetype=N2NP
ἐγέννησεν
begatlemma=γεννάωstrongs=1080sp=verbbook_long=Matthewbook_short=Mattbooknum=1chapter=1clause=7formaltag=V-AAI-3Sfunctionaltag=V-AAI-3Slex_dom=023003ln=23.58monad=45mood=IndicativenodeID=n40001003019normalized=ἐγέννησενnu=Singularnumber=Singularorig_order=45person=Thirdphrase=25sentence=2sp_full=verbtense=Aoristverse=3voice=Activeword=ἐγέννησεν
phrase #26
phrase=26phrasefunction=Ophrasefunction_long=Object functionphrasetype=N2NP
τὸν
-lemma=strongs=3588sp=detbook_long=Matthewbook_short=Mattbooknum=1case=Accusativechapter=1clause=7formaltag=T-ASMfunctionaltag=T-ASMgn=Masculinelex_dom=092004ln=92.24monad=46nodeID=n40001003020normalized=τόνnu=Singularnumber=Singularorig_order=46phrase=26sentence=2sp_full=determinerverse=3word=τὸν
Ἀράμ,
Ramlemma=Ἀράμstrongs=689sp=nounbook_long=Matthewbook_short=Mattbooknum=1case=Accusativechapter=1clause=7formaltag=N-PRIfunctionaltag=N-PRIgn=Masculinelex_dom=093001ln=93.35monad=47nodeID=n40001003021normalized=Ἀράμnu=Singularnumber=Singularorig_order=47phrase=26sentence=2sp_full=nountype=Properverse=3word=Ἀράμ,
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "Search0 = '''\n", "book book=Matthew\n", " phrase phrasefunction=O\n", "'''\n", "Search0 = NA.search(Search0)\n", "N1904GBI.show(Search0, start=1, end=2, condensed=True, extraFeatures={'sp', 'clausetype'}, multiFeatures=True)" ] }, { "cell_type": "code", "execution_count": null, "id": "67c0b9e1", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.12" } }, "nbformat": 4, "nbformat_minor": 5 }