Skip to content

Talkytitan5127/5_lang_frequency

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Lang_frequency

Description

This console programm helps to count frequency of words in file.

Requirements

  • Python 3.*

Installation

Clone the repository to computer

git clone https://github.com/Talkytitan5127/5_lang_frequency.git

Usage

python3 5_lang_frequency.py --filepath /path/to/file

Example

$ python3 5_lang_frequency.py --filepath textfile.txt
The most frequent words in this text is:
1) "the" Amount = 29
2) "amy" Amount = 24
3) "tara" Amount = 21
4) "s" Amount = 20
5) "was" Amount = 19
6) "kamal" Amount = 19
7) "and" Amount = 17
8) "t" Amount = 17
9) "said" Amount = 16
10) "she" Amount = 15

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%