2.3.1 • Published 5 years ago
@kiina/ml-processor v2.3.1
Machine Learning processor
This package acts as an API for our machine learning text processor, in a way that we does not need to communicate to the 3-party app directly. We'll always use this class and whenever we decide to move away from it and start using a different one, the API must be preserved.
Installation
npm install @kiina/ml-processorUsage
const MachineLearningProcessor = require('@kiina/ml-processor');
const mlp = new MachineLearningProcessor('my-agent-id');
mlp.processText('This is the text that should be processed', 'userid')
.then(response => {
// ...
});2.3.1
5 years ago
2.3.0
6 years ago
2.2.0
6 years ago
2.1.0
7 years ago
2.0.12
7 years ago
2.0.11
7 years ago
2.0.10
7 years ago
2.0.9
7 years ago
2.0.8
7 years ago
2.0.7
7 years ago
2.0.6
7 years ago
2.0.5
7 years ago
2.0.4
7 years ago
2.0.2
7 years ago
2.0.1
7 years ago
2.0.0
7 years ago
1.0.3
7 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago