Skip to content
Snippets Groups Projects
Commit 75b7dc75 authored by Paul A. Rubin's avatar Paul A. Rubin
Browse files

Update README.md

parent 824f173f
No related branches found
No related tags found
No related merge requests found
......@@ -11,4 +11,4 @@ The Apache library is open-source.
For a list of options, run the program with either ``-h`` or ``--help`` in the command line.
The program requires a data file containing the number $n$ of symbols to be placed on the keyboard (for example, 26 for the lower case English alphabet) and a square matrix of dimension $n \times n$ whose $i,j$ entry contains the frequency with which symbol $j$ immediately follows symbol $i$. The file `cro26_data.txt` is a sample data file, based on the content of the blog post by Nathan Brixius cited above, using data he generously provided.
The program requires a data file containing the number $`n`$ of symbols to be placed on the keyboard (for example, 26 for the lower case English alphabet) and a square matrix of dimension $`n \times n`$ whose $`i,j`$ entry contains the frequency with which symbol $`j`$ immediately follows symbol $`i`$. The file `cro26_data.txt` is a sample data file, based on the content of the blog post by Nathan Brixius cited above, using data he generously provided.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment