you can start with the File Reader to read in the csv formatted string data. Than use the Strings to Document->Dictionary Tagger (you need to provide a dictionary with your words that you want to count)->General Tag Set Filter (filter all words taht have _not_ been tagged)->Bag of Words Creator->TF (absolute)->Term to String->Pivot (group by Document column, pivots are terms as strings)