Pattern Classification Frameworks?

Diez B. Roggisch deets at nospam.web.de
Tue Jun 12 11:26:15 EDT 2007


Evan Klitzke wrote:

> Hi all,
> 
> What frameworks are there available for doing pattern classification?
> I'm generally interested in the problem of mapping some sort of input
> to one or more categories. For example, I want to be able to solve
> problems like taking text and applying one or more tags to it like
> "romance", "horror", "poetry", etc. This isn't really my research
> specialty, but my understanding is that Bayesian classifiers are
> generally used for problems like this. I've had CRM114 recommended to
> me, but as far as I can tell there aren't any python bindings for
> this.

I've utilized the CRM114 classifier from python. It wasn't too hard to come
up with a simple wrapping that only needs the crm114 binary somewhere. The
rest was dealt with in python.

So if CRM114 fits you needs functionalitywise, you should go for it.

Diez



More information about the Python-list mailing list