Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Add keywords into daily schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Jun 13, 2023
1 parent 05d8270 commit 1a7f707
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/Application/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ protected function schedule(Schedule $schedule): void
->onSuccess(function (): void {
// Затем скачиваем переводы.
$this->call('su:docs:update');
// А затем вычисляем дифф изменений.
// Затем вычисляем дифф изменений.
$this->call('su:docs:diff');
// Затем вычисляем TF-IDF и генерируем ключевые слова на его основе
$this->call('su:docs:keywords');
});
}
}

0 comments on commit 1a7f707

Please sign in to comment.