Update README

This commit is contained in:
Robert Hunt 2021-03-10 13:30:16 +13:00
parent 8078a82647
commit a7d2243763
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ The TWL are structured as TSV files to simplify importing and exporting into var
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 OBS TWL are in one file and encoded in TSV format, i.e., `twl_OBS.tsv`. The six columns are `Reference`, `ID`, `Tags`, `OrigWords`, `Occurrence`, and `TWLink`.
### TWL TSV Column Description