{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "%load_ext autoreload\n", "%autoreload 2" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [], "source": [ "from fixture import TestApp" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [], "source": [ "As = TestApp(globals())" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [], "source": [ "def tabular():\n", " table = tuple(\n", " tuple(x[0] for x in As.select(slot=True, start=True, center=True, end=True, size=1, offset=r + 1))\n", " for r in range(3)\n", " )\n", " As.perform('table', None, table)\n", " As.perform('table', None, table, withPassage={1,2})\n", " As.perform('table', None, table, withPassage={2,3})\n", " As.perform('table', None, table, withPassage=True)\n", " As.perform('table', None, table, withPassage=False)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Run all corpora" ] }, { "cell_type": "code", "execution_count": 5, "metadata": {}, "outputs": [], "source": [ "As.testSet()" ] }, { "cell_type": "code", "execution_count": 7, "metadata": {}, "outputs": [ { "data": { "text/markdown": [ "# athenaeus" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ " 1m 01s All features loaded/computed - for details use loadLog()\n" ] }, { "data": { "text/html": [ "" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 132575, 265145), (3, 132576, 265144), (4, 132577, 265143)))`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npwordwordword
11 1:1
μὲν
λευκοῦ
τὸ
21 1:1
καὶ
31 1:1
τῆς
καταπαυομένοις
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 132575, 265145), (3, 132576, 265144), (4, 132577, 265143)), withPassage={1, 2})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nwordwordword
1
1 1:1  μὲν
8 52:7515  λευκοῦ
τὸ
2
1 1:1  
8 52:7515  καὶ
3
1 1:1  τῆς
8 52:7515  
καταπαυομένοις
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 132575, 265145), (3, 132576, 265144), (4, 132577, 265143)), withPassage={2, 3})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nwordwordword
1
μὲν
8 52:7515  λευκοῦ
15 63:14915  τὸ
2
8 52:7515  καὶ
15 63:14915  
3
τῆς
8 52:7515  
15 63:14915  καταπαυομένοις
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 132575, 265145), (3, 132576, 265144), (4, 132577, 265143)), withPassage=True)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npwordwordword
11 1:1
μὲν
λευκοῦ
τὸ
21 1:1
καὶ
31 1:1
τῆς
καταπαυομένοις
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 132575, 265145), (3, 132576, 265144), (4, 132577, 265143)), withPassage=False)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nwordwordword
1
μὲν
λευκοῦ
τὸ
2
καὶ
3
τῆς
καταπαυομένοις
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "# banks" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ " 1m 01s All features loaded/computed - for details use loadLog()\n" ] }, { "data": { "text/html": [ "" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 51, 98), (3, 52, 97), (4, 53, 96)))`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npwordwordword
1Consider Phlebas 1:1
about
ones,
safety
2Consider Phlebas 1:1
us,
in
a
3Consider Phlebas 1:1
everything
our
of
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 51, 98), (3, 52, 97), (4, 53, 96)), withPassage={1, 2})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nwordwordword
1
Consider Phlebas 1:1  about
Consider Phlebas 1:2  ones,
safety
2
Consider Phlebas 1:1  us,
Consider Phlebas 1:2  in
a
3
Consider Phlebas 1:1  everything
Consider Phlebas 1:2  our
of
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 51, 98), (3, 52, 97), (4, 53, 96)), withPassage={2, 3})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nwordwordword
1
about
Consider Phlebas 1:2  ones,
Consider Phlebas 2:1  safety
2
us,
Consider Phlebas 1:2  in
Consider Phlebas 2:1  a
3
everything
Consider Phlebas 1:2  our
Consider Phlebas 2:1  of
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 51, 98), (3, 52, 97), (4, 53, 96)), withPassage=True)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npwordwordword
1Consider Phlebas 1:1
about
ones,
safety
2Consider Phlebas 1:1
us,
in
a
3Consider Phlebas 1:1
everything
our
of
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 51, 98), (3, 52, 97), (4, 53, 96)), withPassage=False)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nwordwordword
1
about
ones,
safety
2
us,
in
a
3
everything
our
of
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "# bhsa" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ " 57s All features loaded/computed - for details use loadLog()\n" ] }, { "data": { "text/html": [ "" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 213294, 426583), (3, 213295, 426582), (4, 213296, 426581)))`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npwordwordword
1Genesis 1:1
רֵאשִׁ֖ית
יֹּ֤ום
וְ
2Genesis 1:1
בָּרָ֣א
הַ
עִמֹּ֖ו
3Genesis 1:1
אֱלֹהִ֑ים
הוּא֙
אֱלֹהָ֛יו
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 213294, 426583), (3, 213295, 426582), (4, 213296, 426581)), withPassage={1, 2})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nwordwordword
1
Genesis 1:1  רֵאשִׁ֖ית
Isaiah 4:1  יֹּ֤ום
וְ
2
Genesis 1:1  בָּרָ֣א
Isaiah 4:1  הַ
עִמֹּ֖ו
3
Genesis 1:1  אֱלֹהִ֑ים
Isaiah 4:1  הוּא֙
אֱלֹהָ֛יו
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 213294, 426583), (3, 213295, 426582), (4, 213296, 426581)), withPassage={2, 3})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nwordwordword
1
רֵאשִׁ֖ית
Isaiah 4:1  יֹּ֤ום
2
בָּרָ֣א
Isaiah 4:1  הַ
2_Chronicles 36:23  עִמֹּ֖ו
3
אֱלֹהִ֑ים
Isaiah 4:1  הוּא֙
2_Chronicles 36:23  אֱלֹהָ֛יו
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 213294, 426583), (3, 213295, 426582), (4, 213296, 426581)), withPassage=True)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npwordwordword
1Genesis 1:1
רֵאשִׁ֖ית
יֹּ֤ום
וְ
2Genesis 1:1
בָּרָ֣א
הַ
עִמֹּ֖ו
3Genesis 1:1
אֱלֹהִ֑ים
הוּא֙
אֱלֹהָ֛יו
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 213294, 426583), (3, 213295, 426582), (4, 213296, 426581)), withPassage=False)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nwordwordword
1
רֵאשִׁ֖ית
יֹּ֤ום
וְ
2
בָּרָ֣א
הַ
עִמֹּ֖ו
3
אֱלֹהִ֑ים
הוּא֙
אֱלֹהָ֛יו
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "# dss" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ " 51s All features loaded/computed - for details use loadLog()\n" ] }, { "data": { "text/html": [ "" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 715122, 1430240), (3, 715123, 1430239), (4, 715124, 1430238)))`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npsignsignsign
1CD 1:1
ו
ט
׃
2CD 1:1
ע
ר
3CD 1:1
ת
ו
ε
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 715122, 1430240), (3, 715123, 1430239), (4, 715124, 1430238)), withPassage={1, 2})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nsignsignsign
1
CD 1:1  ו
׃
2
CD 1:1  ע
3
CD 1:1  ת
ε
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 715122, 1430240), (3, 715123, 1430239), (4, 715124, 1430238)), withPassage={2, 3})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nsignsignsign
1
ו
X4 f2:3  ׃
2
ע
3
ת
X4 f2:3  ε
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 715122, 1430240), (3, 715123, 1430239), (4, 715124, 1430238)), withPassage=True)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npsignsignsign
1CD 1:1
ו
ט
׃
2CD 1:1
ע
ר
3CD 1:1
ת
ו
ε
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 715122, 1430240), (3, 715123, 1430239), (4, 715124, 1430238)), withPassage=False)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nsignsignsign
1
ו
ט
׃
2
ע
ר
3
ת
ו
ε
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "# nena" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ " 47s All features loaded/computed - for details use loadLog()\n" ] }, { "data": { "text/html": [ "" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 269692, 539380), (3, 269693, 539379), (4, 269694, 539378)))`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npletterletterletter
1Barwar, A Hundred Gold Coins, Ln. 1
á-
m
l
2Barwar, A Hundred Gold Coins, Ln. 1
g
m
à
3Barwar, A Hundred Gold Coins, Ln. 1
a
à
x
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 269692, 539380), (3, 269693, 539379), (4, 269694, 539378)), withPassage={1, 2})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nletterletterletter
1
l
2
à
3
x
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 269692, 539380), (3, 269693, 539379), (4, 269694, 539378)), withPassage={2, 3})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nletterletterletter
1
á-
2
g
3
a
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 269692, 539380), (3, 269693, 539379), (4, 269694, 539378)), withPassage=True)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npletterletterletter
1Barwar, A Hundred Gold Coins, Ln. 1
á-
m
l
2Barwar, A Hundred Gold Coins, Ln. 1
g
m
à
3Barwar, A Hundred Gold Coins, Ln. 1
a
à
x
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 269692, 539380), (3, 269693, 539379), (4, 269694, 539378)), withPassage=False)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nletterletterletter
1
á-
m
l
2
g
m
à
3
a
à
x
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "# oldbabylonian" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ " 46s All features loaded/computed - for details use loadLog()\n" ] }, { "data": { "text/html": [ "" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 101611, 203218), (3, 101612, 203217), (4, 101613, 203216)))`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npsignsignsign
1P509373 obverse:1
na]
pi2-
pu-
2P509373 obverse:1
_{d}
qa2-
ap-
3P509373 obverse:1
suen_-
at
ib
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 101611, 203218), (3, 101612, 203217), (4, 101613, 203216)), withPassage={1, 2})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nsignsignsign
1
pu-
2
ap-
3
ib
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 101611, 203218), (3, 101612, 203217), (4, 101613, 203216)), withPassage={2, 3})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nsignsignsign
1
na]
2
_{d}
3
suen_-
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 101611, 203218), (3, 101612, 203217), (4, 101613, 203216)), withPassage=True)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npsignsignsign
1P509373 obverse:1
na]
pi2-
pu-
2P509373 obverse:1
_{d}
qa2-
ap-
3P509373 obverse:1
suen_-
at
ib
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 101611, 203218), (3, 101612, 203217), (4, 101613, 203216)), withPassage=False)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nsignsignsign
1
na]
pi2-
pu-
2
_{d}
qa2-
ap-
3
suen_-
at
ib
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "# peshitta" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ " 45s All features loaded/computed - for details use loadLog()\n" ] }, { "data": { "text/html": [ "" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 213615, 427226), (3, 213616, 427225), (4, 213617, 427224)))`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npwordwordword
1Genesis 1:1
ܒܪܐ
ܕܡܬܝܠܦ
ܗܘܘ
2Genesis 1:1
ܐܠܗܐ.
ܒܡܕܒܪܐ
ܕܝܠܦܘ
3Genesis 1:1
ܝܬ
ܒܨܒܝܢ̈ܝ
ܗܠܝܢ
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 213615, 427226), (3, 213616, 427225), (4, 213617, 427224)), withPassage={1, 2})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nwordwordword
1
Genesis 1:1  ܒܪܐ
Jeremiah 2:24  ܕܡܬܝܠܦ
ܗܘܘ
2
Genesis 1:1  ܐܠܗܐ.
Jeremiah 2:24  ܒܡܕܒܪܐ
ܕܝܠܦܘ
3
Genesis 1:1  ܝܬ
Jeremiah 2:24  ܒܨܒܝܢ̈ܝ
ܗܠܝܢ
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 213615, 427226), (3, 213616, 427225), (4, 213617, 427224)), withPassage={2, 3})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nwordwordword
1
ܒܪܐ
Jeremiah 2:24  ܕܡܬܝܠܦ
Esdras_3 9:55  ܗܘܘ
2
ܐܠܗܐ.
Jeremiah 2:24  ܒܡܕܒܪܐ
Esdras_3 9:55  ܕܝܠܦܘ
3
ܝܬ
Jeremiah 2:24  ܒܨܒܝܢ̈ܝ
Esdras_3 9:55  ܗܠܝܢ
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 213615, 427226), (3, 213616, 427225), (4, 213617, 427224)), withPassage=True)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npwordwordword
1Genesis 1:1
ܒܪܐ
ܕܡܬܝܠܦ
ܗܘܘ
2Genesis 1:1
ܐܠܗܐ.
ܒܡܕܒܪܐ
ܕܝܠܦܘ
3Genesis 1:1
ܝܬ
ܒܨܒܝܢ̈ܝ
ܗܠܝܢ
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 213615, 427226), (3, 213616, 427225), (4, 213617, 427224)), withPassage=False)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nwordwordword
1
ܒܪܐ
ܕܡܬܝܠܦ
ܗܘܘ
2
ܐܠܗܐ.
ܒܡܕܒܪܐ
ܕܝܠܦܘ
3
ܝܬ
ܒܨܒܝܢ̈ܝ
ܗܠܝܢ
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "# quran" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ " 45s All features loaded/computed - for details use loadLog()\n" ] }, { "data": { "text/html": [ "" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 64111, 128218), (3, 64112, 128217), (4, 64113, 128216)))`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npwordwordword
11:1
سْمِ
ءَاتَيْ
ٱل
21:1
ٱللَّهِ
نَٰ
وَ
31:1
ٱل
هُ
جِنَّةِ
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 64111, 128218), (3, 64112, 128217), (4, 64113, 128216)), withPassage={1, 2})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nwordwordword
1
1:1  سْمِ
18:65  ءَاتَيْ
ٱل
2
1:1  ٱللَّهِ
18:65  نَٰ
وَ
3
1:1  ٱل
18:65  هُ
جِنَّةِ
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 64111, 128218), (3, 64112, 128217), (4, 64113, 128216)), withPassage={2, 3})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nwordwordword
1
سْمِ
18:65  ءَاتَيْ
114:6  ٱل
2
ٱللَّهِ
18:65  نَٰ
114:6  وَ
3
ٱل
18:65  هُ
114:6  جِنَّةِ
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 64111, 128218), (3, 64112, 128217), (4, 64113, 128216)), withPassage=True)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npwordwordword
11:1
سْمِ
ءَاتَيْ
ٱل
21:1
ٱللَّهِ
نَٰ
وَ
31:1
ٱل
هُ
جِنَّةِ
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 64111, 128218), (3, 64112, 128217), (4, 64113, 128216)), withPassage=False)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nwordwordword
1
سْمِ
ءَاتَيْ
ٱل
2
ٱللَّهِ
نَٰ
وَ
3
ٱل
هُ
جِنَّةِ
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "# syrnt" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ " 44s All features loaded/computed - for details use loadLog()\n" ] }, { "data": { "text/html": [ "" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 54822, 109639), (3, 54823, 109638), (4, 54824, 109637)))`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npwordwordword
1Matthew 1:1
ܕܝܠܝܕܘܬܗ
ܗܘܝ
ܡܪܝܐ
2Matthew 1:1
ܕܝܫܘܥ
ܘܟܕ
ܬܐ
3Matthew 1:1
ܡܫܝܚܐ
ܐܚܝܕܝܢ
ܒܥܓܠ
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 54822, 109639), (3, 54823, 109638), (4, 54824, 109637)), withPassage={1, 2})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nwordwordword
1
Matthew 1:1  ܕܝܠܝܕܘܬܗ
Acts 9:8  ܗܘܝ
ܡܪܝܐ
2
Matthew 1:1  ܕܝܫܘܥ
Acts 9:8  ܘܟܕ
ܬܐ
3
Matthew 1:1  ܡܫܝܚܐ
Acts 9:8  ܐܚܝܕܝܢ
ܒܥܓܠ
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 54822, 109639), (3, 54823, 109638), (4, 54824, 109637)), withPassage={2, 3})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nwordwordword
1
ܕܝܠܝܕܘܬܗ
Acts 9:8  ܗܘܝ
Revelation 22:20  ܡܪܝܐ
2
ܕܝܫܘܥ
Acts 9:8  ܘܟܕ
3
ܡܫܝܚܐ
Acts 9:8  ܐܚܝܕܝܢ
Revelation 22:20  ܒܥܓܠ
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 54822, 109639), (3, 54823, 109638), (4, 54824, 109637)), withPassage=True)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npwordwordword
1Matthew 1:1
ܕܝܠܝܕܘܬܗ
ܗܘܝ
ܡܪܝܐ
2Matthew 1:1
ܕܝܫܘܥ
ܘܟܕ
ܬܐ
3Matthew 1:1
ܡܫܝܚܐ
ܐܚܝܕܝܢ
ܒܥܓܠ
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 54822, 109639), (3, 54823, 109638), (4, 54824, 109637)), withPassage=False)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nwordwordword
1
ܕܝܠܝܕܘܬܗ
ܗܘܝ
ܡܪܝܐ
2
ܕܝܫܘܥ
ܘܟܕ
ܬܐ
3
ܡܫܝܚܐ
ܐܚܝܕܝܢ
ܒܥܓܠ
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "# uruk" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ " 43s All features loaded/computed - for details use loadLog()\n" ] }, { "data": { "text/html": [ "" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 70049, 140093), (3, 70050, 140092), (4, 70051, 140091)))`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npsignsignsign
1P006427 obverse:1:1
...
PAP~a
...
2P006427 obverse:1:1
X
BU~a
1(N01)
3P006427 obverse:1:1
X
NUN~a
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 70049, 140093), (3, 70050, 140092), (4, 70051, 140091)), withPassage={1, 2})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nsignsignsign
1
...
2
1(N01)
3
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 70049, 140093), (3, 70050, 140092), (4, 70051, 140091)), withPassage={2, 3})`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nsignsignsign
1
...
2
X
3
X
P004639  
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 70049, 140093), (3, 70050, 140092), (4, 70051, 140091)), withPassage=True)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
npsignsignsign
1P006427 obverse:1:1
...
PAP~a
...
2P006427 obverse:1:1
X
BU~a
1(N01)
3P006427 obverse:1:1
X
NUN~a
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/markdown": [ "\n", "---\n", "\n", " `A.table(((2, 70049, 140093), (3, 70050, 140092), (4, 70051, 140091)), withPassage=False)`" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "\n", "\n", "
nsignsignsign
1
...
PAP~a
...
2
X
BU~a
1(N01)
3
X
NUN~a
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "As.test(tabular)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Run specific corpora" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "As.testSet(\"nena\")" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "As.test(tabular)" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "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.7.7" } }, "nbformat": 4, "nbformat_minor": 4 }