remove incompatitle annotation

This commit is contained in:
Oceania2018 2018-08-21 17:51:29 -05:00
parent a7acf7e14d
commit 74d884be2f
2 changed files with 0 additions and 5 deletions

View file

@ -11,13 +11,11 @@ namespace BotSharp.MachineLearning.CRFLite.Decoder
/// <summary>
///
/// </summary>
[Required]
public string ModelFileName;
/// <summary>
///
/// </summary>
[Required]
public string InputFileName;
/// <summary>

View file

@ -40,19 +40,16 @@ namespace BotSharp.MachineLearning.CRFLite.Encoder
/// <summary>
/// Template file name
/// </summary>
[Required]
public string TemplateFileName { get; set; }
/// <summary>
/// Training corpus file name
/// </summary>
[Required]
public string TrainingCorpusFileName { get; set; }
/// <summary>
/// Encoded model file name
/// </summary>
[Required]
public string ModelFileName { get; set; }
/// <summary>