Documenter should have model stats
documenter should display number of total records, those marked as matches and non matches.
first run generateDocs on existing febrl model then see which class is building the model documentation we build a hashmap of vales. add the stats there and then update the template.
Go to https://github.com/zinggAI/zingg/blob/ff81948dd2a490f43b4863aa79334beb7092eea7/core/src/main/java/zingg/documenter/ModelDocumenter.java#L65
create a new attribute unmarkedRecords - build like markedRecords.
update the hash with stats from marked and unmarkedRecords - size etc.
edit the template
@vikasgupta78 please check this issue related to the documenter
fixed via commit 548c8384 , pull request #541