Giter Site home page Giter Site logo

earthquakesvm's Introduction

Content-based text auto-classification system

Introduction:

A Java app classifying files with the extension of txt and doc through auto-parsing the contents of the file, and export the     result to disk
(http://blog.csdn.net/yinchuandong2/article/details/17717449)

Tasks:

Chinese Word Segmenter/SVM classification algorithm/User interface design

Functions:

1.  	Allow user choose multi-files once from file system 
2.  	Classify the files chosen by user
3. 	Export the result to disk by make different directories named after the class label

Technologies:

1.  	Crawl the corpus from different websites and preprocess by segmenting words
2.  	Transform the segmenting result into the training set of LibSvm and build model
3.  	Segment the content of target files and predict according to SVM model

使用方法:

管理员:
1.先调用AdminUi->TrainProcess处理成libsvm语料格式
2.再调用AdminUi->UiMain生成模型

用户:
1.先调用Action->WordCut 对默认的目录进行分词处理
2.再调用Action->Classify 进行分类

earthquakesvm's People

Contributors

fly-lyf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.