List of single-instance words in the NT by book?

Forum rules
Please quote the Greek text you are discussing directly in your post if it is reasonably short - do not ask people to look it up. This is not a beginner's forum, competence in Greek is assumed.
Post Reply
klitwak
Posts: 30
Joined: November 6th, 2011, 2:03 am
Location: Rancho Cucamonga, CA 91730

List of single-instance words in the NT by book?

Post by klitwak »

I'm looking for a convenient list of the words that only occur one time in the GNT by book. Does anyone know of such a resource? Thanks.

Ken Litwak
Reference and Instruction Librarian
Golden Gate Baptist Theological Seminary
Mill Valley, CA
Louis L Sorenson
Posts: 711
Joined: May 5th, 2011, 9:21 pm
Location: Burnsville, MN, USA
Contact:

Re: List of single-instance words in the NT by book?

Post by Louis L Sorenson »

If you know Microsoft Access, you can download my NTDatabase3.mdb http://www.letsreadgreek.org/resources/NTDatabase3.mdb and find that information by querying one the NT texts. There are Greek vocabulary textbooks which may also contain this information. My database is about 7 years old, so I'm sure there are a lot of better ways to find this information.
Jonathan Robie
Posts: 4165
Joined: May 5th, 2011, 5:34 pm
Location: Durham, NC
Contact:

Re: List of single-instance words in the NT by book?

Post by Jonathan Robie »

Check this before trusting it, but here's a list of single-instance words in the NT, listed by book/chapter/verse.
hapax.xml
(105 KiB) Downloaded 178 times
I created it from Nestle1904 using this query:

Code: Select all

for $word in //w
let $lemma := $word/@lemma
group by $lemma
where count($word) = 1
order by $word/@morphId
return 
   <word>
    {
        $word/@osisId,
        $word/@lemma
    }
   </word>
ἐξίσταντο δὲ πάντες καὶ διηποροῦντο, ἄλλος πρὸς ἄλλον λέγοντες, τί θέλει τοῦτο εἶναι;
http://jonathanrobie.biblicalhumanities.org/
Post Reply

Return to “New Testament”