Rebuild the Words table on the verse page #12

Open
opened 2021-05-02 15:01:50 +00:00 by lenrsmith · 0 comments
Contributor

The current words table is sorted by Greek and does not handle phrases, substitutions, and instances where there is no direct correspondence between the Greek lexeme and an English gloss.

  • Add ability to sort the table by Greek/ULB
  • Handle phrases. Group the Greek words that makeup a ULB phrase on the same row as the ULB phrase gloss. The phrase cell will need a rowspan so that the Greek words can remain in their own rows. (Commit fb7c8f193b)
  • Work out a way to handle substitutions within the table. Substitutions occur when the Greek word order does not correspond well with the ULB gloss. For instance, the Greek phrase αὐτὸ τοῦτο is translated as "of this very thing" in Phil 1:6. In the XML we make this into a substitution where the ULB gloss of τοῦτο has "of [1] very thing" where [1] refers to the gloss for the entry for αὐτὸ. We can handle this by "decompiling" the ULB text into its substitution encoding and make that explicit in the words table.
The current words table is sorted by Greek and does not handle phrases, substitutions, and instances where there is no direct correspondence between the Greek lexeme and an English gloss. - [ ] Add ability to sort the table by Greek/ULB - [x] Handle phrases. Group the Greek words that makeup a ULB phrase on the same row as the ULB phrase gloss. The phrase cell will need a rowspan so that the Greek words can remain in their own rows. (Commit https://content.bibletranslationtools.org/WycliffeAssociates/en_btr_frontend/commit/fb7c8f193b647302be160abd901462d068369208) - [ ] Work out a way to handle substitutions within the table. Substitutions occur when the Greek word order does not correspond well with the ULB gloss. For instance, the Greek phrase αὐτὸ τοῦτο is translated as "of this very thing" in Phil 1:6. In the XML we make this into a substitution where the ULB gloss of τοῦτο has "of [1] very thing" where [1] refers to the gloss for the <w> entry for αὐτὸ. We can handle this by "decompiling" the ULB text into its substitution encoding and make that explicit in the words table.
lenrsmith added the
Enhancement
label 2021-05-02 15:02:39 +00:00
lenrsmith self-assigned this 2021-05-02 15:07:53 +00:00
lenrsmith removed their assignment 2021-05-02 15:07:55 +00:00
lenrsmith self-assigned this 2021-05-02 15:08:01 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: WycliffeAssociates/en_btr_frontend#12
No description provided.