Increase max number of definitions
This commit is contained in:
parent
119ffdefbb
commit
1ea7ff50f8
@ -50,7 +50,7 @@ def jargonSubdefinitions(text):
|
|||||||
definitions = 1
|
definitions = 1
|
||||||
|
|
||||||
# too many definitions
|
# too many definitions
|
||||||
if definitions > 5:
|
if definitions > 8:
|
||||||
definitions = 0
|
definitions = 0
|
||||||
|
|
||||||
return definitions
|
return definitions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user