ParDo OneToMany

Kata: Please write a ParDo that maps each input sentence into words tokenized by whitespace (" ").


You can call OutputReceiver multiple times in a ParDo.
If you're using Beam version before v2.5.0, you can call DoFn.ProcessContext.output(..) multiple times in a ParDo.