htrc / htrc-feature-reader

Tools for working with HTRC Feature Extraction files
37 stars 12 forks source link

Bad key in volume_term_freqs with lowercase characters #6

Closed organisciak closed 4 years ago

organisciak commented 8 years ago

vol.term_volume_freqs(case=False) returns an error. This is because the token column is called 'lowercase' when case is False.

organisciak commented 8 years ago

Fixing this should be easy, but I should have a test for this case alongside the fix.