Camspiers\StatisticalClassifier\DataSource\DataSourceInterface::addDocument PHP Method

addDocument() public method

Adds a document by category to the data
public addDocument ( string $category, string $document )
$category string The category of the document
$document string The document
    public function addDocument($category, $document);