@nlpjs/nlu
Advanced tools
Comparing version 4.6.0 to 4.7.0
{ | ||
"name": "@nlpjs/nlu", | ||
"version": "4.6.0", | ||
"version": "4.7.0", | ||
"description": "Natural Language Understanding", | ||
@@ -33,3 +33,3 @@ "author": { | ||
}, | ||
"gitHead": "b6da53ad63335e0e1e37f2070049be062432f715" | ||
"gitHead": "effa099be538aebb6586995d6751383e55560516" | ||
} |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -24,3 +24,10 @@ /* | ||
const { NeuralNetwork } = require('@nlpjs/neural'); | ||
let NeuralNetwork; | ||
try { | ||
// eslint-disable-next-line | ||
NeuralNetwork = require('@nlpjs/neural-worker').NeuralNetwork; | ||
} catch (err) { | ||
// eslint-disable-next-line | ||
NeuralNetwork = require('@nlpjs/neural').NeuralNetwork; | ||
} | ||
const Nlu = require('./nlu'); | ||
@@ -27,0 +34,0 @@ |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1287
43313