Counting Strings

A concordance is a mapping from objects, usually strings (words), to the number of times that each appears in a collection (usually a document). For this exercise, you will enter text in the text box below, and write some scripts that construct a table that shows how many times each character from the English alphabet appeared in that text. Note, many characters may appear 0 times. See if you can find a "pattern" whereby certain characters appear more often than others.



 
CharacterNumber of Occurrences