Skip to content

Commit

Permalink
workflow-management: typofix statistics/count.py -> code/count.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Mar 19, 2024
1 parent 50f1755 commit 001e66f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/workflow-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ project](https://github.com/coderefinery/word-count) which finds most frequent
words in books and plots the result from those statistics. In this example we
wish to:

1. Analyze word frequencies using [statistics/count.py](https://github.com/coderefinery/word-count/blob/main/statistics/count.py)
1. Analyze word frequencies using [code/count.py](https://github.com/coderefinery/word-count/blob/main/code/count.py)
for 4 books
(they are all in the [data](https://github.com/coderefinery/word-count/tree/main/data) directory).
2. Plot a histogram using [plot/plot.py](https://github.com/coderefinery/word-count/blob/main/plot/plot.py).
Expand All @@ -36,7 +36,7 @@ wish to:
Example (for one book only):

```console
$ python statistics/count.py data/isles.txt > statistics/isles.data
$ python code/count.py data/isles.txt > statistics/isles.data
$ python plot/plot.py --data-file statistics/isles.data --plot-file plot/isles.png
```

Expand Down

0 comments on commit 001e66f

Please sign in to comment.