UNPKG

bontaki-engine

Version:
11 lines (8 loc) 319 B
const nlp = require("../nlp"); async function main() { const data = nlp().createModel({ concepts: [] }); const scripture = await nlp().findScripture({ ...data, utterance: "I feel angry and want to scream and shout with clenched fists." }); console.log(scripture); } main(); //nlp().createScriptureData();