collate module

Combine multiple word count CSV-files into a single cumulative count.

collate.main()

Run the command line program.

collate.parse_command_line()

Parse the command line for input arguments.

collate.process_file(fname, word_counts)

Read file and update word counts

collate.update_counts(reader, word_counts)

Update word counts with data from another reader/file.