Ready for a can of worms?
I have long been aware of disagreements over the proper meaning of εις [eis] in Acts 2:38, and I'd like to use Logos as an electronic club to beat the question to death.
As an old data guy, using the SQL data language and an outer join would make this a snap:
- Extract a list of all verses from NA27 where the Greek word appears. (This is an easy search that yields over 1600 verses. Analyzing one at a time would take weeks.)
- Use the verses in that list to extract the matching verses from several English translations. (head scratcher)
Feeding a collection of the desired Bibles into the text comparison tool yields one verse at a time--slow.
I'd like to end up with a spreadsheet with these columns:
- Reference (Book, Chapter, Verse)
- Greek verse
- NIV
- ESV
- NRSV
- NET
Any help you can offer will be greatly appreciated.