Module backend.classifier.classifiers.seo_rule_based_import.seo_rule_based_import

Functions

def main(classifier_id, db, helper, job_server)

Main function for the classifier, which processes and classifies web results.

Args

classifier_id : int
The ID of the classifier to use for classification.
db
An instance of the DB class for interacting with the database.
helper
An instance of the helper class for utility functions.

Returns

None