Bayes. Use the Reverend to quickly add Bayesian smarts to your app. To use it in your own application, you either subclass Bayes or pass it a tokenizing function. Bayesian fun has never been so quick and easy. Stuff you can do with the Reverend: - classify RSS stories - classify recipes by cuisine - who do you write like? Shakespeare, Dickens or Austen - detect the language of a document - is your code more like Guido's or Peter's
18 lines
477 B
Makefile
18 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/11/20 17:01:06 mpasternak Exp $
|
|
#
|
|
|
|
DISTNAME= Reverend-0.2.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://cesnet.dl.sourceforge.net/sourceforge/reverend/
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://www.divmod.org/Reverend/
|
|
COMMENT= General purpose Bayesian classifier
|
|
|
|
USE_BUILDLINK2= yes
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|