Skip to content

Commit 399b194

Browse files
committed
Small mod
1 parent 497a534 commit 399b194

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flame.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,11 @@ def learn_mappings(self, text: str, strategy: str = 'normalize', min_freq: int =
252252
print("--- Character Normalization Complete ---\n")
253253

254254
DEFAULT_PARAMS = {
255-
'input_path': '/media/tamask/DATA1/in_nomine_charters',
255+
'input_path': None,
256256
'input_path2': None,
257257
'file_suffix': '.txt',
258258
'keep_texts': 100000,
259-
'ngram': 6,
259+
'ngram': 5,
260260
'n_out': 1,
261261
'min_text_length': 150,
262262
'similarity_threshold': 'auto',

0 commit comments

Comments
 (0)