Using TopCoder

Java

Text Classification Version 1.0

STATUS KEY : Specification Design and Architecture Development and Testing Complete
  • Overview

    Classifies a body of text (for use in spam detection software).

  • Functionality

    The Text Classification component provides a means to execute standard text classification algorithms against bodies of text. The component allows for different algorithm implementations to be added, configured and used. The component comes prepackaged with an implementation of the Naive Bayesian (multi-variate Bernoulli event) algorithm.

    A spam detection application could use this component to determine whether or not incoming mail is spam. The component can later be configured to use a different algorithm if the results of the spam detection are unsatisfactory.
  • Technologies

    Java

    Availability

    Version 1.0
  Java Base Exception 20080227 Encapsulates custom exception functionality. more Download
  Java Configuration Manager 20110518 Centralizes the management of and access to application level configuration files. more Download