Skip to content

Ayatans/C-based-word-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-based-word-counter

Count the word frequency of the input txt file. Ignore punctuation and switch capital letters to lower case ones. 统计输入的txt文件中各个英语词的词频,会忽略标点符号,会自动把大写转小写。使用字典树的方法。 input为测试文件,output为结果输出文件,可以统计百万词级别的txt

CSAPP Lab1 2019 Spring-16307130046-ee-Fudan University

About

Count the word frequency of the input txt file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages