aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-AI-Categorizer
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
commit1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch)
tree06f11bc7b351f3abf3bf5507405afdba5374614e /textproc/p5-AI-Categorizer
parent4e942b64191e2ef98dce2c5af31047a8640db768 (diff)
downloadports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.tar.gz
ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.zip
Notes
Diffstat (limited to 'textproc/p5-AI-Categorizer')
-rw-r--r--textproc/p5-AI-Categorizer/pkg-descr26
1 files changed, 13 insertions, 13 deletions
diff --git a/textproc/p5-AI-Categorizer/pkg-descr b/textproc/p5-AI-Categorizer/pkg-descr
index cd030cdcce11..4fe911e0d9bb 100644
--- a/textproc/p5-AI-Categorizer/pkg-descr
+++ b/textproc/p5-AI-Categorizer/pkg-descr
@@ -1,20 +1,20 @@
-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
+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
+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,
+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 .
WWW: http://search.cpan.org/dist/AI-Categorizer/