stephbuon / digital-history

Instructional repository for "Text Mining as Historical Method"
GNU General Public License v3.0
7 stars 3 forks source link

add to week 4 data access notebook #32

Closed stephbuon closed 3 years ago

stephbuon commented 3 years ago

(1) They should count the most frequent words in the corpus after stopwording and make a bar plot, well labeled. (2) they should choose one of these words and KWIC it. Here's some easy code to do so: https://digitalhistoryhacks.blogspot.com/2006/08/easy-pieces-in-python-keyword-in.html