Closed shawnbrar0804 closed 6 years ago
In section 6.2.3, page 196 the last line of the code is not readable as shown in the following image(yellow highlighted section):-
section):-
For those of who are suffering from this the full code is as follows
clean.test <- headline.clean(test.headlines$headline) test.dtm <- match.matrix(clean.test, weighting = tm::weightTfIdf, original.matrix = train.dtm)
Thats weird...thank you for updating the github repo. I appreciate it.
In section 6.2.3, page 196 the last line of the code is not readable as shown in the following image(yellow highlighted
section):-
For those of who are suffering from this the full code is as follows