Skip to content

Releases: khazelrigg/Willow

Accuracy fixes, improved memory usage, and logging

18 Dec 04:22
Compare
Choose a tag to compare

Better error handling with logging that displays relevant information, economy mode is better at saving memory by using scratch files instead of loading all stats into memory while reading

Willow - PDF and Economy mode

08 Dec 03:20
Compare
Choose a tag to compare

Renamed to Willow

  • Supports opening PDF files

  • New economy mode to reduce memory consumption when reading large files

  • Thread pooling with customizable pool size using command options

  • CSV creation using words and counts

  • Removed interactive mode

v1.1.2 Command Line Friendly Wordcount

01 Dec 19:44
Compare
Choose a tag to compare

Added new command line flags including a new interactive mode that makes running from the command line much simpler.

Behind the scenes fixes

10 Nov 20:15
Compare
Choose a tag to compare
  • Memory fixes and lemmatisation updates.
  • Output is much nicer and easier to read
  • JSON outputs
  • Better images

v1.1 New features and bug fixes

29 Oct 02:42
Compare
Choose a tag to compare
  • Will now open subdirectories and create result directories for each
  • Slightly faster at reading files
  • Improved conclusions

Word Count v1.0

15 Oct 22:22
Compare
Choose a tag to compare

First release of Word Count ready to be executed. Current version is run through the CLI