remove incompatitle annotation
This commit is contained in:
parent
a7acf7e14d
commit
74d884be2f
|
|
@ -11,13 +11,11 @@ namespace BotSharp.MachineLearning.CRFLite.Decoder
|
|||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
[Required]
|
||||
public string ModelFileName;
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
[Required]
|
||||
public string InputFileName;
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue