Dechrissen / word-counter

Simple document word tokenizer and counter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

word-counter

Displays the top 20 most used words and their counts for a given document.

Requirements

  • Python 3

Usage

  • cd to this directory in your terminal
  • Paste the document to be tokenized and counted into corpus.txt
  • Run python Count.py or python3 Count.py

About

Simple document word tokenizer and counter


Languages

Language:Python 100.0%