ParDo OneToMany
Kata: Please write a ParDo that maps each input sentence into words tokenized by
whitespace (" ").
Override
process method. You can return an Iterable for multiple elements or call "yield" for each
element to return a generator.
Refer to the Beam Programming Guide
"ParDo" section for
more information.