Count words

First, create an account at beaker.org and follow the instructions in your account settings. See Install for more options.

Request “Scientist” or higher credentials from a Beaker admin to get authorization to create experiments.

The following example counts words in the text of Moby Dick.

beaker experiment run \
  --name wordcount-moby \
  --blueprint examples/wordcount \
  --source examples/moby:/input \
  --result-path /output