Skip to content

Commit 3d09ffe

Browse files
authored
Merge pull request #62 from openscriptures/add-note-on-ids-to-docs
Added Wrd tag attributes section to readme
2 parents 5e08536 + 999ca50 commit 3d09ffe

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ license. For attribution purposes, credit the Open Scriptures Hebrew Bible
1212
Project. The text of the WLC remains in the
1313
[Public Domain](http://creativecommons.org/publicdomain/mark/1.0/). See the [LICENSE](LICENSE.md) file for more information.
1414

15+
## Word tag attributes
16+
17+
Word tags each contain three attributes:
18+
19+
- `lemma` - Eg. `c/m/6529`
20+
21+
- `morph` - Eg. `HC/R/Ncmsc`
22+
23+
- `id` - Eg. `018xz`. This is a unique, immutable id for every word in the Hebrew Bible. The first two digits represent the KJV book number, and the last three are random. (Likewise will be done for the BHP and UGNT versions of the Greek New Testment.) The purpose of this id is two-fold. First, it allows software to easily associate other data with particular words in the original texts. Second, it helps facilitate textual criticsm. That is, another Hebrew Bible codex could utilize the same ids wherever words align, and create new ids where new words are found. Then, a software program can both highlight the discrepencies and maintain data associations build for another codex where words are consistent.
24+
1525
## Additional Resources
1626

1727
- `HomeFiles`, along with `index.html` provide a simple home page for the project,

0 commit comments

Comments
 (0)