[Debtags-commits] [svn] r1398 - autodebtag/trunk/ai-tagger

Benjamin Mesing bmesing-guest at costa.debian.org
Tue Oct 25 21:25:57 UTC 2005


Author: bmesing-guest
Date: Tue Oct 25 21:25:54 2005
New Revision: 1398

Modified:
   autodebtag/trunk/ai-tagger/README.bayesian
Log:
- some usefull information found by Enrico


Modified: autodebtag/trunk/ai-tagger/README.bayesian
==============================================================================
--- autodebtag/trunk/ai-tagger/README.bayesian	(original)
+++ autodebtag/trunk/ai-tagger/README.bayesian	Tue Oct 25 21:25:54 2005
@@ -1,4 +1,11 @@
-To create a training and testing set, simply run:
-	./create-data.pl tagname
-To test and train run
-	./bayesian-tagger.pl tagname
\ No newline at end of file
+To install some of the dependencies do the following 
+(thanks Enrico for suggesting those steps).
+		apt-get install libparse-debian-packages-perl dh-make-perl
+		dh-make-perl --cpan Heap::Priority --desc "Heap::Perl needed for Ben's AI tagger"
+		dpkg -i libheap-priority-perl_0.01-1_all.deb
+For usage information launch 
+	create-data.pl --man
+and 
+	bayesian-tagger.pl --man
+Some more usage information can be found in the mailinglist of the 
+debtags-devl mailing list archive



More information about the Debtags-commits mailing list