{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "af860b32-02a5-4eba-8b33-866f903dc95e", "metadata": {}, "outputs": [], "source": [ "%load_ext autoreload\n", "%autoreload 2" ] }, { "cell_type": "code", "execution_count": 2, "id": "148701b4-a9e1-408b-8c9d-0e388d57aa51", "metadata": {}, "outputs": [], "source": [ "from tf.app import use" ] }, { "cell_type": "code", "execution_count": 3, "id": "95220561-aab2-4caf-b9da-f35e591d42b1", "metadata": {}, "outputs": [ { "data": { "text/html": [ "TF-app: ~/text-fabric-data/annotation/app-dss/code" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "data: ~/text-fabric-data/etcbc/dss/tf/0.8" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "data: ~/text-fabric-data/etcbc/dss/parallels/tf/0.8" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "Text-Fabric: Text-Fabric API 8.4.14, app-dss v3, Search Reference
Data: DSS, Character table, Feature docs
Features:
Parallel Passagessim
Dead Sea Scrollsafter
alt
biblical
book
chapter
cl
cl2
cor
fragment
full
fulle
fullo
g_cons
glex
glexe
glexo
glyph
glyphe
glypho
gn
gn2
gn3
gn_etcbc
halfverse
intl
lang
lex
lex_etcbc
lexe
lexo
line
md
merr
morpho
nu
nu2
nu3
nu_etcbc
otype
ps
ps2
ps3
ps_etcbc
punc
punce
punco
rec
rem
script
scroll
sp
sp_etcbc
srcLn
st
type
unc
vac
verse
vs
vs_etcbc
vt
vt_etcbc
occ
oslots
" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "A = use(\"ETCBC/dss\")" ] }, { "cell_type": "code", "execution_count": 4, "id": "9236cbfa-5720-4984-a53f-7bf546449a34", "metadata": {}, "outputs": [], "source": [ "css = A.getCss()" ] }, { "cell_type": "code", "execution_count": 5, "id": "2eff0653-aef3-443a-b1b3-8e0659d2c4ae", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "\n" ] } ], "source": [ "print(css)" ] } ], "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.9.2" }, "widgets": { "application/vnd.jupyter.widget-state+json": { "state": {}, "version_major": 2, "version_minor": 0 } } }, "nbformat": 4, "nbformat_minor": 5 }