Word frequency count FIXED by konn

import Char
import List
main=interact$unlines.map(\x->shows(length x)$' ':head x).group.sort.words.filter(\c->isAlpha c||isSpace c).map toLower

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page