Skip to content

Commit

Permalink
lower...
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoamaral committed Nov 24, 2022
1 parent 6ad970d commit de7d040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/gregory/management/commands/get_takeaways.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def cleanHTML(input):

# Minimum length of the summary (in words/tokens?)
MIN_LENGTH = 25
MAX_LENGTH = 200
MAX_LENGTH = 100

# Calculates the max length of the summary (in words) considering the size of the input text
def getSummaryMaxLengthForText(text):
Expand Down

0 comments on commit de7d040

Please sign in to comment.