diff options
| author | tslil clingman <tslil@posteo.de> | 2022-09-29 23:19:29 +0200 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2022-09-29 23:19:29 +0200 |
| commit | 55206dfdc7482acbd2e2b4dedf285c24e638f925 (patch) | |
| tree | ed96b7602fa00bc4381bdbb9411b27b68b702765 /srchr/src/config.rs | |
| parent | ab985ecb4cb6bcc8a65ff79aa746a1f80fa4b2f4 (diff) | |
better reporting, record search result in config.rs
Diffstat (limited to 'srchr/src/config.rs')
| -rw-r--r-- | srchr/src/config.rs | 16 |
1 files changed, 16 insertions, 0 deletions
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"; |
