Skip to content

shizir1/word_count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple word-count program outputs on standard that output the N most frequently
occurring words in one-or-more files FILE1... which are not in the file STOP_WORDS.

Usage: 		./word-count N STOP_WORDS FILE1...
Example: 	./word-count 5 inputs/stop.txt inputs/input1.txt inputs/input2.txt
		
Example Output:	Word #1: the (count: 10)
	        Word #2: a (count: 7)
		Word #3: big (count: 3)
                Word #4: data (count: 3)
                Word #5: algorithm (count: 2)

About

Simple word_count program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published