UNPKG

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.

12 lines (8 loc) 250 B
#!/usr/bin/env node /** * CLI wrapper for twl-linker * This file contains only the CLI functionality with the shebang line */ import { main } from './twl-linker.js'; // Run the CLI if this file is executed directly main().catch(console.error);