Changeset 1989 for trunk/gsdl


Ignore:
Timestamp:
2001-02-16T11:35:12+13:00 (23 years ago)
Author:
jmt14
Message:

* empty log message *

Location:
trunk/gsdl/perllib/Kea-1.1.4
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/Kea-1.1.4/Kea

    r1972 r1989  
    242242$command .= " > $out 2> $err";
    243243
    244 #print STDERR "** $command  **\n";
     244print STDERR "** $command  **\n";
    245245`$command`;
    246246
     
    286286
    287287#get rid of temporary files
    288 if (!$opt_d && !$opt_d) {
    289   `rm -r $data $arff $out $err`;
    290 }
    291 
    292 
    293 
    294 
    295 
    296 
    297 
     288#if (!$opt_d && !$opt_d) {
     289#  `rm -r $data $arff $out $err`;
     290#}
     291
     292
     293
     294
     295
     296
     297
  • trunk/gsdl/perllib/Kea-1.1.4/k4.pl

    r1972 r1989  
    7474$directory =~ s/\/$//;
    7575$arfffile = $ARGV[1];
    76 #print STDERR "Input directory: $directory\n";
    77 #print STDERR "Output Arff file: $arfffile\n";
     76print STDERR "Input directory: $directory\n";
     77print STDERR "Output Arff file: $arfffile\n";
    7878
    7979
     
    248248
    249249foreach $document (@documents) {
    250     #print STDERR "  document $document_number: $document\r";
     250    print STDERR "  document $document_number: $document\r";
    251251    $document_number++;
    252252
     
    415415} else {
    416416   
    417     #print STDERR "Document frequency file not found... creating\n";
     417    print STDERR "Document frequency file not found... creating\n";
    418418   
    419419    foreach $document (@documents) {
Note: See TracChangeset for help on using the changeset viewer.