<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
Hi Michael,<br>
Can do this with my neo-crampon-libre? If yes just fork the gitlab
repo and then pull a merge request.<br>
For me it can be a big help!!<br>
<br>
<div class="moz-cite-prefix">Le 24/07/2022 à 21:12, Michael Johnson
a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:adf0ddff-cf07-89b4-e6c3-0698a462a641@eBible.org">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<div class="moz-cite-prefix">Yes, I have a script that works for
both OT and NT in French, German, Spanish, English. I also have
one for the NT in Biblical Greek. I can start with USFX, USFM,
or USX. I am running the process now for the old French
Ostervald Bible. It isn't yet easy to share, because it uses a
combination of Haiola, some custom Free Pascal code, some SQL,
and a MariaDB database with the words, Strong's numbers, and
where they are found. Anyway, if all goes well, fraFOB1744eb
should have Strong's numbers embedded by tomorrow.</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">There is a lot of room for
improvement, especially in the database, so that equivalent
words are also listed (like both spellings of Isaiah). That way,
more words would find matches. Still, enough of the words are
matched to be somewhat useful in study. See <a
moz-do-not-send="true" href="https://cyber.Bible/study/">cyber.Bible</a>
and pull up some Bible translations in the above languages in
parallel. The way the highlights move when you mouse over words
is nice. Then when you click on a word with a Strong's number,
you get a Greek/English dictionary entry. Of course, there are a
lot of languages not supported with Strong's numbers, yet, and
only one language for the dictionary, so far, so we are in no
danger of running out of work to do.<br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">On 7/24/22 06:25, Fr Cyrille wrote:<br>
</div>
<blockquote type="cite"
cite="mid:4f96d53f-d963-735a-4034-441fdff82502@tiberiade.be">
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">
This is a very nice news!!<br>
I'm working on the frecrampon with strong's number. Michael have
you a script to merge the strong number for the OT books? I
already did it with the NT books.<br>
I work first with the usfm files: <a
class="moz-txt-link-freetext"
href="https://gitlab.com/crosswire-bible-society/neo-crampon-libre"
moz-do-not-send="true">https://gitlab.com/crosswire-bible-society/neo-crampon-libre</a><br>
<br>
<div class="moz-cite-prefix">Le 24/07/2022 à 08:06, Michael
Johnson a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:604e43ec-0ef0-d942-635e-b89430275c92@eBible.org">There
is also Strongs support for frasbl2022eb with the same
Strong's numbers merged from the Louis Segond. <br>
<br>
On 7/23/22 13:29, Timmy wrote: <br>
<blockquote type="cite">Good news. French F10 now has Strongs
support. Someone contacted Michael Johnson from eBible, who
was able to merge back in the Strongs numbers. See <a
class="moz-txt-link-freetext"
href="https://github.com/AndBible/and-bible/issues/1774"
moz-do-not-send="true">https://github.com/AndBible/and-bible/issues/1774</a>
<br>
<br>
Kind regards, <br>
*-- <br>
Timmy Braun* <br>
<br>
<br>
On Thu, Feb 17, 2022 at 1:27 PM Fr Cyrille <a
class="moz-txt-link-rfc2396E"
href="mailto:fr.cyrille@tiberiade.be"
moz-do-not-send="true"><fr.cyrille@tiberiade.be></a>
wrote: <br>
<br>
This is amazing!!!! <br>
It helps a lot! Few question: <br>
<br>
* I'm working with the usfm file, any idea for the
convertion? If not I can convert the imp to usfm after the
work of migratetags. <br>
<br>
* How to improve the script? By instance the source
have Esaïe, the output Isaïe <br>
<br>
* Do you have also the script for the old testament? <br>
<br>
Now I need to finish first to improve the source. <br>
<br>
<br>
<br>
Le 17/02/2022 à 18:47, Troy A. Griffitts a écrit : <br>
<blockquote type="cite"> <br>
:) <br>
<br>
OK. So, I've updated the source a bit with
improvements we made for the NA28 module. If you already
have SWORD either built and installed or installed
sword-dev packages for your distribution, you should be
able to: <br>
<br>
cd ~/src <br>
<br>
svn co <a class="moz-txt-link-freetext"
href="https://crosswire.org/svn/sword-tools/trunk"
moz-do-not-send="true">https://crosswire.org/svn/sword-tools/trunk</a>
sword-tools <br>
<br>
cd sword-tools/migratetags <br>
<br>
make <br>
<br>
./migratetags --help <br>
<br>
./migratetags -ss KJV -t BBE > BBE.imp <br>
<br>
# or more practically, you will probably wish to use
the -v flag to see how the mapping is going: <br>
<br>
./migratetags -ss KJV -t BBE -v | less <br>
<br>
<br>
Let me know if that doesn't get you started well
enough to improve things on your own. <br>
<br>
Troy <br>
<br>
<br>
<br>
On 2/17/22 08:51, Fr Cyrille wrote: <br>
<blockquote type="cite"> <br>
<br>
Le 17/02/2022 à 15:57, Troy A. Griffitts a écrit : <br>
<blockquote type="cite"> Dear Fr. Cyrille, <br>
<br>
Have a look here. We regularly use this for
migrating tags between modules. You can use one of the
default matchers or try the GNT matcher to see how it
does or use it as an example to write a more
"French-specific" matcher. <br>
<br>
Let me know if you'd like help getting started: <br>
<br>
<a class="moz-txt-link-freetext"
href="http://crosswire.org/svn/sword-tools/trunk/migratetags/"
moz-do-not-send="true">http://crosswire.org/svn/sword-tools/trunk/migratetags/</a>
<br>
</blockquote>
It's chinese for me... How to use this? <br>
<blockquote type="cite"> <br>
On February 17, 2022 7:49:07 AM MST, Fr Cyrille <a
class="moz-txt-link-rfc2396E"
href="mailto:fr.cyrille@tiberiade.be"
moz-do-not-send="true"><fr.cyrille@tiberiade.be></a>
<a class="moz-txt-link-rfc2396E"
href="mailto:fr.cyrille@tiberiade.be"
moz-do-not-send="true"><mailto:fr.cyrille@tiberiade.be></a>
wrote: <br>
<br>
<br>
<br>
Le 17/02/2022 à 15:32, Timmy a écrit : <br>
<blockquote type="cite"> Greetings, lately
there have been a few requests for a French Bible
with Strongs support in AndBible support requests.
One even sounded like they had one before but it
seems that module (F10) no longer has Strongs. I
don't know it's history so I don't know. <br>
<br>
So my question, are there any modules
publicly available in French with Strongs support?
If so, which ones? <br>
</blockquote>
I'm working on it, and any help is welcome...
I have a private source of Segond with strongs (from
Bibleworks), and I'm looking for a solution to merge
the strong number in my translation (Crampon
modernized). But I already add some numbers in it. See
the module here: <a class="moz-txt-link-freetext"
href="https://gitlab.com/crosswire-bible-society/neo-crampon-libre"
moz-do-not-send="true">https://gitlab.com/crosswire-bible-society/neo-crampon-libre</a>
<br>
<blockquote type="cite"> <br>
Thanks and God bless, <br>
*-- <br>
Timmy Braun <br>
* <br>
<br>
_______________________________________________ <br>
sword-devel mailing <a
class="moz-txt-link-abbreviated
moz-txt-link-freetext"
href="mailto:list:sword-devel@crosswire.org"
moz-do-not-send="true">list:sword-devel@crosswire.org</a>
<br>
<a class="moz-txt-link-freetext"
href="http://crosswire.org/mailman/listinfo/sword-devel"
moz-do-not-send="true">http://crosswire.org/mailman/listinfo/sword-devel</a>
<br>
Instructions to unsubscribe/change your
settings at above page <br>
</blockquote>
<br>
-- Sent from my Android device with K-9 Mail.
Please excuse my brevity. <br>
<br>
_______________________________________________ <br>
sword-devel mailing <a
class="moz-txt-link-abbreviated
moz-txt-link-freetext"
href="mailto:list:sword-devel@crosswire.org"
moz-do-not-send="true">list:sword-devel@crosswire.org</a>
<br>
<a class="moz-txt-link-freetext"
href="http://crosswire.org/mailman/listinfo/sword-devel"
moz-do-not-send="true">http://crosswire.org/mailman/listinfo/sword-devel</a>
<br>
Instructions to unsubscribe/change your settings
at above page <br>
</blockquote>
<br>
<br>
_______________________________________________ <br>
sword-devel mailing <a
class="moz-txt-link-abbreviated moz-txt-link-freetext"
href="mailto:list:sword-devel@crosswire.org"
moz-do-not-send="true">list:sword-devel@crosswire.org</a>
<br>
<a class="moz-txt-link-freetext"
href="http://crosswire.org/mailman/listinfo/sword-devel"
moz-do-not-send="true">http://crosswire.org/mailman/listinfo/sword-devel</a>
<br>
Instructions to unsubscribe/change your settings at
above page <br>
</blockquote>
<br>
_______________________________________________ <br>
sword-devel mailing <a
class="moz-txt-link-abbreviated moz-txt-link-freetext"
href="mailto:list:sword-devel@crosswire.org"
moz-do-not-send="true">list:sword-devel@crosswire.org</a>
<br>
<a class="moz-txt-link-freetext"
href="http://crosswire.org/mailman/listinfo/sword-devel"
moz-do-not-send="true">http://crosswire.org/mailman/listinfo/sword-devel</a>
<br>
Instructions to unsubscribe/change your settings at
above page <br>
</blockquote>
<br>
_______________________________________________ <br>
sword-devel mailing list: <a
class="moz-txt-link-abbreviated moz-txt-link-freetext"
href="mailto:sword-devel@crosswire.org"
moz-do-not-send="true">sword-devel@crosswire.org</a> <br>
<a class="moz-txt-link-freetext"
href="http://crosswire.org/mailman/listinfo/sword-devel"
moz-do-not-send="true">http://crosswire.org/mailman/listinfo/sword-devel</a>
<br>
Instructions to unsubscribe/change your settings at
above page <br>
<br>
<br>
_______________________________________________ <br>
sword-devel mailing list: <a
class="moz-txt-link-abbreviated moz-txt-link-freetext"
href="mailto:sword-devel@crosswire.org"
moz-do-not-send="true">sword-devel@crosswire.org</a> <br>
<a class="moz-txt-link-freetext"
href="http://crosswire.org/mailman/listinfo/sword-devel"
moz-do-not-send="true">http://crosswire.org/mailman/listinfo/sword-devel</a>
<br>
Instructions to unsubscribe/change your settings at above
page <br>
</blockquote>
<br>
<br>
</blockquote>
<br>
</blockquote>
<p><br>
</p>
<div class="moz-signature">-- <br>
<meta http-equiv="CONTENT-TYPE" content="text/html;
charset=UTF-8">
<title>signature</title>
<p><font color="#000000">Aloha,<br>
<b><big><i>Michael Johnson</i></big></b></font><b><br>
<font color="#000070"> 26 HIWALANI LOOP • MAKAWAO HI
96768-8747</font></b><font color="#000070"> • USA<br>
<a href="https://mljohnson.org/" moz-do-not-send="true">mljohnson.org</a>
• <a href="https://eBible.org" moz-do-not-send="true">eBible.org</a>
• <a href="https://WorldEnglish.Bible"
moz-do-not-send="true">WorldEnglish.Bible</a> • <a
href="https://PNG.Bible" moz-do-not-send="true">PNG.Bible</a><br>
Signal/Telegram/WhatsApp/Telephone: +1 808-333-6921<br>
Skype: kahunapule • Telegram/Twitter: @kahunapule • <a
href="https://www.facebook.com/kahunapule"
moz-do-not-send="true">Facebook: fb.me/kahunapule</a></font></p>
</div>
</blockquote>
<br>
<div id="grammalecte_menu_main_button_shadow_host" style="width:
0px; height: 0px;"></div>
</body>
</html>