We are using @chinese in macula-greek but @mandarin in macula-hebrew. Should we be consistent? (3fbfe5e)
We end up adding empty english and chinese columns to the Nestle1904 TSV (7618654); my opinion is that this is ok and something we could revisit with further improvements to the transformation / serialization pipelines
We can then modify the "SBLGNT" column to //w[@english="donkey"]; we don't yet support linking into two columns
Next steps
I will open a couple of follow-up PRs that add a TEI version of SBLGNT into the repo and share some processing pipelines that I think will be helpful going forward.
Transform SBLGNT XML to make compatible with macula-greek TEI #81
What's in this PR?
This PR into sblgnt-trees:
transform-to-lowfat.sh
bash scriptenglish
andchinese
attributes to SBLGNT Lowfatgreek-lowfat-to-tsv.xq
XQuery module for generating TSV output for SBLGNTThings to point out
@chinese
in macula-greek but@mandarin
in macula-hebrew. Should we be consistent? (3fbfe5e)english
andchinese
columns to the Nestle1904 TSV (7618654); my opinion is that this is ok and something we could revisit with further improvements to the transformation / serialization pipelinesSymphony deploy previews
Apposition: https://deploy-preview-271--symphony-preview.netlify.app/?workspace=tree-comparison&treeQuery=//w[@junction=%22apposition%22]&osisRef=Matt.1.1
Searching
@gloss
https://deploy-preview-271--symphony-preview.netlify.app/?workspace=tree-comparison&treeQuery=//w[@gloss=%22donkey%22]&osisRef=Matt.21.6
Compare @gloss and @english
//w@[gloss=donkey]
//w[@english="donkey"]
; we don't yet support linking into two columnsNext steps
I will open a couple of follow-up PRs that add a TEI version of SBLGNT into the repo and share some processing pipelines that I think will be helpful going forward.