I have some text like:
DESC:manner How did serfdom develop in and then leave Russia ? ENTY:cremat What films featured the character Popeye Doyle ? DESC:manner How can I find a list of celebrities ' real names ?
I read them line by line and I want to convert each line to a string Array word by word .
like this:
Array = [DESC, :, manner, How, did, serfdom ,develop, in ,and ,then ,leave, Russia ,?]
String#split(" ")?