Dataset Viewer
Auto-converted to Parquet Duplicate
surface
stringlengths
2
59
strong
stringlengths
5
5
count
int32
1
4.49k
share
float32
0
1
hi_conf
float32
0
1
abad ke abad
H1755
1
1
1
abadi
H5769
13
0.8125
0.9231
abadi
H1397
1
0.0625
0
abadi
H4557
1
0.0625
0
abadi
H5975
1
0.0625
0
abadi selama lamanya
H5769
1
1
1
abadi tak
H5769
1
1
1
abagta
H0005
1
1
0
abaikan
H6440
3
0.6
0
abaikan
H0954
1
0.2
0
abaikan
H4591
1
0.2
0
abaikan dipermalukan
H0954
1
1
1
abana
H0071
1
1
0
abarim
H5682
3
0.6
1
abarim
H5863
1
0.2
1
abarim
H6758
1
0.2
0
abda abda
H5653
1
1
1
abdeel
H5655
1
1
1
abdi
H5139
4
0.5
1
abdi
H5660
3
0.375
1
abdi
H5144
1
0.125
0
abdiel
H5661
1
1
1
abdon
H5658
3
1
1
abdon hilel
H1985
1
1
0
abednego
H4406
2
0.4
0
abednego
H0560
1
0.2
0
abednego
H5664
1
0.2
1
abednego
H6656
1
0.2
0
abel
H0064
1
1
1
abel mehola
H0065
2
1
1
abel sitim
H0063
1
1
0
abi
H0001
1
0.5
0
abi
H0021
1
0.5
1
abia
H0029
21
0.9545
1
abia
H5057
1
0.0455
0
abialbon
H0045
1
1
1
abiam
H0038
4
0.8
1
abiam
H1980
1
0.2
0
abiasaf
H0043
2
0.5
1
abiasaf
H0623
1
0.25
0
abiasaf
H7145
1
0.25
0
abiatar
H0054
22
0.9565
0.9545
abiatar
H0288
1
0.0435
0
abiatar mempersembahkan
H0054
1
1
1
abiatar menjabat
H0054
2
1
1
abib
H0024
1
1
1
abib itulah
H0024
1
1
1
abib mengingat
H0024
1
1
1
abida
H0028
2
1
0
abiel
H0022
2
0.6667
1
abiel
H6872
1
0.3333
0
abiel abiel
H0022
1
1
1
abiezer
H0044
4
0.8
1
abiezer
H0033
1
0.2
1
abiezer berkumpul
H0044
1
1
1
abigail
H0026
11
0.9167
1
abigail
H1961
1
0.0833
0
abigail ahinoam
H0293
1
1
1
abigail berkata
H0559
2
1
1
abigail bersujud
H7812
1
1
1
abigail dirinya
H0026
1
1
1
abigail kata kepadanya
H0559
1
1
1
abigail menyuruh
H0026
1
1
1
abihail
H0032
6
0.8571
1
abihail
H3163
1
0.1429
0
abihail huri
H2359
1
1
0
abihu
H0030
10
0.9091
0
abihu
H8316
1
0.0909
0
abihud abisua
H0031
1
1
1
abimelek
H0040
59
0.9672
0.9661
abimelek
H2026
1
0.0164
1
abimelek
H7121
1
0.0164
0
abimelek gaal gaal
H0040
1
1
1
abimelek menusuk abimelek
H1856
1
1
1
abimelek pamit isak
H3327
1
1
1
abinadab
H0041
11
1
1
abinoam
H0042
2
1
1
abinoam giringlah
H0042
1
1
1
abiram
H0048
6
1
1
abiram abiram
H0048
2
1
1
abisag
H0049
3
0.5
1
abisag
H7767
3
0.5
0
abisag gadis
H0049
1
1
1
abisag sunem
H7767
2
1
0
abisai
H0052
22
0.8462
1
abisai
H3415
1
0.0385
0
abisai
H3967
1
0.0385
0
abisai
H7969
1
0.0385
0
abisai
H7999
1
0.0385
0
abisalom
H0053
2
1
1
abisua
H0050
1
1
0
abisur
H0051
2
1
1
abitub
H0036
1
1
1
abner
H0074
55
0.9821
0.9636
abner
H5369
1
0.0179
0
abner abner
H0074
1
1
1
abraham
H0085
144
0.9474
0.9792
abraham
H0113
2
0.0132
0
abraham
H4962
2
0.0132
0
abraham
H0559
1
0.0066
0
End of preview. Expand in Data Studio

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

