Ζῆ Χριστός! יְבָרֶכְךָ יָהְוֶה
--- On Wed, 11/30/11, evstevemd <mwinj...@gmail.com> wrote:
> From: evstevemd <mwinj...@gmail.com>
> Subject: Help: Putting Strong's Dictionary on SQLite3 Database
> To: "Open Scriptures" <openscr...@googlegroups.com>
> Date: Wednesday, November 30, 2011, 12:49 AM
> Hi,
> I'm not sure if this is yet available, but I wanted to put
> Strongs
> (Both Hebrew and Greek) into a dictionary and use it as
> reference for
> the software Iam writting. I tried to understand one I
> downloaded from
> OS and I cannot understand its format and how can I put it
> in
> Database. I want to put it in format
>
> | Strong Number | Greek/Hebrew | Pronounciation |
> Description
> Here is an xample:
> H1 | אב | 'âb | awb | A primitive word; father in a
> literal and
> immediate, or figurative and remote application: - chief,
> (fore-)
> father ([-less]), X patrimony, principal. Compare names in
> “Abi-”|
>
> I need help on how I can convert the files in OpenScripture
> GitHub
> into that format
> I'm happy with PHP, Python or C++ in converting
> Thanks!
>
> --
> You received this message because you are subscribed to the
> Google Groups "Open Scriptures" group.
> To post to this group, send email to openscr...@googlegroups.com.
> To unsubscribe from this group, send email to
> openscripture...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/openscriptures?hl=en.
>
>
On Dec 3, 11:00 am, Darrell Smith <sceptreofju...@yahoo.com> wrote:
> Use a PHP xml utility to filter the data you want. Or use regexp scanning. I attached a regexp scanner for PHP CLI. It has various options for filtering and output. Only one filter is used at a time, the unused ones are commented out. Modify it to get the output you like. You can produce a flat file database that can be grepped, lexed, or processed to load an SQL data base. (You can also append code to the file to load the DB on the fly as you scan. The tr variable is an object that translates Hebrew spelling and is unused in this scanner. The second file DBCLI.php has mostly irrelevant code that sets up Mysql. Modify it to get it working. I have a lot of old code for doing this kind of stuff. This particular scanner will give you the basis for doing what you want.
>
> Ζῆ Χριστός! יְבָרֶכְךָ יָהְוֶה
>
> --- On Wed, 11/30/11, evstevemd <mwinjili...@gmail.com> wrote:
> UDicScan
> 5KViewDownload
>
> DBCLI.php
> 5KViewDownload
Very cool, Darrell. There's more than one way to skin a cat. :-)
--
Nathan Smith
http://nathan.smithfam.info/
Ζῆ Χριστός! יְבָרֶכְךָ יָהְוֶה
--- On Sun, 12/4/11, Nathan Smith <nat...@smithfam.info> wrote: