Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Files

Latest commit

黃柏崴黃柏崴
黃柏崴
and
黃柏崴
Mar 4, 2016
af14b3f · Mar 4, 2016

History

History
43 lines (39 loc) · 1.13 KB

README.md

File metadata and controls

43 lines (39 loc) · 1.13 KB

Smart Classifier

Smart Classifier is a program that could guess that what you are talking about or area that article is dicussing.

P.s Just work on Traditional Chinese (big5). Installation

npm install smartclassifier

Initialization

    Object.init(CkIPServerIPAddress, port, account, password);

Classify

    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:''}]

Library

Currently, we just have the below libraies, so the smartClassifier just could identify these theme.

  • Earthquake
  • Typhoon
  • Cold
  • Polity

License

The smartclassifier is authorized to Academic use.
Copyright(c) 2016-2020 Bo-Wei Huang
MIT License
National Dong Hwa University