Skip to content

Message Classifier project based on Akka (http://akka.io/) distributed application building tool & Play framework (http://www.playframework.com/) the high velocity web framework for Java and Scala

Notifications You must be signed in to change notification settings

Buddhima/MessageClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 

Repository files navigation

Message Classifier

Introduction

Message Classifier project is to classify messages. This is implement on top of Akka (http://akka.io/) distributed application building tool with the aid of Play framework (http://www.playframework.com/) the high velocity web framework for Java and Scala. Classification is done currently using uClassify (http://uclassify.com/) online text classification services.

You can view the user guide from http://goo.gl/2RifYh

Prerequisites

Initially you need to clone this project. Make sure you have added "java" and "javac" to your system Path variable. Create "lib" folder inside "MessageClassifier" folder. Add following jar files into "lib" folder

To run this project you can choose either of following methods:

Using Play Framework Distribution

Using Typesafe Activator

  • Download Typesafe Activator (http://typesafe.com/activator).
  • Open this project folder location using "Open Existing Projects" option.
  • You can use activator to inspect code, test, run and export as Eclipse project or IDEA module.

References

  1. Akka Documentation (2.3-M2)

    http://doc.akka.io/docs/akka/snapshot/java.html

  2. Play Framework (2.2.x)

    http://www.playframework.com/

  3. uClassify Text Classification Services

    http://www.uclassify.com/

  4. Framework for uClassify services

    https://github.com/udy/UClassify

About

Message Classifier project based on Akka (http://akka.io/) distributed application building tool & Play framework (http://www.playframework.com/) the high velocity web framework for Java and Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages