\n",
+ "\n",
+ "
\n",
"\n",
- ".fcorpus {\n",
- " display: flex;\n",
- " flex-flow: column nowrap;\n",
- " justify-content: flex-start;\n",
- " align-items: flex-start;\n",
- " align-content: flex-start;\n",
- "}\n",
- ".frow {\n",
- " display: flex;\n",
- " flex-flow: row nowrap;\n",
- " justify-content: flex-start;\n",
- " align-items: flex-start;\n",
- " align-content: flex-start;\n",
- "}\n",
- ".fmeta {\n",
- " display: flex;\n",
- " flex-flow: column nowrap;\n",
- " justify-content: flex-start;\n",
- " align-items: flex-start;\n",
- " align-content: flex-start;\n",
- "}\n",
- ".fmetarow {\n",
- " display: flex;\n",
- " flex-flow: row nowrap;\n",
- " justify-content: flex-start;\n",
- " align-items: flex-start;\n",
- " align-content: flex-start;\n",
- "}\n",
- ".fmetakey {\n",
- " min-width: 10rem;\n",
- " font-family: monospace;\n",
- "}\n",
- ".fnamecat {\n",
- " min-width: 10rem;\n",
- "}\n",
- ".fnamecat.edge {\n",
- " font-weight: bold;\n",
- " font-style: italic;\n",
- "}\n",
- ".fmono {\n",
- " font-family: monospace;\n",
- "}\n",
+ "
\n",
"\n",
- ":root {\n",
- "\t--node: hsla(120, 100%, 20%, 1.0 );\n",
- "\t--label: hsla( 0, 100%, 20%, 1.0 );\n",
- "\t--tfsechead: hsla( 0, 100%, 25%, 1.0 );\n",
- "\t--structure: hsla(120, 100%, 25%, 1.0 );\n",
- "\t--features: hsla( 0, 0%, 30%, 1.0 );\n",
- " --text-color: hsla( 60, 80%, 10%, 1.0 );\n",
- " --lex-color: hsla(220, 90%, 60%, 1.0 );\n",
- " --meta-color: hsla( 0, 0%, 90%, 0.7 );\n",
- " --meta-width: 3px;\n",
- " --border-color-nul: hsla( 0, 0%, 90%, 0.5 );\n",
- " --border-color0: hsla( 0, 0%, 90%, 0.9 );\n",
- " --border-color1: hsla( 0, 0%, 80%, 0.9 );\n",
- " --border-color2: hsla( 0, 0%, 70%, 0.9 );\n",
- " --border-color3: hsla( 0, 0%, 80%, 0.8 );\n",
- " --border-color4: hsla( 0, 0%, 60%, 0.9 );\n",
- " --border-width-nul: 2px;\n",
- " --border-width0: 2px;\n",
- " --border-width1: 3px;\n",
- " --border-width2: 4px;\n",
- " --border-width3: 6px;\n",
- " --border-width4: 5px;\n",
- " --border-width-plain: 2px;\n",
- "}\n",
- ".hl {\n",
- " background-color: var(--hl-strong);\n",
- "}\n",
- "span.hl {\n",
- "\tbackground-color: var(--hl-strong);\n",
- "\tborder-width: 0;\n",
- "\tborder-radius: 2px;\n",
- "\tborder-style: solid;\n",
- "}\n",
- "div.contnr.hl,div.lbl.hl {\n",
- " background-color: var(--hl-strong);\n",
- "}\n",
- "div.contnr.hl {\n",
- " border-color: var(--hl-rim) ! important;\n",
- "\tborder-width: 4px ! important;\n",
- "}\n",
+ "
\n",
"\n",
- "span.hlbx {\n",
- "\tborder-color: var(--hl-rim);\n",
- "\tborder-width: 4px ! important;\n",
- "\tborder-style: solid;\n",
- "\tborder-radius: 6px;\n",
- " padding: 4px;\n",
- " margin: 4px;\n",
- "}\n",
+ "
\n",
"\n",
- "span.plain {\n",
- " display: inline-block;\n",
- " white-space: pre-wrap;\n",
- "}\n",
+ "
\n",
"\n",
- ":root {\n",
- "\t--hl-strong: hsla( 60, 100%, 70%, 0.9 );\n",
- "\t--hl-rim: hsla( 55, 80%, 50%, 1.0 );\n",
- "}\n",
- ""
- ],
- "text/plain": [
- "
"
- ]
- },
- "metadata": {},
- "output_type": "display_data"
- },
- {
- "data": {
- "text/html": [
+ "\n",
"\n",
- "\n"
- ],
- "text/plain": [
- ""
- ]
- },
- "metadata": {},
- "output_type": "display_data"
- }
- ],
- "source": [
- "N = use(\"etcbc/bhsa\", mod=\"etcbc/participants/actor/tf:clone\")"
- ]
- },
- {
- "cell_type": "markdown",
- "metadata": {},
- "source": [
- "If you click the triangles and navigate to the full metadata of the participants features,\n",
- "you see a line\n",
- "\n",
- "```\n",
- "upgraded: ‼️ from version c to 2021\n",
- "```"
- ]
- },
- {
- "cell_type": "markdown",
- "metadata": {},
- "source": [
- "## Checks\n",
- "\n",
- "Let's do a few checks to see how well the upgrade process has worked.\n",
- "\n",
- "First we load the `c` version of the BHSA and Christian's original features."
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 11,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/html": [
- "TF-app: ~/text-fabric-data/etcbc/bhsa/app"
- ],
- "text/plain": [
- ""
- ]
- },
- "metadata": {},
- "output_type": "display_data"
- },
- {
- "data": {
- "text/html": [
- "data: ~/text-fabric-data/etcbc/bhsa/tf/c"
- ],
- "text/plain": [
- ""
- ]
- },
- "metadata": {},
- "output_type": "display_data"
- },
- {
- "data": {
- "text/html": [
- "data: ~/text-fabric-data/ch-jensen/participants/actor/tf/c"
- ],
- "text/plain": [
- ""
- ]
- },
- "metadata": {},
- "output_type": "display_data"
- },
- {
- "data": {
- "text/html": [
- "data: ~/text-fabric-data/etcbc/phono/tf/c"
- ],
- "text/plain": [
- ""
- ]
- },
- "metadata": {},
- "output_type": "display_data"
- },
- {
- "data": {
- "text/html": [
- "data: ~/text-fabric-data/etcbc/parallels/tf/c"
- ],
- "text/plain": [
- ""
- ]
- },
- "metadata": {},
- "output_type": "display_data"
- },
- {
- "name": "stdout",
- "output_type": "stream",
- "text": [
- "This is Text-Fabric 9.2.3\n",
- "Api reference : https://annotation.github.io/text-fabric/tf/cheatsheet.html\n",
- "\n",
- "123 features found and 0 ignored\n"
- ]
- },
- {
- "data": {
- "text/html": [
- "Text-Fabric: Text-Fabric API 9.2.3, etcbc/bhsa/app v3, Search Reference
Data: BHSA, Character table, Feature docs
Features:
\n",
- "Parallel Passages
\n",
- " \n",
+ "
\n",
+ "\n",
+ "
\n",
+ "\n",
+ "
\n",
+ "\n",
+ "
\n",
+ " \n",
+ "\n",
+ " \n",
"\n",
"