Skip to content

Python scripts that count the frequency of words or phrases (combination of words)

License

Notifications You must be signed in to change notification settings

yl-teng/WordCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordCount

Python scripts that count the frequency of words or phrases (combination of words)

The following scripts are available:

ct_word.py counts the frequency of given words in an English text file.

ct_phrase.py counts the frequency of given phrases (i.e., combination of words) in an English text file. The frequency of these phrases will be ranged and their counts will be given.

phrase_frq.py counts the frequency of all phrases (i.e., combination of words in an English text file

word_frq.py counts the frequency of all words in an English text file.

wdct.py counts the frequency of all words, including the hyphenated ones, and so can be used to counts the frequency of words in more complex text file, e.g., a science paper written in English. It can be considered as an upgrade of word_frq.py.

About

Python scripts that count the frequency of words or phrases (combination of words)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages