UNPKG

bontaki-engine

Version:
11 lines (7 loc) 260 B
const Main = require("./main.nlp"); const { NlpManager } = require("node-nlp-rn"); const data = require("../data"); const method = { data: data, NlpManager: NlpManager }; module.exports = function(data) { return new Main({ ...data, method: method }); }