Upload folder using huggingface_hub
Browse files- README.md +57 -0
- hbo_lex.tsv +0 -0
README.md
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
pretty_name: "Hebrew Word Senses — polysemy inventory, Hebrew-context derived"
|
| 4 |
+
language:
|
| 5 |
+
- hbo
|
| 6 |
+
tags:
|
| 7 |
+
- biblical-hebrew
|
| 8 |
+
- lexicography
|
| 9 |
+
- word-sense-disambiguation
|
| 10 |
+
configs:
|
| 11 |
+
- config_name: default
|
| 12 |
+
data_files: "hbo_lex.tsv"
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Hebrew Word Senses
|
| 16 |
+
|
| 17 |
+
Which Biblical Hebrew lexemes are polysemous (have more than one distinct meaning), and how their
|
| 18 |
+
occurrences cluster into each sense — 12,536 sense-rows across ~8,015 (lexeme, verbal-stem) groups.
|
| 19 |
+
|
| 20 |
+
## Method
|
| 21 |
+
|
| 22 |
+
**Sense-cluster structure** (which occurrences belong to which sense) is decided entirely from Hebrew:
|
| 23 |
+
occurrences of a (lexeme, stem) are grouped by their English gloss, then merged whenever their Hebrew-
|
| 24 |
+
clause embedding centroids are close (single-linkage clustering) — the question "are these the same
|
| 25 |
+
sense?" is answered by how the word is actually used in Hebrew context, not by an English label. No
|
| 26 |
+
UBS/SDBH data is involved in this step at any point.
|
| 27 |
+
|
| 28 |
+
**Gloss labels** (the human-readable name for each sense) come from two sources:
|
| 29 |
+
- The **dominant** sense of each group (its most common meaning) uses
|
| 30 |
+
[`bcv-commons/strongs`](https://huggingface.co/datasets/bcv-commons/strongs)'s own vetted gloss.
|
| 31 |
+
- Every other (**sub-**)sense uses Cherith Glosses (Andi Wu, Copyright 2022, CC BY 4.0) via MACULA's
|
| 32 |
+
own `@gloss` attribute — confirmed via [MACULA-Hebrew's own
|
| 33 |
+
LICENSE](https://github.com/Clear-Bible/macula-hebrew/blob/main/LICENSE.md) to be a distinct,
|
| 34 |
+
separately-licensed source, **not** SDBH/UBS MARBLE.
|
| 35 |
+
|
| 36 |
+
## Columns
|
| 37 |
+
|
| 38 |
+
| column | meaning |
|
| 39 |
+
|---|---|
|
| 40 |
+
| `lex` | ETCBC/BHSA lexeme id |
|
| 41 |
+
| `stem` | verbal stem (binyan) — blank for non-verbs |
|
| 42 |
+
| `sense` | sense number within this (lex, stem) group; `1` is always the dominant sense |
|
| 43 |
+
| `gloss` | the English label for this sense (see Method above for provenance) |
|
| 44 |
+
| `count` | how many occurrences fall in this sense-cluster |
|
| 45 |
+
| `share` | `count` / the group's total occurrences — `sense=1`'s share tells you how polysemous the word actually is in practice (a word with `sense=1` at 99% share is barely polysemous despite having other senses tagged) |
|
| 46 |
+
|
| 47 |
+
## License
|
| 48 |
+
|
| 49 |
+
CC BY 4.0. Sense-cluster structure: independently derived, no restricted source. Dominant-sense
|
| 50 |
+
glosses: from `bcv-commons/strongs`. Sub-sense glosses: Cherith Glosses (Andi Wu, CC BY 4.0), via
|
| 51 |
+
MACULA (Clear-Bible/macula-hebrew, CC BY 4.0) — not derived from or reproducing UBS MARBLE / SDBH.
|
| 52 |
+
|
| 53 |
+
## Provenance
|
| 54 |
+
|
| 55 |
+
Built by `bcv-RAG/scripts/cluster_senses_hebrew.py` (clustering) and
|
| 56 |
+
`shoresh/macula/build_hbo_lex_export.py` (publish-ready gloss substitution) in
|
| 57 |
+
[bcv-commons/bcv-query](https://github.com/bcv-commons/bcv-query).
|
hbo_lex.tsv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|