Hi editors, Sara fixed the below issue for me during the editing process through using the <code> tag, but I'm assuming Wordpress "helpfully" removed it again during the publishing process - can you correct this in the published version at http://journal.code4lib.org/articles/11626 ? Without that line corrected, nothing else in the tutorial will work, unfortunately.
[image: Inline image 1] The circled line should be: *> text_corpus <- Corpus(DirSource('C:/Users/Monica/Documents/Course_Catalogs'))* Thank you! -Monica Monica Maceli, Ph.D. Assistant Professor Pratt Institute | School of Information 144 W 14th St, 6th Floor, New York, NY, 10011-7301 www.monicamaceli.com | mmac...@pratt.edu ---------- Forwarded message ---------- From: Monica Maceli <mmac...@pratt.edu> Date: Sat, Jun 25, 2016 at 10:19 AM Subject: Re: [c4lj-articles] Article for Code4Lib journal To: Sara Amato <sam...@willamette.edu> Hi Sara, This is looking great - thanks for doing the edits! One thing I noticed is this change still needs to be made: *This part:* *Then we will use the Corpus() function to create a corpus of all the text documents contained within the specified directory.* *> text_corpus* *Is missing the last part of that command, it should be:* *> text_corpus <- Corpus(DirSource('C:/Users/Monica/Documents/Course_Catalogs'))* The next command entered will actually be that same "> text_corpus" which might be why that last piece got removed in editing. Thanks! -Monica Monica Maceli, Ph.D. Assistant Professor Pratt Institute | School of Information 144 W 14th St, 6th Floor, New York, NY, 10011-7301 www.monicamaceli.com | mmac...@pratt.edu