What I'm trying to evaluate:
I want to compare the four gospels for their use of indicative verbs in the narrative (not in quotations of OT or direct speech). Specifically, I'm trying to compare how often Mark uses indicative verbs using marked tenses (present and imperfect) as
compared to unmarked (aorist) in his narrative sections and compare that to Matthew, Luke, and John usage.
I found how to use a Bible search for {Section <PropositionalOutline Quotation>} and {Speaker <Person xxx>}, but I haven't figured out the way to make a wildcard search for any xxx person to work.
I also figured out how to INTERSECTS to get something like this using a Morph Search:
@V??I INTERSECTS ({Section <PropositionalOutline Quotation>} OR {Speaker <Person Jesus>})
(With that I can, of course, specify present, impf, aorist)
Is there a wildcard for all persons?
If so, I could count all the pres/impf/aor indicative verbs in quotes/speech in a book and then subtract it from all pres/impf/aor indicative verbs in the book to get the numbers I want. Or is there a NOT or inverse command to find the results directly?
Thanks for any help.