{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "3f0a5ad5-9ce3-48d5-8fe0-4437d7318bcb", "metadata": {}, "outputs": [], "source": [ "%load_ext autoreload\n", "%autoreload 2" ] }, { "cell_type": "markdown", "id": "bb02ff41-94d0-4bdf-8faa-773fcf4fb651", "metadata": {}, "source": [ "# Split\n", "\n", "We split a big dataset into volumes." ] }, { "cell_type": "code", "execution_count": 21, "id": "bf56aa8a-3898-415e-8552-a07f426a305d", "metadata": {}, "outputs": [], "source": [ "import os\n", "from tf.fabric import Fabric\n", "from tf.compose import split\n", "from tf.core.helpers import unexpanduser" ] }, { "cell_type": "code", "execution_count": 3, "id": "3f653f0b-f22c-4db2-8d5a-999382327ebc", "metadata": {}, "outputs": [], "source": [ "GH = os.path.expanduser(\"~/github\")\n", "GM = f\"{GH}/Dans-labs/clariah-gm\"\n", "VERSION = \"0.9.1\"\n", "SOURCE = f\"{GM}/tf/{VERSION}\"\n", "TARGET = f\"{GM}/_local/tf/{VERSION}\"" ] }, { "cell_type": "markdown", "id": "71d8f474-ee2f-475e-bc94-6bf2a7dcf9ac", "metadata": {}, "source": [ "# Loading\n", "\n", "We load the dataset, and pass its API to the `split()` function.\n", "\n", "If something goes wrong during the split, we can inspect the dataset without reloading it.\n", "\n", "In a normal scenario, we can just leave out this step. The `split()` function will\n", "automatically load the dataset if no `api` argument is passed." ] }, { "cell_type": "code", "execution_count": 4, "id": "1584b8fa-06c9-49f2-a484-895f4c33d398", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "This is Text-Fabric 8.5.14\n", "Api reference : https://annotation.github.io/text-fabric/tf/cheatsheet.html\n", "\n", "40 features found and 0 ignored\n", " 0.00s loading features ...\n", " 9.51s All features loaded/computed - for details use TF.loadLog()\n", " 0.00s loading features ...\n", " 0.65s All additional features loaded - for details use TF.loadLog()\n" ] }, { "data": { "text/plain": [ "[('Computed',\n", " 'computed-data',\n", " ('C Computed', 'Call AllComputeds', 'Cs ComputedString')),\n", " ('Features', 'edge-features', ('E Edge', 'Eall AllEdges', 'Es EdgeString')),\n", " ('Fabric', 'loading', ('TF',)),\n", " ('Locality', 'locality', ('L Locality',)),\n", " ('Nodes', 'navigating-nodes', ('N Nodes',)),\n", " ('Features',\n", " 'node-features',\n", " ('F Feature', 'Fall AllFeatures', 'Fs FeatureString')),\n", " ('Search', 'search', ('S Search',)),\n", " ('Text', 'text', ('T Text',))]" ] }, "execution_count": 4, "metadata": {}, "output_type": "execute_result" } ], "source": [ "TF = Fabric(locations=SOURCE)\n", "api = TF.loadAll()\n", "api.makeAvailableIn(globals())" ] }, { "cell_type": "markdown", "id": "946886aa-e958-4c74-bec8-ba6d3364a9ba", "metadata": {}, "source": [ "# Selective splitting\n", "\n", "Splitting happens at top level sections.\n", "\n", "We can restrict the processing to just one volume, for debugging purposes.\n", "The volume you are interested in, can be passed in the `volume=` optional parameter.\n", "Set is to `None` or leave it out to process all volumes." ] }, { "cell_type": "code", "execution_count": 13, "id": "37713625-e6c9-4fea-98ff-3aacd6b2a689", "metadata": {}, "outputs": [], "source": [ "V = None" ] }, { "cell_type": "code", "execution_count": 18, "id": "4fcfda2f-200f-480f-be72-6712142b3348", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Splitting dataset in 13 volumes:\n", " | Volume 1 : with slots 1 - 358356\n", " | Volume 2 : with slots 358357 - 765208\n", " | Volume 3 : with slots 765209 - 1213807\n", " | Volume 4 : with slots 1213808 - 1589004\n", " | Volume 5 : with slots 1589005 - 2008807\n", " | Volume 6 : with slots 2008808 - 2450424\n", " | Volume 7 : with slots 2450425 - 2850492\n", " | Volume 8 : with slots 2850493 - 2977520\n", " | Volume 9 : with slots 2977521 - 3447394\n", " | Volume 10 : with slots 3447395 - 4089689\n", " | Volume 11 : with slots 4089690 - 4594831\n", " | Volume 12 : with slots 4594832 - 4941618\n", " | Volume 13 : with slots 4941619 - 5316429\n", " 1.91s volume splits determined\n", " 1.91s Distribute nodes over volumes ...\n", " | 0.30s volume 1 with 398465 nodes ...\n", " | 0.64s volume 2 with 451426 nodes ...\n", " | 1.03s volume 3 with 500564 nodes ...\n", " | 1.36s volume 4 with 421357 nodes ...\n", " | 1.73s volume 5 with 467818 nodes ...\n", " | 2.10s volume 6 with 490255 nodes ...\n", " | 2.44s volume 7 with 440890 nodes ...\n", " | 2.58s volume 8 with 140198 nodes ...\n", " | 2.93s volume 9 with 519879 nodes ...\n", " | 3.47s volume 10 with 704722 nodes ...\n", " | 3.92s volume 11 with 555400 nodes ...\n", " | 4.22s volume 12 with 382980 nodes ...\n", " | 4.53s volume 13 with 417077 nodes ...\n", " 6.48s distribution done\n", " 6.48s Remap features ...\n", " | 0.00s volume 1 with 398465 nodes ...\n", " | 2.55s volume 2 with 451426 nodes ...\n", " | 5.31s volume 3 with 500564 nodes ...\n", " | 8.60s volume 4 with 421357 nodes ...\n", " | 11s volume 5 with 467818 nodes ...\n", " | 15s volume 6 with 490255 nodes ...\n", " | 18s volume 7 with 440890 nodes ...\n", " | 21s volume 8 with 140198 nodes ...\n", " | 22s volume 9 with 519879 nodes ...\n", " | 26s volume 10 with 704722 nodes ...\n", " | 30s volume 11 with 555400 nodes ...\n", " | 34s volume 12 with 382980 nodes ...\n", " | 37s volume 13 with 417077 nodes ...\n", " 46s remapping done\n", " 46s Write TF datasets per volume\n", " | 0.00s Writing volume 1 ...\n", " | 2.78s Writing volume 2 ...\n", " | 5.80s Writing volume 3 ...\n", " | 9.26s Writing volume 4 ...\n", " | 12s Writing volume 5 ...\n", " | 15s Writing volume 6 ...\n", " | 19s Writing volume 7 ...\n", " | 22s Writing volume 8 ...\n", " | 23s Writing volume 9 ...\n", " | 27s Writing volume 10 ...\n", " | 32s Writing volume 11 ...\n", " | 36s Writing volume 12 ...\n", " | 38s Writing volume 13 ...\n", " 1m 27s writing done\n", " 1m 27s All done\n" ] } ], "source": [ "volumes = split(SOURCE, TARGET, api=api, overwrite=True, volume=V)" ] }, { "cell_type": "markdown", "id": "fac97f25-064d-4862-bef3-5051d2d78e76", "metadata": {}, "source": [ "# Checkout the volumes\n", "\n", "The `split()` function returns basic information about the volumes:\n", "\n", "* title\n", "* top node in the original dataset\n", "* top node in the volume dataset\n", "* location of the volume dataset on the file system" ] }, { "cell_type": "code", "execution_count": null, "id": "c76da6a8-1cab-472c-bd97-74c2c54e931f", "metadata": {}, "outputs": [], "source": [ "for v in volumes:\n", " print(f\"{v[0]:<20} original volume node={v[1]:>8} top node={v[2]:>7} at {unexpanduser(v[3])}\")" ] }, { "cell_type": "markdown", "id": "950e7590-4d2f-452e-8e73-bfec74ab5948", "metadata": {}, "source": [ "# Load all volumes\n", "\n", "We use the result of the `split()` function to find and load all volumes.\n", "\n", "We now get one TF-API handle per volume.\n", "\n", "## volumeMap\n", "\n", "Note that each volume has an extra feature: `volumeMap`. The value for each node in the volume dataset\n", "is the corresponding node in the complete dataset from which the volume is taken.\n", "\n", "If you use the volume dataset to compute annotations, and you want to publish these annotations against the complete dataset, the feature `volumeMap` provides the necessary information to do so.\n", "\n", "Suppose `annotvx` is a dict mapping the some nodes in the dataset of volume `x` to interesting values, then you apply them to the big dataset as follows\n", "\n", "``` python\n", "\n", "{F.volumeMap.v(n): value for (n, value) in annotvx.items}\n", "```" ] }, { "cell_type": "code", "execution_count": 23, "id": "87766eb7-f237-4f50-919f-6610f3627e64", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "This is Text-Fabric 8.5.14\n", "Api reference : https://annotation.github.io/text-fabric/tf/cheatsheet.html\n", "\n", "41 features found and 0 ignored\n", " 0.00s loading features ...\n", " | 0.13s T otype from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.87s T oslots from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.02s T puncr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.09s T transn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.05s T n from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.08s T puncn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T title from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.73s T trans from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.61s T transo from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.62s T punc from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.51s T punco from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.02s T transr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | | 0.03s C __levels__ from otype, oslots, otext\n", " | | 2.46s C __order__ from otype, oslots, __levels__\n", " | | 0.15s C __rank__ from otype, __order__\n", " | | 2.62s C __levUp__ from otype, oslots, __rank__\n", " | | 0.14s C __levDown__ from otype, __levUp__, __rank__\n", " | | 1.40s C __boundary__ from otype, oslots, __rank__\n", " | | 0.10s C __sections__ from otype, oslots, otext, __levUp__, __levels__, n, n, n\n", " | | 0.02s C __structure__ from otype, oslots, otext, __rank__, __levUp__, n, title, n\n", " 11s All features loaded/computed - for details use TF.loadLog()\n", " 0.00s loading features ...\n", " | 0.00s T author from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T authorFull from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T col from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T day from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T facs from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T isemph from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T isfolio from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.06s T isnote from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.35s T isorig from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T isref from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.02s T isremark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T isspecial from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T issub from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T issuper from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T isund from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T mark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T month from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.01s T note from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T page from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T place from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T rawdate from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T row from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T seq from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T tpl from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T vol from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.54s T volumeMap from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " | 0.00s T year from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/1\n", " 1.02s All additional features loaded - for details use TF.loadLog()\n", "This is Text-Fabric 8.5.14\n", "Api reference : https://annotation.github.io/text-fabric/tf/cheatsheet.html\n", "\n", "41 features found and 0 ignored\n", " 0.00s loading features ...\n", " | 0.11s T otype from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 1.02s T oslots from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.09s T puncr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.06s T transn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.05s T n from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.06s T puncn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T title from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.84s T trans from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.68s T transo from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.72s T punc from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.56s T punco from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.10s T transr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | | 0.03s C __levels__ from otype, oslots, otext\n", " | | 2.83s C __order__ from otype, oslots, __levels__\n", " | | 0.16s C __rank__ from otype, __order__\n", " | | 2.99s C __levUp__ from otype, oslots, __rank__\n", " | | 0.15s C __levDown__ from otype, __levUp__, __rank__\n", " | | 1.54s C __boundary__ from otype, oslots, __rank__\n", " | | 0.12s C __sections__ from otype, oslots, otext, __levUp__, __levels__, n, n, n\n", " | | 0.02s C __structure__ from otype, oslots, otext, __rank__, __levUp__, n, title, n\n", " 12s All features loaded/computed - for details use TF.loadLog()\n", " 0.00s loading features ...\n", " | 0.00s T author from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T authorFull from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T col from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T day from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T facs from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T isemph from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T isfolio from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.04s T isnote from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.39s T isorig from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.01s T isref from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.06s T isremark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T isspecial from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T issub from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T issuper from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T isund from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T mark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T month from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.01s T note from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T page from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T place from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T rawdate from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T row from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T seq from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T tpl from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T vol from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.62s T volumeMap from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " | 0.00s T year from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/2\n", " 1.17s All additional features loaded - for details use TF.loadLog()\n", "This is Text-Fabric 8.5.14\n", "Api reference : https://annotation.github.io/text-fabric/tf/cheatsheet.html\n", "\n", "41 features found and 0 ignored\n", " 0.00s loading features ...\n", " | 0.12s T otype from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 1.09s T oslots from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.19s T puncr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.07s T transn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.06s T n from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.06s T puncn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T title from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.95s T trans from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.68s T transo from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.81s T punc from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.55s T punco from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.22s T transr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | | 0.03s C __levels__ from otype, oslots, otext\n", " | | 3.18s C __order__ from otype, oslots, __levels__\n", " | | 0.18s C __rank__ from otype, __order__\n", " | | 3.15s C __levUp__ from otype, oslots, __rank__\n", " | | 0.18s C __levDown__ from otype, __levUp__, __rank__\n", " | | 1.78s C __boundary__ from otype, oslots, __rank__\n", " | | 0.13s C __sections__ from otype, oslots, otext, __levUp__, __levels__, n, n, n\n", " | | 0.03s C __structure__ from otype, oslots, otext, __rank__, __levUp__, n, title, n\n", " 14s All features loaded/computed - for details use TF.loadLog()\n", " 0.00s loading features ...\n", " | 0.00s T author from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T authorFull from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T col from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T day from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T facs from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T isemph from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T isfolio from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.04s T isnote from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.36s T isorig from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.01s T isref from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.13s T isremark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T isspecial from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T issub from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T issuper from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T isund from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T mark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T month from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.01s T note from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T page from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T place from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T rawdate from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T row from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T seq from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T tpl from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T vol from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.70s T volumeMap from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " | 0.00s T year from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/3\n", " 1.29s All additional features loaded - for details use TF.loadLog()\n", "This is Text-Fabric 8.5.14\n", "Api reference : https://annotation.github.io/text-fabric/tf/cheatsheet.html\n", "\n", "41 features found and 0 ignored\n", " 0.00s loading features ...\n", " | 0.11s T otype from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.95s T oslots from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.22s T puncr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.07s T transn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.05s T n from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.06s T puncn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T title from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.79s T trans from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.51s T transo from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.67s T punc from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.39s T punco from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.25s T transr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | | 0.03s C __levels__ from otype, oslots, otext\n", " | | 2.74s C __order__ from otype, oslots, __levels__\n", " | | 0.15s C __rank__ from otype, __order__\n", " | | 2.55s C __levUp__ from otype, oslots, __rank__\n", " | | 0.16s C __levDown__ from otype, __levUp__, __rank__\n", " | | 1.51s C __boundary__ from otype, oslots, __rank__\n", " | | 0.11s C __sections__ from otype, oslots, otext, __levUp__, __levels__, n, n, n\n", " | | 0.03s C __structure__ from otype, oslots, otext, __rank__, __levUp__, n, title, n\n", " 11s All features loaded/computed - for details use TF.loadLog()\n", " 0.00s loading features ...\n", " | 0.00s T author from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T authorFull from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T col from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T day from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T facs from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T isemph from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T isfolio from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.04s T isnote from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.27s T isorig from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T isref from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.14s T isremark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T isspecial from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T issub from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T issuper from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T isund from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T mark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T month from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.01s T note from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T page from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T place from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T rawdate from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T row from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T seq from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T tpl from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T vol from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.59s T volumeMap from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " | 0.00s T year from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/4\n", " 1.11s All additional features loaded - for details use TF.loadLog()\n", "This is Text-Fabric 8.5.14\n", "Api reference : https://annotation.github.io/text-fabric/tf/cheatsheet.html\n", "\n", "41 features found and 0 ignored\n", " 0.00s loading features ...\n", " | 0.11s T otype from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 1.03s T oslots from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.29s T puncr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.05s T transn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.06s T n from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.04s T puncn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T title from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.90s T trans from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.51s T transo from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.75s T punc from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.42s T punco from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.34s T transr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | | 0.03s C __levels__ from otype, oslots, otext\n", " | | 3.11s C __order__ from otype, oslots, __levels__\n", " | | 0.16s C __rank__ from otype, __order__\n", " | | 2.99s C __levUp__ from otype, oslots, __rank__\n", " | | 0.18s C __levDown__ from otype, __levUp__, __rank__\n", " | | 1.68s C __boundary__ from otype, oslots, __rank__\n", " | | 0.12s C __sections__ from otype, oslots, otext, __levUp__, __levels__, n, n, n\n", " | | 0.02s C __structure__ from otype, oslots, otext, __rank__, __levUp__, n, title, n\n", " 13s All features loaded/computed - for details use TF.loadLog()\n", " 0.00s loading features ...\n", " | 0.00s T author from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T authorFull from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T col from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T day from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T facs from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T isemph from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T isfolio from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.03s T isnote from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.30s T isorig from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T isref from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.20s T isremark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T isspecial from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T issub from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T issuper from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T isund from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T mark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T month from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T note from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T page from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T place from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T rawdate from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T row from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T seq from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T tpl from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T vol from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.66s T volumeMap from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " | 0.00s T year from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/5\n", " 1.25s All additional features loaded - for details use TF.loadLog()\n", "This is Text-Fabric 8.5.14\n", "Api reference : https://annotation.github.io/text-fabric/tf/cheatsheet.html\n", "\n", "41 features found and 0 ignored\n", " 0.00s loading features ...\n", " | 0.12s T otype from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 1.07s T oslots from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.35s T puncr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.06s T transn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.06s T n from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.05s T puncn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T title from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.94s T trans from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.47s T transo from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.79s T punc from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.39s T punco from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.41s T transr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | | 0.03s C __levels__ from otype, oslots, otext\n", " | | 3.14s C __order__ from otype, oslots, __levels__\n", " | | 0.17s C __rank__ from otype, __order__\n", " | | 3.08s C __levUp__ from otype, oslots, __rank__\n", " | | 0.17s C __levDown__ from otype, __levUp__, __rank__\n", " | | 1.74s C __boundary__ from otype, oslots, __rank__\n", " | | 0.12s C __sections__ from otype, oslots, otext, __levUp__, __levels__, n, n, n\n", " | | 0.02s C __structure__ from otype, oslots, otext, __rank__, __levUp__, n, title, n\n", " 13s All features loaded/computed - for details use TF.loadLog()\n", " 0.00s loading features ...\n", " | 0.00s T author from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T authorFull from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T col from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T day from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T facs from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T isemph from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T isfolio from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.03s T isnote from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.27s T isorig from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T isref from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.24s T isremark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T isspecial from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T issuper from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T mark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T month from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.01s T note from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T page from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T place from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T rawdate from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T row from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T seq from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T status from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T tpl from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T vol from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.69s T volumeMap from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " | 0.00s T year from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/6\n", " 1.29s All additional features loaded - for details use TF.loadLog()\n", "This is Text-Fabric 8.5.14\n", "Api reference : https://annotation.github.io/text-fabric/tf/cheatsheet.html\n", "\n", "41 features found and 0 ignored\n", " 0.00s loading features ...\n", " | 0.11s T otype from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.95s T oslots from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.37s T puncr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.05s T transn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.05s T n from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.04s T puncn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T title from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.84s T trans from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.38s T transo from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.71s T punc from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.31s T punco from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.43s T transr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | | 0.03s C __levels__ from otype, oslots, otext\n", " | | 2.83s C __order__ from otype, oslots, __levels__\n", " | | 0.15s C __rank__ from otype, __order__\n", " | | 2.75s C __levUp__ from otype, oslots, __rank__\n", " | | 0.14s C __levDown__ from otype, __levUp__, __rank__\n", " | | 1.58s C __boundary__ from otype, oslots, __rank__\n", " | | 0.10s C __sections__ from otype, oslots, otext, __levUp__, __levels__, n, n, n\n", " | | 0.04s C __structure__ from otype, oslots, otext, __rank__, __levUp__, n, title, n\n", " 12s All features loaded/computed - for details use TF.loadLog()\n", " 0.00s loading features ...\n", " | 0.00s T author from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T authorFull from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T col from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T day from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T facs from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T isemph from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T isfolio from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.03s T isnote from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.22s T isorig from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T isref from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.25s T isremark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T isspecial from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T issub from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T issuper from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T mark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T month from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T note from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T page from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T place from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T rawdate from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T row from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T seq from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T tpl from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T vol from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.62s T volumeMap from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " | 0.00s T year from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/7\n", " 1.16s All additional features loaded - for details use TF.loadLog()\n", "This is Text-Fabric 8.5.14\n", "Api reference : https://annotation.github.io/text-fabric/tf/cheatsheet.html\n", "\n", "41 features found and 0 ignored\n", " 0.00s loading features ...\n", " | 0.03s T otype from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.28s T oslots from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.13s T puncr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.01s T transn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.02s T n from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.01s T puncn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T title from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.27s T trans from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.11s T transo from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.24s T punc from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.10s T punco from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.15s T transr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | | 0.01s C __levels__ from otype, oslots, otext\n", " | | 0.90s C __order__ from otype, oslots, __levels__\n", " | | 0.05s C __rank__ from otype, __order__\n", " | | 0.88s C __levUp__ from otype, oslots, __rank__\n", " | | 0.04s C __levDown__ from otype, __levUp__, __rank__\n", " | | 0.44s C __boundary__ from otype, oslots, __rank__\n", " | | 0.04s C __sections__ from otype, oslots, otext, __levUp__, __levels__, n, n, n\n", " | | 0.01s C __structure__ from otype, oslots, otext, __rank__, __levUp__, n, title, n\n", " 3.74s All features loaded/computed - for details use TF.loadLog()\n", " 0.00s loading features ...\n", " | 0.00s T author from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T authorFull from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T col from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T day from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T facs from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T isemph from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T isfolio from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.01s T isnote from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.07s T isorig from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T isref from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.09s T isremark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T isspecial from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T issub from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T issuper from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T mark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T month from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T note from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T page from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T place from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T rawdate from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T row from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T seq from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T status from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T tpl from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T vol from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.21s T volumeMap from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " | 0.00s T year from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/8\n", " 0.41s All additional features loaded - for details use TF.loadLog()\n", "This is Text-Fabric 8.5.14\n", "Api reference : https://annotation.github.io/text-fabric/tf/cheatsheet.html\n", "\n", "41 features found and 0 ignored\n", " 0.00s loading features ...\n", " | 0.12s T otype from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 1.13s T oslots from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.38s T puncr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.01s T transn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.06s T n from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.01s T puncn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T title from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.99s T trans from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.55s T transo from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.87s T punc from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.47s T punco from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.45s T transr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | | 0.03s C __levels__ from otype, oslots, otext\n", " | | 3.50s C __order__ from otype, oslots, __levels__\n", " | | 0.17s C __rank__ from otype, __order__\n", " | | 3.27s C __levUp__ from otype, oslots, __rank__\n", " | | 0.18s C __levDown__ from otype, __levUp__, __rank__\n", " | | 1.79s C __boundary__ from otype, oslots, __rank__\n", " | | 0.12s C __sections__ from otype, oslots, otext, __levUp__, __levels__, n, n, n\n", " | | 0.02s C __structure__ from otype, oslots, otext, __rank__, __levUp__, n, title, n\n", " 14s All features loaded/computed - for details use TF.loadLog()\n", " 0.00s loading features ...\n", " | 0.00s T author from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T authorFull from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.01s T col from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T day from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T facs from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T isemph from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T isfolio from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T isnote from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.31s T isorig from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T isref from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.26s T isremark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T isspecial from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T issub from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T issuper from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T isund from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T mark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T month from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T note from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T page from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T place from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T rawdate from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.01s T row from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T seq from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T status from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T tpl from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T vol from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.72s T volumeMap from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " | 0.00s T year from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/9\n", " 1.35s All additional features loaded - for details use TF.loadLog()\n", "This is Text-Fabric 8.5.14\n", "Api reference : https://annotation.github.io/text-fabric/tf/cheatsheet.html\n", "\n", "41 features found and 0 ignored\n", " 0.00s loading features ...\n", " | 0.19s T otype from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 1.53s T oslots from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.25s T puncr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T transn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.08s T n from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.01s T puncn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T title from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 1.33s T trans from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 1.06s T transo from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 1.12s T punc from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.86s T punco from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.30s T transr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | | 0.04s C __levels__ from otype, oslots, otext\n", " | | 4.94s C __order__ from otype, oslots, __levels__\n", " | | 0.25s C __rank__ from otype, __order__\n", " | | 4.48s C __levUp__ from otype, oslots, __rank__\n", " | | 0.21s C __levDown__ from otype, __levUp__, __rank__\n", " | | 2.48s C __boundary__ from otype, oslots, __rank__\n", " | | 0.17s C __sections__ from otype, oslots, otext, __levUp__, __levels__, n, n, n\n", " | | 0.02s C __structure__ from otype, oslots, otext, __rank__, __levUp__, n, title, n\n", " 19s All features loaded/computed - for details use TF.loadLog()\n", " 0.00s loading features ...\n", " | 0.00s T author from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T authorFull from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T col from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T day from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T facs from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T isemph from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T isfolio from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T isnote from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.60s T isorig from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T isref from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.17s T isremark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T isspecial from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T issub from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T issuper from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T isund from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T mark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T month from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T note from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T page from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T place from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T rawdate from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T row from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T seq from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T status from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T tpl from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T vol from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 1.05s T volumeMap from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " | 0.00s T year from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/10\n", " 1.88s All additional features loaded - for details use TF.loadLog()\n", "This is Text-Fabric 8.5.14\n", "Api reference : https://annotation.github.io/text-fabric/tf/cheatsheet.html\n", "\n", "41 features found and 0 ignored\n", " 0.00s loading features ...\n", " | 0.13s T otype from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 1.21s T oslots from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.38s T puncr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T transn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.06s T n from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T puncn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T title from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 1.07s T trans from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.60s T transo from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.87s T punc from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.49s T punco from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.46s T transr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | | 0.03s C __levels__ from otype, oslots, otext\n", " | | 3.81s C __order__ from otype, oslots, __levels__\n", " | | 0.19s C __rank__ from otype, __order__\n", " | | 3.46s C __levUp__ from otype, oslots, __rank__\n", " | | 0.17s C __levDown__ from otype, __levUp__, __rank__\n", " | | 2.00s C __boundary__ from otype, oslots, __rank__\n", " | | 0.13s C __sections__ from otype, oslots, otext, __levUp__, __levels__, n, n, n\n", " | | 0.02s C __structure__ from otype, oslots, otext, __rank__, __levUp__, n, title, n\n", " 15s All features loaded/computed - for details use TF.loadLog()\n", " 0.00s loading features ...\n", " | 0.00s T author from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T authorFull from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T col from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T day from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T facs from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T isemph from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T isfolio from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T isnote from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.35s T isorig from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T isref from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.27s T isremark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T isspecial from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T issub from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T issuper from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T isund from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T mark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T month from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T note from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T page from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T place from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T rawdate from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T row from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T seq from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T status from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T tpl from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T vol from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.79s T volumeMap from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " | 0.00s T year from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/11\n", " 1.46s All additional features loaded - for details use TF.loadLog()\n", "This is Text-Fabric 8.5.14\n", "Api reference : https://annotation.github.io/text-fabric/tf/cheatsheet.html\n", "\n", "41 features found and 0 ignored\n", " 0.00s loading features ...\n", " | 0.10s T otype from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.84s T oslots from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.10s T puncr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T transn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.05s T n from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T puncn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T title from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.73s T trans from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.62s T transo from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.61s T punc from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.51s T punco from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.11s T transr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | | 0.02s C __levels__ from otype, oslots, otext\n", " | | 2.62s C __order__ from otype, oslots, __levels__\n", " | | 0.13s C __rank__ from otype, __order__\n", " | | 2.32s C __levUp__ from otype, oslots, __rank__\n", " | | 0.12s C __levDown__ from otype, __levUp__, __rank__\n", " | | 1.34s C __boundary__ from otype, oslots, __rank__\n", " | | 0.09s C __sections__ from otype, oslots, otext, __levUp__, __levels__, n, n, n\n", " | | 0.02s C __structure__ from otype, oslots, otext, __rank__, __levUp__, n, title, n\n", " 10s All features loaded/computed - for details use TF.loadLog()\n", " 0.00s loading features ...\n", " | 0.00s T author from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T authorFull from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T col from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T day from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T facs from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T isemph from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T isfolio from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T isnote from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.38s T isorig from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T isref from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.07s T isremark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T isspecial from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T issub from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T issuper from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T isund from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T mark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T month from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T note from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T page from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T place from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T rawdate from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T row from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T seq from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T status from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T tpl from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T vol from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.55s T volumeMap from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " | 0.00s T year from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/12\n", " 1.04s All additional features loaded - for details use TF.loadLog()\n", "This is Text-Fabric 8.5.14\n", "Api reference : https://annotation.github.io/text-fabric/tf/cheatsheet.html\n", "\n", "41 features found and 0 ignored\n", " 0.00s loading features ...\n", " | 0.11s T otype from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.90s T oslots from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.42s T puncr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T transn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.05s T n from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T puncn from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T title from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.79s T trans from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.29s T transo from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.67s T punc from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.24s T punco from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.49s T transr from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | | 0.03s C __levels__ from otype, oslots, otext\n", " | | 2.93s C __order__ from otype, oslots, __levels__\n", " | | 0.15s C __rank__ from otype, __order__\n", " | | 2.54s C __levUp__ from otype, oslots, __rank__\n", " | | 0.16s C __levDown__ from otype, __levUp__, __rank__\n", " | | 1.47s C __boundary__ from otype, oslots, __rank__\n", " | | 0.10s C __sections__ from otype, oslots, otext, __levUp__, __levels__, n, n, n\n", " | | 0.01s C __structure__ from otype, oslots, otext, __rank__, __levUp__, n, title, n\n", " 11s All features loaded/computed - for details use TF.loadLog()\n", " 0.00s loading features ...\n", " | 0.00s T author from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T authorFull from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.01s T col from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T day from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T facs from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T isemph from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T isfolio from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T isnote from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.17s T isorig from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T isref from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.29s T isremark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T isspecial from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T issuper from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T isund from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T mark from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T month from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T note from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T page from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T place from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T rawdate from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.01s T row from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T seq from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T tpl from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T vol from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.60s T volumeMap from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " | 0.00s T year from ~/github/Dans-labs/clariah-gm/_local/tf/0.9.1/13\n", " 1.12s All additional features loaded - for details use TF.loadLog()\n" ] } ], "source": [ "TFs = {}\n", "apis = {}\n", "for (vt, vn, vl, vloc) in volumes:\n", " TFs[vt] = Fabric(locations=vloc)\n", " apis[vt] = TFs[vt].loadAll()" ] }, { "cell_type": "code", "execution_count": null, "id": "c373cb2d-04c5-4962-984f-5c593b9ab427", "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.5" }, "widgets": { "application/vnd.jupyter.widget-state+json": { "state": {}, "version_major": 2, "version_minor": 0 } } }, "nbformat": 4, "nbformat_minor": 5 }