v/examples/word_counter/README.md

26 lines
290 B
Markdown
Raw Permalink Normal View History

2019-06-22 20:24:15 +02:00
```
usage: word_counter [text_file]
using cinderella.txt
2019-10-16 01:52:37 +02:00
a => 25
2019-06-22 20:24:15 +02:00
able => 2
after => 1
2019-10-16 01:52:37 +02:00
afterwards => 1
2019-06-22 20:24:15 +02:00
again => 10
2019-10-16 01:52:37 +02:00
against => 2
2019-06-22 20:24:15 +02:00
all => 12
2019-10-16 01:52:37 +02:00
allow => 1
allowed => 2
2019-06-22 20:24:15 +02:00
along => 1
also => 2
always => 2
2019-10-16 01:52:37 +02:00
an => 4
2019-06-22 20:24:15 +02:00
and => 140
anew => 1
anger => 1
another => 2
answered => 1
any => 1
2019-10-16 01:52:37 +02:00
anyone => 2
2019-06-22 20:24:15 +02:00
...
```