2.3.1 • Published 4 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-processor
Usage
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
4 years ago
2.3.0
5 years ago
2.2.0
5 years ago
2.1.0
6 years ago
2.0.12
6 years ago
2.0.11
6 years ago
2.0.10
6 years ago
2.0.9
6 years ago
2.0.8
6 years ago
2.0.7
6 years ago
2.0.6
6 years ago
2.0.5
6 years ago
2.0.4
6 years ago
2.0.2
6 years ago
2.0.1
6 years ago
2.0.0
6 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago