Bug in the Morphological Search??

Have you found a bug or you think that the program does not function as expected? Report it here
EkkyBoy
Posts: 67
Joined: Sat Aug 17, 2013 7:47 pm

Bug in the Morphological Search??

Post by EkkyBoy »

Okay, so I was doing a morph search. I wanted to find all occurrences of agape (G25) in the Imperative mood, any tense, anyvoice, any person, in the Johannine writings. This is the query that I used:

G25 m/V-??M-??

The results yielded EVERYTHING in the Imperative except the word 'love.' Did I do something wrong in the command line? Not sure if this is a bug or something on my end. Does anyone else have this problem. I'll attach a screenshot so you can see what I mean
Attachments
Word Search Results.jpg
Word Search Results.jpg (196.98 KiB) Viewed 2053 times
EkkyBoy
Posts: 67
Joined: Sat Aug 17, 2013 7:47 pm

Re: Bug in the Morphological Search??

Post by EkkyBoy »

Let me add to that:

The word agape appeared but not in the Imperative mood
csterg
Site Admin
Posts: 8627
Joined: Tue Aug 29, 2006 3:09 pm
Location: Corfu, Greece
Contact:

Re: Bug in the Morphological Search??

Post by csterg »

Unfortunately this type of search is not possible. The best approximation is:

Code: Select all

G25 AND  m/V-??M-??
.
This will find those verses that contain G25 and words with V-??M-?? parsing, but it will not restrict those words to the G25 ones. (do a search and you will understand)
Costas
User avatar
JG
Posts: 4604
Joined: Wed Jun 04, 2008 8:34 pm

Re: Bug in the Morphological Search??

Post by JG »

Isn't is like this, but you will still get the morph codes marked in the same verse that are not G25, but you will only get the verses with G25 in and that morph code

Code: Select all

G25 TR m/V-??M-??
Jon
the
Word 6 Bible Software
OS for testing; Windows 10
Beta Download ------Beta Setup Guide------On-line Manual------Tech doc's and Utilities------Copyright Factsheet
EkkyBoy
Posts: 67
Joined: Sat Aug 17, 2013 7:47 pm

Re: Bug in the Morphological Search??

Post by EkkyBoy »

Thanks so much for the help. Worked great!!! :D
User avatar
JG
Posts: 4604
Joined: Wed Jun 04, 2008 8:34 pm

Re: Bug in the Morphological Search??

Post by JG »

Another way with a module that contains lemma info (TRi is one)

Code: Select all

m/ἀγαπάω@V-??M-??
You can see this info by hovering the operator icons in the detailed, search tab.
Jon
the
Word 6 Bible Software
OS for testing; Windows 10
Beta Download ------Beta Setup Guide------On-line Manual------Tech doc's and Utilities------Copyright Factsheet
EkkyBoy
Posts: 67
Joined: Sat Aug 17, 2013 7:47 pm

Re: Bug in the Morphological Search??

Post by EkkyBoy »

I have the TRi. I don't think I've actually tried to put the verb in and specify the morphology. I'll try that. Thanks :D
csterg
Site Admin
Posts: 8627
Joined: Tue Aug 29, 2006 3:09 pm
Location: Corfu, Greece
Contact:

Re: Bug in the Morphological Search??

Post by csterg »

JG wrote:Another way with a module that contains lemma info (TRi is one)

Code: Select all

m/ἀγαπάω@V-??M-??
You can see this info by hovering the operator icons in the detailed, search tab.
Yes, that's a good one!
Post Reply