Spaces:
Sleeping
Sleeping
Update code
Browse files- stylometry.py +1 -1
stylometry.py
CHANGED
|
@@ -169,7 +169,7 @@ class AdvancedStylometryAnalyzer:
|
|
| 169 |
- Hebrew linguistic feature extraction
|
| 170 |
"""
|
| 171 |
|
| 172 |
-
def __init__(self, db_path: str = '
|
| 173 |
self.db_path = db_path
|
| 174 |
self.user_features: Dict[int, AdvancedStyleFeatures] = {}
|
| 175 |
self.similarity_threshold = 0.85
|
|
|
|
| 169 |
- Hebrew linguistic feature extraction
|
| 170 |
"""
|
| 171 |
|
| 172 |
+
def __init__(self, db_path: str = 'telegram.db'):
|
| 173 |
self.db_path = db_path
|
| 174 |
self.user_features: Dict[int, AdvancedStyleFeatures] = {}
|
| 175 |
self.similarity_threshold = 0.85
|