Skip to content

A simple tool for counting a set of words across a single or multiple text files.

Notifications You must be signed in to change notification settings

arejensen/simple_content_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_content_analysis

A simple tool for counting a set of words across a single or multiple text files.

Requirements: Python 3

Usage: python counter.py [wordlist] [directory containing text (.txt) files]

Assuming directory structure:

counter.py wordlist.txt txt/text1.txt txt/text2.txt txt/text3.txt

Invocation:

python counter.py wordlist.txt txt

This will create two csv files. These can then be imported into a spreadsheet program (e.g. Calc, Excel, Numbers).

About

A simple tool for counting a set of words across a single or multiple text files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages