From 696b441cbac750b1ba3df7e4bb29e9f0120fb0b3 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 3 Jan 2019 19:18:28 +0000 Subject: Add line-conf-buckets, to filter out and find potential ground-truth --- line-conf-avg/line-conf-avg.go | 1 + 1 file changed, 1 insertion(+) (limited to 'line-conf-avg/line-conf-avg.go') diff --git a/line-conf-avg/line-conf-avg.go b/line-conf-avg/line-conf-avg.go index 5b7d2a4..6758fc5 100644 --- a/line-conf-avg/line-conf-avg.go +++ b/line-conf-avg/line-conf-avg.go @@ -38,6 +38,7 @@ func (l LineDetails) Swap(i, j int) { l[i], l[j] = l[j], l[i] } func main() { flag.Usage = func() { fmt.Fprintf(os.Stderr, "Usage: line-conf-avg [-html] [-nosort] prob1 [prob2] [...]\n") + fmt.Fprintf(os.Stderr, "Prints a report of the average confidence for each line\n") flag.PrintDefaults() } var usehtml = flag.Bool("html", false, "output html page") -- cgit v1.2.1-24-ge1ad