6b4a FreshPorts -- textproc/p5-AI-Categorizer
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-AI-Categorizer 0.09_1 textproc on this many watch lists=0 search for ports that depend on this port
Automatic Text Categorization

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 20 Feb 2006 17:56:39
Also Listed In: perl5
License: not specified in port


AI::Categorizer is a framework for automatic text categorization. It 
consists of a collection of Perl modules that implement common 
categorization tasks, and a set of defined relationships among those 
modules. The various details are flexible - for example, you can choose 
what categorization algorithm to use, what features (words or otherwise) 
of the documents should be used (or how to automatically choose these 
features), what format the documents are in, and so on.

The basic process of using this module will typically involve obtaining a 
collection of pre-categorized documents, creating a "knowledge set" 
representation of those documents, training a categorizer on that 
knowledge set, and saving the trained categorizer for later use. There are 
several ways to carry out this process. The top-level AI::Categorizer 
module provides an umbrella class for high-level operations, or you may 
use the interfaces of the individual classes in the framework.

A simple sample script that reads a training corpus, trains a categorizer, 
and tests the categorizer on a test corpus, is distributed as eg/demo.pl .

Author: Ken Williams <ken@mathforum.org>
WWW: http://search.cpan.org/dist/AI-Categorizer/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/p5-Class-Container
  2. devel/p5-Params-Validate
  3. math/p5-Statistics-Contingency
  4. textproc/p5-Lingua-Stem
  5. devel/p5-Time-Progress
  6. devel/p5-Algorithm-SVM
  7. math/p5-AI-DecisionTree
  8. devel/p5-Algorithm-NaiveBayes
  9. devel/p5-Module-Build
  10. lang/perl5.8
Required To Run:
  1. devel/p5-Class-Container
  2. devel/p5-Params-Validate
  3. math/p5-Statistics-Contingency
  4. textproc/p5-Lingua-Stem
  5. devel/p5-Time-Progress
  6. devel/p5-Algorithm-SVM
  7. math/p5-AI-DecisionTree
  8. devel/p5-Algorithm-NaiveBayes
  9. lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/textproc/p5-AI-Categorizer/ && make install clean
To add the package: pkg_add -r p5-AI-Categorizer


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/AI/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/AI/
  4. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/AI/
  5. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/AI/
  6. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/AI/
  7. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/AI/
  8. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/AI/
  9. ftp://mirror.hiwaay.net/CPAN/modules/by-module/AI/
  10. http://at.cpan.org/modules/by-module/AI/
  11. http://backpan.perl.org/modules/by-module/AI/
  12. http://cpan.nctu.edu.tw/modules/by-module/AI/
  13. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/AI/
  14. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/AI/
  15. http://www.cpan.dk/modules/by-module/AI/

Number of commits found: 14

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
04 Jun 2012 16:53:46
Original commit files touched by this commit  0.09_1
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS
21 Jan 2012 17:40:15
Original commit files touched by this commit  0.09_1
eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
28 Dec 2011 08:20:20
Original commit files touched by this commit  0.09_1
ehaupt search for other commits by this committer
End WWW CPAN URL with a "/"
01 Nov 2011 22:14:54
Original commit files touched by this commit  0.09_1
bapt search for other commits by this committer
remove the question which could lead to the installation of a file not tracked
by the plist.
now it is no more interactive

PR:             ports/162073
24 Oct 2011 09:11:38
Original commit files touched by this commit  0.09_1
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
03 Jul 2011 14:40:25
Original commit files touched by this commit  0.09_1
ohauer search for other commits by this committer
-remove MD5
24 Sep 2010 02:03:44
Original commit files touched by this commit  0.09_1
pgollucci search for other commits by this committer
- only 13% of the p5- ports embed @comment $FreeBSD$:
  so standarize and remove it

With Hat:   perl@
26 Jan 2010 12:36:19
Original commit files touched by this commit  0.09_1
kuriyama search for other commits by this committer
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 7).

Approved by:    portmgr (itetcu)
23 Oct 2009 00:30:06
Original commit files touched by this commit  0.09
leeym search for other commits by this committer
- replace ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm with
p5-Params-Validate>=0 since it changed the file path.
- portlint

PR:             follow-up to ports/139837
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
30 Apr 2008 13:21:40
Original commit files touched by this commit  0.09
mat search for other commits by this committer
Update to 0.09
29 Apr 2008 05:27:10
Original commit files touched by this commit  0.07
linimon search for other commits by this committer
Reset aaron's port maintainerships due to many maintainer-timeouts.
17 Apr 2008 14:30:31
Original commit files touched by this commit  0.07
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
08 Sep 2007 01:06:22
Original commit files touched by this commit  0.07
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
20 Feb 2006 17:47:38
Original commit files touched by this commit  0.07
aaron search for other commits by this committer
Adding port textproc/p5-AI-Categorizer, a tool to aid in the automatic
categorization of text documents.

Approved by:    tobez (implicit)

Number of commits found: 14

2849
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24528
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 2
new 48 hours7
new 7 days25
new fortnight57
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0