From 55206dfdc7482acbd2e2b4dedf285c24e638f925 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Thu, 29 Sep 2022 23:19:29 +0200 Subject: better reporting, record search result in config.rs --- srchr/src/config.rs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'srchr/src/config.rs') diff --git a/srchr/src/config.rs b/srchr/src/config.rs index 99afa4c..6409ef7 100644 --- a/srchr/src/config.rs +++ b/srchr/src/config.rs @@ -1,3 +1,19 @@ +// With the below parameters and the supplied corpus searches seem to converge on the following + +// J , H G Q B C O U ' +// S A N T V F D E I R +// X . L M K P W / Y Z +// +// Percent per key: +// 0.1 1.8 6.0 1.9 0.1 1.5 2.3 7.4 2.8 1.0 +// 6.0 7.7 6.6 8.6 0.9 2.1 4.3 11.9 6.6 5.5 +// 0.1 1.2 4.0 2.6 0.8 1.6 2.3 0.2 2.0 0.1 +// +// Finger usage: 6.29%, 10.70%, 16.56%, 14.88%, 14.05%, 19.47%, 11.45%, 6.60% +// Hand usage: 48.43% vs 51.57% +// Same finger bigrams: 0.000%, 0.029%, 0.092%, 0.032%, 0.042%, 0.096%, 0.113%, 0.031% +// Total sfb: 0.43% (43414) + // Search parameters pub const CORPUS_FILE_NAME: &str = "corpus.txt"; -- cgit v1.3.1