aligned_lex — published surface → Strong's lexicons

The attested target-word → Strong's mapping mined by the aligner, one language per partition, for consumption by bcv-commons (and downstream, the bcv-query monorepo as external resources/).

Layout — why the data isn't in git

Per-language lexicons are regenerated whenever the method/model/spine/source improves. Committing them would bloat git history without bound at scale (thousands of languages × re-runs). So:

aligned_lex/
  README.md            # committed — this file
  manifest.json        # committed — per-language metadata + content hash (the durable record)
  iso=<iso>/           # GIT-IGNORED — the bulk data, published out-of-band
    data.parquet

The Parquet partitions are published to a data channel (a Hugging Face dataset or object storage), keyed by the manifest's content_sha256. manifest.json is git's small, diffable record of what exists and what it hashes to — it changes only when the data actually changes.

Schema (per row)

column type meaning
surface string target rendering, lowercased (content tokens; may be multi-word)
strong string Strong's number (H#### OT / G#### NT)
count int32 times this (surface → strong) pair was aligned
share float32 count / Σ count for that surface = P(strong | surface)which sense
hi_conf float32 fraction of this pair's alignments that were intersection-backed (both eflomal directions agreed, score ≥ 0.9) — how much to trust the alignment

iso is recovered from the Hive partition path (iso=<iso>/), so a dataset read yields it as a column for free. Two orthogonal confidence axes: share = which Strong's; hi_conf = alignment reliability. Rows are grouped by surface, strongest sense first. A consumer picks the argmax-share Strong's and can threshold on hi_conf/count to trade coverage for precision.

Authentication (one-time)

The push reads a cached Hugging Face login, so you authenticate once and every future --publish (any language, any change) reuses it — no token to pass each run:

python3 -c "from huggingface_hub import login; login()"   # prompts once → ~/.cache/huggingface/token
python3 -c "from huggingface_hub import HfApi; print(HfApi().whoami()['name'])"   # verify

Use a fine-grained token (huggingface.co/settings/tokens) scoped to write on just the target dataset/org — same convenience, minimal blast radius. Prefer this to export HF_TOKEN=… in your shell profile: same persistence, but the token isn't injected into every process's environment. Re-run login() only if you rotate/revoke the token.

Regenerate / add a language

# 1. align (produces out/align_eflomal_<iso>_*.jsonl)
python3 -m strongs_aligner.run_pilot --method eflomal --ot --usj-dir <usj> --iso <iso>
# 2. export → aligned_lex/iso=<iso>/data.parquet  +  update manifest.json   (needs the [publish] extra)
python3 -m strongs_aligner.export_lex --iso <iso> --method eflomal --lang-name <Name>
# 3. publish the partition + manifest + this card to a HF dataset (auth: see above)
python3 -m strongs_aligner.export_lex --iso <iso> --publish bcv-commons/aligned-lex --create
#    (append --dry-run to preview the upload without pushing)

pip install -e '.[publish]' for the Parquet writer + HF uploader (pyarrow, huggingface_hub). Use --format tsv for a plain-text partition instead. Publishing thousands of languages: keep each folder < 10k files and squash history on the data channel (see the Hugging Face storage limits). The push uploads only this language's partition plus the shared manifest.json/README.md — other languages are untouched.

Provenance & quality

Per-language provenance (method, min_count, testament, row/surface/Strong's counts, hi_conf_ge_0.9, spine tags, content hash) lives in manifest.json. Quality basis: promoted after the gold benchmark passed — eflomal scores 91.8% (fra) / 95.6% (hau) token-weighted top-1 vs Clear-Bible manual alignments (docs/benchmark.md). ind has no manual gold; it inherits trust from the method's cross-language validation. These are raw aligned counts, not hand-checked — use share/hi_conf to threshold.

Downloads last month
-