Assume that actual entries are prefered by Linguee

This commit is contained in:
Benjamin Loison 2024-04-02 10:51:07 +02:00
parent 7c376a65a1
commit 0e871cf913
No known key found for this signature in database

View File

@ -49,6 +49,8 @@ def treatSuffixes(prefix):
entries.add(entry)
if not base in entry:
interestingEntries = False
else:
interestingEntries = False
if rowsLen == MAXIMUM_SUGGESTIONS and interestingEntries:
treatSuffixes(base)