Skip to content

kosmontin/5_lang_frequency

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Frequency Analysis of Words

This module calculate of 10 most frequency words in present text file.

Project description

For using this module in command line. Pass the path to the file as an argument. For example like this:

$ lang_frequency.py some_text_file.txt
[('is', 5), ('and', 5), ('python', 4), ('it', 4), ('as', 3), ('on', 3), ('an', 2), ('language', 2), ('dynamic', 2), ('very', 2)]

Module return 10 most frequency words in your file to stdout.

Project Goals

The code is written for educational purposes. Training course for web-developers - DEVMAN.org

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%