Skip to content

Release 0.6.11 to npm

Compare
Choose a tag to compare
@chughts chughts released this 06 May 14:47
· 276 commits to master since this release
a7dcc81

0.6.11
Fix to defaulting name for NLU Node.
Allow pre-check of audio format to be disabled in Speech to Text node.
Migrate from deprecated getModels and getCustomizations methods in Speech to Text nodes.
Implement update classifier in Visual Recognition Util node.
In Visual Recognition Util node append 'positive_' to zip name if neither 'positive' not 'negative' not already there.
Removed duplicated code in Visual Recognition Util node.

0.6.10
Needed to stringify json before addDocument in Discovery node.
Using Node.js v 6 features, so will not run on Node.js v 4 anymore.

0.6.9
Implemented classify collection on Natural Language Classifier node. The collection can be in the form of multiple sentences, an array of strings, or an array of objects.