Assume that actual entries are prefered by Linguee
This commit is contained in:
parent
7c376a65a1
commit
0e871cf913
2
main.py
2
main.py
@ -49,6 +49,8 @@ def treatSuffixes(prefix):
|
|||||||
entries.add(entry)
|
entries.add(entry)
|
||||||
if not base in entry:
|
if not base in entry:
|
||||||
interestingEntries = False
|
interestingEntries = False
|
||||||
|
else:
|
||||||
|
interestingEntries = False
|
||||||
if rowsLen == MAXIMUM_SUGGESTIONS and interestingEntries:
|
if rowsLen == MAXIMUM_SUGGESTIONS and interestingEntries:
|
||||||
treatSuffixes(base)
|
treatSuffixes(base)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user