twl-linker
Version:
Biblical Semantic Linker - Uses the biblical context database to create semantic links between USFM Bible text and biblical articles with confidence scoring.
45 lines (44 loc) • 1.04 kB
JSON
{
"name": "twl-linker",
"version": "1.0.9",
"description": "Biblical Semantic Linker - Uses the biblical context database to create semantic links between USFM Bible text and biblical articles with confidence scoring.",
"type": "module",
"main": "twl-linker.js",
"bin": {
"twl-linker": "./cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bible",
"usfm",
"twl",
"biblical",
"semantic",
"linking",
"translation",
"cli"
],
"author": "Richard Mahn",
"license": "ISC",
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unfoldingWord/twl-linker.git"
},
"bugs": {
"url": "https://github.com/unfoldingWord/twl-linker/issues"
},
"homepage": "https://github.com/unfoldingWord/twl-linker#readme",
"dependencies": {},
"files": [
"twl-linker.js",
"cli.js",
"usfm-alignment-remover.js",
"biblical_context_database.json",
"README.md"
]
}