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

Commit 1a7f707

Browse files
committed
Add keywords into daily schedule
1 parent 05d8270 commit 1a7f707

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/Application/Console/Kernel.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,10 @@ protected function schedule(Schedule $schedule): void
7575
->onSuccess(function (): void {
7676
// Затем скачиваем переводы.
7777
$this->call('su:docs:update');
78-
// А затем вычисляем дифф изменений.
78+
// Затем вычисляем дифф изменений.
7979
$this->call('su:docs:diff');
80+
// Затем вычисляем TF-IDF и генерируем ключевые слова на его основе
81+
$this->call('su:docs:keywords');
8082
});
8183
}
8284
}

0 commit comments

Comments
 (0)