mechtnet commited on
Commit
300195f
·
verified ·
1 Parent(s): 32131f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ EMOTIONAL_MARKERS = {
58
 
59
  ANALYSIS_PARAMS = {
60
  'min_block_lines': 2,
61
- 'min_block_words': 4,
62
  'metaphor_threshold': 0.5,
63
  'emotion_threshold': 0.3,
64
  'clustering_eps': 0.5,
 
58
 
59
  ANALYSIS_PARAMS = {
60
  'min_block_lines': 2,
61
+ 'min_block_words': 3,
62
  'metaphor_threshold': 0.5,
63
  'emotion_threshold': 0.3,
64
  'clustering_eps': 0.5,