Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ EMOTIONAL_MARKERS = {
|
|
| 58 |
|
| 59 |
ANALYSIS_PARAMS = {
|
| 60 |
'min_block_lines': 2,
|
| 61 |
-
'min_block_words':
|
| 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,
|