Skip to content

hpec/MapReduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Co-occurence Stats

Given a word, what other words are statistically associated with it? 
If I say 'love', or 'death', or 'terrorism', what other words and concepts go with it?

Use hadoop framework to calculate the co-occurence rate among words
Sameple input billofrights.txt
Sample results are in /results/

Wordcount.java Count the how many times a word appears using hadoop

About

CS61C Project: Word Co-occurence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages