Class BuildModelUpdaterTool

Namespace
NOpenNLP.Tools.Cmdline.Parser
Assembly
nopennlp.dll
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

string

Methods

TrainAndUpdate(ParserModel, IObjectStream<Parse?>)

protected override ParserModel TrainAndUpdate(ParserModel originalModel, IObjectStream<Parse?> parseSamples)

Parameters

originalModel ParserModel
parseSamples IObjectStream<Parse>

Returns

ParserModel

Exceptions

IOException

if reading the samples fails