update x step gestione conf serializzata json

This commit is contained in:
Samuele Locatelli
2021-09-08 14:53:02 +02:00
parent 93423b93b5
commit 60a8d3b8a6
7 changed files with 70 additions and 36 deletions
+6 -1
View File
@@ -26,7 +26,12 @@ namespace MP.FileData
/// <summary>
/// Pattern esclusione Tags (stop-words)
/// </summary>
public string ExcludedTags { get; set; } = "";
public List<string> ExcludedTags { get; set; } = new List<string>();
/// <summary>
/// Pattern in formato RegExp
/// </summary>
public Dictionary<string, string> FileNameExtReplace { get; set; } = new Dictionary<string, string>();
/// <summary>
/// Quantità massima di caratteri da analizzare, 0 = tutti