0.1.8 • Published 8 years ago

smartclassifier v0.1.8

Weekly downloads
12
License
MIT
Repository
github
Last release
8 years ago

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

0.1.8

8 years ago

0.1.6

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago