Content deleted Content added
pass assessment_cat to QII |
add back tf_importance_category |
||
Line 542:
args[tf_prefix..'NAME']
)
local tf_importance, tf_importance_category
if raw_args['tf '..k..' importance'] then
tf_importance = importance_mask(raw_args['tf '..k..' importance'], args.IMPORTANCE_SCALE, banner_name, pagetype, class)
Line 548:
tf_importance = importance
end
add_category(tf_importance_category)
end
if args[tf_prefix .. 'TEXT']~='none' then
|