Module Idea - A GUI Parsing Search Tool

Discussion on theWord modules and other resources
User avatar
jonathangkoehn
Posts: 1253
Joined: Wed Sep 29, 2010 11:04 pm
Location: Colorado, United States
Contact:

Re: Module Idea - A GUI Parsing Search Tool

Post by jonathangkoehn »

Thanks Darrel I have emailed you.
Jonathan Koehn @ https://www.thewordbooks.com
TotheWord make resources for theWord
2 Timothy 2:15 “Make every effort to present yourself before God as a proven worker who does not need to be ashamed, teaching the message of truth accurately.” NET2
User avatar
jonathangkoehn
Posts: 1253
Joined: Wed Sep 29, 2010 11:04 pm
Location: Colorado, United States
Contact:

Re: Module Idea - A GUI Parsing Search Tool

Post by jonathangkoehn »

Here is a module based off RMAC
Jonathan Koehn @ https://www.thewordbooks.com
TotheWord make resources for theWord
2 Timothy 2:15 “Make every effort to present yourself before God as a proven worker who does not need to be ashamed, teaching the message of truth accurately.” NET2
DarrelW
Posts: 1259
Joined: Fri Sep 11, 2009 1:04 am
Location: Klamath Falls, Oregon
Contact:

Re: Module Idea - A GUI Parsing Search Tool

Post by DarrelW »

I am a bit frustrated. I have the set of modules that walks me down to the exact morphology I might be interested in, but I am not seeing how to pair that with a lemma.

For example in Acts 17:28 in the TRi, I right-click on κινούμεθα and select to find the lemma (which produces a search of "m/κινέω@*") and returns 8 verses. But say I only want those lemmas with any Verb Present morphology (which requres this string "m/κινέω@V-P*") which returns 4 verses.

My set of modules I can walk it down to the morph string, but I cannot connect it to the lemma "κινέω". Now if I knew Greek better I might be able to, but the whole reason I want this type of search tool is because I don't know Greek. I know what I want but not how to conveniently get there!

Am I missing something or is there any help I can get? Thanks for listening! :?

Darrel
User avatar
jonathangkoehn
Posts: 1253
Joined: Wed Sep 29, 2010 11:04 pm
Location: Colorado, United States
Contact:

Re: Module Idea - A GUI Parsing Search Tool

Post by jonathangkoehn »

I was thinking through this:
It would require a dictionary that has all the lemmas and the morphology
Potentially it could be combined with each lemma and morphology but it could be extremely large!
A way to make it smaller would to have while coding it test for all variables and then remove the variables that don't exist.

If on the other hand one had a dictionary that had the lemmas with this for example:
Lemma: λογος
m/λογος@


This the morphology was separate:
Morphological search: m/N-N*
Lemma ready: N-N*


What you would have to do is copy the lemma code
and then the lemma ready morphology code into the search window:
m/λογος@N-N*

There may be a simpler way but not sure.
Jonathan Koehn @ https://www.thewordbooks.com
TotheWord make resources for theWord
2 Timothy 2:15 “Make every effort to present yourself before God as a proven worker who does not need to be ashamed, teaching the message of truth accurately.” NET2
User avatar
jonathangkoehn
Posts: 1253
Joined: Wed Sep 29, 2010 11:04 pm
Location: Colorado, United States
Contact:

Re: Module Idea - A GUI Parsing Search Tool

Post by jonathangkoehn »

RubioTerra - do you think this is something that would be hard to generate? I know you've done a lot with lemmas and morphology.
Mattethes what do you think any ideas?
Jonathan Koehn @ https://www.thewordbooks.com
TotheWord make resources for theWord
2 Timothy 2:15 “Make every effort to present yourself before God as a proven worker who does not need to be ashamed, teaching the message of truth accurately.” NET2
DarrelW
Posts: 1259
Joined: Fri Sep 11, 2009 1:04 am
Location: Klamath Falls, Oregon
Contact:

Re: Module Idea - A GUI Parsing Search Tool

Post by DarrelW »

I have been working on just this. I have a module with over 10,000 lemmas, and I am adding to each entry "m/lemma@N-*" with each entry changing to match whether it is a noun, verb, etc.

It's a bit slow generating it, but the end result I will have this module and the set of book modules allowing me to search based on a specific morphology or a lemma and morphology.

