rottg commited on
Commit
328794d
·
verified ·
1 Parent(s): b535b97

Update code

Browse files
Files changed (1) hide show
  1. 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 = 'telegram_data.db'):
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