Name

kwscore_reset — resets the keyword scoring system back to defaults

Synopsis

use Wacs;
use Wacs::WacsStd;
kwscore_reset(scope); 
scalar scope;
 

Summary

The kwscore_reset function resets the currently built attributes table. It is possible to run the kwscore_process function several times with different fields from the database and so it does not naturally reset the internal table of results - this call provides that facility and should always be called before each new set to consider. The scope parameter is currently ignored but may in future modify the behaviour.

Availability

As keyword scoring is a collection administration activity, it is currently only implemented in perl.