I want to create a word list of a passage in the Greek New Testament. I want the list to show the number of occurrences of each Greek lemma in the Greek New Testament, rather than the number of occurrences in the passage. Any ideas?
Do a word list for the passage (P) and one for the whole GNT excluding this passage (W-P). Whilst in P construct two lists via Merge:-
The Union of 1. and 2. is the list you want!
If you tried the intersection of W (whole GNT) and P the counts will be wrong.
Dave's got the right idea, but the execution is not quite right. Try this instead:
Dave's got the right idea,
Mark's will not include elements unique to the passage P
I should have known better. Sorry. That will teach me not to quickly answer forum posts when I should be finishing my sermon prep.