Class FineGrainedReportListener

Namespace
NOpenNLP.Tools.Cmdline
Assembly
nopennlp.dll
public abstract class FineGrainedReportListener
Inheritance
FineGrainedReportListener
Derived
Inherited Members

Constructors

FineGrainedReportListener(Stream)

Writes the report to the Stream. Should be called only after the evaluation process.

protected FineGrainedReportListener(Stream outputStream)

Parameters

outputStream Stream

FineGrainedReportListener(TextWriter)

protected FineGrainedReportListener(TextWriter printStream)

Parameters

printStream TextWriter

Methods

GetLabelComparator(IDictionary<string, Counter>)

public virtual IComparer<string> GetLabelComparator(IDictionary<string, FineGrainedReportListener.Counter> map)

Parameters

map IDictionary<string, FineGrainedReportListener.Counter>

Returns

IComparer<string>

GetMatrixLabelComparator(IDictionary<string, ConfusionMatrixLine>)

public virtual IComparer<string> GetMatrixLabelComparator(IDictionary<string, FineGrainedReportListener.ConfusionMatrixLine> confusionMatrix)

Parameters

confusionMatrix IDictionary<string, FineGrainedReportListener.ConfusionMatrixLine>

Returns

IComparer<string>

GetStats()

protected FineGrainedReportListener.Stats GetStats()

Returns

FineGrainedReportListener.Stats

PrintDetailedConfusionMatrix()

protected void PrintDetailedConfusionMatrix()

PrintGeneralConfusionTable()

protected void PrintGeneralConfusionTable()

PrintGeneralStatistics()

protected void PrintGeneralStatistics()

PrintTagsErrorRank()

protected void PrintTagsErrorRank()

PrintTokenErrorRank()

protected void PrintTokenErrorRank()

PrintTokenOcurrenciesRank()

protected void PrintTokenOcurrenciesRank()

WriteReport()

public abstract void WriteReport()