ParDo OneToMany

For this task, 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.
Use ParDo with DoFn.