I am very naive in programming as well as in scala. I have a file with following content:
football type game
John comment "football is the best game"
I want to make it tuple like this
(football, type, game)
(John, comment, "football is the best game")
Could somebody tell me how can I do that in scala.