AverageAccuracies

class AverageAccuracies : public QDialog

This class provides functionality to calculate the avearage accuracies of correctors and verifiers made changes in the text respective text files.

Public Functions

explicit AverageAccuracies(QString averageaccuraciescsv, float avgwordacc, float avgcharacc, int avgworderrors, int avgcharerrors, QWidget *parent = nullptr)

This constructer opens the file changed in text browser and compares each and every line and then give output of avearage accuracy in the toolbar.

Parameters:

csvfilepath, avgwordacc, avgcharacc, avgworderrors, avgcharerrors, parent

~AverageAccuracies()

Destructor.