Code golf: Word frequency chart
- by ChristopheD
The challenge:
Build an ASCII chart of the most commonly used words in a given text.
The rules:
Only accept a-z and A-Z (alphabetic characters) as part of a word.
Ignore casing (She == she for our purpose).
Ignore the following words (quite arbitary, I know): the, and, of, to, a, i, it, in, or, is
Clarification: considering don't: this would…