Changeset 1885


Ignore:
Timestamp:
2001-01-31T14:40:05+13:00 (23 years ago)
Author:
paynter
Message:

Added a classinfo.pl script, analogous to pluginfo.pl, that provides
information about a given classifier. Tweaked BasClas to format output
corrwectly, but many of the other classifiers still need a bit of work.

Location:
trunk/gsdl
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify/BasClas.pm

    r1884 r1885  
    5555    my ($plugin_name) = @_;
    5656    print STDERR "
    57   usage: plugin $plugin_name [options]
     57   -verbosity N    Controls the quantity of output. 
     58                   Defaults to verbosity of buildcol.pl, which is usually 2.
     59
     60   (Most general classifier options are set internally by buildcol.)
    5861
    5962";
Note: See TracChangeset for help on using the changeset viewer.