Class BuildModelUpdaterTool
public sealed class BuildModelUpdaterTool : ModelUpdaterTool
- Inheritance
-
BuildModelUpdaterTool
- Inherited Members
Properties
ShortDescription
A short description of what the tool does, shown in the usage listing.
public override string ShortDescription { get; }
Property Value
Methods
TrainAndUpdate(ParserModel, IObjectStream<Parse?>)
protected override ParserModel TrainAndUpdate(ParserModel originalModel, IObjectStream<Parse?> parseSamples)
Parameters
originalModelParserModelparseSamplesIObjectStream<Parse>
Returns
Exceptions
- IOException
if reading the samples fails