Improved language detection

This commit is contained in:
Michael 2023-09-03 08:44:17 +00:00
commit 7fd1f1424a
3 changed files with 47 additions and 30 deletions

View file

@ -804,9 +804,5 @@ return [
// interaction_score_days (Integer)
// Number of days that are used to calculate the interaction score.
'interaction_score_days' => 30,
// language_threshold (Float)
// Treshold for the language detection.
'language_threshold' => 0.6,
],
];