Closed YifanWang0 closed 3 years ago
We updated the run_analysis
method to use the method Josh suggested for looping through documents and wrote a run_single_analysis
method that it only takes in one Document
instance and we updated the docstring accordingly.
Thanks for your work on this! I'll take a look first thing tomorrow morning.
This pull request completes task 1 out of 3 from issue #22, which transfers over the basic frequency analysis and its helper function.