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

auto classifier by the article them that most likely talking or the area about in chinese (big5)

Notifications You must be signed in to change notification settings

johnny9144/smartclassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

auto classifier by the article them that most likely talking or the area about in chinese (big5)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published