Camspiers\StatisticalClassifier\Classifier\ClassifierInterface::classify PHP Method

classify() public method

Classify the document and return its category
public classify ( string $document ) : string | boolean
$document string The document to classify
return string | boolean The category of the document
    public function classify($document);
ClassifierInterface