diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-02-20 17:47:38 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-02-20 17:47:38 +0000 |
commit | 4733ac6446d46b4ef43935a3565cbc7d45241fef (patch) | |
tree | 28b0cc2d03220a3b7f6e2a7cccbd7f3da62a5d2b /textproc/p5-AI-Categorizer/pkg-plist | |
parent | 71d5bd0bfded16a9f8c9042101b8df4f15a83c91 (diff) |
Notes
Diffstat (limited to 'textproc/p5-AI-Categorizer/pkg-plist')
-rw-r--r-- | textproc/p5-AI-Categorizer/pkg-plist | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/textproc/p5-AI-Categorizer/pkg-plist b/textproc/p5-AI-Categorizer/pkg-plist new file mode 100644 index 000000000000..9253549fce03 --- /dev/null +++ b/textproc/p5-AI-Categorizer/pkg-plist @@ -0,0 +1,35 @@ +%%SITE_PERL%%/AI/Categorizer.pm +%%SITE_PERL%%/AI/Categorizer/Category.pm +%%SITE_PERL%%/AI/Categorizer/Collection.pm +%%SITE_PERL%%/AI/Categorizer/Collection/DBI.pm +%%SITE_PERL%%/AI/Categorizer/Collection/Files.pm +%%SITE_PERL%%/AI/Categorizer/Collection/InMemory.pm +%%SITE_PERL%%/AI/Categorizer/Collection/SingleFile.pm +%%SITE_PERL%%/AI/Categorizer/Document.pm +%%SITE_PERL%%/AI/Categorizer/Document/SMART.pm +%%SITE_PERL%%/AI/Categorizer/Document/Text.pm +%%SITE_PERL%%/AI/Categorizer/Document/XML.pm +%%SITE_PERL%%/AI/Categorizer/Experiment.pm +%%SITE_PERL%%/AI/Categorizer/FeatureSelector.pm +%%SITE_PERL%%/AI/Categorizer/FeatureSelector/DocFrequency.pm +%%SITE_PERL%%/AI/Categorizer/FeatureVector.pm +%%SITE_PERL%%/AI/Categorizer/Hypothesis.pm +%%SITE_PERL%%/AI/Categorizer/KnowledgeSet.pm +%%SITE_PERL%%/AI/Categorizer/Learner.pm +%%SITE_PERL%%/AI/Categorizer/Learner/Boolean.pm +%%SITE_PERL%%/AI/Categorizer/Learner/DecisionTree.pm +%%SITE_PERL%%/AI/Categorizer/Learner/Guesser.pm +%%SITE_PERL%%/AI/Categorizer/Learner/KNN.pm +%%SITE_PERL%%/AI/Categorizer/Learner/NaiveBayes.pm +%%SITE_PERL%%/AI/Categorizer/Learner/Rocchio.pm +%%SITE_PERL%%/AI/Categorizer/Learner/SVM.pm +%%SITE_PERL%%/AI/Categorizer/Learner/Weka.pm +%%SITE_PERL%%/AI/Categorizer/ObjectSet.pm +%%SITE_PERL%%/AI/Categorizer/Storable.pm +%%SITE_PERL%%/AI/Categorizer/Util.pm +@dirrm %%SITE_PERL%%/AI/Categorizer/Learner +@dirrm %%SITE_PERL%%/AI/Categorizer/FeatureSelector +@dirrm %%SITE_PERL%%/AI/Categorizer/Document +@dirrm %%SITE_PERL%%/AI/Categorizer/Collection +@dirrm %%SITE_PERL%%/AI/Categorizer +@dirrmtry %%SITE_PERL%%/AI |