The Artima Developer Community
Sponsored Link

Python Buzz Forum
Try out CPSBayes, the multipurpose naive bayesian classifier for CPS

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Tarek Ziadé

Posts: 56
Nickname: tarek
Registered: Sep, 2005

Tarek Ziadé is R&D developer for Nuxeo Corp.
Try out CPSBayes, the multipurpose naive bayesian classifier for CPS Posted: Jun 24, 2006 4:59 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Tarek Ziadé.
Original Post: Try out CPSBayes, the multipurpose naive bayesian classifier for CPS
Feed Title: Tarek Ziadé
Feed URL: http://blogs.nuxeo.com/sections/blogs/tarek_ziade/exportrss
Feed Description: Feed about Python, Zope and all related technos
Latest Python Buzz Posts
Latest Python Buzz Posts by Tarek Ziadé
Latest Posts From Tarek Ziadé

Advertisement
CPSBayes is a naive bayesian classifier, that uses the same kind of algorithms than software like SpamAssassin. Its main use case is to categorize incoming mails in CPSCourier, a complete solution for mail and notes managment.

The tool stores data in the ZODB or in any kind of SQL Database, using SQLObject connector.

Categorization can apply to a lot of other use cases as well, and I have coded a small product called CPSBayesExample that shows how simple it is to set and use CPSBayes over a portal.

The product provides a textarea where you can type some text, and show some pictures and categories that are guessed by CPSBayes, with the text. The page is dynamically updated through Ajax, with a simple keystroke.

The categories can be trained as well so you can make it learn new patterns.

This simple demo shows how CPSBayes could be used to do automatic metadata filling with a very few lines of code.

To get it, checkout the code from our subversion:

  # svn co https://svn.nuxeo.org/pub/CPS3/examples/CPSBayesExample/trunk CPSBayesExample

And read the README.txt file


Read: Try out CPSBayes, the multipurpose naive bayesian classifier for CPS

Topic: FastCGI SCGI HTTP Previous Topic   Next Topic Topic: links for 2006-06-23

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use