Smart Classifier is a program that could guess that what you are talking about or area that article is dicussing.
npm install smartclassifier
Object.init(CkIPServerIPAddress, port, account, password);
var data = [
{ title: 'title', content: 'content you want to classifier'},
{ title: 'title', content: 'content you want to classifier'}];
classifier.classifier(data, function (result) {
console.log(result);
This is the result
[{ title: 'title', content: 'content' area: '', class:''},
{ title: 'title', content: 'content' area: '', class:''}]
Currently, we just have the below libraies, so the smartClassifier just could identify these theme.
- Earthquake
- Typhoon
- Cold
- Polity
The smartclassifier is authorized to Academic use.
Copyright(c) 2016-2020 Bo-Wei Huang
MIT License
National Dong Hwa University