Name

kwscore_process — process the provided string looking for keywords

Synopsis

use Wacs;
use Wacs::WacsStd;
kwscore_process(...); 
 

Parameters

parameterdescription
stringthe string to be processed against the keyword database
dbhandlethe database session object pointer

Summary

The kwscore_process function allows you to submit a string to the keyword scoring system for consideration. It's scores will be stored allowing both retrieval of results and modification of those results by subsequent invocation of the kwscore_process with alternative strings. It is perfectly possible to consider both the title (field stitle) and the official title (field sofftitle) if that is appropriate. It could also be run on the description of the set if that is present.

Availability

As a collection administration function, kwscore_process is currently only available in perl.