«Personal book» - personal hebrew lexicon
Hi,
I'm just wondering if it is possible to have a personal book —in my case a custom 246-word Hebrew-Norwegian lexicon — appear in the Bible Word Study window? Or having the entry in my personal book appear when the book is in the relevant Link Set, and so on. Just basically looking for ways to make the most of my my tiny lexicon. I love and appreciate having it in Logos in the first place. But being able to achieve some of the aforementioned would be fantastic.
Dan
Comments
-
Hi Dan,
yes, I think this is possible. You would need to use the appropriate milestones (see https://wiki.logos.com/Personal_Books#Milestones ) and compile the PB as type:lexicon in order to work. This process would be quite similar to what is explained in https://wiki.logos.com/Building_a_Dictionary_PB
hope this helps!
Have joy in the Lord!
0 -
Thx! I have actually read those articles and about milestones — but Im still clueless as to how to make milestones in this particular case; hebrew lemmas.
Any pointers on how that syntax looks like would be much appreciated!
0 -
Dan Thomas Tveita said:
how to make milestones in this particular case; hebrew lemmas.
looks like this:
[[@Headword+el:λόγος]] λόγος - word
just with +he for Hebrew instead of +el - Logos will then produce Greek and Hebrew headword indexes, as you can see when you compile my quick test PB attached below.
Note that the RTL of the Hebrew word messed up with the forum editor, so I pasted the Greek example syntax - both work, but I felt more confident starting out the example with Greek, since I don't do Hebrew, I took the one example lemma from a recent forum discussion.
Have joy in the Lord!
0 -
NB.Mick said:
compile the PB as type:lexicon
Unfortunately, this isn't available as far as I can see.
0 -
Thanks NB.Mick: It works — and it works so well! Except now I wonder if it is possible to make the definition/translation appear in the Bible Word Study window as well (see image below) — and if its possible to define which words to appear..?
If not possible, this still works great. Makes me appreciate Logos even more 🙌
0 -
Reuben Helmuth said:NB.Mick said:
compile the PB as type:lexicon
Unfortunately, this isn't available as far as I can see.
It is for me (Logos 8.8 Beta 2, but I don't think there were any changes to the PB tool recently) - see screenshot.
Have joy in the Lord!
0 -
You make Headwords and Hebrew is quite difficult to format. An entry would look like:
[[@Headword+he:אֱיָל]] אֱיָל ----> Heading 4
(ʾěyāl): n.masc.; strength ---> Normal style
.
I used Times New Roman font. Your Hebrew will come from one Morphology, including homonyms**. If you get the lemma format in a Morph Search e.g. lemma:אֱיָל then copy :אֱיָל to paste into [[@Headword+he]]
Your PB will have language Norwegian, type Lexicon, and the +he specifies a Hebrew headword for the compiler.
I prioritized my Hebrew-English PB, and it worked as you would expect in the Context menu for lookups & Bible Word Study. You might have problems with Norwegian text.
.
** a homonym for strength in Logos Hebrew Morphology is formatted אֵל:4 in Morph Search, so I think this is the format for your lexicon.
Seeing NB Mick's example, you need to experiment to see which format works best.
Dave
===Windows 11 & Android 13
0 -
Dan Thomas Tveita said:
Thanks NB.Mick: It works — and it works so well!
Great to hear! [:)]
Dan Thomas Tveita said:I wonder if it is possible to make the definition/translation appear in the Bible Word Study window as well
Yes it is - through the field specification for gloss.
The updated syntax now reads like in this example:
[[@Headword+el:ἀγάπη]] ἀγάπη – {{field-on:gloss}} love {{field-off:gloss}}
Dan Thomas Tveita said:and if its possible to define which words to appear
yes - I did this for pistis in my Test PB
Interestingly, not all of Logos' standard lexicons produce glosses for the BWS (see TDNT, Vines, MM), even some expensive ones like NIDOTTE on the Hebrew side.
EDIT: and Dave is right, Hebrew is tricky and you may need to experiment a bit, especially with Homonyms.
EDIT2: had to play around a bit to get shub shown in the BWS (copied from Logos, took out spaces), see updated PB source, now also with a bit of transliteration: 8741.My greek lexicon.docx
Have joy in the Lord!
0 -
FYI: I linked this thread from the wiki as an example how to create a PB lexicon (don't remember anybody posting one before in the files forum - if so, please inform)
Have joy in the Lord!
0 -
Thanks both of you for good pointers. I do have a bit of a problem with the gloss-behaviour though, and might be overlooking something. The list in my Bible Study Window lists all of the "glosses" in the entire document starting with the one on top. That is; its not showing just the one for the selected lemma. Why would this happen?
EDIT: And actually — so does the hover-window (when hovering over the shortname for my PB in the listing); it only shows the top of the document, not the row that belongs to the lemma milestone.0 -
Dan Thomas Tveita said:
I do have a bit of a problem with the gloss-behaviour though, and might be overlooking something. The list in my Bible Study Window lists all of the "glosses" in the entire document starting with the one on top. That is; its not showing just the one for the selected lemma. Why would this happen?
Each lemma entry has to be an article, which you get when the Headword entry is a Heading 4 style, and the definition is Normal style on the next line e.g.
[[@Headword+he:אֱיָל]] אֱיָל
(ʾěyāl): n.masc.; ≡ Str 353; TWOT 79—LN 23.129–23.141 {{field-on:gloss}}strength {{field-off:gloss}}
[[@Headword+he:אֵיפֹה]] אֵיפֹה
(ʾê·p̄ō(h)): adv. interrogative — LN 83.5–83.8 {{field-on:gloss}}Where? {{field-off:gloss}}
Dave
===Windows 11 & Android 13
0 -
Ahh ok. That's unfortunate for me; it means alot of work converting an excel sheet into Headings and Paragraphs. My scripting-skills aren't adept enough to know how I could easily turn my two-column excel glossary into the necessary formatting. Would be handy if that was possible
One last question then: is it possible to make the gloss-entries invisible? If not, I guess ill have to find a way to easily add the enclosing gloss-tags onto the words I want in the text....0 -
Ok, so a quick update.
With Excel and some extremely basic Visual Basic code, I managed to almost automatically turn an .xls document containing two columns (hebrew lemma+ norwegian gloss) into a word document with the necessary styles mentioned above. It took a while, but it really works and im glad. Ive yet to discover quirks with homonyms and so on — but Ill deal with that when the time comes.
Just wanted to say Im extremely grateful and impressed by the quick responses and extensive help Ive gotten from you guys. Now on to do the same with greek 😁0