Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

paulgrammer/kjv-en-lg

Domain:

natural language processing

Record type:

dataset
Creator:
pau
Host:
English and Ganda bilingual King James Bible # kjv-en-lg ```javascript const bible = require("kjv-en-lg")(); const List = bible.books; console.log(List); const scripture = bible.book(5).chapter(5).verse(1); console.log(scripture); const results = bible.query({ book: "genesis", number: "1", chapter: 1, verse: 1, }); console.log(results); const searchResults = bible.search("In the beginning God created"); console.log(searchResults); ```

Visit

github.com

Languages

Ganda