LucasGalhardoLima commited on
Commit
8929686
·
verified ·
1 Parent(s): ea8a952

Update dataset card

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -38,7 +38,7 @@ carrying its provenance**.
38
  > so others build on reconnected Scripture instead of feeding a PDF to an AI.
39
 
40
  🧑‍💻 **Code, build & MCP server:** <https://github.com/LucasGalhardoLima/sinew>
41
- 🔭 **Live explorer (navigate by meaning):** <https://huggingface.co/spaces/LucasGalhardoLima/sinew-explorer>
42
 
43
  [![Sinew explorer demo](https://raw.githubusercontent.com/LucasGalhardoLima/sinew/main/docs/demo.gif)](https://huggingface.co/spaces/LucasGalhardoLima/sinew-explorer)
44
 
@@ -56,7 +56,8 @@ silently dropped. v1 is entirely **public-domain text + CC-BY data** → frictio
56
  - **Tier 1 — Facts:** verse text, canonical IDs, book metadata, versification map.
57
  - **Tier 2 — Sourced connections:** every edge has `type + source + weight (+ review_status)`.
58
  - **Tier 3 — Derived (optional):** computed embeddings/similarity, *"computed, not authoritative"* —
59
- powers the live explorer's meaning-terrain; built opt-in, never joined to the fact tables.
 
60
 
61
  ## What's in v1
62
 
@@ -133,5 +134,6 @@ gaps) is **flagged in `review_status`, never dropped** — the "no silent failur
133
  underlying Bible text is public domain. Exact retrieval URLs + sha256 pins are in `sources.lock.json`
134
  and the `dataset_meta` table.
135
 
136
- **Roadmap (P1):** typed NT→OT quotations (Turpie 1868, classified A–E); deeper Tier-3 semantic
137
- search; original-language (Macula) lemma/morphology; more PD translations + multilingual alignment.
 
 
38
  > so others build on reconnected Scripture instead of feeding a PDF to an AI.
39
 
40
  🧑‍💻 **Code, build & MCP server:** <https://github.com/LucasGalhardoLima/sinew>
41
+ 🔭 **Live explorer (navigate by meaning, or search a theme):** <https://huggingface.co/spaces/LucasGalhardoLima/sinew-explorer>
42
 
43
  [![Sinew explorer demo](https://raw.githubusercontent.com/LucasGalhardoLima/sinew/main/docs/demo.gif)](https://huggingface.co/spaces/LucasGalhardoLima/sinew-explorer)
44
 
 
56
  - **Tier 1 — Facts:** verse text, canonical IDs, book metadata, versification map.
57
  - **Tier 2 — Sourced connections:** every edge has `type + source + weight (+ review_status)`.
58
  - **Tier 3 — Derived (optional):** computed embeddings/similarity, *"computed, not authoritative"* —
59
+ powers the live explorer's meaning-terrain **and its in-browser theme search**; built opt-in, never
60
+ joined to the fact tables (and not part of this published dataset, which is Tier-1/2 only).
61
 
62
  ## What's in v1
63
 
 
134
  underlying Bible text is public domain. Exact retrieval URLs + sha256 pins are in `sources.lock.json`
135
  and the `dataset_meta` table.
136
 
137
+ **Roadmap (P1):** typed NT→OT quotations (Turpie 1868, classified A–E); deeper Tier-3 semantic search
138
+ beyond the explorer (a query/MCP-layer semantic endpoint the explorer's in-browser theme search
139
+ already ships); original-language (Macula) lemma/morphology; more PD translations + multilingual alignment.