Darrel
User avatar
jonathangkoehn
Posts: 1253
Joined: Wed Sep 29, 2010 11:04 pm
Location: Colorado, United States
Contact:

Re: Module Idea - A GUI Parsing Search Tool

Post by jonathangkoehn »

Is it possible to just have this in one module? Instead of multiples?
Jonathan Koehn @ https://www.thewordbooks.com
TotheWord make resources for theWord
2 Timothy 2:15 “Make every effort to present yourself before God as a proven worker who does not need to be ashamed, teaching the message of truth accurately.” NET2
DarrelW
Posts: 1259
Joined: Fri Sep 11, 2009 1:04 am
Location: Klamath Falls, Oregon
Contact:

Re: Module Idea - A GUI Parsing Search Tool

Post by DarrelW »

What part are you referring to?

The lemma and morph is one module. The set of modules that allows me to walk down to a specific morphology is a bunch of modules.

Darrel
User avatar
jonathangkoehn
Posts: 1253
Joined: Wed Sep 29, 2010 11:04 pm
Location: Colorado, United States
Contact:

Re: Module Idea - A GUI Parsing Search Tool

Post by jonathangkoehn »

Ah ok, but if you put it in book format then you can do sub topics - so then you shouldn't need multiple dictionaries - it should still be usable by a BIble with strongs, lemmas, morphology.

Maybe I'm not understanding the why of multiple modules.
Jonathan Koehn @ https://www.thewordbooks.com
TotheWord make resources for theWord
2 Timothy 2:15 “Make every effort to present yourself before God as a proven worker who does not need to be ashamed, teaching the message of truth accurately.” NET2
DarrelW
Posts: 1259
Joined: Fri Sep 11, 2009 1:04 am
Location: Klamath Falls, Oregon
Contact:

Re: Module Idea - A GUI Parsing Search Tool

Post by DarrelW »

Well,the lemma and morph data is one dictionary. When you click on a lemma in the Bible it pops up in the dictionary, you double-click on the lemma/morph entry, search the Bible and it returns all the hits.

The current morphology search set of linked book modules was the best way I could see to do it when I created that set. Maybe I will need to revisit it and see if there is another way I can do it and still have it look good. Thanks!

Darrel
User avatar
jonathangkoehn
Posts: 1253
Joined: Wed Sep 29, 2010 11:04 pm
Location: Colorado, United States
Contact:

Re: Module Idea - A GUI Parsing Search Tool

Post by jonathangkoehn »

Jonathan Koehn @ https://www.thewordbooks.com
TotheWord make resources for theWord
2 Timothy 2:15 “Make every effort to present yourself before God as a proven worker who does not need to be ashamed, teaching the message of truth accurately.” NET2
DarrelW
Posts: 1259
Joined: Fri Sep 11, 2009 1:04 am
Location: Klamath Falls, Oregon
Contact:

Re: Module Idea - A GUI Parsing Search Tool

Post by DarrelW »

Thanks Jonathan, I am playing with it now. It looks good!
DarrelW
Posts: 1259
Joined: Fri Sep 11, 2009 1:04 am
Location: Klamath Falls, Oregon
Contact:

Re: Module Idea - A GUI Parsing Search Tool

Post by DarrelW »

Hey Jonathan,
Which LXX Bible works with this tool? I can return results in (for example) TRi, but cannot return results in any of my LXX Bibles. I must be doing something wrong.

Darrel
NorrinRadd
Posts: 191
Joined: Fri Aug 13, 2010 10:12 am

Re: Module Idea - A GUI Parsing Search Tool

Post by NorrinRadd »

Minor point: Should the description perhaps be updated? It specifically says it's for versions 3.x to 4.x.
malayangbiblia
Posts: 74
Joined: Wed Dec 19, 2018 9:27 am
Location: Philippines
Contact:

Re: Module Idea - A GUI Parsing Search Tool

Post by malayangbiblia »

DarrelW wrote:Hey Jonathan,
Which LXX Bible works with this tool? I can return results in (for example) TRi, but cannot return results in any of my LXX Bibles. I must be doing something wrong.

Darrel
Try this (ALXX): http://forum.theword.net/download/file.php?id=2415
the LXXM is coded differently.
Edmund
Post Reply