kwscore_process — process the provided string looking for keywords
use Wacs;
use Wacs::WacsStd;
kwscore_process( | ...) ; |
parameter | description |
---|---|
string | the string to be processed against the keyword database |
dbhandle | the database session object pointer |
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.