strongs

package
v0.0.0-...-40ae7e4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package strongs provides a map of all words in Strong's Concordance according to: https://www.kingjamesbibleonline.org/strongs-concordance/

Index

Constants

This section is empty.

Variables

View Source
var Greek = map[string]*Entry{}/* 5515 elements not displayed */
View Source
var Hebrew = map[string]*Entry{}/* 6790 elements not displayed */

Functions

func FilterByLength

func FilterByLength(orig map[string]*Entry, minLength int) map[string]*Entry

FilterByLength returns a smaller map based on filtering by a minimum word length.

Types

type Entry

type Entry struct {
	Num    int
	Word   string // original
	Length int    // number of runes in key value
	Desc   string // HTML escaped string
}

Entry represents an entry in Strong's Concordance.

func (*Entry) English

func (e *Entry) English() string

English returns the KJV English usage of the Strong's entry.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL