Is there a way I can do a word count and group by word?
 
For example:
 
The Lazy Fox, Jumps over the Lazy Cow.
 
The = 2
Lazy = 2
Fox = 1
Jumps = 1
Over = 1
Cow = 1
 
Total = 8

Reply via email to