larsgson commited on
Commit
80cbe30
·
verified ·
1 Parent(s): ff6bf2b

Add pos + translit + word_class columns (wishlist #1/#5/#6)

Browse files
Files changed (3) hide show
  1. README.md +3 -25
  2. manifest.json +2 -2
  3. prior_pack.parquet +2 -2
README.md CHANGED
@@ -1,25 +1,3 @@
1
- ---
2
- license: cc-by-4.0
3
- pretty_name: "Strong's prior pack — language-independent alignment leverage"
4
- language:
5
- - he
6
- - grc
7
- tags:
8
- - bible
9
- - strongs
10
- - word-alignment
11
- - hebrew
12
- - greek
13
- - lexicon
14
- - semantic-neighbors
15
- task_categories:
16
- - translation
17
- - token-classification
18
- configs:
19
- - config_name: default
20
- data_files: prior_pack.parquet
21
- ---
22
-
23
  # `prior_pack/` — language-independent leverage for the aligner (CC-BY)
24
 
25
  One row per **original lexeme**, bundling shoresh signals the aligner's gloss/neural runs consume as
@@ -29,6 +7,9 @@ priors. Built once (language-independent) via `shoresh/macula/build_prior_pack.p
29
  | column | meaning |
30
  |---|---|
31
  | `lexeme` / `strong` / `testament` / `is_content` / `lemma` | the lexeme + rollup |
 
 
 
32
  | `keyness` | biblical-salience (function-word filter); null for non-content |
33
  | `lxx_greek` / `lxx_hebrew` | cross-testament bridge (OT→Greek / NT→Hebrew), freq-ordered |
34
  | `senses` | `[{stem, sense, share}]` — sense inventory / prior distribution (OT) |
@@ -39,6 +20,3 @@ Consumed: gloss (keyness+lxx+senses extend/clean the mined dict); neural (neighb
39
  Publish to `bcv-commons/strongs` as a `priors` config. `neighbors`/`senses` are OT-only for now.
40
 
41
  `xling_confidence` is derived from the aligner's published `aligned-lex` (the loop-back); rebuild with `--aligned-lex-dir <mirror>` when partitions change.
42
-
43
-
44
- _Generated: 14720 lexemes · keyness 14045 · lxx 3759 · senses 6872 · neighbors 3012 · xling 13777. content_sha256 `9874ac4a5ecd88f8…`_
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # `prior_pack/` — language-independent leverage for the aligner (CC-BY)
2
 
3
  One row per **original lexeme**, bundling shoresh signals the aligner's gloss/neural runs consume as
 
7
  | column | meaning |
8
  |---|---|
9
  | `lexeme` / `strong` / `testament` / `is_content` / `lemma` | the lexeme + rollup |
10
+ | `pos` | normalized POS `{noun,verb,adj,adv,pron,prep,conj,det,num,name,particle}` — dominant MACULA class; `name` = grammatical proper noun (Np) or TIPNR person/place (elohim/theos stay `noun`; YHWH/David/Jesus = `name`) |
11
+ | `translit` | romanized form (`da.vid`, `Iēsous`) — for gap-name / cross-script matching |
12
+ | `word_class` | `content` \| `function`, derived from `pos` |
13
  | `keyness` | biblical-salience (function-word filter); null for non-content |
14
  | `lxx_greek` / `lxx_hebrew` | cross-testament bridge (OT→Greek / NT→Hebrew), freq-ordered |
15
  | `senses` | `[{stem, sense, share}]` — sense inventory / prior distribution (OT) |
 
20
  Publish to `bcv-commons/strongs` as a `priors` config. `neighbors`/`senses` are OT-only for now.
21
 
22
  `xling_confidence` is derived from the aligner's published `aligned-lex` (the loop-back); rebuild with `--aligned-lex-dir <mirror>` when partitions change.
 
 
 
manifest.json CHANGED
@@ -7,13 +7,13 @@
7
  "with_lxx": 3759,
8
  "with_senses": 6872,
9
  "with_neighbors": 3012,
10
- "with_xling": 13777,
11
  "components": {
12
  "keyness_sha256": "8e780f7159b43d9fa10d4c16935043c1115ae564a6b3b719d458bd7340314d80",
13
  "lxx_bridge_sha256": "97c1c2a8df1f33069ecd88dab3a1b7ff179e900236ac41cd4d93f12ec5d40cff",
14
  "neighbors_sha256": "73630f4303821a9a1015a32fa84bef903fc94ee189ad28f7ddd819a5380f8e71",
15
  "spine_sha256": "dc353d340215339093f453d8765af1fabf8b444dcd917b4d73a3d056b22ebb31"
16
  },
17
- "content_sha256": "9874ac4a5ecd88f8f6a1bc74c8bf5be408d78c67bbd98bd501ddeb882bdb13a8",
18
  "note": "language-independent; CC-BY (MACULA lexeme + lxx_bridge); label-free (no MARBLE)."
19
  }
 
7
  "with_lxx": 3759,
8
  "with_senses": 6872,
9
  "with_neighbors": 3012,
10
+ "with_xling": 0,
11
  "components": {
12
  "keyness_sha256": "8e780f7159b43d9fa10d4c16935043c1115ae564a6b3b719d458bd7340314d80",
13
  "lxx_bridge_sha256": "97c1c2a8df1f33069ecd88dab3a1b7ff179e900236ac41cd4d93f12ec5d40cff",
14
  "neighbors_sha256": "73630f4303821a9a1015a32fa84bef903fc94ee189ad28f7ddd819a5380f8e71",
15
  "spine_sha256": "dc353d340215339093f453d8765af1fabf8b444dcd917b4d73a3d056b22ebb31"
16
  },
17
+ "content_sha256": "3282b31f3c45b43937f23355c6123cdf262e0c06f271fe17db97fca1be32778b",
18
  "note": "language-independent; CC-BY (MACULA lexeme + lxx_bridge); label-free (no MARBLE)."
19
  }
prior_pack.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9874ac4a5ecd88f8f6a1bc74c8bf5be408d78c67bbd98bd501ddeb882bdb13a8
3
- size 439353
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3282b31f3c45b43937f23355c6123cdf262e0c06f271fe17db97fca1be32778b
3
+ size 523167