Re: [sword-devel] PocketSword on new iPad

2025-06-18 Thread Johan Marais
Thank you for the quick feedback Greg, I appreciate it. I have Bishop installed, but it is not in the same class as PocketSword. Fortunately the iOS version on both tablets are the same. Regards, Johan From: sword-devel On Behalf Of Greg Hellings Sent: Thursday, 19 June 2025 07:38 To: SWORD Devel

Re: [sword-devel] PocketSword on new iPad

2025-06-18 Thread Greg Hellings
On Thu, Jun 19, 2025 at 12:32 AM Johan Marais wrote: > Good morning. > > I need assistance with PocketSword please – I am aware that the developer > (Nic Carter) is no longer involved. > > I got a new (for me) iPad, but when I transferred PocketSword from my old > iPad to the new iPad, PocketSwor

[sword-devel] PocketSword on new iPad

2025-06-18 Thread Johan Marais
Good morning. I need assistance with PocketSword please – I am aware that the developer (Nic Carter) is no longer involved. I got a new (for me) iPad, but when I transferred PocketSword from my old iPad to the new iPad, PocketSword was transferred, but when I tried opening is, I received a messa

Re: [sword-devel] Script to find a best fit v11n

2025-06-18 Thread Peter von Kaehne
That script is what I have used for years witg good effect. Thank you Greg. Sent from Outlook for iOS From: sword-devel on behalf of Greg Hellings Sent: Thursday, June 19, 2025 6:41 amTo: SWORD Developers' Collaboration Forum Subject: Re: [sword-devel] Script to find a best fit v11n My script esch

Re: [sword-devel] Script to find a best fit v11n

2025-06-18 Thread Greg Hellings
And here's an example now that I've fixed the output of the osisIDs when there are fewer than 100 of them: [vagrant@localhost ~]$ ./av11n.py kjv.osis.xml Checking Calvin: The following IDs don’t appear in your file: %s 1Kgs.22.54, 1Sam.20.43, 1Sam.24.23, 3John.1.15, Act

Re: [sword-devel] Script to find a best fit v11n

2025-06-18 Thread Greg Hellings
My script eschews percentages because they seemed relatively pointless to me for measuring a mismatch like this. Instead it gives a count of both Old and New Testament osisIDs that it finds missing and another that it finds unexpectedly for a given versification. If the total of either count is few

Re: [sword-devel] Script to find a best fit v11n

2025-06-18 Thread Greg Hellings
Here is an example of the first lines of running my script against the kjv.osis.xml file from the git repo: Checking Calvin: There are 93 OT IDs and 5 NT IDs in v11n which aren’t in your file. There are 0 OT IDs and 30 NT IDs in your file which don’t appear in v11

Re: [sword-devel] Script to find a best fit v11n

2025-06-18 Thread David Haslam
It’s not just the number of “missing” verses that should figure in the percentage score, but also the number of verses that get concatenated to the last one in a chapter. The differences in v11n for the Psalms will be especially significant for this, in that some v11n renumber many of them. Lik

Re: [sword-devel] Script to find a best fit v11n

2025-06-18 Thread DM Smith
David, Because it only considers the xml, scope is automatically built into it. It is only comparing what is present in the xml with what is part of the av11ns. It might be good to add the enumeration of missing verses. — DM > On Jun 18, 2025, at 4:02 PM, David Haslam wrote: > > Does it tak

Re: [sword-devel] Script to find a best fit v11n

2025-06-18 Thread DM Smith
Didn’t know about that. Sounds like a great idea. I think the modules team should include such in their module building protocol. As I said, I don’t know python and have never programmed in it. But I can read and tweak them. > On Jun 18, 2025, at 4:03 PM, Greg Hellings wrote: > > There has b

Re: [sword-devel] Script to find a best fit v11n

2025-06-18 Thread Greg Hellings
No. Both DM's script (and mine) operate on an OSIS file. Not on a module. --Greg On Wed, Jun 18, 2025 at 3:03 PM David Haslam wrote: > Does it take account of the Scope key in the .conf file for a less than > complete Bible ? > > David > > Sent from Proton Mail for

Re: [sword-devel] Script to find a best fit v11n

2025-06-18 Thread Greg Hellings
There has been this file, which I think I wrote a geological epoch ago: https://www.crosswire.org/svn/sword-tools/trunk/versification/av11n.py Like yours, it is a very rough attempt to brute force compare the osisIDs found in a file with known versification schemes. Unlike yours, it depends on ha

Re: [sword-devel] Script to find a best fit v11n

2025-06-18 Thread David Haslam
Does it take account of the Scope key in the .conf file for a less than complete Bible ? David Sent from [Proton Mail](https://proton.me/mail/home) for iOS On Wed, Jun 18, 2025 at 20:51, DM Smith <[dmsm...@crosswire.org](mailto:On Wed, Jun 18, 2025 at 20:51, DM Smith < wrote: > Hi, > > Severa

[sword-devel] Script to find a best fit v11n

2025-06-18 Thread DM Smith
Hi,Several have commented on how hard it is to test an OSIS xml file against v11ns especially since it goes off into an infinite loop. (I’ve posted a patch that fixes that) But it is still a process of trial and error to find an appropriate v11n.So, I’ve been iterating with chatGPT to create a pyth