Skip to content

Map-Reduce program which produces a list of top-100 collocations from the Google 2-grams, Build with Java, AWS - Hadoop - Amazon Elastic Map Reduce

Notifications You must be signed in to change notification settings

GiladAbudi/CollocationExtraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CollocationExtraction

Map-Reduce program which produces a list of top-100 collocations from the Google 2-grams dataset for each decade (1990-1999, 2000-2009, etc.) for English and Hebrew, with their log likelihood ratios (in descending order).

Collocation is a sequence of words that co-occur more often than would be expected by chance.

In this program, we will use log likelihood ratio in order to determine whether a given pair of ordered words is a collocation.

Using: Hadoop - Amazon Elastic Map Reduce.

About

Map-Reduce program which produces a list of top-100 collocations from the Google 2-grams, Build with Java, AWS - Hadoop - Amazon Elastic Map Reduce

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages