Attempt to improve Structure description
This commit is contained in:
parent
70a47e17e5
commit
6f261b5a3a
|
@ -50,13 +50,13 @@ If you only need to change a word or two, this may be the quickest way to make y
|
|||
|
||||
## Structure
|
||||
|
||||
The TWL are structured as TSV files to simplify importing and exporting into various formats for translation and presentation. This enables the tWLs to be keyed to the original Greek and Hebrew text instead of only a Gateway Language translation.
|
||||
The TWL are structured as TSV files to simplify importing and exporting into various formats for translation and presentation. The TWLs are keyed to the original Greek and Hebrew text, but clones of this repository can be made for the Gateway Languages (GLs), and then the TW links can be adjusted to accommodate the workings of those languages.
|
||||
|
||||
### TSV Format Overview
|
||||
|
||||
A Tab Separated Value (TSV) file is like a Comma Separated Value file except that the tab character is what divides the values instead of a comma. This makes it easier to include prose text in the files because many languages require the use of commas, single quotes, and double quotes in their sentences and paragraphs.
|
||||
|
||||
The TWL are structured as one file per book of the bible and encoded in TSV format, for example, `twl_GEN.tsv`. The six columns are `Reference`, `ID`, `Tags`, `OrigWords`, `Occurrence`, and `TWLink`.
|
||||
The TWL are structured as one file per book of the Bible and encoded in TSV format, for example, `twl_GEN.tsv`. The six columns are `Reference`, `ID`, `Tags`, `OrigWords`, `Occurrence`, and `TWLink`.
|
||||
|
||||
### TWL TSV Column Description
|
||||
|
||||
|
|
Loading…
Reference in New Issue