diff options
author | pav <pav@FreeBSD.org> | 2006-05-01 20:56:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-01 20:56:49 +0800 |
commit | 0ee20a991a865e908aa219c766e5e3096c5f21d1 (patch) | |
tree | 1dd8b305ca23e902f1417c516dd765452630a6bf /textproc/Makefile | |
parent | 28e26037c090b4148a881611a18f87f3a2e98ba8 (diff) | |
download | freebsd-ports-gnome-0ee20a991a865e908aa219c766e5e3096c5f21d1.tar.gz freebsd-ports-gnome-0ee20a991a865e908aa219c766e5e3096c5f21d1.tar.zst freebsd-ports-gnome-0ee20a991a865e908aa219c766e5e3096c5f21d1.zip |
Divmod Reverend is a simple, general purpose Bayesian classifier,
written in Python.
It is designed to be easy to adapt and extend for your application.
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
Author: Amir Bakhtiar <amir@divmod.org>
WWW: http://www.divmod.org/trac/wiki/DivmodReverend
PR: ports/96531
Submitted by: Nicola Vitale <nivit@email.it>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e06310db6246..beddd33cc903 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -640,6 +640,7 @@ SUBDIR += py-ltxml SUBDIR += py-pyx12 SUBDIR += py-rdflib + SUBDIR += py-reverend SUBDIR += py-rss2gen SUBDIR += py-rxp SUBDIR += py-sgrep |