@hackage wordchoice0.1.2.9
Get word counts and distributions
Categories
License
BSD-3-Clause
Maintainer
vamchale@gmail.com
Links
Versions
Installation
Dependencies (14)
- Chart
- Chart-diagrams
- Glob
- base >=4.11 && <5
- binary
- bytestring Show all…
Dependents (0)
Wordchoice Command-Line Tool
Usage
The following will print the 10 most used words.
$ wordchoice test/ulysses.txt -n10
13609: the
8134: of
6550: and
5841: a
4788: to
4619: in
3034: his
2712: he
2431: I
2391: with
To print the 10 most used words and write a bar graph:
$ wordchoice test/ulysses.txt -n10 -o distribution.html
Installation
Cabal
cabal new-install wordchoice