Bump size of language content

このコミットが含まれているのは:
Omar Roth 2018-03-17 12:38:34 -05:00
コミット fb87b3347b
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -267,7 +267,7 @@ def rank_videos(db, n, pool, filter)
else
description = XML.parse(video.description)
content = [video.title, description.content].join(" ")
content = content[0,1000]
content = content[0,10000]
results = DetectLanguage.detect(content)
language = results[0].language