/PyCounter

Small Python Script that will take Text files containing lists of unique phases, count them, and output the phrases and their frequencies in a csv file.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PyCounter

PyCounter is a small python script that can count unique phrases within text document and report their frequency within a CSV file.

Usage

  1. Download PyCounter
  2. Run PyCounter
  3. Your CSV File will be in the same location as where you executed PyCounter

Update Nov 2020 - Honestly, this whole python script is redudant. Just import the text file into excel and use pivot tables :)

Enjoy though